diff --git a/Cargo.lock b/Cargo.lock index 4871f44..e6e7a8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2284,7 +2284,7 @@ dependencies = [ [[package]] name = "gui" -version = "0.8.0" +version = "0.8.1" dependencies = [ "arboard", "async-executor", diff --git a/crates/gui/Cargo.toml b/crates/gui/Cargo.toml index f482382..a622adf 100644 --- a/crates/gui/Cargo.toml +++ b/crates/gui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gui" -version = "0.8.0" +version = "0.8.1" edition = "2021" default-run = "ntsc-rs-standalone" license = "GPL-3.0" diff --git a/crates/gui/about.json b/crates/gui/about.json index 58aefd4..c9efd87 100644 --- a/crates/gui/about.json +++ b/crates/gui/about.json @@ -1 +1 @@ -{"overview":[{"count":348,"name":"Apache License 2.0","id":"Apache-2.0","indices":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57],"text":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n"},{"count":123,"name":"MIT License","id":"MIT","indices":[65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116],"text":" MIT License\n\n Copyright (c) Microsoft Corporation. All rights reserved.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE\n"},{"count":3,"name":"BSD 3-Clause \"New\" or \"Revised\" License","id":"BSD-3-Clause","indices":[59,60],"text":"Copyright (c) 2011 Google Inc. All rights reserved.\nCopyright (c) 2020 Yevhenii Reizner All rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the\n distribution.\n\n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived\n from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nOWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"},{"count":2,"name":"Boost Software License 1.0","id":"BSL-1.0","indices":[61],"text":"Boost Software License - Version 1.0 - August 17th, 2003\n\nPermission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the \"Software\") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following:\n\nThe copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor.\n\nTHE 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"},{"count":1,"name":"BSD 2-Clause \"Simplified\" License","id":"BSD-2-Clause","indices":[58],"text":"Copyright (c) 2015 David Roundy \nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the\n distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"},{"count":1,"name":"Common Development and Distribution License 1.0","id":"CDDL-1.0","indices":[62],"text":"Unless otherwise noted, all files in this distribution are released\nunder the Common Development and Distribution License (CDDL).\nExceptions are noted within the associated source files.\n\n--------------------------------------------------------------------\n\n\nCOMMON DEVELOPMENT AND DISTRIBUTION LICENSE Version 1.0\n\n1. Definitions.\n\n 1.1. \"Contributor\" means each individual or entity that creates\n or contributes to the creation of Modifications.\n\n 1.2. \"Contributor Version\" means the combination of the Original\n Software, prior Modifications used by a Contributor (if any),\n and the Modifications made by that particular Contributor.\n\n 1.3. \"Covered Software\" means (a) the Original Software, or (b)\n Modifications, or (c) the combination of files containing\n Original Software with files containing Modifications, in\n each case including portions thereof.\n\n 1.4. \"Executable\" means the Covered Software in any form other\n than Source Code.\n\n 1.5. \"Initial Developer\" means the individual or entity that first\n makes Original Software available under this License.\n\n 1.6. \"Larger Work\" means a work which combines Covered Software or\n portions thereof with code not governed by the terms of this\n License.\n\n 1.7. \"License\" means this document.\n\n 1.8. \"Licensable\" means having the right to grant, to the maximum\n extent possible, whether at the time of the initial grant or\n subsequently acquired, any and all of the rights conveyed\n herein.\n\n 1.9. \"Modifications\" means the Source Code and Executable form of\n any of the following:\n\n A. Any file that results from an addition to, deletion from or\n modification of the contents of a file containing Original\n Software or previous Modifications;\n\n B. Any new file that contains any part of the Original\n Software or previous Modifications; or\n\n C. Any new file that is contributed or otherwise made\n available under the terms of this License.\n\n 1.10. \"Original Software\" means the Source Code and Executable\n form of computer software code that is originally released\n under this License.\n\n 1.11. \"Patent Claims\" means any patent claim(s), now owned or\n hereafter acquired, including without limitation, method,\n process, and apparatus claims, in any patent Licensable by\n grantor.\n\n 1.12. \"Source Code\" means (a) the common form of computer software\n code in which modifications are made and (b) associated\n documentation included in or with such code.\n\n 1.13. \"You\" (or \"Your\") means an individual or a legal entity\n exercising rights under, and complying with all of the terms\n of, this License. For legal entities, \"You\" includes any\n entity which controls, is controlled by, or is under common\n control with You. For purposes of this definition,\n \"control\" means (a) the power, direct or indirect, to cause\n the direction or management of such entity, whether by\n contract or otherwise, or (b) ownership of more than fifty\n percent (50%) of the outstanding shares or beneficial\n ownership of such entity.\n\n2. License Grants.\n\n 2.1. The Initial Developer Grant.\n\n Conditioned upon Your compliance with Section 3.1 below and\n subject to third party intellectual property claims, the Initial\n Developer hereby grants You a world-wide, royalty-free,\n non-exclusive license:\n\n (a) under intellectual property rights (other than patent or\n trademark) Licensable by Initial Developer, to use,\n reproduce, modify, display, perform, sublicense and\n distribute the Original Software (or portions thereof),\n with or without Modifications, and/or as part of a Larger\n Work; and\n\n (b) under Patent Claims infringed by the making, using or\n selling of Original Software, to make, have made, use,\n practice, sell, and offer for sale, and/or otherwise\n dispose of the Original Software (or portions thereof).\n\n (c) The licenses granted in Sections 2.1(a) and (b) are\n effective on the date Initial Developer first distributes\n or otherwise makes the Original Software available to a\n third party under the terms of this License.\n\n (d) Notwithstanding Section 2.1(b) above, no patent license is\n granted: (1) for code that You delete from the Original\n Software, or (2) for infringements caused by: (i) the\n modification of the Original Software, or (ii) the\n combination of the Original Software with other software\n or devices.\n\n 2.2. Contributor Grant.\n\n Conditioned upon Your compliance with Section 3.1 below and\n subject to third party intellectual property claims, each\n Contributor hereby grants You a world-wide, royalty-free,\n non-exclusive license:\n\n (a) under intellectual property rights (other than patent or\n trademark) Licensable by Contributor to use, reproduce,\n modify, display, perform, sublicense and distribute the\n Modifications created by such Contributor (or portions\n thereof), either on an unmodified basis, with other\n Modifications, as Covered Software and/or as part of a\n Larger Work; and\n\n (b) under Patent Claims infringed by the making, using, or\n selling of Modifications made by that Contributor either\n alone and/or in combination with its Contributor Version\n (or portions of such combination), to make, use, sell,\n offer for sale, have made, and/or otherwise dispose of:\n (1) Modifications made by that Contributor (or portions\n thereof); and (2) the combination of Modifications made by\n that Contributor with its Contributor Version (or portions\n of such combination).\n\n (c) The licenses granted in Sections 2.2(a) and 2.2(b) are\n effective on the date Contributor first distributes or\n otherwise makes the Modifications available to a third\n party.\n\n (d) Notwithstanding Section 2.2(b) above, no patent license is\n granted: (1) for any code that Contributor has deleted\n from the Contributor Version; (2) for infringements caused\n by: (i) third party modifications of Contributor Version,\n or (ii) the combination of Modifications made by that\n Contributor with other software (except as part of the\n Contributor Version) or other devices; or (3) under Patent\n Claims infringed by Covered Software in the absence of\n Modifications made by that Contributor.\n\n3. Distribution Obligations.\n\n 3.1. Availability of Source Code.\n\n Any Covered Software that You distribute or otherwise make\n available in Executable form must also be made available in Source\n Code form and that Source Code form must be distributed only under\n the terms of this License. You must include a copy of this\n License with every copy of the Source Code form of the Covered\n Software You distribute or otherwise make available. You must\n inform recipients of any such Covered Software in Executable form\n as to how they can obtain such Covered Software in Source Code\n form in a reasonable manner on or through a medium customarily\n used for software exchange.\n\n 3.2. Modifications.\n\n The Modifications that You create or to which You contribute are\n governed by the terms of this License. You represent that You\n believe Your Modifications are Your original creation(s) and/or\n You have sufficient rights to grant the rights conveyed by this\n License.\n\n 3.3. Required Notices.\n\n You must include a notice in each of Your Modifications that\n identifies You as the Contributor of the Modification. You may\n not remove or alter any copyright, patent or trademark notices\n contained within the Covered Software, or any notices of licensing\n or any descriptive text giving attribution to any Contributor or\n the Initial Developer.\n\n 3.4. Application of Additional Terms.\n\n You may not offer or impose any terms on any Covered Software in\n Source Code form that alters or restricts the applicable version\n of this License or the recipients' rights hereunder. You may\n choose to offer, and to charge a fee for, warranty, support,\n indemnity or liability obligations to one or more recipients of\n Covered Software. However, you may do so only on Your own behalf,\n and not on behalf of the Initial Developer or any Contributor.\n You must make it absolutely clear that any such warranty, support,\n indemnity or liability obligation is offered by You alone, and You\n hereby agree to indemnify the Initial Developer and every\n Contributor for any liability incurred by the Initial Developer or\n such Contributor as a result of warranty, support, indemnity or\n liability terms You offer.\n\n 3.5. Distribution of Executable Versions.\n\n You may distribute the Executable form of the Covered Software\n under the terms of this License or under the terms of a license of\n Your choice, which may contain terms different from this License,\n provided that You are in compliance with the terms of this License\n and that the license for the Executable form does not attempt to\n limit or alter the recipient's rights in the Source Code form from\n the rights set forth in this License. If You distribute the\n Covered Software in Executable form under a different license, You\n must make it absolutely clear that any terms which differ from\n this License are offered by You alone, not by the Initial\n Developer or Contributor. You hereby agree to indemnify the\n Initial Developer and every Contributor for any liability incurred\n by the Initial Developer or such Contributor as a result of any\n such terms You offer.\n\n 3.6. Larger Works.\n\n You may create a Larger Work by combining Covered Software with\n other code not governed by the terms of this License and\n distribute the Larger Work as a single product. In such a case,\n You must make sure the requirements of this License are fulfilled\n for the Covered Software.\n\n4. Versions of the License.\n\n 4.1. New Versions.\n\n Sun Microsystems, Inc. is the initial license steward and may\n publish revised and/or new versions of this License from time to\n time. Each version will be given a distinguishing version number.\n Except as provided in Section 4.3, no one other than the license\n steward has the right to modify this License.\n\n 4.2. Effect of New Versions.\n\n You may always continue to use, distribute or otherwise make the\n Covered Software available under the terms of the version of the\n License under which You originally received the Covered Software.\n If the Initial Developer includes a notice in the Original\n Software prohibiting it from being distributed or otherwise made\n available under any subsequent version of the License, You must\n distribute and make the Covered Software available under the terms\n of the version of the License under which You originally received\n the Covered Software. Otherwise, You may also choose to use,\n distribute or otherwise make the Covered Software available under\n the terms of any subsequent version of the License published by\n the license steward.\n\n 4.3. Modified Versions.\n\n When You are an Initial Developer and You want to create a new\n license for Your Original Software, You may create and use a\n modified version of this License if You: (a) rename the license\n and remove any references to the name of the license steward\n (except to note that the license differs from this License); and\n (b) otherwise make it clear that the license contains terms which\n differ from this License.\n\n5. DISCLAIMER OF WARRANTY.\n\n COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN \"AS IS\"\n BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,\n INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED\n SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR\n PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND\n PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY\n COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE\n INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY\n NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF\n WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF\n ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS\n DISCLAIMER.\n\n6. TERMINATION.\n\n 6.1. This License and the rights granted hereunder will terminate\n automatically if You fail to comply with terms herein and fail to\n cure such breach within 30 days of becoming aware of the breach.\n Provisions which, by their nature, must remain in effect beyond\n the termination of this License shall survive.\n\n 6.2. If You assert a patent infringement claim (excluding\n declaratory judgment actions) against Initial Developer or a\n Contributor (the Initial Developer or Contributor against whom You\n assert such claim is referred to as \"Participant\") alleging that\n the Participant Software (meaning the Contributor Version where\n the Participant is a Contributor or the Original Software where\n the Participant is the Initial Developer) directly or indirectly\n infringes any patent, then any and all rights granted directly or\n indirectly to You by such Participant, the Initial Developer (if\n the Initial Developer is not the Participant) and all Contributors\n under Sections 2.1 and/or 2.2 of this License shall, upon 60 days\n notice from Participant terminate prospectively and automatically\n at the expiration of such 60 day notice period, unless if within\n such 60 day period You withdraw Your claim with respect to the\n Participant Software against such Participant either unilaterally\n or pursuant to a written agreement with Participant.\n\n 6.3. In the event of termination under Sections 6.1 or 6.2 above,\n all end user licenses that have been validly granted by You or any\n distributor hereunder prior to termination (excluding licenses\n granted to You by any distributor) shall survive termination.\n\n7. LIMITATION OF LIABILITY.\n\n UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT\n (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE\n INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF\n COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE\n LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR\n CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT\n LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK\n STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER\n COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN\n INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF\n LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL\n INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT\n APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO\n NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR\n CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT\n APPLY TO YOU.\n\n8. U.S. GOVERNMENT END USERS.\n\n The Covered Software is a \"commercial item,\" as that term is\n defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of \"commercial\n computer software\" (as that term is defined at 48\n C.F.R. 252.227-7014(a)(1)) and \"commercial computer software\n documentation\" as such terms are used in 48 C.F.R. 12.212\n (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48\n C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all\n U.S. Government End Users acquire Covered Software with only those\n rights set forth herein. This U.S. Government Rights clause is in\n lieu of, and supersedes, any other FAR, DFAR, or other clause or\n provision that addresses Government rights in computer software\n under this License.\n\n9. MISCELLANEOUS.\n\n This License represents the complete agreement concerning subject\n matter hereof. If any provision of this License is held to be\n unenforceable, such provision shall be reformed only to the extent\n necessary to make it enforceable. This License shall be governed\n by the law of the jurisdiction specified in a notice contained\n within the Original Software (except to the extent applicable law,\n if any, provides otherwise), excluding such jurisdiction's\n conflict-of-law provisions. Any litigation relating to this\n License shall be subject to the jurisdiction of the courts located\n in the jurisdiction and venue specified in a notice contained\n within the Original Software, with the losing party responsible\n for costs, including, without limitation, court costs and\n reasonable attorneys' fees and expenses. The application of the\n United Nations Convention on Contracts for the International Sale\n of Goods is expressly excluded. Any law or regulation which\n provides that the language of a contract shall be construed\n against the drafter shall not apply to this License. You agree\n that You alone are responsible for compliance with the United\n States export administration regulations (and the export control\n laws and regulation of any other countries) when You use,\n distribute or otherwise make available any Covered Software.\n\n10. RESPONSIBILITY FOR CLAIMS.\n\n As between Initial Developer and the Contributors, each party is\n responsible for claims and damages arising, directly or\n indirectly, out of its utilization of rights under this License\n and You agree to work with Initial Developer and Contributors to\n distribute such responsibility on an equitable basis. Nothing\n herein is intended or shall be deemed to constitute any admission\n of liability.\n\n--------------------------------------------------------------------\n\nNOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND\nDISTRIBUTION LICENSE (CDDL)\n\nFor Covered Software in this distribution, this License shall\nbe governed by the laws of the State of California (excluding\nconflict-of-law provisions).\n\nAny litigation relating to this License shall be subject to the\njurisdiction of the Federal Courts of the Northern District of\nCalifornia and the state courts of the State of California, with\nvenue lying in Santa Clara County, California.\n"},{"count":1,"name":"GNU General Public License v3.0 only","id":"GPL-3.0","indices":[63],"text":" GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. \n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n Preamble\n\n The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works. By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users. We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors. You can apply it to\nyour programs, too.\n\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights. Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received. You must make sure that they, too, receive\nor can get the source code. And you must show them these terms so they\nknow their rights.\n\n Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software. For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so. This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software. The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable. Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts. If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary. To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n The precise terms and conditions for copying, distribution and\nmodification follow.\n\n TERMS AND CONDITIONS\n\n 0. Definitions.\n\n \"This License\" refers to version 3 of the GNU General Public License.\n\n \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n \"The Program\" refers to any copyrightable work licensed under this\nLicense. Each licensee is addressed as \"you\". \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy. The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy. Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies. Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License. If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n 1. Source Code.\n\n The \"source code\" for a work means the preferred form of the work\nfor making modifications to it. \"Object code\" means any non-source\nform of a work.\n\n A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form. A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities. However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work. For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n The Corresponding Source for a work in source code form is that\nsame work.\n\n 2. Basic Permissions.\n\n All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met. This License explicitly affirms your unlimited\npermission to run the unmodified Program. The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work. This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force. You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright. Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n Conveying under any other circumstances is permitted solely under\nthe conditions stated below. Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n 3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n 4. Conveying Verbatim Copies.\n\n You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n 5. Conveying Modified Source Versions.\n\n You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n a) The work must carry prominent notices stating that you modified\n it, and giving a relevant date.\n\n b) The work must carry prominent notices stating that it is\n released under this License and any conditions added under section\n 7. This requirement modifies the requirement in section 4 to\n \"keep intact all notices\".\n\n c) You must license the entire work, as a whole, under this\n License to anyone who comes into possession of a copy. This\n License will therefore apply, along with any applicable section 7\n additional terms, to the whole of the work, and all its parts,\n regardless of how they are packaged. This License gives no\n permission to license the work in any other way, but it does not\n invalidate such permission if you have separately received it.\n\n d) If the work has interactive user interfaces, each must display\n Appropriate Legal Notices; however, if the Program has interactive\n interfaces that do not display Appropriate Legal Notices, your\n work need not make them do so.\n\n A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit. Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n 6. Conveying Non-Source Forms.\n\n You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n a) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by the\n Corresponding Source fixed on a durable physical medium\n customarily used for software interchange.\n\n b) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by a\n written offer, valid for at least three years and valid for as\n long as you offer spare parts or customer support for that product\n model, to give anyone who possesses the object code either (1) a\n copy of the Corresponding Source for all the software in the\n product that is covered by this License, on a durable physical\n medium customarily used for software interchange, for a price no\n more than your reasonable cost of physically performing this\n conveying of source, or (2) access to copy the\n Corresponding Source from a network server at no charge.\n\n c) Convey individual copies of the object code with a copy of the\n written offer to provide the Corresponding Source. This\n alternative is allowed only occasionally and noncommercially, and\n only if you received the object code with such an offer, in accord\n with subsection 6b.\n\n d) Convey the object code by offering access from a designated\n place (gratis or for a charge), and offer equivalent access to the\n Corresponding Source in the same way through the same place at no\n further charge. You need not require recipients to copy the\n Corresponding Source along with the object code. If the place to\n copy the object code is a network server, the Corresponding Source\n may be on a different server (operated by you or a third party)\n that supports equivalent copying facilities, provided you maintain\n clear directions next to the object code saying where to find the\n Corresponding Source. Regardless of what server hosts the\n Corresponding Source, you remain obligated to ensure that it is\n available for as long as needed to satisfy these requirements.\n\n e) Convey the object code using peer-to-peer transmission, provided\n you inform other peers where the object code and Corresponding\n Source of the work are being offered to the general public at no\n charge under subsection 6d.\n\n A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling. In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage. For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product. A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source. The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information. But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed. Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n 7. Additional Terms.\n\n \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law. If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit. (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.) You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n a) Disclaiming warranty or limiting liability differently from the\n terms of sections 15 and 16 of this License; or\n\n b) Requiring preservation of specified reasonable legal notices or\n author attributions in that material or in the Appropriate Legal\n Notices displayed by works containing it; or\n\n c) Prohibiting misrepresentation of the origin of that material, or\n requiring that modified versions of such material be marked in\n reasonable ways as different from the original version; or\n\n d) Limiting the use for publicity purposes of names of licensors or\n authors of the material; or\n\n e) Declining to grant rights under trademark law for use of some\n trade names, trademarks, or service marks; or\n\n f) Requiring indemnification of licensors and authors of that\n material by anyone who conveys the material (or modified versions of\n it) with contractual assumptions of liability to the recipient, for\n any liability that these contractual assumptions directly impose on\n those licensors and authors.\n\n All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10. If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term. If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n 8. Termination.\n\n You may not propagate or modify a covered work except as expressly\nprovided under this License. Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License. If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n 9. Acceptance Not Required for Having Copies.\n\n You are not required to accept this License in order to receive or\nrun a copy of the Program. Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance. However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work. These actions infringe copyright if you do\nnot accept this License. Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n 10. Automatic Licensing of Downstream Recipients.\n\n Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License. You are not responsible\nfor enforcing compliance by third parties with this License.\n\n An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations. If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License. For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n 11. Patents.\n\n A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based. The\nwork thus licensed is called the contributor's \"contributor version\".\n\n A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version. For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement). To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients. \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License. You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n 12. No Surrender of Others' Freedom.\n\n If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all. For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n 13. Use with the GNU Affero General Public License.\n\n Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work. The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n 14. Revised Versions of this License.\n\n The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n Each version is given a distinguishing version number. If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation. If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n Later license versions may give you additional or different\npermissions. However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n 15. Disclaimer of Warranty.\n\n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n 16. Limitation of Liability.\n\n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n 17. Interpretation of Sections 15 and 16.\n\n If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n END OF TERMS AND CONDITIONS\n"},{"count":1,"name":"ISC License","id":"ISC","indices":[64],"text":"Copyright © 2015, Simonas Kazlauskas\n\nPermission to use, copy, modify, and/or distribute this software for any purpose with or without\nfee is hereby granted, provided that the above copyright notice and this permission notice appear\nin all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\nSOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE\nAUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,\nNEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\nTHIS SOFTWARE.\n"},{"count":1,"name":"SIL Open Font License 1.1","id":"OFL-1.1","indices":[117],"text":"This Font Software is licensed under the SIL Open Font License,\nVersion 1.1.\n\nThis license is copied below, and is also available with a FAQ at:\nhttp://scripts.sil.org/OFL\n\n-----------------------------------------------------------\nSIL OPEN FONT LICENSE Version 1.1 - 26 February 2007\n-----------------------------------------------------------\n\nPREAMBLE\nThe goals of the Open Font License (OFL) are to stimulate worldwide\ndevelopment of collaborative font projects, to support the font\ncreation efforts of academic and linguistic communities, and to\nprovide a free and open framework in which fonts may be shared and\nimproved in partnership with others.\n\nThe OFL allows the licensed fonts to be used, studied, modified and\nredistributed freely as long as they are not sold by themselves. The\nfonts, including any derivative works, can be bundled, embedded,\nredistributed and/or sold with any software provided that any reserved\nnames are not used by derivative works. The fonts and derivatives,\nhowever, cannot be released under any other type of license. The\nrequirement for fonts to remain under this license does not apply to\nany document created using the fonts or their derivatives.\n\nDEFINITIONS\n\"Font Software\" refers to the set of files released by the Copyright\nHolder(s) under this license and clearly marked as such. This may\ninclude source files, build scripts and documentation.\n\n\"Reserved Font Name\" refers to any names specified as such after the\ncopyright statement(s).\n\n\"Original Version\" refers to the collection of Font Software\ncomponents as distributed by the Copyright Holder(s).\n\n\"Modified Version\" refers to any derivative made by adding to,\ndeleting, or substituting -- in part or in whole -- any of the\ncomponents of the Original Version, by changing formats or by porting\nthe Font Software to a new environment.\n\n\"Author\" refers to any designer, engineer, programmer, technical\nwriter or other person who contributed to the Font Software.\n\nPERMISSION & CONDITIONS\nPermission is hereby granted, free of charge, to any person obtaining\na copy of the Font Software, to use, study, copy, merge, embed,\nmodify, redistribute, and sell modified and unmodified copies of the\nFont Software, subject to the following conditions:\n\n1) Neither the Font Software nor any of its individual components, in\nOriginal or Modified Versions, may be sold by itself.\n\n2) Original or Modified Versions of the Font Software may be bundled,\nredistributed and/or sold with any software, provided that each copy\ncontains the above copyright notice and this license. These can be\nincluded either as stand-alone text files, human-readable headers or\nin the appropriate machine-readable metadata fields within text or\nbinary files as long as those fields can be easily viewed by the user.\n\n3) No Modified Version of the Font Software may use the Reserved Font\nName(s) unless explicit written permission is granted by the\ncorresponding Copyright Holder. This restriction only applies to the\nprimary font name as presented to the users.\n\n4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font\nSoftware shall not be used to promote, endorse or advertise any\nModified Version, except to acknowledge the contribution(s) of the\nCopyright Holder(s) and the Author(s) or with their explicit written\npermission.\n\n5) The Font Software, modified or unmodified, in part or in whole,\nmust be distributed entirely under this license, and must not be\ndistributed under any other license. The requirement for fonts to\nremain under this license does not apply to any document created using\nthe Font Software.\n\nTERMINATION\nThis license becomes null and void if any of the above conditions are\nnot met.\n\nDISCLAIMER\nTHE FONT SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE\nCOPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nINCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL\nDAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM\nOTHER DEALINGS IN THE FONT SOFTWARE.\n"},{"count":1,"name":"Unicode License Agreement - Data Files and Software (2016)","id":"Unicode-DFS-2016","indices":[118],"text":"UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE\n\nUnicode Data Files include all data files under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/.\n\nUnicode Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/.\n\nSoftware includes any source code published in the Unicode Standard or under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/.\n\nNOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES (\"DATA FILES\"), AND/OR SOFTWARE (\"SOFTWARE\"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.\n\nCOPYRIGHT AND PERMISSION NOTICE\n\nCopyright © 1991-2016 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the \"Data Files\") or Unicode software and any associated documentation (the \"Software\") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that either\n\n (a) this copyright and permission notice appear with all copies of the Data Files or Software, or\n (b) this copyright and permission notice appear in associated Documentation.\n\nTHE DATA FILES AND SOFTWARE ARE 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 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.\n"},{"count":1,"name":"zlib License","id":"Zlib","indices":[119],"text":"Copyright (c) 2021 Orson Peters \r\n\r\nThis software is provided 'as-is', without any express or implied warranty. In\r\nno event will the authors be held liable for any damages arising from the use of\r\nthis software.\r\n\r\nPermission is granted to anyone to use this software for any purpose, including\r\ncommercial applications, and to alter it and redistribute it freely, subject to\r\nthe following restrictions:\r\n\r\n 1. The origin of this software must not be misrepresented; you must not claim\r\n that you wrote the original software. If you use this software in a product,\r\n an acknowledgment in the product documentation would be appreciated but is\r\n not required.\r\n\r\n 2. Altered source versions must be plainly marked as such, and must not be\r\n misrepresented as being the original software.\r\n\r\n 3. This notice may not be removed or altered from any source distribution.\r\n"}],"licenses":[{"name":"Apache License 2.0","id":"Apache-2.0","text":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n","source_path":"LICENSE-APACHE.txt","used_by":[{"crate":{"name":"arboard","version":"3.4.0","authors":["Artur Kovacs ","Avi Weinstock ","Arboard contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#arboard@3.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Image and text handling for the OS clipboard.","dependencies":[{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"normal","optional":true,"uses_default_features":false,"features":["png"],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"wl-clipboard-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"x11rb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"core-graphics","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"normal","optional":true,"uses_default_features":false,"features":["tiff"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":["relax-void-encoding"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-app-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSPasteboard","NSPasteboardItem","NSImage"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSArray","NSString","NSEnumerator","NSGeometry"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"clipboard-win","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"normal","optional":true,"uses_default_features":false,"features":["png"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":true,"uses_default_features":true,"features":["Win32_Foundation","Win32_Graphics_Gdi","Win32_System_DataExchange","Win32_System_Memory","Win32_System_Ole"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"arboard","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"get_image","kind":["example"],"crate_types":["bin"],"required-features":["image-data"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.0/examples/get_image.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"set_image","kind":["example"],"crate_types":["bin"],"required-features":["image-data"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.0/examples/set_image.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"daemonize","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.0/examples/daemonize.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"hello_world","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.0/examples/hello_world.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"set_html","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.0/examples/set_html.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"core-graphics":["dep:core-graphics"],"default":["image-data"],"image":["dep:image"],"image-data":["core-graphics","image","windows-sys"],"wayland-data-control":["wl-clipboard-rs"],"windows-sys":["dep:windows-sys"],"wl-clipboard-rs":["dep:wl-clipboard-rs"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.0/Cargo.toml","categories":[],"keywords":["clipboard","image"],"readme":"README.md","repository":"https://github.com/1Password/arboard","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.67.1"},"path":null},{"crate":{"name":"fdeflate","version":"0.3.4","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast specialized deflate implementation","dependencies":[{"name":"simd-adler32","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"fdeflate","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fdeflate-0.3.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fdeflate-0.3.4/Cargo.toml","categories":["compression"],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/fdeflate","homepage":"https://github.com/image-rs/fdeflate","documentation":"https://docs.rs/fdeflate","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"image","version":"0.25.1","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#image@0.25.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Imaging library. Provides basic image processing and encoders/decoders for common image formats.","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"normal","optional":false,"uses_default_features":true,"features":["extern_crate_alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"color_quant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dav1d","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dcv-color-primitives","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"exr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gif","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"image-webp","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"mp4parse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"png","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"qoi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ravif","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rgb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.25","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tiff","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zune-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zune-jpeg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crc32fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glob","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-complex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"image","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"concat","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/examples/concat/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"convert","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/examples/convert.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"decode","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/examples/decode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"fractal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/examples/fractal.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"gradient","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/examples/gradient/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"opening","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/examples/opening.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"scaledown","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/examples/scaledown/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"scaleup","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/examples/scaleup/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"tile","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/examples/tile/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"conversions","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/tests/conversions.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"limits","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/tests/limits.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"limits_anim","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/tests/limits_anim.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"reference_images","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/tests/reference_images.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"regression","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/tests/regression.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"save_jpeg","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/tests/save_jpeg.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"truncate_images","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/tests/truncate_images.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decode","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/benches/decode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/benches/encode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"copy_from","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/benches/copy_from.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"avif":["dep:ravif","dep:rgb"],"avif-native":["dep:mp4parse","dep:dcv-color-primitives","dep:dav1d"],"benchmarks":[],"bmp":[],"dds":[],"default":["rayon","default-formats"],"default-formats":["avif","bmp","dds","exr","ff","gif","hdr","ico","jpeg","png","pnm","qoi","tga","tiff","webp"],"exr":["dep:exr"],"ff":[],"gif":["dep:gif","dep:color_quant"],"hdr":[],"ico":["bmp","png"],"jpeg":["dep:zune-core","dep:zune-jpeg"],"nasm":["ravif?/asm"],"png":["dep:png"],"pnm":[],"qoi":["dep:qoi"],"rayon":["dep:rayon"],"tga":[],"tiff":["dep:tiff"],"webp":["dep:image-webp"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/Cargo.toml","categories":["multimedia::images","multimedia::encoding","encoding"],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/image","homepage":"https://github.com/image-rs/image","documentation":"https://docs.rs/image","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"exclude":["src/png/testdata/*","examples/*","tests/*"],"include":["/LICENSE-APACHE","/LICENSE-MIT","/README.md","/CHANGES.md","/src/","/benches/"],"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.67.1"},"path":null},{"crate":{"name":"miniz_oxide","version":"0.7.4","authors":["Frommi ","oyvindln "],"id":"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"DEFLATE compression and decompression library rewritten in Rust based on miniz","dependencies":[{"name":"adler","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"simd-adler32","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Zlib OR Apache-2.0","license_file":null,"targets":[{"name":"miniz_oxide","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["with-alloc"],"rustc-dep-of-std":["core","alloc","compiler_builtins","adler/rustc-dep-of-std"],"simd":["simd-adler32"],"simd-adler32":["dep:simd-adler32"],"std":[],"with-alloc":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.4/Cargo.toml","categories":["compression"],"keywords":["zlib","miniz","deflate","encoding"],"readme":"Readme.md","repository":"https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide","homepage":"https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide","documentation":"https://docs.rs/miniz_oxide","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"pin-project-lite","version":"0.2.14","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A lightweight version of pin-project written with declarative macros.\n","dependencies":[{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"pin-project-lite","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/compiletest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"drop_order","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/drop_order.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"expandtest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/expandtest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"proper_unpin","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/proper_unpin.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/Cargo.toml","categories":["no-std","no-std::no-alloc","rust-patterns"],"keywords":["pin","macros"],"readme":"README.md","repository":"https://github.com/taiki-e/pin-project-lite","homepage":null,"documentation":null,"edition":"2018","metadata":{"cargo_check_external_types":{"allowed_external_types":[]},"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.37.0"},"path":null},{"crate":{"name":"raw-window-handle","version":"0.5.2","authors":["Osspial "],"id":"registry+https://github.com/rust-lang/crates.io-index#raw-window-handle@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Interoperability library for Rust Windowing applications.","dependencies":[],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"raw-window-handle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-window-handle-0.5.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-window-handle-0.5.2/Cargo.toml","categories":[],"keywords":["windowing"],"readme":"README.md","repository":"https://github.com/rust-windowing/raw-window-handle","homepage":null,"documentation":"https://docs.rs/raw-window-handle","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"raw-window-handle","version":"0.6.2","authors":["Osspial "],"id":"registry+https://github.com/rust-lang/crates.io-index#raw-window-handle@0.6.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Interoperability library for Rust Windowing applications.","dependencies":[{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.87","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"raw_window_handle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-window-handle-0.6.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"std":["alloc"],"wasm-bindgen":["dep:wasm-bindgen"],"wasm-bindgen-0-2":["wasm-bindgen","std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-window-handle-0.6.2/Cargo.toml","categories":[],"keywords":["windowing"],"readme":"README.md","repository":"https://github.com/rust-windowing/raw-window-handle","homepage":null,"documentation":"https://docs.rs/raw-window-handle","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2022-2023 John Nunley\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"xkeysym","version":"0.2.1","authors":["John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#xkeysym@0.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for working with X11 keysyms","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.3","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.160","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"x11rb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"xkeysym","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkeysym-0.2.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"x11rb","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkeysym-0.2.1/examples/x11rb.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"bytemuck":["dep:bytemuck"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkeysym-0.2.1/Cargo.toml","categories":[],"keywords":["x11","keysym","keysyms"],"readme":"README.md","repository":"https://github.com/notgull/xkeysym","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.58.1"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2023 Daniel De Graaf\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"async-once-cell","version":"0.5.3","authors":["Daniel De Graaf "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-once-cell@0.5.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async single assignment cells and lazy values.","dependencies":[{"name":"critical-section","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"async-once-cell","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-once-cell-0.5.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"critical-section":["dep:critical-section"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-once-cell-0.5.3/Cargo.toml","categories":["rust-patterns","memory-management"],"keywords":["lazy","static","async"],"readme":"README.md","repository":"https://github.com/danieldg/async-once-cell","homepage":null,"documentation":"https://docs.rs/async_once_cell","edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2023 Kirill Chibisov\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"cursor-icon","version":"1.1.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#cursor-icon@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross platform cursor icon type","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.162","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-cursor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"cursor-icon","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cursor-icon-1.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"serde":["dep:serde"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cursor-icon-1.1.0/Cargo.toml","categories":["gui"],"keywords":["windowing","cursor"],"readme":"README.md","repository":"https://github.com/rust-windowing/cursor-icon","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright [yyyy] [name of copyright owner]\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.","source_path":"tests/fonts/colr_1_LICENSE","used_by":[{"crate":{"name":"ttf-parser","version":"0.21.1","authors":["Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.21.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A high-level, safe, zero-allocation font parser for TrueType, OpenType, and AAT.","dependencies":[{"name":"base64","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pico-args","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tiny-skia-path","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xmlwriter","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ttf-parser","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.21.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"font-info","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.21.1/examples/font-info.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"font2svg","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.21.1/examples/font2svg.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"bitmap","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.21.1/tests/bitmap.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tables","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.21.1/tests/tables/main.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"apple-layout":[],"default":["std","opentype-layout","apple-layout","variable-fonts","glyph-names"],"glyph-names":[],"gvar-alloc":["std"],"opentype-layout":[],"std":[],"variable-fonts":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.21.1/Cargo.toml","categories":["parser-implementations"],"keywords":["ttf","truetype","opentype"],"readme":"README.md","repository":"https://github.com/RazrFalcon/ttf-parser","homepage":null,"documentation":"https://docs.rs/ttf-parser/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright [yyyy] [name of copyright owner]\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"as-raw-xcb-connection","version":"1.0.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#as-raw-xcb-connection@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Trait to facilitate interoperatibility with libxcb C API","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"as-raw-xcb-connection","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/as-raw-xcb-connection-1.0.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/as-raw-xcb-connection-1.0.1/Cargo.toml","categories":[],"keywords":["xcb","X11"],"readme":null,"repository":"https://github.com/psychon/as-raw-xcb-connection","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"nohash-hasher","version":"0.2.0","authors":["Parity Technologies "],"id":"registry+https://github.com/rust-lang/crates.io-index#nohash-hasher@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An implementation of `std::hash::Hasher` which does not hash at all.","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"nohash-hasher","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nohash-hasher-0.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nohash-hasher-0.2.0/Cargo.toml","categories":[],"keywords":["hash","hasher","hashmap","hashset"],"readme":"README.md","repository":"https://github.com/paritytech/nohash-hasher","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"static_assertions","version":"1.1.0","authors":["Nikolai Vazquez"],"id":"registry+https://github.com/rust-lang/crates.io-index#static_assertions@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Compile-time assertions to ensure that invariants are met.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"static_assertions","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"nightly":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/Cargo.toml","categories":["no-std","rust-patterns","development-tools::testing"],"keywords":["assert","static","testing"],"readme":"README.md","repository":"https://github.com/nvzqz/static-assertions-rs","homepage":"https://github.com/nvzqz/static-assertions-rs","documentation":"https://docs.rs/static_assertions/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"x11rb-protocol","version":"0.13.1","authors":["Uli Schlachter ","Eduardo Sánchez Muñoz ","notgull "],"id":"registry+https://github.com/rust-lang/crates.io-index#x11rb-protocol@0.13.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings to X11","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"x11rb-protocol","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"enum_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/tests/enum_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"parsing_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/tests/parsing_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"request_parsing_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/tests/request_parsing_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"proto_connection","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/benches/proto_connection.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"all-extensions":["composite","damage","dbe","dpms","dri2","dri3","glx","present","randr","record","render","res","screensaver","shape","shm","sync","xevie","xf86dri","xf86vidmode","xfixes","xinerama","xinput","xkb","xprint","xselinux","xtest","xv","xvmc"],"composite":["xfixes"],"damage":["xfixes"],"dbe":[],"default":["std"],"dpms":[],"dri2":[],"dri3":[],"extra-traits":[],"glx":[],"present":["randr","xfixes","sync"],"randr":["render"],"record":[],"render":[],"request-parsing":[],"res":[],"resource_manager":["std"],"screensaver":[],"serde":["dep:serde"],"shape":[],"shm":[],"std":[],"sync":[],"xevie":[],"xf86dri":[],"xf86vidmode":[],"xfixes":["render","shape"],"xinerama":[],"xinput":["xfixes"],"xkb":[],"xprint":[],"xselinux":[],"xtest":[],"xv":["shm"],"xvmc":["xv"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/Cargo.toml","categories":[],"keywords":["xcb","X11"],"readme":"README.md","repository":"https://github.com/psychon/x11rb","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"x11rb","version":"0.13.1","authors":["Uli Schlachter ","Eduardo Sánchez Muñoz ","notgull "],"id":"registry+https://github.com/rust-lang/crates.io-index#x11rb@0.13.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings to X11","dependencies":[{"name":"as-raw-xcb-connection","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38","kind":"normal","optional":false,"uses_default_features":false,"features":["std","event","fs","net","system"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"x11rb-protocol","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.1","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"gethostname","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"polling","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-subscriber","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gethostname","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(unix))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"x11rb","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"generic_events","kind":["example"],"crate_types":["bin"],"required-features":["present"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/generic_events.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"shared_memory","kind":["example"],"crate_types":["bin"],"required-features":["libc","shm"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/shared_memory.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"xeyes","kind":["example"],"crate_types":["bin"],"required-features":["shape"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/xeyes.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_window","kind":["example"],"crate_types":["bin"],"required-features":["cursor","resource_manager","tracing","tracing-subscriber/env-filter"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/simple_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"display_ppm","kind":["example"],"crate_types":["bin"],"required-features":["image"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/display_ppm.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"record","kind":["example"],"crate_types":["bin"],"required-features":["record"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/record.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"check_unchecked_requests","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/check_unchecked_requests.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"hypnomoire","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/hypnomoire.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_fonts","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/list_fonts.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_window_manager","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/simple_window_manager.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"tutorial","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/tutorial.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"xclock_utc","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/xclock_utc.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"multithread_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/tests/multithread_test.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"regression_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/tests/regression_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"resource_manager","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/tests/resource_manager.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"x11_utils","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/tests/x11_utils.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"all-extensions":["x11rb-protocol/all-extensions","composite","damage","dbe","dpms","dri2","dri3","glx","present","randr","record","render","res","screensaver","shape","shm","sync","xevie","xf86dri","xf86vidmode","xfixes","xinerama","xinput","xkb","xprint","xselinux","xtest","xv","xvmc"],"allow-unsafe-code":["libc","as-raw-xcb-connection"],"as-raw-xcb-connection":["dep:as-raw-xcb-connection"],"composite":["x11rb-protocol/composite","xfixes"],"cursor":["render","resource_manager"],"damage":["x11rb-protocol/damage","xfixes"],"dbe":["x11rb-protocol/dbe"],"dl-libxcb":["allow-unsafe-code","libloading","once_cell"],"dpms":["x11rb-protocol/dpms"],"dri2":["x11rb-protocol/dri2"],"dri3":["x11rb-protocol/dri3"],"extra-traits":["x11rb-protocol/extra-traits"],"glx":["x11rb-protocol/glx"],"image":[],"libc":["dep:libc"],"libloading":["dep:libloading"],"once_cell":["dep:once_cell"],"present":["x11rb-protocol/present","randr","xfixes","sync"],"randr":["x11rb-protocol/randr","render"],"record":["x11rb-protocol/record"],"render":["x11rb-protocol/render"],"request-parsing":["x11rb-protocol/request-parsing"],"res":["x11rb-protocol/res"],"resource_manager":["x11rb-protocol/resource_manager"],"screensaver":["x11rb-protocol/screensaver"],"shape":["x11rb-protocol/shape"],"shm":["x11rb-protocol/shm"],"sync":["x11rb-protocol/sync"],"tracing":["dep:tracing"],"xevie":["x11rb-protocol/xevie"],"xf86dri":["x11rb-protocol/xf86dri"],"xf86vidmode":["x11rb-protocol/xf86vidmode"],"xfixes":["x11rb-protocol/xfixes","render","shape"],"xinerama":["x11rb-protocol/xinerama"],"xinput":["x11rb-protocol/xinput","xfixes"],"xkb":["x11rb-protocol/xkb"],"xprint":["x11rb-protocol/xprint"],"xselinux":["x11rb-protocol/xselinux"],"xtest":["x11rb-protocol/xtest"],"xv":["x11rb-protocol/xv","shm"],"xvmc":["x11rb-protocol/xvmc","xv"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/Cargo.toml","categories":[],"keywords":["xcb","X11"],"readme":"README.md","repository":"https://github.com/psychon/x11rb","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"\r\n Apache License\r\n Version 2.0, January 2004\r\n http://www.apache.org/licenses/\r\n\r\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\r\n\r\n 1. Definitions.\r\n\r\n \"License\" shall mean the terms and conditions for use, reproduction,\r\n and distribution as defined by Sections 1 through 9 of this document.\r\n\r\n \"Licensor\" shall mean the copyright owner or entity authorized by\r\n the copyright owner that is granting the License.\r\n\r\n \"Legal Entity\" shall mean the union of the acting entity and all\r\n other entities that control, are controlled by, or are under common\r\n control with that entity. For the purposes of this definition,\r\n \"control\" means (i) the power, direct or indirect, to cause the\r\n direction or management of such entity, whether by contract or\r\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\r\n outstanding shares, or (iii) beneficial ownership of such entity.\r\n\r\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\r\n exercising permissions granted by this License.\r\n\r\n \"Source\" form shall mean the preferred form for making modifications,\r\n including but not limited to software source code, documentation\r\n source, and configuration files.\r\n\r\n \"Object\" form shall mean any form resulting from mechanical\r\n transformation or translation of a Source form, including but\r\n not limited to compiled object code, generated documentation,\r\n and conversions to other media types.\r\n\r\n \"Work\" shall mean the work of authorship, whether in Source or\r\n Object form, made available under the License, as indicated by a\r\n copyright notice that is included in or attached to the work\r\n (an example is provided in the Appendix below).\r\n\r\n \"Derivative Works\" shall mean any work, whether in Source or Object\r\n form, that is based on (or derived from) the Work and for which the\r\n editorial revisions, annotations, elaborations, or other modifications\r\n represent, as a whole, an original work of authorship. For the purposes\r\n of this License, Derivative Works shall not include works that remain\r\n separable from, or merely link (or bind by name) to the interfaces of,\r\n the Work and Derivative Works thereof.\r\n\r\n \"Contribution\" shall mean any work of authorship, including\r\n the original version of the Work and any modifications or additions\r\n to that Work or Derivative Works thereof, that is intentionally\r\n submitted to Licensor for inclusion in the Work by the copyright owner\r\n or by an individual or Legal Entity authorized to submit on behalf of\r\n the copyright owner. For the purposes of this definition, \"submitted\"\r\n means any form of electronic, verbal, or written communication sent\r\n to the Licensor or its representatives, including but not limited to\r\n communication on electronic mailing lists, source code control systems,\r\n and issue tracking systems that are managed by, or on behalf of, the\r\n Licensor for the purpose of discussing and improving the Work, but\r\n excluding communication that is conspicuously marked or otherwise\r\n designated in writing by the copyright owner as \"Not a Contribution.\"\r\n\r\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\r\n on behalf of whom a Contribution has been received by Licensor and\r\n subsequently incorporated within the Work.\r\n\r\n 2. Grant of Copyright License. Subject to the terms and conditions of\r\n this License, each Contributor hereby grants to You a perpetual,\r\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r\n copyright license to reproduce, prepare Derivative Works of,\r\n publicly display, publicly perform, sublicense, and distribute the\r\n Work and such Derivative Works in Source or Object form.\r\n\r\n 3. Grant of Patent License. Subject to the terms and conditions of\r\n this License, each Contributor hereby grants to You a perpetual,\r\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r\n (except as stated in this section) patent license to make, have made,\r\n use, offer to sell, sell, import, and otherwise transfer the Work,\r\n where such license applies only to those patent claims licensable\r\n by such Contributor that are necessarily infringed by their\r\n Contribution(s) alone or by combination of their Contribution(s)\r\n with the Work to which such Contribution(s) was submitted. If You\r\n institute patent litigation against any entity (including a\r\n cross-claim or counterclaim in a lawsuit) alleging that the Work\r\n or a Contribution incorporated within the Work constitutes direct\r\n or contributory patent infringement, then any patent licenses\r\n granted to You under this License for that Work shall terminate\r\n as of the date such litigation is filed.\r\n\r\n 4. Redistribution. You may reproduce and distribute copies of the\r\n Work or Derivative Works thereof in any medium, with or without\r\n modifications, and in Source or Object form, provided that You\r\n meet the following conditions:\r\n\r\n (a) You must give any other recipients of the Work or\r\n Derivative Works a copy of this License; and\r\n\r\n (b) You must cause any modified files to carry prominent notices\r\n stating that You changed the files; and\r\n\r\n (c) You must retain, in the Source form of any Derivative Works\r\n that You distribute, all copyright, patent, trademark, and\r\n attribution notices from the Source form of the Work,\r\n excluding those notices that do not pertain to any part of\r\n the Derivative Works; and\r\n\r\n (d) If the Work includes a \"NOTICE\" text file as part of its\r\n distribution, then any Derivative Works that You distribute must\r\n include a readable copy of the attribution notices contained\r\n within such NOTICE file, excluding those notices that do not\r\n pertain to any part of the Derivative Works, in at least one\r\n of the following places: within a NOTICE text file distributed\r\n as part of the Derivative Works; within the Source form or\r\n documentation, if provided along with the Derivative Works; or,\r\n within a display generated by the Derivative Works, if and\r\n wherever such third-party notices normally appear. The contents\r\n of the NOTICE file are for informational purposes only and\r\n do not modify the License. You may add Your own attribution\r\n notices within Derivative Works that You distribute, alongside\r\n or as an addendum to the NOTICE text from the Work, provided\r\n that such additional attribution notices cannot be construed\r\n as modifying the License.\r\n\r\n You may add Your own copyright statement to Your modifications and\r\n may provide additional or different license terms and conditions\r\n for use, reproduction, or distribution of Your modifications, or\r\n for any such Derivative Works as a whole, provided Your use,\r\n reproduction, and distribution of the Work otherwise complies with\r\n the conditions stated in this License.\r\n\r\n 5. Submission of Contributions. Unless You explicitly state otherwise,\r\n any Contribution intentionally submitted for inclusion in the Work\r\n by You to the Licensor shall be under the terms and conditions of\r\n this License, without any additional terms or conditions.\r\n Notwithstanding the above, nothing herein shall supersede or modify\r\n the terms of any separate license agreement you may have executed\r\n with Licensor regarding such Contributions.\r\n\r\n 6. Trademarks. This License does not grant permission to use the trade\r\n names, trademarks, service marks, or product names of the Licensor,\r\n except as required for reasonable and customary use in describing the\r\n origin of the Work and reproducing the content of the NOTICE file.\r\n\r\n 7. Disclaimer of Warranty. Unless required by applicable law or\r\n agreed to in writing, Licensor provides the Work (and each\r\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\r\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\r\n implied, including, without limitation, any warranties or conditions\r\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\r\n PARTICULAR PURPOSE. You are solely responsible for determining the\r\n appropriateness of using or redistributing the Work and assume any\r\n risks associated with Your exercise of permissions under this License.\r\n\r\n 8. Limitation of Liability. In no event and under no legal theory,\r\n whether in tort (including negligence), contract, or otherwise,\r\n unless required by applicable law (such as deliberate and grossly\r\n negligent acts) or agreed to in writing, shall any Contributor be\r\n liable to You for damages, including any direct, indirect, special,\r\n incidental, or consequential damages of any character arising as a\r\n result of this License or out of the use or inability to use the\r\n Work (including but not limited to damages for loss of goodwill,\r\n work stoppage, computer failure or malfunction, or any and all\r\n other commercial damages or losses), even if such Contributor\r\n has been advised of the possibility of such damages.\r\n\r\n 9. Accepting Warranty or Additional Liability. While redistributing\r\n the Work or Derivative Works thereof, You may choose to offer,\r\n and charge a fee for, acceptance of support, warranty, indemnity,\r\n or other liability obligations and/or rights consistent with this\r\n License. However, in accepting such obligations, You may act only\r\n on Your own behalf and on Your sole responsibility, not on behalf\r\n of any other Contributor, and only if You agree to indemnify,\r\n defend, and hold each Contributor harmless for any liability\r\n incurred by, or claims asserted against, such Contributor by reason\r\n of your accepting any such warranty or additional liability.\r\n\r\n END OF TERMS AND CONDITIONS\r\n\r\n APPENDIX: How to apply the Apache License to your work.\r\n\r\n To apply the Apache License to your work, attach the following\r\n boilerplate notice, with the fields enclosed by brackets \"[]\"\r\n replaced with your own identifying information. (Don't include\r\n the brackets!) The text should be enclosed in the appropriate\r\n comment syntax for the file format. We also recommend that a\r\n file or class name and description of purpose be included on the\r\n same \"printed page\" as the copyright notice for easier\r\n identification within third-party archives.\r\n\r\n Copyright [yyyy] [name of copyright owner]\r\n\r\n Licensed under the Apache License, Version 2.0 (the \"License\");\r\n you may not use this file except in compliance with the License.\r\n You may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n Unless required by applicable law or agreed to in writing, software\r\n distributed under the License is distributed on an \"AS IS\" BASIS,\r\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n See the License for the specific language governing permissions and\r\n limitations under the License.\r\n","source_path":"LICENSE-APACHE.md","used_by":[{"crate":{"name":"tinyvec","version":"1.6.0","authors":["Lokathor "],"id":"registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"`tinyvec` provides 100% safe vec-like data structures.","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tinyvec_macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Zlib OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"tinyvec","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"tinyvec","kind":["test"],"crate_types":["bin"],"required-features":["alloc","std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/tests/tinyvec.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"arrayvec","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/tests/arrayvec.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/benches/macros.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"smallvec","kind":["bench"],"crate_types":["bin"],"required-features":["alloc","real_blackbox"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/benches/smallvec.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":["tinyvec_macros"],"arbitrary":["dep:arbitrary"],"default":[],"experimental_write_impl":[],"grab_spare_slice":[],"nightly_slice_partition_dedup":[],"real_blackbox":["criterion/real_blackbox"],"rustc_1_40":[],"rustc_1_55":["rustc_1_40"],"rustc_1_57":["rustc_1_55"],"serde":["dep:serde"],"std":["alloc"],"tinyvec_macros":["dep:tinyvec_macros"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/Cargo.toml","categories":["data-structures","no-std"],"keywords":["vec","no_std","no-std"],"readme":"README.md","repository":"https://github.com/Lokathor/tinyvec","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["alloc","std","grab_spare_slice","rustc_1_40","rustc_1_55","serde"],"rustdoc-args":["--cfg","docs_rs"]}},"playground":{"features":["alloc","std","grab_spare_slice","rustc_1_40","rustc_1_55","serde"]}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n","source_path":"LICENSE","used_by":[{"crate":{"name":"ab_glyph","version":"0.2.26","authors":["Alex Butler "],"id":"registry+https://github.com/rust-lang/crates.io-index#ab_glyph@0.2.26","source":"registry+https://github.com/rust-lang/crates.io-index","description":"API for loading, scaling, positioning and rasterizing OpenType font glyphs.","dependencies":[{"name":"ab_glyph_rasterizer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"owned_ttf_parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ab_glyph","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph-0.2.26/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std","variable-fonts"],"libm":["dep:libm","ab_glyph_rasterizer/libm"],"std":["owned_ttf_parser/default","ab_glyph_rasterizer/default"],"variable-fonts":["owned_ttf_parser/variable-fonts"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph-0.2.26/Cargo.toml","categories":[],"keywords":["text","ttf","truetype","otf","opentype"],"readme":"README.md","repository":"https://github.com/alexheretic/ab-glyph","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"android-activity","version":"0.5.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#android-activity@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Glue for building Rust applications on Android with NativeActivity or GameActivity","dependencies":[{"name":"android-properties","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cesu8","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jni","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jni-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ndk","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ndk-context","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ndk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num_enum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"build","optional":false,"uses_default_features":true,"features":["parallel"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"android-activity","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-activity-0.5.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-activity-0.5.2/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":[],"game-activity":[],"native-activity":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-activity-0.5.2/Cargo.toml","categories":[],"keywords":["android","ndk"],"readme":"README.md","repository":"https://github.com/rust-mobile/android-activity","homepage":"https://github.com/rust-mobile/android-activity","documentation":"https://docs.rs/android-activity","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"],"targets":["aarch64-linux-android","armv7-linux-androideabi","i686-linux-android","x86_64-linux-android"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.68.0"},"path":null},{"crate":{"name":"owned_ttf_parser","version":"0.21.0","authors":["Alex Butler "],"id":"registry+https://github.com/rust-lang/crates.io-index#owned_ttf_parser@0.21.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"ttf-parser plus support for owned data","dependencies":[{"name":"ttf-parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"owned_ttf_parser","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.21.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"face_mut","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.21.0/tests/face_mut.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"owned_ttf","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.21.0/tests/owned_ttf.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"preparse","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.21.0/tests/preparse.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"apple-layout":["ttf-parser/apple-layout"],"default":["std","opentype-layout","apple-layout","variable-fonts","glyph-names"],"glyph-names":["ttf-parser/glyph-names"],"gvar-alloc":["std","ttf-parser/gvar-alloc"],"opentype-layout":["ttf-parser/opentype-layout"],"std":["ttf-parser/std"],"variable-fonts":["ttf-parser/variable-fonts"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.21.0/Cargo.toml","categories":[],"keywords":["ttf","truetype","otf","opentype"],"readme":"README.md","repository":"https://github.com/alexheretic/owned-ttf-parser","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright (c) Microsoft Corporation.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"license-apache-2.0","used_by":[{"crate":{"name":"windows-core","version":"0.52.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-core@0.52.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.52.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":[],"implement":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.52.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows-core","version":"0.56.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-core@0.56.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-implement","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-interface","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-result","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.56.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bindings","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.56.0/tests/bindings.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.56.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"path":null},{"crate":{"name":"windows-implement","version":"0.48.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-implement@0.48.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The implement macro for the windows crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","proc-macro","printing","full","derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-implement","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-implement-0.48.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-implement-0.48.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"windows-implement","version":"0.56.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-implement@0.56.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The implement macro for the windows crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","proc-macro","printing","full","derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-implement","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-implement-0.56.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-implement-0.56.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"path":null},{"crate":{"name":"windows-interface","version":"0.48.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-interface@0.48.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The interface macro for the windows crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","proc-macro","printing","full","derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-interface","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-interface-0.48.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-interface-0.48.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"windows-interface","version":"0.56.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-interface@0.56.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The interface macro for the windows crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","proc-macro","printing","full","derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-interface","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-interface-0.56.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-interface-0.56.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"path":null},{"crate":{"name":"windows-result","version":"0.1.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-result@0.1.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Windows error handling","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.57.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_result","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-result-0.1.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-result-0.1.2/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"windows-sys","version":"0.45.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(windows_raw_dylib))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.45.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"Win32":[],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"default":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.45.0/Cargo.toml","categories":[],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"path":null},{"crate":{"name":"windows-sys","version":"0.48.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.48.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"Wdk":[],"Wdk_System":["Wdk"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Win32":[],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ClrProfiling":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_ActiveScript":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.48.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"path":null},{"crate":{"name":"windows-sys","version":"0.52.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.52.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"Wdk":[],"Wdk_Foundation":["Wdk"],"Wdk_Graphics":["Wdk"],"Wdk_Graphics_Direct3D":["Wdk_Graphics"],"Wdk_Storage":["Wdk"],"Wdk_Storage_FileSystem":["Wdk_Storage"],"Wdk_Storage_FileSystem_Minifilters":["Wdk_Storage_FileSystem"],"Wdk_System":["Wdk"],"Wdk_System_IO":["Wdk_System"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Wdk_System_Registry":["Wdk_System"],"Wdk_System_SystemInformation":["Wdk_System"],"Wdk_System_SystemServices":["Wdk_System"],"Wdk_System_Threading":["Wdk_System"],"Win32":[],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_GdiPlus":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_Nvme":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_Variant":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":[],"docs":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.52.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows-targets","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libs for Windows","dependencies":[{"name":"windows_aarch64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-uwp-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-gnu","rename":null,"registry":null,"path":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-uwp-windows-gnu","rename":null,"registry":null,"path":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-uwp-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnu","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-uwp-windows-gnu","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-uwp-windows-msvc","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-targets","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows-targets","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libs for Windows","dependencies":[{"name":"windows_aarch64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnullvm","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-targets","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows-targets","version":"0.52.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libs for Windows","dependencies":[{"name":"windows_aarch64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnullvm","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-targets","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.52.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.52.5/Cargo.toml","categories":[],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows","version":"0.48.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows@0.48.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-implement","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-interface","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-0.48.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"AI":[],"AI_MachineLearning":["AI"],"ApplicationModel":[],"ApplicationModel_Activation":["ApplicationModel"],"ApplicationModel_AppExtensions":["ApplicationModel"],"ApplicationModel_AppService":["ApplicationModel"],"ApplicationModel_Appointments":["ApplicationModel"],"ApplicationModel_Appointments_AppointmentsProvider":["ApplicationModel_Appointments"],"ApplicationModel_Appointments_DataProvider":["ApplicationModel_Appointments"],"ApplicationModel_Background":["ApplicationModel"],"ApplicationModel_Calls":["ApplicationModel"],"ApplicationModel_Calls_Background":["ApplicationModel_Calls"],"ApplicationModel_Calls_Provider":["ApplicationModel_Calls"],"ApplicationModel_Chat":["ApplicationModel"],"ApplicationModel_CommunicationBlocking":["ApplicationModel"],"ApplicationModel_Contacts":["ApplicationModel"],"ApplicationModel_Contacts_DataProvider":["ApplicationModel_Contacts"],"ApplicationModel_Contacts_Provider":["ApplicationModel_Contacts"],"ApplicationModel_ConversationalAgent":["ApplicationModel"],"ApplicationModel_Core":["ApplicationModel"],"ApplicationModel_DataTransfer":["ApplicationModel"],"ApplicationModel_DataTransfer_DragDrop":["ApplicationModel_DataTransfer"],"ApplicationModel_DataTransfer_DragDrop_Core":["ApplicationModel_DataTransfer_DragDrop"],"ApplicationModel_DataTransfer_ShareTarget":["ApplicationModel_DataTransfer"],"ApplicationModel_Email":["ApplicationModel"],"ApplicationModel_Email_DataProvider":["ApplicationModel_Email"],"ApplicationModel_ExtendedExecution":["ApplicationModel"],"ApplicationModel_ExtendedExecution_Foreground":["ApplicationModel_ExtendedExecution"],"ApplicationModel_Holographic":["ApplicationModel"],"ApplicationModel_LockScreen":["ApplicationModel"],"ApplicationModel_Payments":["ApplicationModel"],"ApplicationModel_Payments_Provider":["ApplicationModel_Payments"],"ApplicationModel_Preview":["ApplicationModel"],"ApplicationModel_Preview_Holographic":["ApplicationModel_Preview"],"ApplicationModel_Preview_InkWorkspace":["ApplicationModel_Preview"],"ApplicationModel_Preview_Notes":["ApplicationModel_Preview"],"ApplicationModel_Resources":["ApplicationModel"],"ApplicationModel_Resources_Core":["ApplicationModel_Resources"],"ApplicationModel_Resources_Management":["ApplicationModel_Resources"],"ApplicationModel_Search":["ApplicationModel"],"ApplicationModel_Search_Core":["ApplicationModel_Search"],"ApplicationModel_Store":["ApplicationModel"],"ApplicationModel_Store_LicenseManagement":["ApplicationModel_Store"],"ApplicationModel_Store_Preview":["ApplicationModel_Store"],"ApplicationModel_Store_Preview_InstallControl":["ApplicationModel_Store_Preview"],"ApplicationModel_UserActivities":["ApplicationModel"],"ApplicationModel_UserActivities_Core":["ApplicationModel_UserActivities"],"ApplicationModel_UserDataAccounts":["ApplicationModel"],"ApplicationModel_UserDataAccounts_Provider":["ApplicationModel_UserDataAccounts"],"ApplicationModel_UserDataAccounts_SystemAccess":["ApplicationModel_UserDataAccounts"],"ApplicationModel_UserDataTasks":["ApplicationModel"],"ApplicationModel_UserDataTasks_DataProvider":["ApplicationModel_UserDataTasks"],"ApplicationModel_VoiceCommands":["ApplicationModel"],"ApplicationModel_Wallet":["ApplicationModel"],"ApplicationModel_Wallet_System":["ApplicationModel_Wallet"],"Data":[],"Data_Html":["Data"],"Data_Json":["Data"],"Data_Pdf":["Data"],"Data_Text":["Data"],"Data_Xml":["Data"],"Data_Xml_Dom":["Data_Xml"],"Data_Xml_Xsl":["Data_Xml"],"Devices":[],"Devices_Adc":["Devices"],"Devices_Adc_Provider":["Devices_Adc"],"Devices_Background":["Devices"],"Devices_Bluetooth":["Devices"],"Devices_Bluetooth_Advertisement":["Devices_Bluetooth"],"Devices_Bluetooth_Background":["Devices_Bluetooth"],"Devices_Bluetooth_GenericAttributeProfile":["Devices_Bluetooth"],"Devices_Bluetooth_Rfcomm":["Devices_Bluetooth"],"Devices_Custom":["Devices"],"Devices_Display":["Devices"],"Devices_Display_Core":["Devices_Display"],"Devices_Enumeration":["Devices"],"Devices_Enumeration_Pnp":["Devices_Enumeration"],"Devices_Geolocation":["Devices"],"Devices_Geolocation_Geofencing":["Devices_Geolocation"],"Devices_Geolocation_Provider":["Devices_Geolocation"],"Devices_Gpio":["Devices"],"Devices_Gpio_Provider":["Devices_Gpio"],"Devices_Haptics":["Devices"],"Devices_HumanInterfaceDevice":["Devices"],"Devices_I2c":["Devices"],"Devices_I2c_Provider":["Devices_I2c"],"Devices_Input":["Devices"],"Devices_Input_Preview":["Devices_Input"],"Devices_Lights":["Devices"],"Devices_Lights_Effects":["Devices_Lights"],"Devices_Midi":["Devices"],"Devices_PointOfService":["Devices"],"Devices_PointOfService_Provider":["Devices_PointOfService"],"Devices_Portable":["Devices"],"Devices_Power":["Devices"],"Devices_Printers":["Devices"],"Devices_Printers_Extensions":["Devices_Printers"],"Devices_Pwm":["Devices"],"Devices_Pwm_Provider":["Devices_Pwm"],"Devices_Radios":["Devices"],"Devices_Scanners":["Devices"],"Devices_Sensors":["Devices"],"Devices_Sensors_Custom":["Devices_Sensors"],"Devices_SerialCommunication":["Devices"],"Devices_SmartCards":["Devices"],"Devices_Sms":["Devices"],"Devices_Spi":["Devices"],"Devices_Spi_Provider":["Devices_Spi"],"Devices_Usb":["Devices"],"Devices_WiFi":["Devices"],"Devices_WiFiDirect":["Devices"],"Devices_WiFiDirect_Services":["Devices_WiFiDirect"],"Embedded":[],"Embedded_DeviceLockdown":["Embedded"],"Foundation":[],"Foundation_Collections":["Foundation"],"Foundation_Diagnostics":["Foundation"],"Foundation_Metadata":["Foundation"],"Foundation_Numerics":["Foundation"],"Gaming":[],"Gaming_Input":["Gaming"],"Gaming_Input_Custom":["Gaming_Input"],"Gaming_Input_ForceFeedback":["Gaming_Input"],"Gaming_Input_Preview":["Gaming_Input"],"Gaming_Preview":["Gaming"],"Gaming_Preview_GamesEnumeration":["Gaming_Preview"],"Gaming_UI":["Gaming"],"Gaming_XboxLive":["Gaming"],"Gaming_XboxLive_Storage":["Gaming_XboxLive"],"Globalization":[],"Globalization_Collation":["Globalization"],"Globalization_DateTimeFormatting":["Globalization"],"Globalization_Fonts":["Globalization"],"Globalization_NumberFormatting":["Globalization"],"Globalization_PhoneNumberFormatting":["Globalization"],"Graphics":[],"Graphics_Capture":["Graphics"],"Graphics_DirectX":["Graphics"],"Graphics_DirectX_Direct3D11":["Graphics_DirectX"],"Graphics_Display":["Graphics"],"Graphics_Display_Core":["Graphics_Display"],"Graphics_Effects":["Graphics"],"Graphics_Holographic":["Graphics"],"Graphics_Imaging":["Graphics"],"Graphics_Printing":["Graphics"],"Graphics_Printing3D":["Graphics"],"Graphics_Printing_OptionDetails":["Graphics_Printing"],"Graphics_Printing_PrintSupport":["Graphics_Printing"],"Graphics_Printing_PrintTicket":["Graphics_Printing"],"Graphics_Printing_Workflow":["Graphics_Printing"],"Management":[],"Management_Core":["Management"],"Management_Deployment":["Management"],"Management_Deployment_Preview":["Management_Deployment"],"Management_Policies":["Management"],"Management_Update":["Management"],"Management_Workplace":["Management"],"Media":[],"Media_AppBroadcasting":["Media"],"Media_AppRecording":["Media"],"Media_Audio":["Media"],"Media_Capture":["Media"],"Media_Capture_Core":["Media_Capture"],"Media_Capture_Frames":["Media_Capture"],"Media_Casting":["Media"],"Media_ClosedCaptioning":["Media"],"Media_ContentRestrictions":["Media"],"Media_Control":["Media"],"Media_Core":["Media"],"Media_Core_Preview":["Media_Core"],"Media_Devices":["Media"],"Media_Devices_Core":["Media_Devices"],"Media_DialProtocol":["Media"],"Media_Editing":["Media"],"Media_Effects":["Media"],"Media_FaceAnalysis":["Media"],"Media_Import":["Media"],"Media_MediaProperties":["Media"],"Media_Miracast":["Media"],"Media_Ocr":["Media"],"Media_PlayTo":["Media"],"Media_Playback":["Media"],"Media_Playlists":["Media"],"Media_Protection":["Media"],"Media_Protection_PlayReady":["Media_Protection"],"Media_Render":["Media"],"Media_SpeechRecognition":["Media"],"Media_SpeechSynthesis":["Media"],"Media_Streaming":["Media"],"Media_Streaming_Adaptive":["Media_Streaming"],"Media_Transcoding":["Media"],"Networking":[],"Networking_BackgroundTransfer":["Networking"],"Networking_Connectivity":["Networking"],"Networking_NetworkOperators":["Networking"],"Networking_Proximity":["Networking"],"Networking_PushNotifications":["Networking"],"Networking_ServiceDiscovery":["Networking"],"Networking_ServiceDiscovery_Dnssd":["Networking_ServiceDiscovery"],"Networking_Sockets":["Networking"],"Networking_Vpn":["Networking"],"Networking_XboxLive":["Networking"],"Perception":[],"Perception_Automation":["Perception"],"Perception_Automation_Core":["Perception_Automation"],"Perception_People":["Perception"],"Perception_Spatial":["Perception"],"Perception_Spatial_Preview":["Perception_Spatial"],"Perception_Spatial_Surfaces":["Perception_Spatial"],"Phone":[],"Phone_ApplicationModel":["Phone"],"Phone_Devices":["Phone"],"Phone_Devices_Notification":["Phone_Devices"],"Phone_Devices_Power":["Phone_Devices"],"Phone_Management":["Phone"],"Phone_Management_Deployment":["Phone_Management"],"Phone_Media":["Phone"],"Phone_Media_Devices":["Phone_Media"],"Phone_Notification":["Phone"],"Phone_Notification_Management":["Phone_Notification"],"Phone_PersonalInformation":["Phone"],"Phone_PersonalInformation_Provisioning":["Phone_PersonalInformation"],"Phone_Speech":["Phone"],"Phone_Speech_Recognition":["Phone_Speech"],"Phone_StartScreen":["Phone"],"Phone_System":["Phone"],"Phone_System_Power":["Phone_System"],"Phone_System_Profile":["Phone_System"],"Phone_System_UserProfile":["Phone_System"],"Phone_System_UserProfile_GameServices":["Phone_System_UserProfile"],"Phone_System_UserProfile_GameServices_Core":["Phone_System_UserProfile_GameServices"],"Phone_UI":["Phone"],"Phone_UI_Input":["Phone_UI"],"Security":[],"Security_Authentication":["Security"],"Security_Authentication_Identity":["Security_Authentication"],"Security_Authentication_Identity_Core":["Security_Authentication_Identity"],"Security_Authentication_OnlineId":["Security_Authentication"],"Security_Authentication_Web":["Security_Authentication"],"Security_Authentication_Web_Core":["Security_Authentication_Web"],"Security_Authentication_Web_Provider":["Security_Authentication_Web"],"Security_Authorization":["Security"],"Security_Authorization_AppCapabilityAccess":["Security_Authorization"],"Security_Credentials":["Security"],"Security_Credentials_UI":["Security_Credentials"],"Security_Cryptography":["Security"],"Security_Cryptography_Certificates":["Security_Cryptography"],"Security_Cryptography_Core":["Security_Cryptography"],"Security_Cryptography_DataProtection":["Security_Cryptography"],"Security_DataProtection":["Security"],"Security_EnterpriseData":["Security"],"Security_ExchangeActiveSyncProvisioning":["Security"],"Security_Isolation":["Security"],"Services":[],"Services_Maps":["Services"],"Services_Maps_Guidance":["Services_Maps"],"Services_Maps_LocalSearch":["Services_Maps"],"Services_Maps_OfflineMaps":["Services_Maps"],"Services_Store":["Services"],"Services_TargetedContent":["Services"],"Storage":[],"Storage_AccessCache":["Storage"],"Storage_BulkAccess":["Storage"],"Storage_Compression":["Storage"],"Storage_FileProperties":["Storage"],"Storage_Pickers":["Storage"],"Storage_Pickers_Provider":["Storage_Pickers"],"Storage_Provider":["Storage"],"Storage_Search":["Storage"],"Storage_Streams":["Storage"],"System":[],"System_Diagnostics":["System"],"System_Diagnostics_DevicePortal":["System_Diagnostics"],"System_Diagnostics_Telemetry":["System_Diagnostics"],"System_Diagnostics_TraceReporting":["System_Diagnostics"],"System_Display":["System"],"System_Implementation":["System"],"System_Implementation_FileExplorer":["System_Implementation"],"System_Inventory":["System"],"System_Power":["System"],"System_Profile":["System"],"System_Profile_SystemManufacturers":["System_Profile"],"System_RemoteDesktop":["System"],"System_RemoteDesktop_Input":["System_RemoteDesktop"],"System_RemoteSystems":["System"],"System_Threading":["System"],"System_Threading_Core":["System_Threading"],"System_Update":["System"],"System_UserProfile":["System"],"UI":[],"UI_Accessibility":["UI"],"UI_ApplicationSettings":["UI"],"UI_Composition":["UI"],"UI_Composition_Core":["UI_Composition"],"UI_Composition_Desktop":["UI_Composition"],"UI_Composition_Diagnostics":["UI_Composition"],"UI_Composition_Effects":["UI_Composition"],"UI_Composition_Interactions":["UI_Composition"],"UI_Composition_Scenes":["UI_Composition"],"UI_Core":["UI"],"UI_Core_AnimationMetrics":["UI_Core"],"UI_Core_Preview":["UI_Core"],"UI_Input":["UI"],"UI_Input_Core":["UI_Input"],"UI_Input_Inking":["UI_Input"],"UI_Input_Inking_Analysis":["UI_Input_Inking"],"UI_Input_Inking_Core":["UI_Input_Inking"],"UI_Input_Inking_Preview":["UI_Input_Inking"],"UI_Input_Preview":["UI_Input"],"UI_Input_Preview_Injection":["UI_Input_Preview"],"UI_Input_Spatial":["UI_Input"],"UI_Notifications":["UI"],"UI_Notifications_Management":["UI_Notifications"],"UI_Popups":["UI"],"UI_Shell":["UI"],"UI_StartScreen":["UI"],"UI_Text":["UI"],"UI_Text_Core":["UI_Text"],"UI_UIAutomation":["UI"],"UI_UIAutomation_Core":["UI_UIAutomation"],"UI_ViewManagement":["UI"],"UI_ViewManagement_Core":["UI_ViewManagement"],"UI_WebUI":["UI"],"UI_WebUI_Core":["UI_WebUI"],"UI_WindowManagement":["UI"],"UI_WindowManagement_Preview":["UI_WindowManagement"],"Wdk":[],"Wdk_System":["Wdk"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Web":[],"Web_AtomPub":["Web"],"Web_Http":["Web"],"Web_Http_Diagnostics":["Web_Http"],"Web_Http_Filters":["Web_Http"],"Web_Http_Headers":["Web_Http"],"Web_Syndication":["Web"],"Web_UI":["Web"],"Web_UI_Interop":["Web_UI"],"Win32":[],"Win32_AI":["Win32"],"Win32_AI_MachineLearning":["Win32_AI"],"Win32_AI_MachineLearning_DirectML":["Win32_AI_MachineLearning"],"Win32_AI_MachineLearning_WinML":["Win32_AI_MachineLearning"],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_CompositionSwapchain":["Win32_Graphics"],"Win32_Graphics_DXCore":["Win32_Graphics"],"Win32_Graphics_Direct2D":["Win32_Graphics"],"Win32_Graphics_Direct2D_Common":["Win32_Graphics_Direct2D"],"Win32_Graphics_Direct3D":["Win32_Graphics"],"Win32_Graphics_Direct3D10":["Win32_Graphics"],"Win32_Graphics_Direct3D11":["Win32_Graphics"],"Win32_Graphics_Direct3D11on12":["Win32_Graphics"],"Win32_Graphics_Direct3D12":["Win32_Graphics"],"Win32_Graphics_Direct3D9":["Win32_Graphics"],"Win32_Graphics_Direct3D9on12":["Win32_Graphics"],"Win32_Graphics_Direct3D_Dxc":["Win32_Graphics_Direct3D"],"Win32_Graphics_Direct3D_Fxc":["Win32_Graphics_Direct3D"],"Win32_Graphics_DirectComposition":["Win32_Graphics"],"Win32_Graphics_DirectDraw":["Win32_Graphics"],"Win32_Graphics_DirectManipulation":["Win32_Graphics"],"Win32_Graphics_DirectWrite":["Win32_Graphics"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Dxgi":["Win32_Graphics"],"Win32_Graphics_Dxgi_Common":["Win32_Graphics_Dxgi"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_Imaging":["Win32_Graphics"],"Win32_Graphics_Imaging_D2D":["Win32_Graphics_Imaging"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_DirectSound":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DirectShow":["Win32_Media"],"Win32_Media_DirectShow_Tv":["Win32_Media_DirectShow"],"Win32_Media_DirectShow_Xml":["Win32_Media_DirectShow"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaFoundation":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_PictureAcquisition":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ClrProfiling":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_ActiveScript":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_SideShow":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_TransactionServer":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WinRT":["Win32_System"],"Win32_System_WinRT_AllJoyn":["Win32_System_WinRT"],"Win32_System_WinRT_Composition":["Win32_System_WinRT"],"Win32_System_WinRT_CoreInputView":["Win32_System_WinRT"],"Win32_System_WinRT_Direct3D11":["Win32_System_WinRT"],"Win32_System_WinRT_Display":["Win32_System_WinRT"],"Win32_System_WinRT_Graphics":["Win32_System_WinRT"],"Win32_System_WinRT_Graphics_Capture":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Graphics_Direct2D":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Graphics_Imaging":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Holographic":["Win32_System_WinRT"],"Win32_System_WinRT_Isolation":["Win32_System_WinRT"],"Win32_System_WinRT_ML":["Win32_System_WinRT"],"Win32_System_WinRT_Media":["Win32_System_WinRT"],"Win32_System_WinRT_Metadata":["Win32_System_WinRT"],"Win32_System_WinRT_Pdf":["Win32_System_WinRT"],"Win32_System_WinRT_Printing":["Win32_System_WinRT"],"Win32_System_WinRT_Shell":["Win32_System_WinRT"],"Win32_System_WinRT_Storage":["Win32_System_WinRT"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":[],"deprecated":[],"implement":["windows-implement","windows-interface"],"windows-implement":["dep:windows-implement"],"windows-interface":["dep:windows-interface"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-0.48.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":"https://microsoft.github.io/windows-docs-rs/","edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","rustc-args":["--cfg","docsrs"],"targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"path":null},{"crate":{"name":"windows","version":"0.56.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows@0.56.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-0.56.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"AI":["Foundation"],"AI_MachineLearning":["AI"],"ApplicationModel":["Foundation"],"ApplicationModel_Activation":["ApplicationModel"],"ApplicationModel_AppExtensions":["ApplicationModel"],"ApplicationModel_AppService":["ApplicationModel"],"ApplicationModel_Appointments":["ApplicationModel"],"ApplicationModel_Appointments_AppointmentsProvider":["ApplicationModel_Appointments"],"ApplicationModel_Appointments_DataProvider":["ApplicationModel_Appointments"],"ApplicationModel_Background":["ApplicationModel"],"ApplicationModel_Calls":["ApplicationModel"],"ApplicationModel_Calls_Background":["ApplicationModel_Calls"],"ApplicationModel_Calls_Provider":["ApplicationModel_Calls"],"ApplicationModel_Chat":["ApplicationModel"],"ApplicationModel_CommunicationBlocking":["ApplicationModel"],"ApplicationModel_Contacts":["ApplicationModel"],"ApplicationModel_Contacts_DataProvider":["ApplicationModel_Contacts"],"ApplicationModel_Contacts_Provider":["ApplicationModel_Contacts"],"ApplicationModel_ConversationalAgent":["ApplicationModel"],"ApplicationModel_Core":["ApplicationModel"],"ApplicationModel_DataTransfer":["ApplicationModel"],"ApplicationModel_DataTransfer_DragDrop":["ApplicationModel_DataTransfer"],"ApplicationModel_DataTransfer_DragDrop_Core":["ApplicationModel_DataTransfer_DragDrop"],"ApplicationModel_DataTransfer_ShareTarget":["ApplicationModel_DataTransfer"],"ApplicationModel_Email":["ApplicationModel"],"ApplicationModel_Email_DataProvider":["ApplicationModel_Email"],"ApplicationModel_ExtendedExecution":["ApplicationModel"],"ApplicationModel_ExtendedExecution_Foreground":["ApplicationModel_ExtendedExecution"],"ApplicationModel_Holographic":["ApplicationModel"],"ApplicationModel_LockScreen":["ApplicationModel"],"ApplicationModel_Payments":["ApplicationModel"],"ApplicationModel_Payments_Provider":["ApplicationModel_Payments"],"ApplicationModel_Preview":["ApplicationModel"],"ApplicationModel_Preview_Holographic":["ApplicationModel_Preview"],"ApplicationModel_Preview_InkWorkspace":["ApplicationModel_Preview"],"ApplicationModel_Preview_Notes":["ApplicationModel_Preview"],"ApplicationModel_Resources":["ApplicationModel"],"ApplicationModel_Resources_Core":["ApplicationModel_Resources"],"ApplicationModel_Resources_Management":["ApplicationModel_Resources"],"ApplicationModel_Search":["ApplicationModel"],"ApplicationModel_Search_Core":["ApplicationModel_Search"],"ApplicationModel_Store":["ApplicationModel"],"ApplicationModel_Store_LicenseManagement":["ApplicationModel_Store"],"ApplicationModel_Store_Preview":["ApplicationModel_Store"],"ApplicationModel_Store_Preview_InstallControl":["ApplicationModel_Store_Preview"],"ApplicationModel_UserActivities":["ApplicationModel"],"ApplicationModel_UserActivities_Core":["ApplicationModel_UserActivities"],"ApplicationModel_UserDataAccounts":["ApplicationModel"],"ApplicationModel_UserDataAccounts_Provider":["ApplicationModel_UserDataAccounts"],"ApplicationModel_UserDataAccounts_SystemAccess":["ApplicationModel_UserDataAccounts"],"ApplicationModel_UserDataTasks":["ApplicationModel"],"ApplicationModel_UserDataTasks_DataProvider":["ApplicationModel_UserDataTasks"],"ApplicationModel_VoiceCommands":["ApplicationModel"],"ApplicationModel_Wallet":["ApplicationModel"],"ApplicationModel_Wallet_System":["ApplicationModel_Wallet"],"Data":["Foundation"],"Data_Html":["Data"],"Data_Json":["Data"],"Data_Pdf":["Data"],"Data_Text":["Data"],"Data_Xml":["Data"],"Data_Xml_Dom":["Data_Xml"],"Data_Xml_Xsl":["Data_Xml"],"Devices":["Foundation"],"Devices_Adc":["Devices"],"Devices_Adc_Provider":["Devices_Adc"],"Devices_Background":["Devices"],"Devices_Bluetooth":["Devices"],"Devices_Bluetooth_Advertisement":["Devices_Bluetooth"],"Devices_Bluetooth_Background":["Devices_Bluetooth"],"Devices_Bluetooth_GenericAttributeProfile":["Devices_Bluetooth"],"Devices_Bluetooth_Rfcomm":["Devices_Bluetooth"],"Devices_Custom":["Devices"],"Devices_Display":["Devices"],"Devices_Display_Core":["Devices_Display"],"Devices_Enumeration":["Devices"],"Devices_Enumeration_Pnp":["Devices_Enumeration"],"Devices_Geolocation":["Devices"],"Devices_Geolocation_Geofencing":["Devices_Geolocation"],"Devices_Geolocation_Provider":["Devices_Geolocation"],"Devices_Gpio":["Devices"],"Devices_Gpio_Provider":["Devices_Gpio"],"Devices_Haptics":["Devices"],"Devices_HumanInterfaceDevice":["Devices"],"Devices_I2c":["Devices"],"Devices_I2c_Provider":["Devices_I2c"],"Devices_Input":["Devices"],"Devices_Input_Preview":["Devices_Input"],"Devices_Lights":["Devices"],"Devices_Lights_Effects":["Devices_Lights"],"Devices_Midi":["Devices"],"Devices_PointOfService":["Devices"],"Devices_PointOfService_Provider":["Devices_PointOfService"],"Devices_Portable":["Devices"],"Devices_Power":["Devices"],"Devices_Printers":["Devices"],"Devices_Printers_Extensions":["Devices_Printers"],"Devices_Pwm":["Devices"],"Devices_Pwm_Provider":["Devices_Pwm"],"Devices_Radios":["Devices"],"Devices_Scanners":["Devices"],"Devices_Sensors":["Devices"],"Devices_Sensors_Custom":["Devices_Sensors"],"Devices_SerialCommunication":["Devices"],"Devices_SmartCards":["Devices"],"Devices_Sms":["Devices"],"Devices_Spi":["Devices"],"Devices_Spi_Provider":["Devices_Spi"],"Devices_Usb":["Devices"],"Devices_WiFi":["Devices"],"Devices_WiFiDirect":["Devices"],"Devices_WiFiDirect_Services":["Devices_WiFiDirect"],"Embedded":["Foundation"],"Embedded_DeviceLockdown":["Embedded"],"Foundation":[],"Foundation_Collections":["Foundation"],"Foundation_Diagnostics":["Foundation"],"Foundation_Metadata":["Foundation"],"Foundation_Numerics":["Foundation"],"Gaming":["Foundation"],"Gaming_Input":["Gaming"],"Gaming_Input_Custom":["Gaming_Input"],"Gaming_Input_ForceFeedback":["Gaming_Input"],"Gaming_Input_Preview":["Gaming_Input"],"Gaming_Preview":["Gaming"],"Gaming_Preview_GamesEnumeration":["Gaming_Preview"],"Gaming_UI":["Gaming"],"Gaming_XboxLive":["Gaming"],"Gaming_XboxLive_Storage":["Gaming_XboxLive"],"Globalization":["Foundation"],"Globalization_Collation":["Globalization"],"Globalization_DateTimeFormatting":["Globalization"],"Globalization_Fonts":["Globalization"],"Globalization_NumberFormatting":["Globalization"],"Globalization_PhoneNumberFormatting":["Globalization"],"Graphics":["Foundation"],"Graphics_Capture":["Graphics"],"Graphics_DirectX":["Graphics"],"Graphics_DirectX_Direct3D11":["Graphics_DirectX"],"Graphics_Display":["Graphics"],"Graphics_Display_Core":["Graphics_Display"],"Graphics_Effects":["Graphics"],"Graphics_Holographic":["Graphics"],"Graphics_Imaging":["Graphics"],"Graphics_Printing":["Graphics"],"Graphics_Printing3D":["Graphics"],"Graphics_Printing_OptionDetails":["Graphics_Printing"],"Graphics_Printing_PrintSupport":["Graphics_Printing"],"Graphics_Printing_PrintTicket":["Graphics_Printing"],"Graphics_Printing_Workflow":["Graphics_Printing"],"Management":["Foundation"],"Management_Core":["Management"],"Management_Deployment":["Management"],"Management_Deployment_Preview":["Management_Deployment"],"Management_Policies":["Management"],"Management_Update":["Management"],"Management_Workplace":["Management"],"Media":["Foundation"],"Media_AppBroadcasting":["Media"],"Media_AppRecording":["Media"],"Media_Audio":["Media"],"Media_Capture":["Media"],"Media_Capture_Core":["Media_Capture"],"Media_Capture_Frames":["Media_Capture"],"Media_Casting":["Media"],"Media_ClosedCaptioning":["Media"],"Media_ContentRestrictions":["Media"],"Media_Control":["Media"],"Media_Core":["Media"],"Media_Core_Preview":["Media_Core"],"Media_Devices":["Media"],"Media_Devices_Core":["Media_Devices"],"Media_DialProtocol":["Media"],"Media_Editing":["Media"],"Media_Effects":["Media"],"Media_FaceAnalysis":["Media"],"Media_Import":["Media"],"Media_MediaProperties":["Media"],"Media_Miracast":["Media"],"Media_Ocr":["Media"],"Media_PlayTo":["Media"],"Media_Playback":["Media"],"Media_Playlists":["Media"],"Media_Protection":["Media"],"Media_Protection_PlayReady":["Media_Protection"],"Media_Render":["Media"],"Media_SpeechRecognition":["Media"],"Media_SpeechSynthesis":["Media"],"Media_Streaming":["Media"],"Media_Streaming_Adaptive":["Media_Streaming"],"Media_Transcoding":["Media"],"Networking":["Foundation"],"Networking_BackgroundTransfer":["Networking"],"Networking_Connectivity":["Networking"],"Networking_NetworkOperators":["Networking"],"Networking_Proximity":["Networking"],"Networking_PushNotifications":["Networking"],"Networking_ServiceDiscovery":["Networking"],"Networking_ServiceDiscovery_Dnssd":["Networking_ServiceDiscovery"],"Networking_Sockets":["Networking"],"Networking_Vpn":["Networking"],"Networking_XboxLive":["Networking"],"Perception":["Foundation"],"Perception_Automation":["Perception"],"Perception_Automation_Core":["Perception_Automation"],"Perception_People":["Perception"],"Perception_Spatial":["Perception"],"Perception_Spatial_Preview":["Perception_Spatial"],"Perception_Spatial_Surfaces":["Perception_Spatial"],"Phone":["Foundation"],"Phone_ApplicationModel":["Phone"],"Phone_Devices":["Phone"],"Phone_Devices_Notification":["Phone_Devices"],"Phone_Devices_Power":["Phone_Devices"],"Phone_Management":["Phone"],"Phone_Management_Deployment":["Phone_Management"],"Phone_Media":["Phone"],"Phone_Media_Devices":["Phone_Media"],"Phone_Notification":["Phone"],"Phone_Notification_Management":["Phone_Notification"],"Phone_PersonalInformation":["Phone"],"Phone_PersonalInformation_Provisioning":["Phone_PersonalInformation"],"Phone_Speech":["Phone"],"Phone_Speech_Recognition":["Phone_Speech"],"Phone_StartScreen":["Phone"],"Phone_System":["Phone"],"Phone_System_Power":["Phone_System"],"Phone_System_Profile":["Phone_System"],"Phone_System_UserProfile":["Phone_System"],"Phone_System_UserProfile_GameServices":["Phone_System_UserProfile"],"Phone_System_UserProfile_GameServices_Core":["Phone_System_UserProfile_GameServices"],"Phone_UI":["Phone"],"Phone_UI_Input":["Phone_UI"],"Security":["Foundation"],"Security_Authentication":["Security"],"Security_Authentication_Identity":["Security_Authentication"],"Security_Authentication_Identity_Core":["Security_Authentication_Identity"],"Security_Authentication_OnlineId":["Security_Authentication"],"Security_Authentication_Web":["Security_Authentication"],"Security_Authentication_Web_Core":["Security_Authentication_Web"],"Security_Authentication_Web_Provider":["Security_Authentication_Web"],"Security_Authorization":["Security"],"Security_Authorization_AppCapabilityAccess":["Security_Authorization"],"Security_Credentials":["Security"],"Security_Credentials_UI":["Security_Credentials"],"Security_Cryptography":["Security"],"Security_Cryptography_Certificates":["Security_Cryptography"],"Security_Cryptography_Core":["Security_Cryptography"],"Security_Cryptography_DataProtection":["Security_Cryptography"],"Security_DataProtection":["Security"],"Security_EnterpriseData":["Security"],"Security_ExchangeActiveSyncProvisioning":["Security"],"Security_Isolation":["Security"],"Services":["Foundation"],"Services_Maps":["Services"],"Services_Maps_Guidance":["Services_Maps"],"Services_Maps_LocalSearch":["Services_Maps"],"Services_Maps_OfflineMaps":["Services_Maps"],"Services_Store":["Services"],"Services_TargetedContent":["Services"],"Storage":["Foundation"],"Storage_AccessCache":["Storage"],"Storage_BulkAccess":["Storage"],"Storage_Compression":["Storage"],"Storage_FileProperties":["Storage"],"Storage_Pickers":["Storage"],"Storage_Pickers_Provider":["Storage_Pickers"],"Storage_Provider":["Storage"],"Storage_Search":["Storage"],"Storage_Streams":["Storage"],"System":["Foundation"],"System_Diagnostics":["System"],"System_Diagnostics_DevicePortal":["System_Diagnostics"],"System_Diagnostics_Telemetry":["System_Diagnostics"],"System_Diagnostics_TraceReporting":["System_Diagnostics"],"System_Display":["System"],"System_Implementation":["System"],"System_Implementation_FileExplorer":["System_Implementation"],"System_Inventory":["System"],"System_Power":["System"],"System_Profile":["System"],"System_Profile_SystemManufacturers":["System_Profile"],"System_RemoteDesktop":["System"],"System_RemoteDesktop_Input":["System_RemoteDesktop"],"System_RemoteDesktop_Provider":["System_RemoteDesktop"],"System_RemoteSystems":["System"],"System_Threading":["System"],"System_Threading_Core":["System_Threading"],"System_Update":["System"],"System_UserProfile":["System"],"UI":["Foundation"],"UI_Accessibility":["UI"],"UI_ApplicationSettings":["UI"],"UI_Composition":["UI"],"UI_Composition_Core":["UI_Composition"],"UI_Composition_Desktop":["UI_Composition"],"UI_Composition_Diagnostics":["UI_Composition"],"UI_Composition_Effects":["UI_Composition"],"UI_Composition_Interactions":["UI_Composition"],"UI_Composition_Scenes":["UI_Composition"],"UI_Core":["UI"],"UI_Core_AnimationMetrics":["UI_Core"],"UI_Core_Preview":["UI_Core"],"UI_Input":["UI"],"UI_Input_Core":["UI_Input"],"UI_Input_Inking":["UI_Input"],"UI_Input_Inking_Analysis":["UI_Input_Inking"],"UI_Input_Inking_Core":["UI_Input_Inking"],"UI_Input_Inking_Preview":["UI_Input_Inking"],"UI_Input_Preview":["UI_Input"],"UI_Input_Preview_Injection":["UI_Input_Preview"],"UI_Input_Spatial":["UI_Input"],"UI_Notifications":["UI"],"UI_Notifications_Management":["UI_Notifications"],"UI_Notifications_Preview":["UI_Notifications"],"UI_Popups":["UI"],"UI_Shell":["UI"],"UI_StartScreen":["UI"],"UI_Text":["UI"],"UI_Text_Core":["UI_Text"],"UI_UIAutomation":["UI"],"UI_UIAutomation_Core":["UI_UIAutomation"],"UI_ViewManagement":["UI"],"UI_ViewManagement_Core":["UI_ViewManagement"],"UI_WebUI":["UI"],"UI_WebUI_Core":["UI_WebUI"],"UI_WindowManagement":["UI"],"UI_WindowManagement_Preview":["UI_WindowManagement"],"Wdk":["Win32_Foundation"],"Wdk_Devices":["Wdk"],"Wdk_Devices_HumanInterfaceDevice":["Wdk_Devices"],"Wdk_Foundation":["Wdk"],"Wdk_Graphics":["Wdk"],"Wdk_Graphics_Direct3D":["Wdk_Graphics"],"Wdk_NetworkManagement":["Wdk"],"Wdk_NetworkManagement_Ndis":["Wdk_NetworkManagement"],"Wdk_NetworkManagement_WindowsFilteringPlatform":["Wdk_NetworkManagement"],"Wdk_Storage":["Wdk"],"Wdk_Storage_FileSystem":["Wdk_Storage"],"Wdk_Storage_FileSystem_Minifilters":["Wdk_Storage_FileSystem"],"Wdk_System":["Wdk"],"Wdk_System_IO":["Wdk_System"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Wdk_System_Registry":["Wdk_System"],"Wdk_System_SystemInformation":["Wdk_System"],"Wdk_System_SystemServices":["Wdk_System"],"Wdk_System_Threading":["Wdk_System"],"Web":["Foundation"],"Web_AtomPub":["Web"],"Web_Http":["Web"],"Web_Http_Diagnostics":["Web_Http"],"Web_Http_Filters":["Web_Http"],"Web_Http_Headers":["Web_Http"],"Web_Syndication":["Web"],"Web_UI":["Web"],"Web_UI_Interop":["Web_UI"],"Win32":["Win32_Foundation"],"Win32_AI":["Win32"],"Win32_AI_MachineLearning":["Win32_AI"],"Win32_AI_MachineLearning_DirectML":["Win32_AI_MachineLearning"],"Win32_AI_MachineLearning_WinML":["Win32_AI_MachineLearning"],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_CompositionSwapchain":["Win32_Graphics"],"Win32_Graphics_DXCore":["Win32_Graphics"],"Win32_Graphics_Direct2D":["Win32_Graphics"],"Win32_Graphics_Direct2D_Common":["Win32_Graphics_Direct2D"],"Win32_Graphics_Direct3D":["Win32_Graphics"],"Win32_Graphics_Direct3D10":["Win32_Graphics"],"Win32_Graphics_Direct3D11":["Win32_Graphics"],"Win32_Graphics_Direct3D11on12":["Win32_Graphics"],"Win32_Graphics_Direct3D12":["Win32_Graphics"],"Win32_Graphics_Direct3D9":["Win32_Graphics"],"Win32_Graphics_Direct3D9on12":["Win32_Graphics"],"Win32_Graphics_Direct3D_Dxc":["Win32_Graphics_Direct3D"],"Win32_Graphics_Direct3D_Fxc":["Win32_Graphics_Direct3D"],"Win32_Graphics_DirectComposition":["Win32_Graphics"],"Win32_Graphics_DirectDraw":["Win32_Graphics"],"Win32_Graphics_DirectManipulation":["Win32_Graphics"],"Win32_Graphics_DirectWrite":["Win32_Graphics"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Dxgi":["Win32_Graphics"],"Win32_Graphics_Dxgi_Common":["Win32_Graphics_Dxgi"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_GdiPlus":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_Imaging":["Win32_Graphics"],"Win32_Graphics_Imaging_D2D":["Win32_Graphics_Imaging"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_DirectSound":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DirectShow":["Win32_Media"],"Win32_Media_DirectShow_Tv":["Win32_Media_DirectShow"],"Win32_Media_DirectShow_Xml":["Win32_Media_DirectShow"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaFoundation":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_PictureAcquisition":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_Nvme":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ClrProfiling":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_ActiveScript":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_TraceLogging":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_SideShow":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_TransactionServer":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_Variant":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WinRT":["Win32_System"],"Win32_System_WinRT_AllJoyn":["Win32_System_WinRT"],"Win32_System_WinRT_Composition":["Win32_System_WinRT"],"Win32_System_WinRT_CoreInputView":["Win32_System_WinRT"],"Win32_System_WinRT_Direct3D11":["Win32_System_WinRT"],"Win32_System_WinRT_Display":["Win32_System_WinRT"],"Win32_System_WinRT_Graphics":["Win32_System_WinRT"],"Win32_System_WinRT_Graphics_Capture":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Graphics_Direct2D":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Graphics_Imaging":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Holographic":["Win32_System_WinRT"],"Win32_System_WinRT_Isolation":["Win32_System_WinRT"],"Win32_System_WinRT_ML":["Win32_System_WinRT"],"Win32_System_WinRT_Media":["Win32_System_WinRT"],"Win32_System_WinRT_Metadata":["Win32_System_WinRT"],"Win32_System_WinRT_Pdf":["Win32_System_WinRT"],"Win32_System_WinRT_Printing":["Win32_System_WinRT"],"Win32_System_WinRT_Shell":["Win32_System_WinRT"],"Win32_System_WinRT_Storage":["Win32_System_WinRT"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":[],"deprecated":[],"docs":[],"implement":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-0.56.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":"https://microsoft.github.io/windows-docs-rs/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","rustdoc-args":["--cfg","docsrs"],"targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"path":null},{"crate":{"name":"windows_aarch64_gnullvm","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_aarch64_gnullvm","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_aarch64_gnullvm","version":"0.52.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.52.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows_aarch64_msvc","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_aarch64_msvc","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_aarch64_msvc","version":"0.52.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.52.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows_i686_gnu","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_i686_gnu","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_i686_gnu","version":"0.52.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.52.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows_i686_gnullvm","version":"0.52.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnullvm@0.52.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows_i686_msvc","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_i686_msvc","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_i686_msvc","version":"0.52.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.52.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows_x86_64_gnu","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_x86_64_gnu","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_x86_64_gnu","version":"0.52.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.52.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows_x86_64_gnullvm","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_x86_64_gnullvm","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_x86_64_gnullvm","version":"0.52.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.52.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows_x86_64_msvc","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_x86_64_msvc","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_x86_64_msvc","version":"0.52.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2019 TiKV Project Authors.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"pprof","version":"0.13.0","authors":["Yang Keao "],"id":"registry+https://github.com/rust-lang/crates.io-index#pprof@0.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An internal perf tools for rust programs.","dependencies":[{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"findshlibs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"inferno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":true,"uses_default_features":false,"features":["nameattr"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.66","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.26","kind":"normal","optional":false,"uses_default_features":false,"features":["signal","fs"],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"prost","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"prost-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"protobuf","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"symbolic-demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^12.1","kind":"normal","optional":false,"uses_default_features":false,"features":["rust"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"prost-build","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"protobuf-codegen-pure","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sha2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"pprof","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"flamegraph","kind":["example"],"crate_types":["bin"],"required-features":["flamegraph"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/flamegraph.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"profile_proto_with_prost","kind":["example"],"crate_types":["bin"],"required-features":["protobuf","prost-codec"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/profile_proto_with_prost.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"profile_proto_with_protobuf_codec","kind":["example"],"crate_types":["bin"],"required-features":["protobuf","protobuf-codec"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/profile_proto_with_protobuf_codec.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"multithread_flamegraph","kind":["example"],"crate_types":["bin"],"required-features":["flamegraph"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/multithread_flamegraph.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"criterion","kind":["example"],"crate_types":["bin"],"required-features":["flamegraph","criterion"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/criterion.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"backtrace_while_sampling","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/backtrace_while_sampling.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"multithread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/multithread.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"post_processor","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/post_processor.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"prime_number","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/prime_number.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"collector","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/benches/collector.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"addr_validate","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/benches/addr_validate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"_protobuf":[],"cpp":["symbolic-demangle/cpp"],"criterion":["dep:criterion"],"default":["cpp"],"flamegraph":["inferno"],"frame-pointer":[],"inferno":["dep:inferno"],"prost":["dep:prost"],"prost-build":["dep:prost-build"],"prost-codec":["prost","prost-derive","prost-build","sha2","_protobuf"],"prost-derive":["dep:prost-derive"],"protobuf":["dep:protobuf"],"protobuf-codec":["protobuf","protobuf-codegen-pure","_protobuf"],"protobuf-codegen-pure":["dep:protobuf-codegen-pure"],"sha2":["dep:sha2"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/tikv/pprof-rs","homepage":null,"documentation":"https://docs.rs/pprof/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2020 Tomasz \"Soveu\" Marx\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n","source_path":"LICENSE-APACHE.md","used_by":[{"crate":{"name":"tinyvec_macros","version":"0.1.1","authors":["Soveu "],"id":"registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Some macros for tiny containers","dependencies":[],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"tinyvec_macros","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/Soveu/tinyvec_macros","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2023 The Fuchsia Authors\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"zerocopy","version":"0.7.34","authors":["Joshua Liebow-Feeser "],"id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.7.34","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Utilities for zero-copy parsing and serialization","dependencies":[{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.34","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"elain","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.85","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.34","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.34","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any())","rename":null,"registry":null,"path":null}],"license":"BSD-2-Clause OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"zerocopy","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.34/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"trybuild","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.34/tests/trybuild.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"__internal_use_only_features_that_work_on_stable":["alloc","derive","simd"],"alloc":[],"byteorder":["dep:byteorder"],"default":["byteorder"],"derive":["zerocopy-derive"],"simd":[],"simd-nightly":["simd"],"zerocopy-derive":["dep:zerocopy-derive"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.34/Cargo.toml","categories":["embedded","encoding","no-std::no-alloc","parsing","rust-patterns"],"keywords":["cast","convert","transmute","transmutation","type-punning"],"readme":"README.md","repository":"https://github.com/google/zerocopy","homepage":null,"documentation":null,"edition":"2018","metadata":{"ci":{"pinned-nightly":"nightly-2024-05-05","pinned-stable":"1.78.0"},"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg","--generate-link-to-definition"]}},"playground":{"features":["__internal_use_only_features_that_work_on_stable"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2023 dAxpeDDa\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"web-time","version":"0.2.4","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#web-time@0.2.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Drop-in replacement for std::time for Wasm in browsers","dependencies":[{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.70","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":["js"],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["CssStyleDeclaration","Document","Element","HtmlTableElement","HtmlTableRowElement","Performance","Window"],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":["alloc"],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\")), target_feature = \"atomics\"))","rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\")), target_feature = \"atomics\"))","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["WorkerGlobalScope"],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\")), target_feature = \"atomics\"))","rename":null,"registry":null,"path":null},{"name":"pollster","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["macro"],"target":"cfg(not(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\")))))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"web-time","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-time-0.2.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"benchmark","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-time-0.2.4/benches/benchmark.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-time-0.2.4/Cargo.toml","categories":["api-bindings","date-and-time","wasm"],"keywords":["instant","wasm","web","systemtime","time"],"readme":"README.md","repository":"https://github.com/daxpedda/web-time","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg=docsrs"],"targets":["wasm32-unknown-unknown"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright [yyyy] [name of copyright owner]\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE.APACHE","used_by":[{"crate":{"name":"atomic_refcell","version":"0.1.13","authors":["Bobby Holley "],"id":"registry+https://github.com/rust-lang/crates.io-index#atomic_refcell@0.1.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Threadsafe RefCell","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atomic_refcell","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/tests/async.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"basic","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/benches/basic.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":[],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/bholley/atomic_refcell","homepage":null,"documentation":"https://docs.rs/atomic_refcell/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"ciborium-io","version":"0.2.2","authors":["Nathaniel McCallum "],"id":"registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Simplified Read/Write traits for no_std usage","dependencies":[],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ciborium-io","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/Cargo.toml","categories":["data-structures","embedded","no-std"],"keywords":["io","read","write"],"readme":"README.md","repository":"https://github.com/enarx/ciborium","homepage":"https://github.com/enarx/ciborium","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.58.0"},"path":null},{"crate":{"name":"ciborium-ll","version":"0.2.2","authors":["Nathaniel McCallum "],"id":"registry+https://github.com/rust-lang/crates.io-index#ciborium-ll@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Low-level CBOR codec primitives","dependencies":[{"name":"ciborium-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"half","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ciborium-ll","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"std":["alloc","half/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/Cargo.toml","categories":["data-structures","embedded","encoding","no-std","parsing"],"keywords":["cbor"],"readme":"README.md","repository":"https://github.com/enarx/ciborium","homepage":"https://github.com/enarx/ciborium","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.58.0"},"path":null},{"crate":{"name":"ciborium","version":"0.2.2","authors":["Nathaniel McCallum "],"id":"registry+https://github.com/rust-lang/crates.io-index#ciborium@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"serde implementation of CBOR using ciborium-basic","dependencies":[{"name":"ciborium-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"ciborium-ll","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.100","kind":"normal","optional":false,"uses_default_features":false,"features":["alloc","derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rstest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ciborium","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"canonical","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/canonical.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"codec","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/codec.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"fuzz","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/fuzz.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"macro","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/macro.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"no_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/no_std.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"recursion","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/recursion.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"tag","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/tag.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["ciborium-io/std","serde/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/Cargo.toml","categories":["data-structures","embedded","encoding","no-std","parsing"],"keywords":["cbor","serde"],"readme":"README.md","repository":"https://github.com/enarx/ciborium","homepage":"https://github.com/enarx/ciborium","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.58.0"},"path":null},{"crate":{"name":"clap_builder","version":"4.5.7","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.5.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple to use, efficient, and full-featured Command Line Argument Parser","dependencies":[{"name":"anstream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.67","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap_lex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"strsim","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"terminal_size","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicase","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-width","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"color-print","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unic-emoji-char","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"clap_builder","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.7/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"cargo":[],"color":["dep:anstream"],"debug":["dep:backtrace"],"default":["std","color","help","usage","error-context","suggestions"],"deprecated":[],"env":[],"error-context":[],"help":[],"std":["anstyle/std"],"string":[],"suggestions":["dep:strsim","error-context"],"unicode":["dep:unicode-width","dep:unicase"],"unstable-doc":["cargo","wrap_help","env","unicode","string"],"unstable-styles":["color"],"unstable-v5":["deprecated"],"usage":[],"wrap_help":["help","dep:terminal_size"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.7/Cargo.toml","categories":["command-line-interface"],"keywords":["argument","cli","arg","parser","parse"],"readme":"README.md","repository":"https://github.com/clap-rs/clap","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"features":["unstable-doc"],"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["unstable-doc"]},"release":{"dependent-version":"upgrade","shared-version":true,"tag-name":"v{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.74.0"},"path":null},{"crate":{"name":"clap_lex","version":"0.7.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.7.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Minimal, flexible command line parser","dependencies":[{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"clap_lex","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.1/Cargo.toml","categories":["command-line-interface"],"keywords":["argument","cli","arg","parser","parse"],"readme":"README.md","repository":"https://github.com/clap-rs/clap","homepage":null,"documentation":null,"edition":"2021","metadata":{"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD","search":""},{"exactly":4,"file":"README.md","prerelease":true,"replace":"github.com/clap-rs/clap/blob/{{tag_name}}/","search":"github.com/clap-rs/clap/blob/[^/]+/"}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.74.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"{}\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2020 Alex Butler\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"ab_glyph_rasterizer","version":"0.1.8","authors":["Alex Butler "],"id":"registry+https://github.com/rust-lang/crates.io-index#ab_glyph_rasterizer@0.1.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Coverage rasterization for lines, quadratic & cubic beziers","dependencies":[{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ab_glyph_rasterizer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph_rasterizer-0.1.8/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"issues","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph_rasterizer-0.1.8/tests/issues.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"libm":["dep:libm"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph_rasterizer-0.1.8/Cargo.toml","categories":[],"keywords":["text","ttf","otf","font"],"readme":"README.md","repository":"https://github.com/alexheretic/ab-glyph","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"{}\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright {yyyy} {name of copyright owner}\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"anstyle-parse","version":"0.2.4","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@0.2.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parse ANSI Style Escapes","dependencies":[{"name":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"utf8parse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"codegenrs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"divan","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":["path"],"target":null,"rename":null,"registry":null,"path":null},{"name":"vte_generate_state_changes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstyle-parse","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"parselog","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.4/examples/parselog.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"parse","kind":["bench"],"crate_types":["bin"],"required-features":["utf8"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.4/benches/parse.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"core":["dep:arrayvec"],"default":["utf8"],"utf8":["dep:utf8parse"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.4/Cargo.toml","categories":["command-line-interface"],"keywords":["ansi","terminal","color","vte"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle.git","homepage":"https://github.com/rust-cli/anstyle","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"winapi","version":"0.3.9","authors":["Peter Atashian "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Raw FFI bindings for all of Windows API.","dependencies":[{"name":"winapi-i686-pc-windows-gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-gnu","rename":null,"registry":null,"path":null},{"name":"winapi-x86_64-pc-windows-gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnu","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"winapi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"accctrl":[],"aclapi":[],"activation":[],"adhoc":[],"appmgmt":[],"audioclient":[],"audiosessiontypes":[],"avrt":[],"basetsd":[],"bcrypt":[],"bits":[],"bits10_1":[],"bits1_5":[],"bits2_0":[],"bits2_5":[],"bits3_0":[],"bits4_0":[],"bits5_0":[],"bitscfg":[],"bitsmsg":[],"bluetoothapis":[],"bluetoothleapis":[],"bthdef":[],"bthioctl":[],"bthledef":[],"bthsdpdef":[],"bugcodes":[],"cderr":[],"cfg":[],"cfgmgr32":[],"cguid":[],"combaseapi":[],"coml2api":[],"commapi":[],"commctrl":[],"commdlg":[],"commoncontrols":[],"consoleapi":[],"corecrt":[],"corsym":[],"d2d1":[],"d2d1_1":[],"d2d1_2":[],"d2d1_3":[],"d2d1effectauthor":[],"d2d1effects":[],"d2d1effects_1":[],"d2d1effects_2":[],"d2d1svg":[],"d2dbasetypes":[],"d3d":[],"d3d10":[],"d3d10_1":[],"d3d10_1shader":[],"d3d10effect":[],"d3d10misc":[],"d3d10sdklayers":[],"d3d10shader":[],"d3d11":[],"d3d11_1":[],"d3d11_2":[],"d3d11_3":[],"d3d11_4":[],"d3d11on12":[],"d3d11sdklayers":[],"d3d11shader":[],"d3d11tokenizedprogramformat":[],"d3d12":[],"d3d12sdklayers":[],"d3d12shader":[],"d3d9":[],"d3d9caps":[],"d3d9types":[],"d3dcommon":[],"d3dcompiler":[],"d3dcsx":[],"d3dkmdt":[],"d3dkmthk":[],"d3dukmdt":[],"d3dx10core":[],"d3dx10math":[],"d3dx10mesh":[],"datetimeapi":[],"davclnt":[],"dbghelp":[],"dbt":[],"dcommon":[],"dcomp":[],"dcompanimation":[],"dcomptypes":[],"dde":[],"ddraw":[],"ddrawi":[],"ddrawint":[],"debug":["impl-debug"],"debugapi":[],"devguid":[],"devicetopology":[],"devpkey":[],"devpropdef":[],"dinput":[],"dinputd":[],"dispex":[],"dmksctl":[],"dmusicc":[],"docobj":[],"documenttarget":[],"dot1x":[],"dpa_dsa":[],"dpapi":[],"dsgetdc":[],"dsound":[],"dsrole":[],"dvp":[],"dwmapi":[],"dwrite":[],"dwrite_1":[],"dwrite_2":[],"dwrite_3":[],"dxdiag":[],"dxfile":[],"dxgi":[],"dxgi1_2":[],"dxgi1_3":[],"dxgi1_4":[],"dxgi1_5":[],"dxgi1_6":[],"dxgidebug":[],"dxgiformat":[],"dxgitype":[],"dxva2api":[],"dxvahd":[],"eaptypes":[],"enclaveapi":[],"endpointvolume":[],"errhandlingapi":[],"everything":[],"evntcons":[],"evntprov":[],"evntrace":[],"excpt":[],"exdisp":[],"fibersapi":[],"fileapi":[],"functiondiscoverykeys_devpkey":[],"gl-gl":[],"guiddef":[],"handleapi":[],"heapapi":[],"hidclass":[],"hidpi":[],"hidsdi":[],"hidusage":[],"highlevelmonitorconfigurationapi":[],"hstring":[],"http":[],"ifdef":[],"ifmib":[],"imm":[],"impl-debug":[],"impl-default":[],"in6addr":[],"inaddr":[],"inspectable":[],"interlockedapi":[],"intsafe":[],"ioapiset":[],"ipexport":[],"iphlpapi":[],"ipifcons":[],"ipmib":[],"iprtrmib":[],"iptypes":[],"jobapi":[],"jobapi2":[],"knownfolders":[],"ks":[],"ksmedia":[],"ktmtypes":[],"ktmw32":[],"l2cmn":[],"libloaderapi":[],"limits":[],"lmaccess":[],"lmalert":[],"lmapibuf":[],"lmat":[],"lmcons":[],"lmdfs":[],"lmerrlog":[],"lmjoin":[],"lmmsg":[],"lmremutl":[],"lmrepl":[],"lmserver":[],"lmshare":[],"lmstats":[],"lmsvc":[],"lmuse":[],"lmwksta":[],"lowlevelmonitorconfigurationapi":[],"lsalookup":[],"memoryapi":[],"minschannel":[],"minwinbase":[],"minwindef":[],"mmdeviceapi":[],"mmeapi":[],"mmreg":[],"mmsystem":[],"mprapidef":[],"msaatext":[],"mscat":[],"mschapp":[],"mssip":[],"mstcpip":[],"mswsock":[],"mswsockdef":[],"namedpipeapi":[],"namespaceapi":[],"nb30":[],"ncrypt":[],"netioapi":[],"nldef":[],"ntddndis":[],"ntddscsi":[],"ntddser":[],"ntdef":[],"ntlsa":[],"ntsecapi":[],"ntstatus":[],"oaidl":[],"objbase":[],"objidl":[],"objidlbase":[],"ocidl":[],"ole2":[],"oleauto":[],"olectl":[],"oleidl":[],"opmapi":[],"pdh":[],"perflib":[],"physicalmonitorenumerationapi":[],"playsoundapi":[],"portabledevice":[],"portabledeviceapi":[],"portabledevicetypes":[],"powerbase":[],"powersetting":[],"powrprof":[],"processenv":[],"processsnapshot":[],"processthreadsapi":[],"processtopologyapi":[],"profileapi":[],"propidl":[],"propkey":[],"propkeydef":[],"propsys":[],"prsht":[],"psapi":[],"qos":[],"realtimeapiset":[],"reason":[],"restartmanager":[],"restrictederrorinfo":[],"rmxfguid":[],"roapi":[],"robuffer":[],"roerrorapi":[],"rpc":[],"rpcdce":[],"rpcndr":[],"rtinfo":[],"sapi":[],"sapi51":[],"sapi53":[],"sapiddk":[],"sapiddk51":[],"schannel":[],"sddl":[],"securityappcontainer":[],"securitybaseapi":[],"servprov":[],"setupapi":[],"shellapi":[],"shellscalingapi":[],"shlobj":[],"shobjidl":[],"shobjidl_core":[],"shtypes":[],"softpub":[],"spapidef":[],"spellcheck":[],"sporder":[],"sql":[],"sqlext":[],"sqltypes":[],"sqlucode":[],"sspi":[],"std":[],"stralign":[],"stringapiset":[],"strmif":[],"subauth":[],"synchapi":[],"sysinfoapi":[],"systemtopologyapi":[],"taskschd":[],"tcpestats":[],"tcpmib":[],"textstor":[],"threadpoolapiset":[],"threadpoollegacyapiset":[],"timeapi":[],"timezoneapi":[],"tlhelp32":[],"transportsettingcommon":[],"tvout":[],"udpmib":[],"unknwnbase":[],"urlhist":[],"urlmon":[],"usb":[],"usbioctl":[],"usbiodef":[],"usbscan":[],"usbspec":[],"userenv":[],"usp10":[],"utilapiset":[],"uxtheme":[],"vadefs":[],"vcruntime":[],"vsbackup":[],"vss":[],"vsserror":[],"vswriter":[],"wbemads":[],"wbemcli":[],"wbemdisp":[],"wbemprov":[],"wbemtran":[],"wct":[],"werapi":[],"winbase":[],"wincodec":[],"wincodecsdk":[],"wincon":[],"wincontypes":[],"wincred":[],"wincrypt":[],"windef":[],"windot11":[],"windowsceip":[],"windowsx":[],"winefs":[],"winerror":[],"winevt":[],"wingdi":[],"winhttp":[],"wininet":[],"winineti":[],"winioctl":[],"winnetwk":[],"winnls":[],"winnt":[],"winreg":[],"winsafer":[],"winscard":[],"winsmcrd":[],"winsock2":[],"winspool":[],"winstring":[],"winsvc":[],"wintrust":[],"winusb":[],"winusbio":[],"winuser":[],"winver":[],"wlanapi":[],"wlanihv":[],"wlanihvtypes":[],"wlantypes":[],"wlclient":[],"wmistr":[],"wnnc":[],"wow64apiset":[],"wpdmtpextensions":[],"ws2bth":[],"ws2def":[],"ws2ipdef":[],"ws2spi":[],"ws2tcpip":[],"wtsapi32":[],"wtypes":[],"wtypesbase":[],"xinput":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml","categories":["external-ffi-bindings","no-std","os::windows-apis"],"keywords":["windows","ffi","win32","com","directx"],"readme":"README.md","repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":"https://docs.rs/winapi/","edition":"2015","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","features":["everything","impl-debug","impl-default"],"targets":["aarch64-pc-windows-msvc","i686-pc-windows-msvc","x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"{}\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright {yyyy} {name of copyright owner}\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"anstream","version":"0.6.14","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstream@0.6.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple cross platform library for writing colored text to a terminal.","dependencies":[{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle-parse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle-query","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"colorchoice","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is_terminal_polyfill","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.48","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"utf8parse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"divan","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"owo-colors","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"strip-ansi-escapes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle-wincon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstream","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.14/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"dump-stream","kind":["example"],"crate_types":["bin"],"required-features":["auto"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.14/examples/dump-stream.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"query-stream","kind":["example"],"crate_types":["bin"],"required-features":["auto"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.14/examples/query-stream.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"strip","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.14/benches/strip.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"wincon","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.14/benches/wincon.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"stream","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.14/benches/stream.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"auto":["dep:anstyle-query"],"default":["auto","wincon"],"test":[],"wincon":["dep:anstyle-wincon"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.14/Cargo.toml","categories":["command-line-interface"],"keywords":["ansi","terminal","color","strip","wincon"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle.git","homepage":"https://github.com/rust-cli/anstyle","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"anstyle-query","version":"1.1.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Look up colored console capabilities","dependencies":[{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_System_Console","Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstyle-query","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"query","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.1.0/examples/query.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.1.0/Cargo.toml","categories":["command-line-interface"],"keywords":["cli","color","no-std","terminal","ansi"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"anstyle-wincon","version":"3.0.3","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Styling legacy Windows terminals","dependencies":[{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_System_Console","Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstyle-wincon","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-3.0.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"dump-wincon","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-3.0.3/examples/dump-wincon.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"set-wincon","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-3.0.3/examples/set-wincon.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-3.0.3/Cargo.toml","categories":["command-line-interface"],"keywords":["ansi","terminal","color","windows"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle.git","homepage":"https://github.com/rust-cli/anstyle","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"],"targets":["x86_64-pc-windows-msvc"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"anstyle","version":"1.0.7","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"ANSI text styling","dependencies":[{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstyle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.7/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"dump-style","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.7/examples/dump-style.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.7/Cargo.toml","categories":["command-line-interface"],"keywords":["ansi","terminal","color","no_std"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle.git","homepage":"https://github.com/rust-cli/anstyle","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}],"tag-prefix":""}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"clap","version":"4.5.7","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#clap@4.5.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple to use, efficient, and full-featured Command Line Argument Parser","dependencies":[{"name":"clap_builder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=4.5.7","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=4.5.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"humantime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.15","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shlex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.91","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trycmd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15.3","kind":"dev","optional":false,"uses_default_features":false,"features":["color-auto","diff","examples"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"clap","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"stdio-fixture","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/src/bin/stdio-fixture.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"demo","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/demo.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"cargo-example","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/cargo-example.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"cargo-example-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/cargo-example-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"escaped-positional","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/escaped-positional.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"escaped-positional-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/escaped-positional-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"find","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/find.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"git-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/git-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"typed-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/typed-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"busybox","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/multicall-busybox.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"hostname","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/multicall-hostname.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"repl","kind":["example"],"crate_types":["bin"],"required-features":["help"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/repl.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"repl-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/repl-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"01_quick","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/01_quick.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_apps","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/02_apps.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_crate","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/02_crate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_app_settings","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/02_app_settings.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_01_flag_bool","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/03_01_flag_bool.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_01_flag_count","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/03_01_flag_count.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_02_option","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/03_02_option.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_02_option_mult","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/03_02_option_mult.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_03_positional","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/03_03_positional.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_03_positional_mult","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/03_03_positional_mult.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_04_subcommands","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/03_04_subcommands.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_05_default_values","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/03_05_default_values.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_01_possible","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/04_01_possible.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_01_enum","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/04_01_enum.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_02_parse","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/04_02_parse.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_02_validate","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/04_02_validate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_03_relations","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/04_03_relations.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_04_custom","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/04_04_custom.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"05_01_assert","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/05_01_assert.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"01_quick_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/01_quick.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_apps_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/02_apps.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_crate_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/02_crate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_app_settings_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/02_app_settings.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_01_flag_bool_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/03_01_flag_bool.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_01_flag_count_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/03_01_flag_count.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_02_option_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/03_02_option.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_02_option_mult_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/03_02_option_mult.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_03_positional_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/03_03_positional.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_03_positional_mult_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/03_03_positional_mult.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_04_subcommands_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/03_04_subcommands.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_04_subcommands_alt_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/03_04_subcommands_alt.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_05_default_values_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/03_05_default_values.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_01_enum_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/04_01_enum.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_02_parse_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/04_02_parse.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_02_validate_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/04_02_validate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_03_relations_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/04_03_relations.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_04_custom_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/04_04_custom.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"05_01_assert_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/05_01_assert.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"interop_augment_args","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/derive_ref/augment_args.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"interop_augment_subcommands","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/derive_ref/augment_subcommands.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"interop_hand_subcommand","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/derive_ref/hand_subcommand.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"interop_flatten_hand_args","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/derive_ref/flatten_hand_args.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"git","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/git.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"pacman","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/pacman.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"cargo":["clap_builder/cargo"],"color":["clap_builder/color"],"debug":["clap_builder/debug","clap_derive?/debug"],"default":["std","color","help","usage","error-context","suggestions"],"deprecated":["clap_builder/deprecated","clap_derive?/deprecated"],"derive":["dep:clap_derive"],"env":["clap_builder/env"],"error-context":["clap_builder/error-context"],"help":["clap_builder/help"],"std":["clap_builder/std"],"string":["clap_builder/string"],"suggestions":["clap_builder/suggestions"],"unicode":["clap_builder/unicode"],"unstable-doc":["clap_builder/unstable-doc","derive"],"unstable-styles":["clap_builder/unstable-styles"],"unstable-v5":["clap_builder/unstable-v5","clap_derive?/unstable-v5","deprecated"],"usage":["clap_builder/usage"],"wrap_help":["clap_builder/wrap_help"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/Cargo.toml","categories":["command-line-interface"],"keywords":["argument","cli","arg","parser","parse"],"readme":"README.md","repository":"https://github.com/clap-rs/clap","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"features":["unstable-doc"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"playground":{"features":["unstable-doc"]},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD","search":""},{"file":"CITATION.cff","replace":"date-released: {{date}}","search":"^date-released: ....-..-.."},{"file":"CITATION.cff","replace":"version: {{version}}","search":"^version: .+\\..+\\..+"},{"exactly":1,"file":"src/lib.rs","replace":"blob/v{{version}}/CHANGELOG.md","search":"blob/v.+\\..+\\..+/CHANGELOG.md"}],"shared-version":true,"tag-name":"v{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.74.0"},"path":null},{"crate":{"name":"colorchoice","version":"1.0.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Global override of color control","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"colorchoice","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.1/Cargo.toml","categories":["command-line-interface"],"keywords":["cli","color","no-std","terminal","ansi"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"crc32fast","version":"1.4.2","authors":["Sam Rijs ","Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast, SIMD-accelerated CRC32 (IEEE) checksum computation","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crc32fast","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/benches/bench.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"nightly":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/Cargo.toml","categories":[],"keywords":["checksum","crc","crc32","simd","fast"],"readme":"README.md","repository":"https://github.com/srijs/rust-crc32fast","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"env_filter","version":"0.1.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#env_filter@0.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Filter log events using environment variables\n","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"normal","optional":true,"uses_default_features":false,"features":["std","perf"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"env_filter","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_filter-0.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["regex"],"regex":["dep:regex"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_filter-0.1.0/Cargo.toml","categories":["development-tools::debugging"],"keywords":["logging","log","logger"],"readme":"README.md","repository":"https://github.com/rust-cli/env_logger","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/env_logger/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.0"},"path":null},{"crate":{"name":"env_logger","version":"0.11.3","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#env_logger@0.11.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A logging implementation for `log` which is configured via an environment\nvariable.\n","dependencies":[{"name":"anstream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.11","kind":"normal","optional":true,"uses_default_features":false,"features":["wincon"],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_filter","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"humantime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.21","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"env_logger","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"custom_default_format","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/examples/custom_default_format.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"custom_format","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/examples/custom_format.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"default","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/examples/default.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"direct_logger","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/examples/direct_logger.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"filters_from_code","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/examples/filters_from_code.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"in_tests","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/examples/in_tests.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"syslog_friendly_format","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/examples/syslog_friendly_format.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"regexp_filter","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/tests/regexp_filter.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"log-in-log","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/tests/log-in-log.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"log_tls_dtors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/tests/log_tls_dtors.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"init-twice-retains-filter","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/tests/init-twice-retains-filter.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"auto-color":["color","anstream/auto"],"color":["dep:anstream","dep:anstyle"],"default":["auto-color","humantime","regex"],"humantime":["dep:humantime"],"regex":["env_filter/regex"],"unstable-kv":["log/kv"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/Cargo.toml","categories":["development-tools::debugging"],"keywords":["logging","log","logger"],"readme":"README.md","repository":"https://github.com/rust-cli/env_logger","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/env_logger/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.0"},"path":null},{"crate":{"name":"foreign-types-macros","version":"0.2.3","authors":["Steven Fackler "],"id":"registry+https://github.com/rust-lang/crates.io-index#foreign-types-macros@0.2.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An internal crate used by foreign-types","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"foreign-types-macros","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/sfackler/foreign-types","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"foreign-types-shared","version":"0.3.1","authors":["Steven Fackler "],"id":"registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An internal crate used by foreign-types","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"foreign-types-shared","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/sfackler/foreign-types","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"foreign-types","version":"0.5.0","authors":["Steven Fackler "],"id":"registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A framework for Rust wrappers over C APIs","dependencies":[{"name":"foreign-types-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"foreign-types-shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"foreign-types","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["foreign-types-macros/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/sfackler/foreign-types","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"hex","version":"0.4.3","authors":["KokaKiwi "],"id":"registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Encoding and decoding data into/from hexadecimal representation.","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"faster-hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"version-sync","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"hex","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/tests/serde.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"version-number","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/tests/version-number.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"hex","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/benches/hex.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"serde":["dep:serde"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/Cargo.toml","categories":["encoding","no-std"],"keywords":["no_std","hex"],"readme":"README.md","repository":"https://github.com/KokaKiwi/rust-hex","homepage":null,"documentation":"https://docs.rs/hex/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"humantime","version":"2.1.0","authors":["Paul Colomiets "],"id":"registry+https://github.com/rust-lang/crates.io-index#humantime@2.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":" A parser and formatter for std::time::{Duration, SystemTime}\n","dependencies":[{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"humantime","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"datetime_format","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/benches/datetime_format.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"datetime_parse","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/benches/datetime_parse.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/Cargo.toml","categories":["date-and-time"],"keywords":["time","human","human-friendly","parser","duration"],"readme":"README.md","repository":"https://github.com/tailhook/humantime","homepage":"https://github.com/tailhook/humantime","documentation":"https://docs.rs/humantime","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"is_terminal_polyfill","version":"1.70.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Polyfill for `is_terminal` stdlib feature for use with older MSRVs","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"is_terminal_polyfill","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/polyfill-rs/is_terminal_polyfill","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/polyfill-rs/is_terminal_polyfill/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"jni-sys","version":"0.3.0","authors":["Steven Fackler "],"id":"registry+https://github.com/rust-lang/crates.io-index#jni-sys@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust definitions corresponding to jni.h","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"jni-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-sys-0.3.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-sys-0.3.0/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["java","jni"],"readme":"README.md","repository":"https://github.com/sfackler/rust-jni-sys","homepage":null,"documentation":"https://docs.rs/jni-sys/0.3.0/jni_sys","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"serde_spanned","version":"0.6.6","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Serde-compatible spanned Value","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-untagged","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde_spanned","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.6/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["serde","span"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":"https://github.com/toml-rs/toml","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"toml","version":"0.8.14","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#toml@0.8.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A native Rust encoder and decoder of TOML-formatted files and streams. Provides\nimplementations of the standard Serialize/Deserialize traits for TOML data to\nfacilitate deserializing and serializing Rust structures.\n","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_spanned","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.6","kind":"normal","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_datetime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.6","kind":"normal","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_edit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22.14","kind":"normal","optional":true,"uses_default_features":false,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.199","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.116","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-harness","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"toml","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"decode","kind":["example"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/examples/decode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"enum_external","kind":["example"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/examples/enum_external.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"toml2json","kind":["example"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/examples/toml2json.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"decoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/tests/decoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/tests/encoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/tests/decoder.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/tests/encoder.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"testsuite","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/tests/testsuite/main.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["parse","display"],"display":["dep:toml_edit","toml_edit?/display"],"indexmap":["dep:indexmap"],"parse":["dep:toml_edit","toml_edit?/parse"],"preserve_order":["indexmap"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":"https://github.com/toml-rs/toml","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"toml_datetime","version":"0.6.6","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A TOML-compatible datetime type","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"toml_datetime","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.6/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":"https://github.com/toml-rs/toml","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"toml_edit","version":"0.19.15","authors":["Andronik Ordian ","Ed Page "],"id":"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.19.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Yet another format-preserving TOML parser.","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"kstring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":["max_inline"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_spanned","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.3","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_datetime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winnow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libtest-mimic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.96","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"dev","optional":false,"uses_default_features":true,"features":["harness"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-harness","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"toml_edit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"visit","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/examples/visit.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/decoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/encoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"invalid","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/invalid.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/decoder.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/encoder.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"testsuite","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/testsuite/main.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"perf":["dep:kstring"],"serde":["dep:serde","toml_datetime/serde","dep:serde_spanned"],"unbounded":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["serde"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}],"tag-name":"v{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.66.0"},"path":null},{"crate":{"name":"toml_edit","version":"0.21.1","authors":["Andronik Ordian ","Ed Page "],"id":"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.21.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Yet another format-preserving TOML parser.","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"kstring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":["max_inline"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_spanned","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.5","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_datetime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winnow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libtest-mimic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.96","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"dev","optional":false,"uses_default_features":true,"features":["harness"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-harness","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"toml_edit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"visit","kind":["example"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/examples/visit.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"testsuite","kind":["test"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/tests/testsuite/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":["parse"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/tests/decoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/tests/encoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"invalid","kind":["test"],"crate_types":["bin"],"required-features":["parse"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/tests/invalid.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["parse","display"],"display":[],"parse":["dep:winnow"],"perf":["dep:kstring"],"serde":["dep:serde","toml_datetime/serde","dep:serde_spanned"],"unbounded":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["serde"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}],"tag-name":"v{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.69.0"},"path":null},{"crate":{"name":"toml_edit","version":"0.22.14","authors":["Andronik Ordian ","Ed Page "],"id":"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Yet another format-preserving TOML parser.","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"kstring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":["max_inline"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_spanned","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.6","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_datetime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winnow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libtest-mimic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.116","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-harness","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"toml_edit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.14/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"visit","kind":["example"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.14/examples/visit.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"testsuite","kind":["test"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.14/tests/testsuite/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":["parse"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.14/tests/decoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.14/tests/encoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"invalid","kind":["test"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.14/tests/invalid.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["parse","display"],"display":[],"parse":["dep:winnow"],"perf":["dep:kstring"],"serde":["dep:serde","toml_datetime/serde","dep:serde_spanned"],"unbounded":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.14/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["serde"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}],"tag-name":"v{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n Copyright 2020 Yoshua Wuyts\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"async-broadcast","version":"0.5.1","authors":["Stjepan Glavina ","Yoshua Wuyts ","Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-broadcast@0.5.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async broadcast channels","dependencies":[{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.21","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"async-broadcast","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-broadcast-0.5.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-broadcast-0.5.1/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"broadcast_bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-broadcast-0.5.1/benches/broadcast_bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-broadcast-0.5.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/smol-rs/async-broadcast","homepage":null,"documentation":"https://docs.rs/async-broadcast","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"android-tzdata","version":"0.1.1","authors":["RumovZ"],"id":"registry+https://github.com/rust-lang/crates.io-index#android-tzdata@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser for the Android-specific tzdata file","dependencies":[{"name":"zip","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"android-tzdata","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-tzdata-0.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-tzdata-0.1.1/Cargo.toml","categories":["date-and-time"],"keywords":["parser","android","timezone"],"readme":"README.md","repository":"https://github.com/RumovZ/android-tzdata","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"directories","version":"5.0.0","authors":["Simon Ochsenreither "],"id":"registry+https://github.com/rust-lang/crates.io-index#directories@5.0.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows and macOS by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.","dependencies":[{"name":"dirs-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"directories","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/directories-5.0.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"constructors","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/directories-5.0.0/benches/constructors.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/directories-5.0.0/Cargo.toml","categories":[],"keywords":["xdg","basedir","app_dirs","path","folder"],"readme":"README.md","repository":"https://github.com/soc/directories-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"dirs-sys","version":"0.4.0","authors":["Simon Ochsenreither "],"id":"registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"System-level helper functions for the dirs and directories crates.","dependencies":[{"name":"redox_users","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"redox\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.45.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_UI_Shell","Win32_Foundation","Win32_Globalization","Win32_System_Com"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"dirs-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/dirs-dev/dirs-sys-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"async-trait","version":"0.1.80","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.80","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Type erasure for async trait methods","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":true,"features":["full","visit-mut"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.40","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-attributes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.27","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.81","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"async-trait","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.80/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.80/tests/compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.80/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.80/Cargo.toml","categories":["asynchronous","no-std"],"keywords":["async"],"readme":"README.md","repository":"https://github.com/dtolnay/async-trait","homepage":null,"documentation":"https://docs.rs/async-trait","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"enumn","version":"0.1.13","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#enumn@0.1.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Convert number to enum","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"enumn","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumn-0.1.13/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumn-0.1.13/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumn-0.1.13/Cargo.toml","categories":["rust-patterns","no-std","no-std::no-alloc"],"keywords":["enum","integer"],"readme":"README.md","repository":"https://github.com/dtolnay/enumn","homepage":null,"documentation":"https://docs.rs/enumn","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"itoa","version":"1.0.11","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast integer primitive to string conversion","dependencies":[{"name":"no-panic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"itoa","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"no-panic":["dep:no-panic"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/Cargo.toml","categories":["value-formatting","no-std","no-std::no-alloc"],"keywords":["integer"],"readme":"README.md","repository":"https://github.com/dtolnay/itoa","homepage":null,"documentation":"https://docs.rs/itoa","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"libc","version":"0.2.155","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.155","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Raw FFI bindings to platform libraries like libc.\n","dependencies":[{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"libc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"const_fn","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/tests/const_fn.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"align":[],"const-extern-fn":[],"default":["std"],"extra_traits":[],"rustc-dep-of-std":["align","rustc-std-workspace-core"],"rustc-std-workspace-core":["dep:rustc-std-workspace-core"],"std":[],"use_std":["std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/Cargo.toml","categories":["external-ffi-bindings","no-std","os"],"keywords":["libc","ffi","bindings","operating","system"],"readme":"README.md","repository":"https://github.com/rust-lang/libc","homepage":"https://github.com/rust-lang/libc","documentation":"https://docs.rs/libc/","edition":"2015","metadata":{"docs":{"rs":{"cargo-args":["-Zbuild-std=core"],"default-target":"x86_64-unknown-linux-gnu","features":["const-extern-fn","extra_traits"],"targets":["aarch64-apple-darwin","aarch64-apple-ios","aarch64-linux-android","aarch64-pc-windows-msvc","aarch64-unknown-freebsd","aarch64-unknown-fuchsia","aarch64-unknown-hermit","aarch64-unknown-linux-gnu","aarch64-unknown-linux-musl","aarch64-unknown-netbsd","aarch64-unknown-openbsd","aarch64-wrs-vxworks","arm-linux-androideabi","arm-unknown-linux-gnueabi","arm-unknown-linux-gnueabihf","arm-unknown-linux-musleabi","arm-unknown-linux-musleabihf","armebv7r-none-eabi","armebv7r-none-eabihf","armv5te-unknown-linux-gnueabi","armv5te-unknown-linux-musleabi","armv7-linux-androideabi","armv7-unknown-linux-gnueabihf","armv7-unknown-linux-musleabihf","armv7-wrs-vxworks-eabihf","armv7r-none-eabi","armv7r-none-eabihf","hexagon-unknown-linux-musl","i586-pc-windows-msvc","i586-unknown-linux-gnu","i586-unknown-linux-musl","i686-linux-android","i686-pc-windows-gnu","i686-pc-windows-msvc","i686-pc-windows-msvc","i686-unknown-freebsd","i686-unknown-haiku","i686-unknown-linux-gnu","i686-unknown-linux-musl","i686-unknown-netbsd","i686-unknown-openbsd","i686-wrs-vxworks","mips-unknown-linux-gnu","mips-unknown-linux-musl","mips64-unknown-linux-gnuabi64","mips64-unknown-linux-muslabi64","mips64el-unknown-linux-gnuabi64","mips64el-unknown-linux-muslabi64","mipsel-sony-psp","mipsel-unknown-linux-gnu","mipsel-unknown-linux-musl","nvptx64-nvidia-cuda","powerpc-unknown-linux-gnu","powerpc-unknown-linux-gnuspe","powerpc-unknown-netbsd","powerpc-wrs-vxworks","powerpc-wrs-vxworks-spe","powerpc64-unknown-freebsd","powerpc64-unknown-linux-gnu","powerpc64-wrs-vxworks","powerpc64le-unknown-linux-gnu","riscv32gc-unknown-linux-gnu","riscv32i-unknown-none-elf","riscv32imac-unknown-none-elf","riscv32imc-unknown-none-elf","riscv64gc-unknown-freebsd","riscv64gc-unknown-hermit","riscv64gc-unknown-linux-gnu","riscv64gc-unknown-linux-musl","riscv64gc-unknown-none-elf","riscv64imac-unknown-none-elf","s390x-unknown-linux-gnu","s390x-unknown-linux-musl","sparc-unknown-linux-gnu","sparc64-unknown-linux-gnu","sparc64-unknown-netbsd","sparcv9-sun-solaris","thumbv6m-none-eabi","thumbv7em-none-eabi","thumbv7em-none-eabihf","thumbv7m-none-eabi","thumbv7neon-linux-androideabi","thumbv7neon-unknown-linux-gnueabihf","wasm32-unknown-emscripten","wasm32-unknown-unknown","wasm32-wasi","x86_64-apple-darwin","x86_64-apple-ios","x86_64-fortanix-unknown-sgx","x86_64-linux-android","x86_64-pc-solaris","x86_64-pc-windows-gnu","x86_64-pc-windows-msvc","x86_64-unknown-dragonfly","x86_64-unknown-freebsd","x86_64-unknown-fuchsia","x86_64-unknown-haiku","x86_64-unknown-hermit","x86_64-unknown-illumos","x86_64-unknown-l4re-uclibc","x86_64-unknown-linux-gnu","x86_64-unknown-linux-gnux32","x86_64-unknown-linux-musl","x86_64-unknown-netbsd","x86_64-unknown-openbsd","x86_64-unknown-redox","x86_64-wrs-vxworks"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"litrs","version":"0.4.1","authors":["Lukas Kalbertodt "],"id":"registry+https://github.com/rust-lang/crates.io-index#litrs@0.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parse and inspect Rust literals (i.e. tokens in the Rust programming language\nrepresenting fixed values). Particularly useful for proc macros, but can also\nbe used outside of a proc-macro context.\n","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-xid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"litrs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litrs-0.4.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"check_suffix":["unicode-xid"],"default":["proc-macro2"],"proc-macro2":["dep:proc-macro2"],"unicode-xid":["dep:unicode-xid"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litrs-0.4.1/Cargo.toml","categories":["development-tools::procedural-macro-helpers","parser-implementations","development-tools::build-utils"],"keywords":["literal","parsing","proc-macro","type","procedural"],"readme":"README.md","repository":"https://github.com/LukasKalbertodt/litrs/","homepage":null,"documentation":"https://docs.rs/litrs/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.54.0"},"path":null},{"crate":{"name":"num_enum","version":"0.7.2","authors":["Daniel Wagner-Hall ","Daniel Henry-Mantilla ","Vincent Esche "],"id":"registry+https://github.com/rust-lang/crates.io-index#num_enum@0.7.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Procedural macros to make inter-operation between primitives and enums easier.","dependencies":[{"name":"num_enum_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.49","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause OR MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_enum","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"default","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/tests/default.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"from_primitive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/tests/from_primitive.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"into_primitive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/tests/into_primitive.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"renamed_num_enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/tests/renamed_num_enum.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"try_build","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/tests/try_build.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"try_from_primitive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/tests/try_from_primitive.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unsafe_from_primitive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/tests/unsafe_from_primitive.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"complex-expressions":["num_enum_derive/complex-expressions"],"default":["std"],"external_doc":[],"std":["num_enum_derive/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/Cargo.toml","categories":["rust-patterns"],"keywords":["enum","conversion","safe","ffi","derive"],"readme":"README.md","repository":"https://github.com/illicitonion/num_enum","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["external_doc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"num_enum_derive","version":"0.7.2","authors":["Daniel Wagner-Hall ","Daniel Henry-Mantilla ","Vincent Esche "],"id":"registry+https://github.com/rust-lang/crates.io-index#num_enum_derive@0.7.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)","dependencies":[{"name":"proc-macro-crate","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=1, <=3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":["parsing"],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":["extra-traits","parsing"],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause OR MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_enum_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"complex-expressions":["syn/full"],"default":["std"],"external_doc":[],"proc-macro-crate":["dep:proc-macro-crate"],"std":["proc-macro-crate"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/illicitonion/num_enum","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["external_doc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"paste","version":"1.0.15","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Macros for all your token pasting needs","dependencies":[{"name":"paste-test-suite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.49","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"paste","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test_item","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/test_item.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_attr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/test_attr.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/compiletest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_doc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/test_doc.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_expr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/test_expr.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/Cargo.toml","categories":["development-tools","no-std","no-std::no-alloc"],"keywords":["macros"],"readme":"README.md","repository":"https://github.com/dtolnay/paste","homepage":null,"documentation":"https://docs.rs/paste","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"path":null},{"crate":{"name":"proc-macro2","version":"1.0.85","authors":["David Tolnay ","Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.85","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.","dependencies":[{"name":"unicode-ident","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"proc_macro2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.85/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"comments","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.85/tests/comments.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_fmt","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.85/tests/test_fmt.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"features","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.85/tests/features.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"marker","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.85/tests/marker.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_size","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.85/tests/test_size.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.85/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.85/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["proc-macro"],"nightly":[],"proc-macro":[],"span-locations":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.85/Cargo.toml","categories":["development-tools::procedural-macro-helpers"],"keywords":["macros","syn"],"readme":"README.md","repository":"https://github.com/dtolnay/proc-macro2","homepage":null,"documentation":"https://docs.rs/proc-macro2","edition":"2021","metadata":{"docs":{"rs":{"rustc-args":["--cfg","procmacro2_semver_exempt"],"rustdoc-args":["--cfg","procmacro2_semver_exempt","--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["span-locations"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"quote","version":"1.0.36","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Quasi-quoting macro quote!(...)","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.66","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"quote","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/tests/compiletest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["proc-macro"],"proc-macro":["proc-macro2/proc-macro"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/Cargo.toml","categories":["development-tools::procedural-macro-helpers"],"keywords":["macros","syn"],"readme":"README.md","repository":"https://github.com/dtolnay/quote","homepage":null,"documentation":"https://docs.rs/quote/","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"ryu","version":"1.0.18","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.18","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast floating point to string conversion","dependencies":[{"name":"no-panic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num_cpus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xorshift","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR BSL-1.0","license_file":null,"targets":[{"name":"ryu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"upstream_benchmark","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/examples/upstream_benchmark.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"s2f_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/s2f_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"common_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/common_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"s2d_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/s2d_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"d2s_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/d2s_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"f2s_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/f2s_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"d2s_table_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/d2s_table_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"exhaustive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/exhaustive.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"d2s_intrinsics_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/d2s_intrinsics_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"no-panic":["dep:no-panic"],"small":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/Cargo.toml","categories":["value-formatting","no-std","no-std::no-alloc"],"keywords":["float"],"readme":"README.md","repository":"https://github.com/dtolnay/ryu","homepage":null,"documentation":"https://docs.rs/ryu","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"semver","version":"1.0.23","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#semver@1.0.23","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser and evaluator for Cargo's flavor of Semantic Versioning","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.194","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"semver","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test_version_req","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/tests/test_version_req.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_identifier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/tests/test_identifier.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_autotrait","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/tests/test_autotrait.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_version","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/tests/test_version.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parse","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/benches/parse.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/Cargo.toml","categories":["data-structures","no-std"],"keywords":["cargo"],"readme":"README.md","repository":"https://github.com/dtolnay/semver","homepage":null,"documentation":"https://docs.rs/semver","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","doc_cfg","--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"path":null},{"crate":{"name":"serde","version":"1.0.203","authors":["Erick Tryzelaar ","David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.203","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A generic serialization/deserialization framework","dependencies":[{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.203","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any())","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"derive":["serde_derive"],"rc":[],"serde_derive":["dep:serde_derive"],"std":[],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/Cargo.toml","categories":["encoding","no-std","no-std::no-alloc"],"keywords":["serde","serialization","no_std"],"readme":"crates-io.md","repository":"https://github.com/serde-rs/serde","homepage":"https://serde.rs","documentation":"https://docs.rs/serde","edition":"2018","metadata":{"docs":{"rs":{"features":["derive","rc","unstable"],"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["derive","rc"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"path":null},{"crate":{"name":"serde_derive","version":"1.0.203","authors":["Erick Tryzelaar ","David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.203","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Macros 1.1 implementation of #[derive(Serialize, Deserialize)]","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":false,"features":["proc-macro"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":false,"features":["proc-macro"],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":false,"features":["clone-impls","derive","parsing","printing","proc-macro"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.203/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"default":[],"deserialize_in_place":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.203/Cargo.toml","categories":["no-std","no-std::no-alloc"],"keywords":["serde","serialization","no_std","derive"],"readme":"crates-io.md","repository":"https://github.com/serde-rs/serde","homepage":"https://serde.rs","documentation":"https://serde.rs/derive.html","edition":"2015","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"serde_json","version":"1.0.117","authors":["Erick Tryzelaar ","David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.117","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A JSON serialization file format","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ryu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.194","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"indoc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ref-cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.194","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.166","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_stacker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.81","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde_json","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"regression","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/tests/regression.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"map","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/tests/map.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"debug","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/tests/debug.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/tests/compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lexical","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/tests/lexical.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"stream","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/tests/stream.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":["serde/alloc"],"arbitrary_precision":[],"default":["std"],"float_roundtrip":[],"indexmap":["dep:indexmap"],"preserve_order":["indexmap","std"],"raw_value":[],"std":["serde/std"],"unbounded_depth":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/Cargo.toml","categories":["encoding","parser-implementations","no-std"],"keywords":["json","serde","serialization"],"readme":"README.md","repository":"https://github.com/serde-rs/json","homepage":null,"documentation":"https://docs.rs/serde_json","edition":"2021","metadata":{"docs":{"rs":{"features":["preserve_order","raw_value","unbounded_depth"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["raw_value"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"serde_repr","version":"0.1.19","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#serde_repr@0.1.19","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum.","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.166","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.100","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.81","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde_repr","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/tests/compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/Cargo.toml","categories":["encoding","no-std","no-std::no-alloc"],"keywords":["serde","serialization","integer"],"readme":"README.md","repository":"https://github.com/dtolnay/serde-repr","homepage":null,"documentation":"https://docs.rs/serde_repr","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"syn","version":"2.0.72","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.72","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser for Rust source code","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.83","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-ident","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"insta","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ref-cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn-test-suite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"termcolor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null},{"name":"reqwest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"dev","optional":false,"uses_default_features":true,"features":["blocking"],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null},{"name":"tar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.16","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"syn","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"regression","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/regression.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_asyncness","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_asyncness.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_attribute","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_attribute.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_derive_input","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_derive_input.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_expr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_expr.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_generics.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_grouping","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_grouping.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_ident","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_ident.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_item","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_item.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_iterators","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_iterators.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_lit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_lit.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_meta","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_meta.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_parse_buffer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_parse_buffer.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_parse_quote","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_parse_quote.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_parse_stream","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_parse_stream.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_pat","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_pat.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_path","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_path.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_precedence","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_precedence.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_receiver","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_receiver.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_round_trip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_round_trip.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_shebang","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_shebang.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_size","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_size.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_stmt","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_stmt.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_token_trees","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_token_trees.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_ty","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_ty.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_unparenthesize","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_unparenthesize.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_visibility","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_visibility.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"zzz_stable","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/zzz_stable.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"file","kind":["bench"],"crate_types":["bin"],"required-features":["full","parsing"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/benches/file.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"rust","kind":["bench"],"crate_types":["bin"],"required-features":["full","parsing"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/benches/rust.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"clone-impls":[],"default":["derive","parsing","printing","clone-impls","proc-macro"],"derive":[],"extra-traits":[],"fold":[],"full":[],"parsing":[],"printing":["dep:quote"],"proc-macro":["proc-macro2/proc-macro","quote?/proc-macro"],"test":["syn-test-suite/all-features"],"visit":[],"visit-mut":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/Cargo.toml","categories":["development-tools::procedural-macro-helpers","parser-implementations"],"keywords":["macros","syn"],"readme":"README.md","repository":"https://github.com/dtolnay/syn","homepage":null,"documentation":"https://docs.rs/syn","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["full","visit","visit-mut","fold","extra-traits"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"path":null},{"crate":{"name":"thiserror-impl","version":"1.0.61","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.61","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Implementation detail of the `thiserror` crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"thiserror_impl","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.61/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.61/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/dtolnay/thiserror","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"thiserror","version":"1.0.61","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.61","source":"registry+https://github.com/rust-lang/crates.io-index","description":"derive(Error)","dependencies":[{"name":"thiserror-impl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.61","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.73","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ref-cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.81","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"thiserror","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"test_error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_source","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_source.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_generics.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_from","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_from.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_lints","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_lints.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_transparent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_transparent.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_backtrace","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_backtrace.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_path","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_path.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_deprecated","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_deprecated.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_display","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_display.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_option","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_option.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_expr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_expr.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/Cargo.toml","categories":["rust-patterns"],"keywords":["error","error-handling","derive"],"readme":"README.md","repository":"https://github.com/dtolnay/thiserror","homepage":null,"documentation":"https://docs.rs/thiserror","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"unicode-ident","version":"1.0.12","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31","dependencies":[{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fst","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"roaring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ucd-trie","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-xid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"(MIT OR Apache-2.0) AND Unicode-DFS-2016","license_file":null,"targets":[{"name":"unicode-ident","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"compare","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/tests/compare.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"static_size","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/tests/static_size.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"xid","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/benches/xid.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/Cargo.toml","categories":["development-tools::procedural-macro-helpers","no-std","no-std::no-alloc"],"keywords":["unicode","xid"],"readme":"README.md","repository":"https://github.com/dtolnay/unicode-ident","homepage":null,"documentation":"https://docs.rs/unicode-ident","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"path":null},{"crate":{"name":"utf8parse","version":"0.2.2","authors":["Joe Wilm ","Christian Duerr "],"id":"registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Table-driven UTF-8 parser","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"utf8parse","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"utf-8-demo","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.2/tests/utf-8-demo.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":[],"nightly":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.2/Cargo.toml","categories":["parsing","no-std"],"keywords":["utf8","parse","table"],"readme":null,"repository":"https://github.com/alacritty/vte","homepage":null,"documentation":"https://docs.rs/utf8parse/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"zerocopy","version":"0.7.34","authors":["Joshua Liebow-Feeser "],"id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.7.34","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Utilities for zero-copy parsing and serialization","dependencies":[{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.34","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"elain","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.85","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.34","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.34","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any())","rename":null,"registry":null,"path":null}],"license":"BSD-2-Clause OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"zerocopy","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.34/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"trybuild","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.34/tests/trybuild.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"__internal_use_only_features_that_work_on_stable":["alloc","derive","simd"],"alloc":[],"byteorder":["dep:byteorder"],"default":["byteorder"],"derive":["zerocopy-derive"],"simd":[],"simd-nightly":["simd"],"zerocopy-derive":["dep:zerocopy-derive"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.34/Cargo.toml","categories":["embedded","encoding","no-std::no-alloc","parsing","rust-patterns"],"keywords":["cast","convert","transmute","transmutation","type-punning"],"readme":"README.md","repository":"https://github.com/google/zerocopy","homepage":null,"documentation":null,"edition":"2018","metadata":{"ci":{"pinned-nightly":"nightly-2024-05-05","pinned-stable":"1.78.0"},"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg","--generate-link-to-definition"]}},"playground":{"features":["__internal_use_only_features_that_work_on_stable"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright (c) 2016 Alex Crichton\nCopyright (c) 2017 The Tokio Authors\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"futures-channel","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Channels for asynchronous communication using futures-rs.\n","dependencies":[{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-sink","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures-channel","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"channel","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/channel.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mpsc-close","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc-close.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mpsc-size_hint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc-size_hint.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mpsc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"oneshot","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/oneshot.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"sync_mpsc","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/benches/sync_mpsc.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":["futures-core/alloc"],"cfg-target-has-atomic":[],"default":["std"],"futures-sink":["dep:futures-sink"],"sink":["futures-sink"],"std":["alloc","futures-core/std"],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"futures-core","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The core traits and types in for the `futures` library.\n","dependencies":[{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"normal","optional":true,"uses_default_features":false,"features":["require-cas"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures-core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"cfg-target-has-atomic":[],"default":["std"],"portable-atomic":["dep:portable-atomic"],"std":["alloc"],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"futures-executor","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Executors for asynchronous tasks based on the futures-rs library.\n","dependencies":[{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num_cpus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures-executor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"local_pool","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/tests/local_pool.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"thread_notify","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/benches/thread_notify.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"num_cpus":["dep:num_cpus"],"std":["futures-core/std","futures-task/std","futures-util/std"],"thread-pool":["std","num_cpus"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"futures-io","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures-io","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"futures-macro","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The futures-rs procedural macro implementations.\n","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.8","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures-macro","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"futures-sink","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The asynchronous `Sink` trait for the futures-rs library.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures-sink","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"futures-task","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Tools for working with tasks.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures-task","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"cfg-target-has-atomic":[],"default":["std"],"std":["alloc"],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"futures-util","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common utilities and extension traits for the futures-rs library.\n","dependencies":[{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-macro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-sink","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.25","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"futures_01","registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures-util","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"bilock","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/bilock.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"flatten_unordered","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/flatten_unordered.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"futures_unordered","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/futures_unordered.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"select","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/select.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":["futures-core/alloc","futures-task/alloc"],"async-await":[],"async-await-macro":["async-await","futures-macro"],"bilock":[],"cfg-target-has-atomic":[],"channel":["std","futures-channel"],"compat":["std","futures_01"],"default":["std","async-await","async-await-macro"],"futures-channel":["dep:futures-channel"],"futures-io":["dep:futures-io"],"futures-macro":["dep:futures-macro"],"futures-sink":["dep:futures-sink"],"futures_01":["dep:futures_01"],"io":["std","futures-io","memchr"],"io-compat":["io","compat","tokio-io"],"memchr":["dep:memchr"],"portable-atomic":["futures-core/portable-atomic"],"sink":["futures-sink"],"slab":["dep:slab"],"std":["alloc","futures-core/std","futures-task/std","slab"],"tokio-io":["dep:tokio-io"],"unstable":["futures-core/unstable","futures-task/unstable"],"write-all-vectored":["io"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2014 Paho Lurie-Gregg\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"typenum","version":"1.17.0","authors":["Paho Lurie-Gregg ","Andre Bogus "],"id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.17.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Typenum is a Rust library for type-level numbers evaluated at\n compile time. It currently supports bits, unsigned integers, and signed\n integers. It also provides a type-level array of type-level numbers, but its\n implementation is incomplete.","dependencies":[{"name":"scale-info","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"typenum","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-main","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"const-generics":[],"force_unix_path_separator":[],"i128":[],"no_std":[],"scale-info":["dep:scale-info"],"scale_info":["scale-info/derive"],"strict":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/Cargo.toml","categories":["no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/paholg/typenum","homepage":null,"documentation":"https://docs.rs/typenum","edition":"2018","metadata":{"docs":{"rs":{"features":["i128","const-generics"],"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["i128","const-generics"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.37.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2017 The Rust Project Developers\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"pathdiff","version":"0.2.1","authors":["Manish Goregaokar "],"id":"registry+https://github.com/rust-lang/crates.io-index#pathdiff@0.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Library for diffing paths to obtain relative paths","dependencies":[{"name":"camino","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"pathdiff","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"camino":["dep:camino"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/Cargo.toml","categories":[],"keywords":["path","relative"],"readme":null,"repository":"https://github.com/Manishearth/pathdiff","homepage":null,"documentation":"https://docs.rs/pathdiff/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2018 Brian Myers\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"num-format","version":"0.4.4","authors":["Brian Myers "],"id":"registry+https://github.com/rust-lang/crates.io-index#num-format@0.4.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust crate for producing string-representations of numbers, formatted according to international standards","dependencies":[{"name":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.4","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-bigint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.85","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"encoding_rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.31","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.134","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"num-format-windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"widestring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":true,"uses_default_features":true,"features":["winnls"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num-format","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"test_errors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_errors.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_no_bytes_written","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_no_bytes_written.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_non_zero","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_non_zero.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_num_bigint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_num_bigint.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_serialization","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_serialization.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_signed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_signed.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_system_locale_unix","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_system_locale_unix.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_system_locale_windows","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_system_locale_windows.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_unsigned","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_unsigned.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"cfg-if":["dep:cfg-if"],"default":["std"],"encoding_rs":["dep:encoding_rs"],"lazy_static":["dep:lazy_static"],"libc":["dep:libc"],"num-bigint":["dep:num-bigint"],"num-format-windows":["dep:num-format-windows"],"serde":["dep:serde"],"std":["arrayvec/default"],"widestring":["dep:widestring"],"winapi":["dep:winapi"],"with-num-bigint":["num-bigint","std"],"with-serde":["arrayvec/serde","serde/derive"],"with-system-locale":["cfg-if","encoding_rs","lazy_static","libc","num-format-windows","std","widestring","winapi/winnls"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/Cargo.toml","categories":["encoding","internationalization","localization","no-std","value-formatting"],"keywords":["comma","internationalization","number","separator","thousands"],"readme":"README.md","repository":"https://github.com/bcmyers/num-format","homepage":"https://github.com/bcmyers/num-format","documentation":"https://docs.rs/num-format","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2018 Maciej Hirsz \n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"logos-codegen","version":"0.14.0","authors":["Maciej Hirsz ","Jérome Eertmans (maintainer) "],"id":"registry+https://github.com/rust-lang/crates.io-index#logos-codegen@0.14.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Create ridiculously fast Lexers","dependencies":[{"name":"beef","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.13","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"logos-codegen","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-codegen-0.14.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-codegen-0.14.0/Cargo.toml","categories":["parsing","text-processing"],"keywords":["lexer","lexical","tokenizer","parser","no_std"],"readme":"README.md","repository":"https://github.com/maciejhirsz/logos","homepage":"https://logos.maciej.codes/","documentation":null,"edition":"2021","metadata":{"release":{"shared-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"logos-derive","version":"0.14.0","authors":["Maciej Hirsz ","Jérome Eertmans (maintainer) "],"id":"registry+https://github.com/rust-lang/crates.io-index#logos-derive@0.14.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Create ridiculously fast Lexers","dependencies":[{"name":"logos-codegen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"logos-derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-derive-0.14.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-derive-0.14.0/Cargo.toml","categories":["parsing","text-processing"],"keywords":["lexer","lexical","tokenizer","parser","no_std"],"readme":"README.md","repository":"https://github.com/maciejhirsz/logos","homepage":"https://logos.maciej.codes/","documentation":null,"edition":"2021","metadata":{"release":{"shared-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"logos","version":"0.14.0","authors":["Maciej Hirsz ","Jérome Eertmans (maintainer) "],"id":"registry+https://github.com/rust-lang/crates.io-index#logos@0.14.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Create ridiculously fast Lexers","dependencies":[{"name":"logos-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ariadne","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":["auto-color"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"logos","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"brainfuck","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.0/examples/brainfuck.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"custom_error","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.0/examples/custom_error.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"extras","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.0/examples/extras.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"json","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.0/examples/json.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["export_derive","std"],"export_derive":["logos-derive"],"logos-derive":["dep:logos-derive"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.0/Cargo.toml","categories":["parsing","text-processing"],"keywords":["lexer","lexical","tokenizer","parser","no_std"],"readme":"README.md","repository":"https://github.com/maciejhirsz/logos","homepage":"https://logos.maciej.codes/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"rustdoc-args":["--cfg","docsrs"]}},"msrv":"1.65.0","release":{"pre-release-replacements":[{"exactly":1,"file":"book/src/getting-started.md","replace":"logos = \"{{version}}\"","search":"logos = \"[0-9]+\\.[0-9]+\\.[0-9]+\""}],"shared-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2018 The pin-utils authors\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"pin-utils","version":"0.1.0","authors":["Josef Brandl "],"id":"registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Utilities for pinning\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"pin-utils","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"projection","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/tests/projection.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"stack_pin","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/tests/stack_pin.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang-nursery/pin-utils","homepage":null,"documentation":"https://docs.rs/pin-utils","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2019 The CryptoCorrosion Contributors\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"ppv-lite86","version":"0.2.17","authors":["The CryptoCorrosion Contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.17","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Implementation of the crypto-simd API for x86","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ppv-lite86","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"no_simd":[],"simd":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/Cargo.toml","categories":["cryptography","no-std"],"keywords":["crypto","simd","x86"],"readme":null,"repository":"https://github.com/cryptocorrosion/cryptocorrosion","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2019- Jake Goulding\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"snafu-derive","version":"0.8.3","authors":["Jake Goulding "],"id":"registry+https://github.com/rust-lang/crates.io-index#snafu-derive@0.8.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An ergonomic error handling library","dependencies":[{"name":"heck","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.4, <0.6","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.52","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.25","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"snafu-derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"rust_1_61":[],"unstable-provider-api":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.3/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/shepmaster/snafu","homepage":null,"documentation":"https://docs.rs/snafu","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"snafu","version":"0.8.3","authors":["Jake Goulding "],"id":"registry+https://github.com/rust-lang/crates.io-index#snafu@0.8.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An ergonomic error handling library","dependencies":[{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"futures-core-crate","registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.11","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"futures-crate","registry":null,"path":null},{"name":"pin-project","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snafu-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"snafu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"backtrace-optional-enabled","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/backtrace-optional-enabled.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"backtrace-optional","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/backtrace-optional.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"backtrace","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/backtrace.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"backtrace_attributes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/backtrace_attributes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"boxed_error_trait_object","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/boxed_error_trait_object.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"boxing-errors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/boxing-errors.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-leaf-error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/build-leaf-error.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"context_selector_name","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/context_selector_name.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"default_error_display","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/default_error_display.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"display-shorthand","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/display-shorthand.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"doc_comment","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/doc_comment.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"ensure","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/ensure.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"error_chain","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/error_chain.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/generics.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"generics_with_default","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/generics_with_default.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"implicit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/implicit.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"location","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/location.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mapping_result_without_try_operator","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/mapping_result_without_try_operator.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"module","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/module.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"multiple_attributes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/multiple_attributes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"name-conflicts","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/name-conflicts.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"no_context","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/no_context.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"opaque","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/opaque.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"options","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/options.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"premade_error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/premade_error.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"raw_idents","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/raw_idents.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"recursive_error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/recursive_error.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"report","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/report.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"send_between_threads","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/send_between_threads.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"single_use_lifetimes_lint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/single_use_lifetimes_lint.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"source_attributes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/source_attributes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"stringly_typed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/stringly_typed.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"structs","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/structs/main.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"transparent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/transparent.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"visibility","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/visibility.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"backtrace":["dep:backtrace"],"backtraces-impl-backtrace-crate":["backtrace"],"default":["std","rust_1_65"],"futures":["futures-core-crate","pin-project"],"futures-core-crate":["dep:futures-core-crate"],"futures-crate":["dep:futures-crate"],"guide":[],"internal-dev-dependencies":["futures-crate"],"pin-project":["dep:pin-project"],"rust_1_61":["snafu-derive/rust_1_61"],"rust_1_65":["rust_1_61"],"std":[],"unstable-core-error":[],"unstable-provider-api":["snafu-derive/unstable-provider-api"],"unstable-try-trait":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/Cargo.toml","categories":["rust-patterns","no-std"],"keywords":["error","ergonomic","library","no_std"],"readme":"README.md","repository":"https://github.com/shepmaster/snafu","homepage":null,"documentation":"https://docs.rs/snafu","edition":"2018","metadata":{"docs":{"rs":{"features":["futures","guide"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2020 Andrew Straw\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"iana-time-zone-haiku","version":"0.1.2","authors":["René Kijewski "],"id":"registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"iana-time-zone support crate for Haiku OS","dependencies":[{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"iana-time-zone-haiku","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/Cargo.toml","categories":["date-and-time","internationalization","os"],"keywords":["IANA","time"],"readme":"README.md","repository":"https://github.com/strawlab/iana-time-zone","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"iana-time-zone","version":"0.1.60","authors":["Andrew Straw ","René Kijewski ","Ryan Lopopolo "],"id":"registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.60","source":"registry+https://github.com/rust-lang/crates.io-index","description":"get the IANA time zone for the current system","dependencies":[{"name":"core-foundation-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\", target_os = \"ios\"))","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.50","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.70","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"android_system_properties","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"iana-time-zone-haiku","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"haiku\")","rename":null,"registry":null,"path":null},{"name":"windows-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.50, <=0.52","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"iana-time-zone","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"get_timezone","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/examples/get_timezone.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"stress-test","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/examples/stress-test.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"fallback":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/Cargo.toml","categories":["date-and-time","internationalization","os"],"keywords":["IANA","time"],"readme":"README.md","repository":"https://github.com/strawlab/iana-time-zone","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2020 Cameron Hart\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"glam","version":"0.24.2","authors":["Cameron Hart "],"id":"registry+https://github.com/rust-lang/crates.io-index#glam@0.24.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple and fast 3D math library for games and graphics","dependencies":[{"name":"approx","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytecheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"mint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xoshiro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":["size_32"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":["html_reports"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"glam","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"affine2","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/affine2.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"affine3","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/affine3.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"euler","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/euler.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mat2","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/mat2.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mat3","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/mat3.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mat4","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/mat4.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"quat","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/quat.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"support","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/support.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_f32","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_f32.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_f64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_f64.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_i32","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_i32.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_i64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_i64.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_u32","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_u32.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_u64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_u64.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"vec2","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/vec2.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"vec3","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/vec3.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"vec4","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/vec4.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mat2","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/mat2.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"mat3","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/mat3.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"mat3a","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/mat3a.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"affine2","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/affine2.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"affine3","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/affine3.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"mat4","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/mat4.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"quat","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/quat.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"vec2","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/vec2.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"vec3","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/vec3.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"vec3a","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/vec3a.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"vec4","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/vec4.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"support","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/support.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"approx":["dep:approx"],"bytecheck":["dep:bytecheck"],"bytemuck":["dep:bytemuck"],"core-simd":[],"cuda":[],"debug-glam-assert":[],"default":["std"],"fast-math":[],"glam-assert":[],"libm":["dep:libm"],"mint":["dep:mint"],"rand":["dep:rand"],"rkyv":["dep:rkyv"],"scalar-math":[],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/Cargo.toml","categories":["game-engines","no-std"],"keywords":["gamedev","math","matrix","vector","quaternion"],"readme":"README.md","repository":"https://github.com/bitshifter/glam-rs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.58.1"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2020 Maciej Hirsz \n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"beef","version":"0.5.2","authors":["Maciej Hirsz "],"id":"registry+https://github.com/rust-lang/crates.io-index#beef@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"More compact Cow","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.105","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.105","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"beef","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/beef-0.5.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/beef-0.5.2/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"const_fn":[],"default":[],"impl_serde":["serde"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/beef-0.5.2/Cargo.toml","categories":["no-std","memory-management"],"keywords":["cow","borrow","str","slice"],"readme":"./README.md","repository":"https://github.com/maciejhirsz/beef","homepage":null,"documentation":"https://docs.rs/beef/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [2015] [Dan Burkert]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"memmap2","version":"0.9.4","authors":["Dan Burkert ","Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#memmap2@0.9.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross-platform Rust API for memory-mapped file IO","dependencies":[{"name":"stable_deref_trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"owning_ref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.151","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"memmap2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"cat","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.4/examples/cat.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"stable_deref_trait":["dep:stable_deref_trait"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.4/Cargo.toml","categories":[],"keywords":["mmap","memory-map","io","file"],"readme":"README.md","repository":"https://github.com/RazrFalcon/memmap2-rs","homepage":null,"documentation":"https://docs.rs/memmap2","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"async-recursion","version":"1.1.1","authors":["Robert Usher <266585+dcchut@users.noreply.github.com>"],"id":"registry+https://github.com/rust-lang/crates.io-index#async-recursion@1.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Recursion for async functions","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["full","visit-mut","parsing","printing","proc-macro","clone-impls"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"macrotest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"async-recursion","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"args_sync","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/args_sync.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/compiletest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"core_module","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/core_module.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"fibonacci","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/fibonacci.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"generic_parameters","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/generic_parameters.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"lifetimes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/lifetimes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros_all_the_way_down","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/macros_all_the_way_down.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"struct_methods","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/struct_methods.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/dcchut/async-recursion","homepage":null,"documentation":"https://docs.rs/async-recursion","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"weezl","version":"0.1.8","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#weezl@0.1.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast LZW compression and decompression.","dependencies":[{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.12","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","io-util","net","rt","rt-multi-thread"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.2","kind":"dev","optional":false,"uses_default_features":false,"features":["compat"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"weezl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"lzw","kind":["bin"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/bin/lzw.rs","edition":"2018","doctest":false,"test":true,"doc":true},{"name":"lzw-compress","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/examples/lzw-compress.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"lzw-decompress","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/examples/lzw-decompress.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":["async","std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/async.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"roundtrip","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/roundtrip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"roundtrip_vec","kind":["test"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/roundtrip_vec.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"implicit_reset","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/implicit_reset.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"msb8","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/benches/msb8.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"async":["futures","std"],"default":["std"],"futures":["dep:futures"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/lzw","homepage":null,"documentation":"https://docs.rs/weezl","edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"addr2line","version":"0.22.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#addr2line@0.22.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A cross-platform symbolication library written in Rust, using `gimli`","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"cpp_demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"fallible-iterator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gimli","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":["read"],"target":null,"rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"object","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.35.0","kind":"normal","optional":true,"uses_default_features":false,"features":["read"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.3.21","kind":"dev","optional":false,"uses_default_features":true,"features":["wrap_help"],"target":null,"rename":null,"registry":null,"path":null},{"name":"findshlibs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libtest-mimic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"typed-arena","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"addr2line","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.22.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"addr2line","kind":["example"],"crate_types":["bin"],"required-features":["default"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.22.0/examples/addr2line.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"output_equivalence","kind":["test"],"crate_types":["bin"],"required-features":["default"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.22.0/tests/output_equivalence.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"correctness","kind":["test"],"crate_types":["bin"],"required-features":["default"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.22.0/tests/correctness.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parse","kind":["test"],"crate_types":["bin"],"required-features":["std-object"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.22.0/tests/parse.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"cpp_demangle":["dep:cpp_demangle"],"default":["rustc-demangle","cpp_demangle","std-object","fallible-iterator","smallvec","memmap2"],"fallible-iterator":["dep:fallible-iterator"],"memmap2":["dep:memmap2"],"object":["dep:object"],"rustc-demangle":["dep:rustc-demangle"],"rustc-dep-of-std":["core","alloc","compiler_builtins","gimli/rustc-dep-of-std"],"smallvec":["dep:smallvec"],"std":["gimli/std"],"std-object":["std","object","object/std","object/compression","gimli/endian-reader"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.22.0/Cargo.toml","categories":["development-tools::debugging"],"keywords":["DWARF","debug","elf","symbolicate","atos"],"readme":"./README.md","repository":"https://github.com/gimli-rs/addr2line","homepage":null,"documentation":"https://docs.rs/addr2line","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"ahash","version":"0.8.11","authors":["Tom Kaitchuck "],"id":"registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.11","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A non-cryptographic hash function using AES-NI for high performance","dependencies":[{"name":"atomic-polyfill","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"const-random","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.117","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.31","kind":"normal","optional":false,"uses_default_features":false,"features":["simd"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"dev","optional":false,"uses_default_features":true,"features":["html_reports"],"target":null,"rename":null,"registry":null,"path":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fxhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hashbrown","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"no-panic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pcg-mwc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"seahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.59","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"version_check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.4","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.18.0","kind":"normal","optional":false,"uses_default_features":false,"features":["alloc"],"target":"cfg(not(all(target_arch = \"arm\", target_os = \"none\")))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ahash","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/bench.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"map_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/map_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"nopanic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/nopanic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"ahash","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"map","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/map_tests.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/./build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"atomic-polyfill":["dep:atomic-polyfill","once_cell/atomic-polyfill"],"compile-time-rng":["const-random"],"const-random":["dep:const-random"],"default":["std","runtime-rng"],"getrandom":["dep:getrandom"],"nightly-arm-aes":[],"no-rng":[],"runtime-rng":["getrandom"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/Cargo.toml","categories":["algorithms","data-structures","no-std"],"keywords":["hash","hasher","hashmap","aes","no-std"],"readme":"README.md","repository":"https://github.com/tkaitchuck/ahash","homepage":null,"documentation":"https://docs.rs/ahash","edition":"2018","metadata":{"docs":{"rs":{"features":["std"],"rustc-args":["-C","target-feature=+aes"],"rustdoc-args":["-C","target-feature=+aes"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"arrayvec","version":"0.7.4","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zeroize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"arrayvec","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/tests/serde.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"extend","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/benches/extend.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"arraystring","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/benches/arraystring.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[],"zeroize":["dep:zeroize"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/Cargo.toml","categories":["data-structures","no-std"],"keywords":["stack","vector","array","data-structure","no_std"],"readme":"README.md","repository":"https://github.com/bluss/arrayvec","homepage":null,"documentation":"https://docs.rs/arrayvec/","edition":"2018","metadata":{"docs":{"rs":{"features":["serde","zeroize"]}},"release":{"no-dev-version":true,"tag-name":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"async-channel","version":"2.3.1","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-channel@2.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async multi-producer multi-consumer channel","dependencies":[{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"event-listener-strategy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-channel","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bounded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/tests/bounded.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unbounded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/tests/unbounded.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["concurrent-queue/std","event-listener-strategy/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["mpmc","mpsc","spmc","chan","futures"],"readme":"README.md","repository":"https://github.com/smol-rs/async-channel","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"async-executor","version":"1.12.0","authors":["Stjepan Glavina ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-executor@1.12.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async executor","dependencies":[{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.16.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-executor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"limit","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/examples/limit.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"priority","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/examples/priority.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"different_executors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/tests/different_executors.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"drop","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/tests/drop.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"larger_tasks","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/tests/larger_tasks.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"local_queue","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/tests/local_queue.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"panic_prop","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/tests/panic_prop.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"spawn_many","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/tests/spawn_many.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"executor","kind":["bench"],"crate_types":["bin"],"required-features":["static"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/benches/executor.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"static":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["asynchronous","executor","single","multi","spawn"],"readme":"README.md","repository":"https://github.com/smol-rs/async-executor","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"async-fs","version":"1.6.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-fs@1.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async filesystem primitives","dependencies":[{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.78","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"dev","optional":false,"uses_default_features":true,"features":["winbase"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-fs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-fs-1.6.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-fs-1.6.0/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-fs-1.6.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["asynchronous","file","filesystem","io"],"readme":"README.md","repository":"https://github.com/smol-rs/async-fs","homepage":"https://github.com/smol-rs/async-fs","documentation":"https://docs.rs/async-fs","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.47.0"},"path":null},{"crate":{"name":"async-io","version":"1.13.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-io@1.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async I/O and timers","dependencies":[{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"polling","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.37.1","kind":"normal","optional":false,"uses_default_features":false,"features":["std","fs"],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"socket2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":["all"],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-net","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"inotify","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"linux\")","rename":null,"registry":null,"path":null},{"name":"timerfd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"linux\")","rename":null,"registry":null,"path":null},{"name":"uds_windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-io","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"linux-inotify","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/linux-inotify.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"linux-timerfd","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/linux-timerfd.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"unix-signal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/unix-signal.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"windows-uds","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/windows-uds.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/tests/async.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"timer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/tests/timer.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"io","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/benches/io.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"timer","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/benches/timer.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/Cargo.toml","categories":["asynchronous","network-programming","os"],"keywords":["mio","epoll","kqueue","iocp"],"readme":"README.md","repository":"https://github.com/smol-rs/async-io","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"path":null},{"crate":{"name":"async-io","version":"2.3.3","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-io@2.3.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async I/O and timers","dependencies":[{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.28","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"polling","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.2","kind":"normal","optional":false,"uses_default_features":false,"features":["fs","net","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-net","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"inotify","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"linux\")","rename":null,"registry":null,"path":null},{"name":"timerfd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"linux\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"uds_windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-io","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"kqueue-process","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/examples/kqueue-process.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"linux-inotify","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/examples/linux-inotify.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"linux-timerfd","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/examples/linux-timerfd.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"unix-signal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/examples/unix-signal.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"windows-command","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/examples/windows-command.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"windows-uds","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/examples/windows-uds.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/tests/async.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"block_on","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/tests/block_on.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue_182","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/tests/issue_182.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"timer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/tests/timer.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"io","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/benches/io.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"timer","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/benches/timer.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/Cargo.toml","categories":["asynchronous","network-programming","os"],"keywords":["mio","epoll","kqueue","iocp"],"readme":"README.md","repository":"https://github.com/smol-rs/async-io","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"async-lock","version":"2.8.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-lock@2.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async synchronization primitives","dependencies":[{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_arch = \"wasm32\", target_arch = \"wasm64\"))","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-lock","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"barrier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/tests/barrier.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mutex","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/tests/mutex.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"rwlock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/tests/rwlock.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"semaphore","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/tests/semaphore.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["lock","mutex","rwlock","semaphore","barrier"],"readme":"README.md","repository":"https://github.com/smol-rs/async-lock","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"path":null},{"crate":{"name":"async-lock","version":"3.4.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-lock@3.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async synchronization primitives","dependencies":[{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"event-listener-strategy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flume","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-lock","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"barrier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/barrier.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/loom.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mutex","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/mutex.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rwlock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/rwlock.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"semaphore","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/semaphore.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"loom":["event-listener/loom","dep:loom"],"std":["event-listener/std","event-listener-strategy/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["lock","mutex","rwlock","semaphore","barrier"],"readme":"README.md","repository":"https://github.com/smol-rs/async-lock","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"async-process","version":"1.8.1","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-process@1.8.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async interface for working with processes","dependencies":[{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"async-signal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38","kind":"normal","optional":false,"uses_default_features":false,"features":["std","fs"],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":false,"features":["Win32_Foundation","Win32_System_Threading"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-process","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"timeout","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.1/examples/timeout.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.1/tests/std.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.1/Cargo.toml","categories":["asynchronous","os"],"keywords":["process","spawn","command","subprocess","child"],"readme":"README.md","repository":"https://github.com/smol-rs/async-process","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"async-signal","version":"0.2.8","authors":["John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-signal@0.2.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async signal handling","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.26","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.26","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.15","kind":"normal","optional":false,"uses_default_features":false,"features":["process","std"],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"signal-hook-registry","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.139","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"atomic-waker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":false,"features":["Win32_Foundation","Win32_System_Console"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-signal","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.8/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"print","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.8/examples/print.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"sigint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.8/tests/sigint.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"unix_signals","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.8/tests/unix_signals.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.8/Cargo.toml","categories":["asynchronous","concurrency","os"],"keywords":["async","signal","signal-hook","signal-hook-registry"],"readme":"README.md","repository":"https://github.com/smol-rs/async-signal","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"async-task","version":"4.7.1","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-task@4.7.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Task abstraction for building executors","dependencies":[{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atomic-waker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flaky_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flume","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smol","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-task","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"spawn-local","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/examples/spawn-local.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"spawn-on-thread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/examples/spawn-on-thread.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"spawn","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/examples/spawn.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"with-metadata","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/examples/with-metadata.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/basic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"cancel","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/cancel.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"join","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/join.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"metadata","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/metadata.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"panic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/panic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"ready","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/ready.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"waker_panic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/waker_panic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"waker_pending","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/waker_pending.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"waker_ready","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/waker_ready.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"spawn","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/benches/spawn.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"portable-atomic":["dep:portable-atomic"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/Cargo.toml","categories":["asynchronous","concurrency","no-std"],"keywords":["futures","task","executor","spawn"],"readme":"README.md","repository":"https://github.com/smol-rs/async-task","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"atomic-waker","version":"1.1.2","authors":["Stjepan Glavina ","Contributors to futures-rs"],"id":"registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A synchronization primitive for task wakeup","dependencies":[{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atomic-waker","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"waker","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/benches/waker.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"portable-atomic":["dep:portable-atomic"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["waker","notify","wake","futures","async"],"readme":"README.md","repository":"https://github.com/smol-rs/atomic-waker","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"autocfg","version":"1.3.0","authors":["Josh Stone "],"id":"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Automatic cfg for Rust compiler features","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"autocfg","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"integers","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/examples/integers.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"nightly","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/examples/nightly.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"paths","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/examples/paths.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"traits","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/examples/traits.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"versions","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/examples/versions.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"no_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/tests/no_std.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustflags","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/tests/rustflags.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"wrappers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/tests/wrappers.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/Cargo.toml","categories":["development-tools::build-utils"],"keywords":["rustc","build","autoconf"],"readme":"README.md","repository":"https://github.com/cuviper/autocfg","homepage":null,"documentation":"https://docs.rs/autocfg/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":"1.0.0"},"path":null},{"crate":{"name":"backtrace","version":"0.3.73","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#backtrace@0.3.73","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library to acquire a stack trace (backtrace) at runtime in a Rust program.\n","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cpp_demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.24","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.97","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"addr2line","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.146","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))","rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))","rename":null,"registry":null,"path":null},{"name":"object","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.36.0","kind":"normal","optional":false,"uses_default_features":false,"features":["read_core","elf","macho","pe","xcoff","unaligned","archive"],"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"backtrace","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"backtrace","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/examples/backtrace.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"raw","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/examples/raw.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"skip_inner_frames","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/tests/skip_inner_frames.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"long_fn_name","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/tests/long_fn_name.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"smoke","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/tests/smoke.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"accuracy","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/tests/accuracy/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"concurrent-panics","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/tests/concurrent-panics.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"current-exe-mismatch","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/tests/current-exe-mismatch.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"sgx-image-base","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/tests/sgx-image-base.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/benches/benchmarks.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"coresymbolication":[],"cpp_demangle":["dep:cpp_demangle"],"dbghelp":[],"default":["std"],"dl_iterate_phdr":[],"dladdr":[],"kernel32":[],"libunwind":[],"serde":["dep:serde"],"serialize-serde":["serde"],"std":[],"unix-backtrace":[],"verify-winapi":["winapi/dbghelp","winapi/handleapi","winapi/libloaderapi","winapi/memoryapi","winapi/minwindef","winapi/processthreadsapi","winapi/synchapi","winapi/tlhelp32","winapi/winbase","winapi/winnt","winapi/winnls","winapi/stringapiset"],"winapi":["dep:winapi"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/backtrace-rs","homepage":"https://github.com/rust-lang/backtrace-rs","documentation":"https://docs.rs/backtrace","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"base64","version":"0.21.7","authors":["Alice Maz ","Marshall Pierce "],"id":"registry+https://github.com/rust-lang/crates.io-index#base64@0.21.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"encodes and decodes base64 as bytes or utf8","dependencies":[{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.2.25","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rstest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rstest_reuse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"strum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"base64","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"base64","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/examples/base64.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"encode","kind":["test"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/tests/encode.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/benches/benchmarks.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/Cargo.toml","categories":["encoding"],"keywords":["base64","utf8","encode","decode","no_std"],"readme":"README.md","repository":"https://github.com/marshallpierce/rust-base64","homepage":null,"documentation":"https://docs.rs/base64","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"path":null},{"crate":{"name":"biquad","version":"0.4.2","authors":["Emil Fresk "],"id":"registry+https://github.com/rust-lang/crates.io-index#biquad@0.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for digital second order IIR filtrers, also known as biquads.","dependencies":[{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"biquad","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/biquad-0.4.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/biquad-0.4.2/Cargo.toml","categories":["embedded","no-std"],"keywords":["biquad","filter","iir"],"readme":"README.md","repository":"https://github.com/korken89/biquad-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"bitflags","version":"1.3.2","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A macro to generate structures which behave like bitflags.\n","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"bitflags","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"compile","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":[],"example_generated":[],"rustc-dep-of-std":["core","compiler_builtins"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml","categories":["no-std"],"keywords":["bit","bitmask","bitflags","flags"],"readme":"README.md","repository":"https://github.com/bitflags/bitflags","homepage":"https://github.com/bitflags/bitflags","documentation":"https://docs.rs/bitflags","edition":"2018","metadata":{"docs":{"rs":{"features":["example_generated"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"bitflags","version":"2.6.0","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A macro to generate structures which behave like bitflags.\n","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.2","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.19","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"bitflags","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"custom_bits_type","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/custom_bits_type.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"custom_derive","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/custom_derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"fmt","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/fmt.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"macro_free","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/macro_free.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"serde","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/serde.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"parse","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/benches/parse.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"bytemuck":["dep:bytemuck"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"example_generated":[],"rustc-dep-of-std":["core","compiler_builtins"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/Cargo.toml","categories":["no-std"],"keywords":["bit","bitmask","bitflags","flags"],"readme":"README.md","repository":"https://github.com/bitflags/bitflags","homepage":"https://github.com/bitflags/bitflags","documentation":"https://docs.rs/bitflags","edition":"2021","metadata":{"docs":{"rs":{"features":["example_generated"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"blocking","version":"1.6.1","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#blocking@1.6.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A thread pool for isolating blocking I/O in async programs","dependencies":[{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.28","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"piper","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"blocking","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"ls","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/examples/ls.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"unblock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/tests/unblock.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"tracing":["dep:tracing"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["async","file","stdio","stdin","process"],"readme":"README.md","repository":"https://github.com/smol-rs/blocking","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"bumpalo","version":"3.16.0","authors":["Nick Fitzgerald "],"id":"registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.16.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A fast bump allocation arena for Rust.","dependencies":[{"name":"allocator-api2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.171","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.197","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.115","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"bumpalo","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"try_alloc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/tests/try_alloc.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"benches","kind":["bench"],"crate_types":["bin"],"required-features":["collections"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/benches/benches.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"allocator-api2":["dep:allocator-api2"],"allocator_api":[],"boxed":[],"collections":[],"default":[],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/Cargo.toml","categories":["memory-management","rust-patterns","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/fitzgen/bumpalo","homepage":null,"documentation":"https://docs.rs/bumpalo","edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.73.0"},"path":null},{"crate":{"name":"cast","version":"0.3.0","authors":["Jorge Aparicio "],"id":"registry+https://github.com/rust-lang/crates.io-index#cast@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Ergonomic, checked cast functions for primitive types","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cast","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/Cargo.toml","categories":[],"keywords":["checked","cast","primitive","integer","float"],"readme":"README.md","repository":"https://github.com/japaric/cast.rs","homepage":null,"documentation":"https://docs.rs/cast","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"cc","version":"1.0.99","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#cc@1.0.99","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A build-time dependency for Cargo build scripts to assist in invoking the native\nC compiler to compile native C code into a static archive to be linked into Rust\ncode.\n","dependencies":[{"name":"jobserver","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.30","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.62","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.99/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"jobserver":["dep:jobserver"],"libc":["dep:libc"],"once_cell":["dep:once_cell"],"parallel":["libc","jobserver","once_cell"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.99/Cargo.toml","categories":["development-tools::build-utils"],"keywords":["build-dependencies"],"readme":"README.md","repository":"https://github.com/rust-lang/cc-rs","homepage":"https://github.com/rust-lang/cc-rs","documentation":"https://docs.rs/cc","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"cfg-if","version":"1.0.0","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cfg-if","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"xcrate","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"rustc-dep-of-std":["core","compiler_builtins"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/alexcrichton/cfg-if","homepage":"https://github.com/alexcrichton/cfg-if","documentation":"https://docs.rs/cfg-if","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"cgl","version":"0.3.2","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#cgl@0.3.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for CGL on Mac","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cgl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cgl-0.3.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cgl-0.3.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/cgl-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"concurrent-queue","version":"2.5.0","authors":["Stjepan Glavina ","Taiki Endo ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Concurrent multi-producer multi-consumer queue","dependencies":[{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"concurrent-queue","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bounded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/tests/bounded.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/tests/loom.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"single","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/tests/single.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unbounded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/tests/unbounded.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"loom":["dep:loom"],"portable-atomic":["dep:portable-atomic"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/Cargo.toml","categories":["concurrency"],"keywords":["channel","mpmc","spsc","spmc","mpsc"],"readme":"README.md","repository":"https://github.com/smol-rs/concurrent-queue","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"core-foundation-sys","version":"0.8.6","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to Core Foundation for macOS","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core-foundation-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["link"],"link":[],"mac_os_10_7_support":[],"mac_os_10_8_features":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.6/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"core-foundation","version":"0.9.4","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to Core Foundation for macOS","dependencies":[{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-foundation-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.6","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core-foundation","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"use_macro_outside_crate","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/tests/use_macro_outside_crate.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"chrono":["dep:chrono"],"default":["link"],"link":["core-foundation-sys/link"],"mac_os_10_7_support":["core-foundation-sys/mac_os_10_7_support"],"mac_os_10_8_features":["core-foundation-sys/mac_os_10_8_features"],"uuid":["dep:uuid"],"with-chrono":["chrono"],"with-uuid":["uuid"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/Cargo.toml","categories":["os::macos-apis"],"keywords":["macos","framework","objc"],"readme":null,"repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"core-graphics-types","version":"0.1.3","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-graphics-types@0.1.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for some fundamental Core Graphics types","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.4","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core-graphics-types","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-types-0.1.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["link"],"link":["core-foundation/link"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-types-0.1.3/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"core-graphics","version":"0.23.2","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-graphics@0.23.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to Core Graphics for macOS","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-graphics-types","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"foreign-types","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core-graphics","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-0.23.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["link"],"elcapitan":[],"highsierra":[],"link":["core-foundation/link","core-graphics-types/link"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-0.23.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"cpp_demangle","version":"0.4.3","authors":["Nick Fitzgerald ","Jim Blandy ","Kyle Huey "],"id":"registry+https://github.com/rust-lang/crates.io-index#cpp_demangle@0.4.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A crate for demangling C++ symbols","dependencies":[{"name":"afl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"diff","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cpp_demangle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"afl_runner","kind":["bin"],"crate_types":["bin"],"required-features":["afl"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.3/src/bin/afl_runner.rs","edition":"2018","doctest":false,"test":true,"doc":true},{"name":"cppfilt","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.3/examples/cppfilt.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.3/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"afl":["dep:afl"],"alloc":[],"default":["std"],"fuzz":["afl"],"logging":["std"],"run_libiberty_tests":[],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.3/Cargo.toml","categories":["development-tools::debugging","development-tools::ffi"],"keywords":["demangle","symbolicate","c-plus-plus","itanium"],"readme":"./README.md","repository":"https://github.com/gimli-rs/cpp_demangle","homepage":null,"documentation":"https://docs.rs/cpp_demangle","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"criterion-plot","version":"0.5.0","authors":["Jorge Aparicio ","Brook Heisler "],"id":"registry+https://github.com/rust-lang/crates.io-index#criterion-plot@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Criterion's plotting library","dependencies":[{"name":"cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools-num","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-complex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"criterion-plot","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/Cargo.toml","categories":["visualization"],"keywords":["plotting","gnuplot","criterion"],"readme":"README.md","repository":"https://github.com/bheisler/criterion.rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"criterion","version":"0.5.1","authors":["Jorge Aparicio ","Brook Heisler "],"id":"registry+https://github.com/rust-lang/crates.io-index#criterion@0.5.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Statistics-driven micro-benchmarking library","dependencies":[{"name":"anes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ciborium","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion-plot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"csv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is-terminal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"oorandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^11.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":false,"features":["svg_backend","area_series","line_series"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smol","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tinytemplate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["rt"],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"approx","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":["executor"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~3.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"criterion","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"criterion_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/tests/criterion_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench_main","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/benches/bench_main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"async":["futures"],"async-std":["dep:async-std"],"async_futures":["futures/executor","async"],"async_smol":["smol","async"],"async_std":["async-std","async"],"async_tokio":["tokio","async"],"cargo_bench_support":[],"csv":["dep:csv"],"csv_output":["csv"],"default":["rayon","plotters","cargo_bench_support"],"futures":["dep:futures"],"html_reports":[],"plotters":["dep:plotters"],"rayon":["dep:rayon"],"real_blackbox":[],"smol":["dep:smol"],"stable":["csv_output","html_reports","async_futures","async_smol","async_tokio","async_std"],"tokio":["dep:tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/Cargo.toml","categories":["development-tools::profiling"],"keywords":["criterion","benchmark"],"readme":"README.md","repository":"https://github.com/bheisler/criterion.rs","homepage":"https://bheisler.github.io/criterion.rs/book/index.html","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["async_futures","async_smol","async_std","async_tokio"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"crossbeam-deque","version":"0.8.5","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Concurrent work-stealing deque","dependencies":[{"name":"crossbeam-epoch","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.17","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.18","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crossbeam-deque","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"fifo","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/fifo.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"injector","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/injector.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lifo","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/lifo.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"steal","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/steal.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["crossbeam-epoch/std","crossbeam-utils/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/Cargo.toml","categories":["algorithms","concurrency","data-structures"],"keywords":["chase-lev","lock-free","scheduler","scheduling"],"readme":"README.md","repository":"https://github.com/crossbeam-rs/crossbeam","homepage":"https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque","documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"path":null},{"crate":{"name":"crossbeam-epoch","version":"0.9.18","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Epoch-based garbage collection","dependencies":[{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.18","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(crossbeam_loom)","rename":"loom-crate","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crossbeam-epoch","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"sanitize","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/examples/sanitize.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/tests/loom.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"defer","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/benches/defer.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"flush","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/benches/flush.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"pin","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/benches/pin.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"loom":["loom-crate","crossbeam-utils/loom"],"loom-crate":["dep:loom-crate"],"nightly":["crossbeam-utils/nightly"],"std":["alloc","crossbeam-utils/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/Cargo.toml","categories":["concurrency","memory-management","no-std"],"keywords":["lock-free","rcu","atomic","garbage"],"readme":"README.md","repository":"https://github.com/crossbeam-rs/crossbeam","homepage":"https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch","documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"path":null},{"crate":{"name":"crossbeam-utils","version":"0.8.20","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.20","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Utilities for concurrent programming","dependencies":[{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(crossbeam_loom)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crossbeam-utils","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"atomic_cell","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/atomic_cell.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"cache_padded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/cache_padded.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"parker","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/parker.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"sharded_lock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/sharded_lock.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"thread","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/thread.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"wait_group","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/wait_group.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"atomic_cell","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/benches/atomic_cell.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"loom":["dep:loom"],"nightly":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/Cargo.toml","categories":["algorithms","concurrency","data-structures","no-std"],"keywords":["scoped","thread","atomic","cache"],"readme":"README.md","repository":"https://github.com/crossbeam-rs/crossbeam","homepage":"https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils","documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"debugid","version":"0.8.0","authors":["Sentry "],"id":"registry+https://github.com/rust-lang/crates.io-index#debugid@0.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common reusable types for implementing the sentry.io protocol.","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.85","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"debugid","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test_codeid","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/tests/test_codeid.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_debugid","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/tests/test_debugid.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/tests/test_serde.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/Cargo.toml","categories":[],"keywords":["sentry","debugid","breakpad","crashpad"],"readme":"README.md","repository":"https://github.com/getsentry/rust-debugid","homepage":"https://sentry.io/","documentation":"https://docs.rs/debugid","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"derivative","version":"2.2.0","authors":["mcarton "],"id":"registry+https://github.com/rust-lang/crates.io-index#derivative@2.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A set of alternative `derive` attributes for Rust","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"normal","optional":false,"uses_default_features":true,"features":["visit","extra-traits"],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18, <1.0.23","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"derivative","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"clippy-warning-clone-from","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/clippy-warning-clone-from.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"compile-test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/compile-test.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-clone-generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-clone-generics.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-clone","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-clone.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug-bounds","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-bounds.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug-generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-generics.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug-packed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-packed.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug-transparent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-transparent.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-default-bounds","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-default-bounds.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-default","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-default.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-eq-packed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-eq-packed.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-eq","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-eq.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-hash","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-hash.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-ord-packed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-ord-packed.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-ord","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-ord.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-partial-eq-packed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-partial-eq-packed.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-partial-eq","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-partial-eq.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-37-turbofish","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-37-turbofish.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-55","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-55.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-57","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-57.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-58","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-58.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-67","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-67.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-82","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-82.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-class-implement-traits","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-class-implement-traits.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-bounds","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-bounds.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-array","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-array.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-generic-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-generic-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-generic-tuple-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-generic-tuple-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-tuple-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-tuple-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-cmp-generic-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-cmp-generic-struct-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-struct-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-cmp-generic-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-cmp-generic-tuple-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-tuple-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-copyclone","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-copyclone.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-default-box","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-default-box.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-enum-single-variant","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-enum-single-variant.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-hash","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-hash.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-in-fn","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-in-fn.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-meta-multiple","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-meta-multiple.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-meta","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-meta.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-show-2","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-show-2.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-show","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-show.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-via-extension-hash-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-via-extension-hash-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-via-extension-hash-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-via-extension-hash-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-via-extension-type-params","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-via-extension-type-params.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-expr-copy","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-expr-copy.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-exterior","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-exterior.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-12860","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-12860.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-13434","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-13434.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-16530","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-16530.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-19037","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19037.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-19102","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19102.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-19135","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19135.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-19358","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19358.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-21402","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-21402.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-23649-3","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-23649-3.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-24085","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-24085.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-25394","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-25394.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-28561","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-28561.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-29030","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-29030.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-29540","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-29540.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-29710","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-29710.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-32292","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-32292.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-3935","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-3935.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-42453","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-42453.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-58319","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-58319.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-6341","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-6341.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-typeclasses-eq-example","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-typeclasses-eq-example.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-zero-sized-btreemap-insert","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-zero-sized-btreemap-insert.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{"use_core":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/Cargo.toml","categories":["rust-patterns"],"keywords":["derive","macro","macro1-1","plugin"],"readme":"README.md","repository":"https://github.com/mcarton/rust-derivative","homepage":null,"documentation":"https://mcarton.github.io/rust-derivative/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"either","version":"1.12.0","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#either@1.12.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.\n","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"either","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.12.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["use_std"],"serde":["dep:serde"],"use_std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.12.0/Cargo.toml","categories":["data-structures","no-std"],"keywords":["data-structure","no_std"],"readme":"README-crates.io.md","repository":"https://github.com/rayon-rs/either","homepage":null,"documentation":"https://docs.rs/either/1/","edition":"2018","metadata":{"docs":{"rs":{"features":["serde"]}},"playground":{"features":["serde"]},"release":{"no-dev-version":true,"tag-name":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.37.0"},"path":null},{"crate":{"name":"equivalent","version":"1.0.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Traits for key comparison in maps.","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"equivalent","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/Cargo.toml","categories":["data-structures","no-std"],"keywords":["hashmap","no_std"],"readme":"README.md","repository":"https://github.com/cuviper/equivalent","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":"1.6.0"},"path":null},{"crate":{"name":"errno","version":"0.3.9","authors":["Chris Wong "],"id":"registry+https://github.com/rust-lang/crates.io-index#errno@0.3.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross-platform interface to the `errno` variable.","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"hermit\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"wasi\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_System_Diagnostics_Debug"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"errno","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":["libc/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/Cargo.toml","categories":["no-std","os"],"keywords":[],"readme":"README.md","repository":"https://github.com/lambda-fairy/rust-errno","homepage":null,"documentation":"https://docs.rs/errno","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"event-listener-strategy","version":"0.5.2","authors":["John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#event-listener-strategy@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Block or poll on event_listener easily","dependencies":[{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"event-listener-strategy","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"easy_wrapper","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/tests/easy_wrapper.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["event-listener/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["condvar","envcount","wake","blocking","park"],"readme":"README.md","repository":"https://github.com/smol-rs/event-listener-strategy","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"event-listener","version":"2.5.3","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@2.5.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Notify async tasks or threads","dependencies":[{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"event-listener","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"mutex","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/examples/mutex.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/tests/notify.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["condvar","eventcount","wake","blocking","park"],"readme":"README.md","repository":"https://github.com/smol-rs/event-listener","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"event-listener","version":"3.1.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@3.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Notify async tasks or threads","dependencies":[{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"portable_atomic_crate","registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_family = \"wasm\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"event-listener","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"mutex","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/examples/mutex.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/tests/notify.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"parking":["dep:parking"],"portable-atomic":["portable-atomic-util","portable_atomic_crate"],"portable-atomic-util":["dep:portable-atomic-util"],"portable_atomic_crate":["dep:portable_atomic_crate"],"std":["concurrent-queue/std","parking"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["condvar","eventcount","wake","blocking","park"],"readme":"README.md","repository":"https://github.com/smol-rs/event-listener","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.59.0"},"path":null},{"crate":{"name":"event-listener","version":"5.3.1","authors":["Stjepan Glavina ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@5.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Notify async tasks or threads","dependencies":[{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"portable_atomic_crate","registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"try-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_family = \"wasm\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"event-listener","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"mutex","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/examples/mutex.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/tests/loom.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/tests/notify.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"loom":["concurrent-queue/loom","parking?/loom","dep:loom"],"parking":["dep:parking"],"portable-atomic":["portable-atomic-util","portable_atomic_crate","concurrent-queue/portable-atomic"],"portable-atomic-util":["dep:portable-atomic-util"],"portable_atomic_crate":["dep:portable_atomic_crate"],"std":["concurrent-queue/std","parking"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["condvar","eventcount","wake","blocking","park"],"readme":"README.md","repository":"https://github.com/smol-rs/event-listener","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"fastrand","version":"1.9.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#fastrand@1.9.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple and fast random number generator","dependencies":[{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wyhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"instant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":["js"],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"instant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":["wasm-bindgen"],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"fastrand","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"char","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/tests/char.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"smoke","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/tests/smoke.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/Cargo.toml","categories":["algorithms"],"keywords":["simple","fast","rand","random","wyrand"],"readme":"README.md","repository":"https://github.com/smol-rs/fastrand","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.34.0"},"path":null},{"crate":{"name":"fastrand","version":"2.1.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#fastrand@2.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple and fast random number generator","dependencies":[{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wyhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":["js"],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":["js"],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"fastrand","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"char","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/tests/char.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"smoke","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/tests/smoke.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"getrandom":["dep:getrandom"],"js":["std","getrandom"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/Cargo.toml","categories":["algorithms"],"keywords":["simple","fast","rand","random","wyrand"],"readme":"README.md","repository":"https://github.com/smol-rs/fastrand","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"findshlibs","version":"0.10.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#findshlibs@0.10.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Find the set of shared libraries loaded in the current process with a cross platform API","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.104","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.67","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\", target_os = \"ios\"))","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["psapi","memoryapi","libloaderapi","processthreadsapi"],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"findshlibs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/findshlibs-0.10.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"list_segments","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/findshlibs-0.10.2/examples/list_segments.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/findshlibs-0.10.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/findshlibs-0.10.2/Cargo.toml","categories":[],"keywords":["dyld","dylib","shared","library","dl_iterate_phdr"],"readme":"./README.md","repository":"https://github.com/gimli-rs/findshlibs","homepage":null,"documentation":"https://docs.rs/findshlibs","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"flate2","version":"1.0.30","authors":["Alex Crichton ","Josh Triplett "],"id":"registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"DEFLATE compression and decompression exposed as Read/BufRead/Write streams.\nSupports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,\nand raw deflate streams.\n","dependencies":[{"name":"cloudflare-zlib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crc32fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libz-ng-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libz-rs-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":true,"uses_default_features":false,"features":["std","rust-allocator"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libz-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"normal","optional":true,"uses_default_features":false,"features":["with-alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"normal","optional":false,"uses_default_features":false,"features":["with-alloc"],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"flate2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"compress_file","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/compress_file.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"decompress_file","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/decompress_file.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflatedecoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/deflatedecoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflatedecoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/deflatedecoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflatedecoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/deflatedecoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflateencoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/deflateencoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflateencoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/deflateencoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflateencoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/deflateencoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzbuilder","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/gzbuilder.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzdecoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/gzdecoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzdecoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/gzdecoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzdecoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/gzdecoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzencoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/gzencoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzencoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/gzencoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzencoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/gzencoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzmultidecoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/gzmultidecoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzmultidecoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/gzmultidecoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibdecoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/zlibdecoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibdecoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/zlibdecoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibdecoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/zlibdecoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibencoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/zlibencoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibencoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/zlibencoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibencoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/zlibencoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"early-flush","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/tests/early-flush.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"empty-read","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/tests/empty-read.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"gunzip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/tests/gunzip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"zero-write","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/tests/zero-write.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"any_impl":[],"any_zlib":["any_impl"],"cloudflare-zlib-sys":["dep:cloudflare-zlib-sys"],"cloudflare_zlib":["any_zlib","cloudflare-zlib-sys"],"default":["rust_backend"],"libz-ng-sys":["dep:libz-ng-sys"],"libz-rs-sys":["dep:libz-rs-sys"],"libz-sys":["dep:libz-sys"],"miniz-sys":["rust_backend"],"miniz_oxide":["dep:miniz_oxide"],"rust_backend":["miniz_oxide","any_impl"],"zlib":["any_zlib","libz-sys"],"zlib-default":["any_zlib","libz-sys/default"],"zlib-ng":["any_zlib","libz-ng-sys"],"zlib-ng-compat":["zlib","libz-sys/zlib-ng"],"zlib-rs":["any_zlib","libz-rs-sys"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/Cargo.toml","categories":["compression","api-bindings"],"keywords":["gzip","deflate","zlib","zlib-ng","encoding"],"readme":"README.md","repository":"https://github.com/rust-lang/flate2-rs","homepage":"https://github.com/rust-lang/flate2-rs","documentation":"https://docs.rs/flate2","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"fnv","version":"1.0.7","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fowler–Noll–Vo hash function","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"fnv","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/rust-fnv","homepage":null,"documentation":"https://doc.servo.org/fnv/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"form_urlencoded","version":"1.2.1","authors":["The rust-url developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.","dependencies":[{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"form_urlencoded","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs","edition":"2018","doctest":true,"test":false,"doc":true}],"features":{"alloc":["percent-encoding/alloc"],"default":["std"],"std":["alloc","percent-encoding/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/Cargo.toml","categories":["no_std"],"keywords":[],"readme":null,"repository":"https://github.com/servo/rust-url","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"path":null},{"crate":{"name":"futures-lite","version":"1.13.0","authors":["Stjepan Glavina ","Contributors to futures-rs"],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-lite@1.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Futures, streams, and async I/O combinators","dependencies":[{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"spin_on","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"futures-lite","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-1.13.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"fastrand":["dep:fastrand"],"futures-io":["dep:futures-io"],"memchr":["dep:memchr"],"parking":["dep:parking"],"std":["alloc","fastrand","futures-io","parking","memchr","waker-fn"],"waker-fn":["dep:waker-fn"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-1.13.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["asynchronous","futures","async"],"readme":"README.md","repository":"https://github.com/smol-rs/futures-lite","homepage":"https://github.com/smol-rs/futures-lite","documentation":"https://docs.rs/futures-lite","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.40.0"},"path":null},{"crate":{"name":"futures-lite","version":"2.3.0","authors":["Stjepan Glavina ","Contributors to futures-rs"],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-lite@2.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Futures, streams, and async I/O combinators","dependencies":[{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"spin_on","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"futures-lite","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["race","std"],"fastrand":["dep:fastrand"],"futures-io":["dep:futures-io"],"memchr":["dep:memchr"],"parking":["dep:parking"],"race":["fastrand"],"std":["alloc","fastrand/std","futures-io","parking"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["asynchronous","futures","async"],"readme":"README.md","repository":"https://github.com/smol-rs/futures-lite","homepage":"https://github.com/smol-rs/futures-lite","documentation":"https://docs.rs/futures-lite","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"gethostname","version":"0.4.3","authors":["Sebastian Wiesner "],"id":"registry+https://github.com/rust-lang/crates.io-index#gethostname@0.4.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"gethostname for all platforms","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.141","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(windows))","rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"gethostname","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.4.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.4.3/Cargo.toml","categories":["os","api-bindings"],"keywords":["gethostname","DNS","hostname"],"readme":"README.md","repository":"https://github.com/swsnr/gethostname.rs.git","homepage":"https://github.com/swsnr/gethostname.rs","documentation":"https://docs.rs/gethostname","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"gimli","version":"0.29.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#gimli@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for reading and writing the DWARF debugging format.","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"fallible-iterator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"stable_deref_trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"test-assembler","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gimli","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.29.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["read-all","write"],"endian-reader":["read","dep:stable_deref_trait"],"fallible-iterator":["dep:fallible-iterator"],"read":["read-core"],"read-all":["read","std","fallible-iterator","endian-reader"],"read-core":[],"rustc-dep-of-std":["dep:core","dep:alloc","dep:compiler_builtins"],"std":["fallible-iterator?/std","stable_deref_trait?/std"],"write":["dep:indexmap"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.29.0/Cargo.toml","categories":["development-tools::debugging","development-tools::profiling","parser-implementations"],"keywords":["DWARF","debug","ELF","eh_frame"],"readme":"./README.md","repository":"https://github.com/gimli-rs/gimli","homepage":null,"documentation":"https://docs.rs/gimli","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"gstreamer-base","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-base@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for GStreamer Base library","dependencies":[{"name":"atomic_refcell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst","registry":null,"path":null},{"name":"gstreamer-base-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gstreamer-base","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-0.23.0/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"v1_14_1":["gstreamer-base-sys/v1_14_1"],"v1_16":["gst/v1_16","gstreamer-base-sys/v1_16","v1_14_1"],"v1_18":["gst/v1_18","gstreamer-base-sys/v1_18","v1_16"],"v1_20":["gst/v1_20","gstreamer-base-sys/v1_20","v1_18"],"v1_22":["gst/v1_22","gstreamer-base-sys/v1_22","v1_20"],"v1_24":["gst/v1_24","gstreamer-base-sys/v1_24","v1_22"],"v1_26":["gst/v1_26","gstreamer-base-sys/v1_26","v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["gstreamer","multimedia","audio","video","gnome"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_base/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"path":null},{"crate":{"name":"gstreamer-controller","version":"0.23.0","authors":["Alexey Galakhov ","Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-controller@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for GStreamer Controller library","dependencies":[{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst","registry":null,"path":null},{"name":"gstreamer-controller-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gstreamer-controller","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-0.23.0/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"v1_16":["gst/v1_16","gstreamer-controller-sys/v1_16"],"v1_18":["gst/v1_18","gstreamer-controller-sys/v1_18","v1_16"],"v1_20":["gst/v1_20","gstreamer-controller-sys/v1_20","v1_18"],"v1_22":["gst/v1_22","gstreamer-controller-sys/v1_22","v1_20"],"v1_24":["gst/v1_24","gstreamer-controller-sys/v1_24","v1_22"],"v1_26":["gst/v1_26","gstreamer-controller-sys/v1_26","v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["gstreamer","multimedia","audio","video","gnome"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_controller/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"path":null},{"crate":{"name":"gstreamer-video","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-video@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for GStreamer Video library","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst","registry":null,"path":null},{"name":"gstreamer-base","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst-base","registry":null,"path":null},{"name":"gstreamer-video-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.49","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst-check","registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gstreamer-video","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-0.23.0/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"serde":["dep:serde","gst/serde"],"v1_16":["gst/v1_16","gst-base/v1_16","gstreamer-video-sys/v1_16"],"v1_18":["gst/v1_18","gst-base/v1_18","gstreamer-video-sys/v1_18","v1_16"],"v1_20":["gst/v1_20","gst-base/v1_20","gstreamer-video-sys/v1_20","v1_18"],"v1_22":["gst/v1_22","gst-base/v1_22","gstreamer-video-sys/v1_22","v1_20"],"v1_24":["gst/v1_24","gst-base/v1_24","gstreamer-video-sys/v1_24","v1_22"],"v1_26":["gst/v1_26","gst-base/v1_26","gstreamer-video-sys/v1_26","v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["gstreamer","multimedia","audio","video","gnome"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_video/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"path":null},{"crate":{"name":"gstreamer","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for GStreamer","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"muldiv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-integer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-rational","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"option-operations","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"opt-ops","registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":["write"],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gstreamer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-0.23.0/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"log":["dep:log"],"serde":["num-rational/serde","dep:serde","serde_bytes"],"serde_bytes":["dep:serde_bytes"],"v1_16":["gstreamer-sys/v1_16"],"v1_18":["gstreamer-sys/v1_18","v1_16"],"v1_20":["gstreamer-sys/v1_20","v1_18"],"v1_22":["gstreamer-sys/v1_22","v1_20"],"v1_24":["gstreamer-sys/v1_24","v1_22"],"v1_26":["gstreamer-sys/v1_26","v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["gstreamer","multimedia","audio","video","gnome"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"path":null},{"crate":{"name":"hashbrown","version":"0.14.5","authors":["Amanieu d'Antras "],"id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust port of Google's SwissTable hash map","dependencies":[{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.7","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"allocator-api2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.9","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"equivalent","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.42","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.25","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bumpalo","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":["allocator-api2"],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.42","kind":"dev","optional":false,"uses_default_features":true,"features":["validation"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"hashbrown","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"equivalent_trait","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/equivalent_trait.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"hasher","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/hasher.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"raw","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/raw.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rayon","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/rayon.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/serde.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"set","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/set.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"insert_unique_unchecked","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/benches/insert_unique_unchecked.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"ahash":["dep:ahash"],"alloc":["dep:alloc"],"allocator-api2":["dep:allocator-api2"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["ahash","inline-more","allocator-api2"],"equivalent":["dep:equivalent"],"inline-more":[],"nightly":["allocator-api2?/nightly","bumpalo/allocator_api"],"raw":[],"rayon":["dep:rayon"],"rkyv":["dep:rkyv"],"rustc-dep-of-std":["nightly","core","compiler_builtins","alloc","rustc-internal-api"],"rustc-internal-api":[],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/Cargo.toml","categories":["data-structures","no-std"],"keywords":["hash","no_std","hashmap","swisstable"],"readme":"README.md","repository":"https://github.com/rust-lang/hashbrown","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["nightly","rayon","serde","raw"],"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"heck","version":"0.5.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"heck is a case conversion library.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"heck","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/Cargo.toml","categories":["no-std"],"keywords":["string","case","camel","snake","unicode"],"readme":"README.md","repository":"https://github.com/withoutboats/heck","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"hermit-abi","version":"0.3.9","authors":["Stefan Lankes"],"id":"registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.3.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Hermit system calls definitions.","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"hermit-abi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.3.9/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":[],"rustc-dep-of-std":["core","alloc","compiler_builtins/rustc-dep-of-std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.3.9/Cargo.toml","categories":["os"],"keywords":["unikernel","libos"],"readme":"README.md","repository":"https://github.com/hermit-os/hermit-rs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"hermit-abi","version":"0.4.0","authors":["Stefan Lankes"],"id":"registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Hermit system calls definitions.","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"hermit-abi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.4.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":[],"rustc-dep-of-std":["core","alloc","compiler_builtins/rustc-dep-of-std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.4.0/Cargo.toml","categories":["os"],"keywords":["unikernel","libos"],"readme":"README.md","repository":"https://github.com/hermit-os/hermit-rs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"idna","version":"0.5.0","authors":["The rust-url developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#idna@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"IDNA (Internationalizing Domain Names in Applications) and Punycode.","dependencies":[{"name":"unicode-bidi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.10","kind":"normal","optional":false,"uses_default_features":false,"features":["hardcoded-data"],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-normalization","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.22","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tester","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"idna","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs","edition":"2018","doctest":false,"test":true,"doc":true},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"unit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/tests/unit.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"all","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/benches/all.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"std":["alloc","unicode-bidi/std","unicode-normalization/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/Cargo.toml","categories":["no_std"],"keywords":[],"readme":null,"repository":"https://github.com/servo/rust-url/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"path":null},{"crate":{"name":"indexmap","version":"2.2.6","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.2.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A hash table with consistent order and fast iteration.","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"borsh","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"equivalent","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hashbrown","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.1","kind":"normal","optional":false,"uses_default_features":false,"features":["raw"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rustc-rayon","registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fxhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"indexmap","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"equivalent_trait","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/equivalent_trait.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"macros_full_path","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/macros_full_path.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"quick","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/quick.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"faststring","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/benches/faststring.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"borsh":["dep:borsh"],"default":["std"],"quickcheck":["dep:quickcheck"],"rayon":["dep:rayon"],"rustc-rayon":["dep:rustc-rayon"],"serde":["dep:serde"],"std":[],"test_debug":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/Cargo.toml","categories":["data-structures","no-std"],"keywords":["hashmap","no_std"],"readme":"README.md","repository":"https://github.com/indexmap-rs/indexmap","homepage":null,"documentation":"https://docs.rs/indexmap/","edition":"2021","metadata":{"docs":{"rs":{"features":["arbitrary","quickcheck","serde","borsh","rayon"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"no-dev-version":true,"tag-name":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"io-lifetimes","version":"1.0.11","authors":["Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.11","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A low-level I/O ownership and borrowing library","dependencies":[{"name":"fs-err","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"mio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":["net","os-ext"],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"os_pipe","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":["io_safety"],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"socket2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":["io-std","fs","net","process"],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.96","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(windows))","rename":null,"registry":null,"path":null},{"name":"hermit-abi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"hermit\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":true,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_FileSystem","Win32_Networking_WinSock","Win32_Security","Win32_System_IO","Win32_System_Threading"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"io-lifetimes","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"async-std":["dep:async-std"],"close":["libc","hermit-abi","windows-sys"],"default":["close"],"fs-err":["dep:fs-err"],"hermit-abi":["dep:hermit-abi"],"libc":["dep:libc"],"mio":["dep:mio"],"os_pipe":["dep:os_pipe"],"socket2":["dep:socket2"],"tokio":["dep:tokio"],"windows-sys":["dep:windows-sys"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/Cargo.toml","categories":["os","rust-patterns"],"keywords":["api","io"],"readme":"README.md","repository":"https://github.com/sunfishcode/io-lifetimes","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"itertools","version":"0.10.5","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Extra iterator adaptors, iterator methods, free functions, and macros.","dependencies":[{"name":"either","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"permutohedron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"itertools","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs","edition":"2018","doctest":true,"test":false,"doc":true},{"name":"iris","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/examples/iris.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"adaptors_no_collect","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/adaptors_no_collect.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"flatten_ok","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/flatten_ok.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros_hygiene","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/macros_hygiene.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"merge_join","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/merge_join.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"peeking_take_while","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/peeking_take_while.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"quick","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/quick.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"specializations","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/specializations.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_core","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/test_core.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/test_std.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tuples","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/tuples.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"zip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/zip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tuple_combinations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tuple_combinations.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tuples","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tuples.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"fold_specialization","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/fold_specialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"combinations_with_replacement","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/combinations_with_replacement.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tree_fold1","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tree_fold1.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"bench1","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/bench1.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"combinations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/combinations.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"powerset","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/powerset.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["use_std"],"use_alloc":[],"use_std":["use_alloc","either/use_std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/Cargo.toml","categories":["algorithms","rust-patterns"],"keywords":["iterator","data-structure","zip","product","group-by"],"readme":"README.md","repository":"https://github.com/rust-itertools/itertools","homepage":null,"documentation":"https://docs.rs/itertools/","edition":"2018","metadata":{"release":{"no-dev-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"itertools","version":"0.13.0","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#itertools@0.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Extra iterator adaptors, iterator methods, free functions, and macros.","dependencies":[{"name":"either","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"permutohedron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"itertools","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs","edition":"2018","doctest":true,"test":false,"doc":true},{"name":"iris","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/examples/iris.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"adaptors_no_collect","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/adaptors_no_collect.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"flatten_ok","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/flatten_ok.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"laziness","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/laziness.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros_hygiene","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/macros_hygiene.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"merge_join","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/merge_join.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"peeking_take_while","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/peeking_take_while.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"quick","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/quick.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"specializations","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/specializations.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_core","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/test_core.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/test_std.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tuples","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/tuples.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"zip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/zip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tuple_combinations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/tuple_combinations.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tuples","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/tuples.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"fold_specialization","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/fold_specialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"combinations_with_replacement","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/combinations_with_replacement.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tree_reduce","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/tree_reduce.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"bench1","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/bench1.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"combinations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/combinations.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"powerset","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/powerset.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"specializations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/specializations.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["use_std"],"use_alloc":[],"use_std":["use_alloc","either/use_std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/Cargo.toml","categories":["algorithms","rust-patterns","no-std","no-std::no-alloc"],"keywords":["iterator","data-structure","zip","product"],"readme":"README.md","repository":"https://github.com/rust-itertools/itertools","homepage":null,"documentation":"https://docs.rs/itertools/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.43.1"},"path":null},{"crate":{"name":"jni","version":"0.21.1","authors":["Josh Chase "],"id":"registry+https://github.com/rust-lang/crates.io-index#jni@0.21.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings to the JNI","dependencies":[{"name":"cesu8","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"combine","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"java-locator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jni-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rusty-fork","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.45.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Globalization"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"jni","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"executor","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/executor.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"executor_nested_attach","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/executor_nested_attach.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"invocation_character_encoding","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/invocation_character_encoding.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"java_integers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/java_integers.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"jmap","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/jmap.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"jni_api","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/jni_api.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"jni_global_refs","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/jni_global_refs.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"jni_weak_refs","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/jni_weak_refs.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_attach_guard","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_attach_guard.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_detach","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_detach.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_detach_daemon","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_detach_daemon.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_explicit_detach","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_explicit_detach.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_explicit_detach_daemon","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_explicit_detach_daemon.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_explicit_detach_permanent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_explicit_detach_permanent.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_nested_attach_daemon","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_nested_attach_daemon.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_nested_attach_guard","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_nested_attach_guard.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_nested_attach_permanently","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_nested_attach_permanently.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"api_calls","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/benches/api_calls.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":[],"invocation":["java-locator","libloading"],"java-locator":["dep:java-locator"],"libloading":["dep:libloading"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/Cargo.toml","categories":["api-bindings"],"keywords":["ffi","jni","java"],"readme":"README.md","repository":"https://github.com/jni-rs/jni-rs","homepage":null,"documentation":"https://docs.rs/jni","edition":"2018","metadata":{"docs":{"rs":{"features":["invocation"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"jpeg-decoder","version":"0.3.1","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"JPEG decoder","dependencies":[{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"png","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.83","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"jpeg-decoder","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"decode","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/examples/decode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"rayon","kind":["test"],"crate_types":["bin"],"required-features":["rayon"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rayon-0","kind":["test"],"crate_types":["bin"],"required-features":["rayon"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon-0.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rayon-1","kind":["test"],"crate_types":["bin"],"required-features":["rayon"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon-1.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rayon-2","kind":["test"],"crate_types":["bin"],"required-features":["rayon"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon-2.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lib","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/lib.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoding_benchmark","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/benches/decoding_benchmark.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"large_image","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/benches/large_image.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["rayon"],"nightly_aarch64_neon":[],"platform_independent":[],"rayon":["dep:rayon"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/Cargo.toml","categories":[],"keywords":["jpeg","jpg","decoder","image"],"readme":"README.md","repository":"https://github.com/image-rs/jpeg-decoder","homepage":null,"documentation":"https://docs.rs/jpeg-decoder","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"path":null},{"crate":{"name":"js-sys","version":"0.3.69","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for all JS global objects and functions in all JS environments like\nNode.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.\n","dependencies":[{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.92","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.42","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.3.42","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.69","kind":"dev","optional":false,"uses_default_features":true,"features":["Headers","Response","ResponseInit"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"js-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/src/lib.rs","edition":"2018","doctest":false,"test":false,"doc":true},{"name":"headless","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/tests/headless.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/tests/wasm/main.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/Cargo.toml","categories":["wasm"],"keywords":[],"readme":"./README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/js-sys","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"lazy_static","version":"1.4.0","authors":["Marvin Löbel "],"id":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A macro for declaring lazily evaluated statics in Rust.","dependencies":[{"name":"spin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"lazy_static","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"no_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/no_std.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/test.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{"spin":["dep:spin"],"spin_no_std":["spin"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/Cargo.toml","categories":["no-std","rust-patterns","memory-management"],"keywords":["macro","lazy","static"],"readme":"README.md","repository":"https://github.com/rust-lang-nursery/lazy-static.rs","homepage":null,"documentation":"https://docs.rs/lazy_static","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"libm","version":"0.1.4","authors":["Jorge Aparicio "],"id":"registry+https://github.com/rust-lang/crates.io-index#libm@0.1.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"libm in pure Rust","dependencies":[{"name":"no-panic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.5","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"libm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.1.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.1.4/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"checked":[],"default":["stable"],"musl-reference-tests":["rand"],"rand":["dep:rand"],"stable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.1.4/Cargo.toml","categories":["no-std"],"keywords":["libm","math"],"readme":"README.md","repository":"https://github.com/rust-lang-nursery/libm","homepage":null,"documentation":"https://docs.rs/libm","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"linux-raw-sys","version":"0.3.8","authors":["Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.3.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated bindings for Linux's userspace API","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.49","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.100","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"linux-raw-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.3.8/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std","general","errno"],"errno":[],"general":[],"ioctl":[],"netlink":[],"no_std":[],"rustc-dep-of-std":["core","compiler_builtins","no_std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.3.8/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["linux","uapi","ffi"],"readme":"README.md","repository":"https://github.com/sunfishcode/linux-raw-sys","homepage":null,"documentation":"https://docs.rs/linux-raw-sys","edition":"2018","metadata":{"docs":{"rs":{"features":["default","ioctl","netlink"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"path":null},{"crate":{"name":"linux-raw-sys","version":"0.4.14","authors":["Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.4.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated bindings for Linux's userspace API","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.49","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.100","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"linux-raw-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.4.14/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"bootparam":[],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std","general","errno"],"elf":[],"errno":[],"general":[],"if_arp":[],"if_ether":[],"if_packet":[],"io_uring":[],"ioctl":[],"loop_device":[],"mempolicy":[],"net":[],"netlink":[],"no_std":[],"prctl":[],"rustc-dep-of-std":["core","compiler_builtins","no_std"],"std":[],"system":[],"xdp":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.4.14/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["linux","uapi","ffi"],"readme":"README.md","repository":"https://github.com/sunfishcode/linux-raw-sys","homepage":null,"documentation":"https://docs.rs/linux-raw-sys","edition":"2021","metadata":{"docs":{"rs":{"features":["default","bootparam","ioctl","netlink","io_uring","if_arp","if_ether","if_packet","net","prctl","elf","xdp","mempolicy","system","loop_device"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"lock_api","version":"0.4.12","authors":["Amanieu d'Antras "],"id":"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.12","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.","dependencies":[{"name":"owning_ref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"scopeguard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.126","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"lock_api","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"arc_lock":[],"atomic_usize":[],"default":["atomic_usize"],"nightly":[],"owning_ref":["dep:owning_ref"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/Cargo.toml","categories":["concurrency","no-std"],"keywords":["mutex","rwlock","lock","no_std"],"readme":null,"repository":"https://github.com/Amanieu/parking_lot","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"log","version":"0.4.21","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.21","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A lightweight logging facade for Rust\n","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sval","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sval_ref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"value-bag","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":"normal","optional":true,"uses_default_features":false,"features":["inline-i128"],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.63","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sval","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sval_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"value-bag","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":"dev","optional":false,"uses_default_features":true,"features":["test"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"log","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"filters","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/tests/filters.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/tests/macros.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"value","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/benches/value.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"kv":[],"kv_serde":["kv_std","value-bag/serde","serde"],"kv_std":["std","kv","value-bag/error"],"kv_sval":["kv","value-bag/sval","sval","sval_ref"],"kv_unstable":["kv","value-bag"],"kv_unstable_serde":["kv_serde","kv_unstable_std"],"kv_unstable_std":["kv_std","kv_unstable"],"kv_unstable_sval":["kv_sval","kv_unstable"],"max_level_debug":[],"max_level_error":[],"max_level_info":[],"max_level_off":[],"max_level_trace":[],"max_level_warn":[],"release_max_level_debug":[],"release_max_level_error":[],"release_max_level_info":[],"release_max_level_off":[],"release_max_level_trace":[],"release_max_level_warn":[],"serde":["dep:serde"],"std":[],"sval":["dep:sval"],"sval_ref":["dep:sval_ref"],"value-bag":["dep:value-bag"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/Cargo.toml","categories":["development-tools::debugging"],"keywords":["logging"],"readme":"README.md","repository":"https://github.com/rust-lang/log","homepage":null,"documentation":"https://docs.rs/log","edition":"2021","metadata":{"docs":{"rs":{"features":["std","serde","kv_std","kv_sval","kv_serde"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"num-derive","version":"0.4.2","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Numeric syntax extensions","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/src/lib.rs","edition":"2021","doctest":true,"test":false,"doc":true},{"name":"newtype-2015","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/newtype-2015.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"newtype-2018","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/newtype-2018.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"trivial-2015","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/trivial-2015.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"trivial-2018","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/trivial-2018.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"empty_enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/empty_enum.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue-16","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/issue-16.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue-6","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/issue-6.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue-9","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/issue-9.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"newtype","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/newtype.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"no_implicit_prelude","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/no_implicit_prelude.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"num_derive_without_num","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/num_derive_without_num.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"trivial","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/trivial.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"with_custom_values","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/with_custom_values.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/Cargo.toml","categories":["science"],"keywords":["mathematics","numerics"],"readme":"README.md","repository":"https://github.com/rust-num/num-derive","homepage":"https://github.com/rust-num/num-derive","documentation":"https://docs.rs/num-derive","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"num-integer","version":"0.1.46","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Integer traits and functions","dependencies":[{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"normal","optional":false,"uses_default_features":false,"features":["i128"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num-integer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"average","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/tests/average.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"roots","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/tests/roots.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"average","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/benches/average.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gcd","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/benches/gcd.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"roots","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/benches/roots.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"i128":[],"std":["num-traits/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/Cargo.toml","categories":["algorithms","science","no-std"],"keywords":["mathematics","numerics"],"readme":"README.md","repository":"https://github.com/rust-num/num-integer","homepage":"https://github.com/rust-num/num-integer","documentation":"https://docs.rs/num-integer","edition":"2018","metadata":{"docs":{"rs":{"features":["std"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"path":null},{"crate":{"name":"num-rational","version":"0.4.2","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#num-rational@0.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rational numbers implementation for Rust","dependencies":[{"name":"num-bigint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-integer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.42","kind":"normal","optional":false,"uses_default_features":false,"features":["i128"],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.18","kind":"normal","optional":false,"uses_default_features":false,"features":["i128"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num-rational","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["num-bigint","std"],"num-bigint":["dep:num-bigint"],"num-bigint-std":["num-bigint/std"],"serde":["dep:serde"],"std":["num-bigint?/std","num-integer/std","num-traits/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/Cargo.toml","categories":["algorithms","data-structures","science","no-std"],"keywords":["mathematics","numerics","fractions"],"readme":"README.md","repository":"https://github.com/rust-num/num-rational","homepage":"https://github.com/rust-num/num-rational","documentation":"https://docs.rs/num-rational","edition":"2021","metadata":{"docs":{"rs":{"features":["std","num-bigint-std","serde"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"num-traits","version":"0.2.19","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Numeric traits for generic mathematics","dependencies":[{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num-traits","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"cast","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/tests/cast.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"i128":[],"libm":["dep:libm"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/Cargo.toml","categories":["algorithms","science","no-std"],"keywords":["mathematics","numerics"],"readme":"README.md","repository":"https://github.com/rust-num/num-traits","homepage":"https://github.com/rust-num/num-traits","documentation":"https://docs.rs/num-traits","edition":"2021","metadata":{"docs":{"rs":{"features":["std"],"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"object","version":"0.36.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#object@0.36.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A unified interface for reading and writing object file formats.","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"crc32fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hashbrown","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.0","kind":"normal","optional":true,"uses_default_features":false,"features":["ahash"],"target":null,"rename":null,"registry":null,"path":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ruzstd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasmparser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.208.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"object","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"integration","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.0/tests/integration.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parse_self","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.0/tests/parse_self.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"all":["read","write","build","std","compression","wasm"],"alloc":["dep:alloc"],"archive":[],"build":["build_core","write_std","elf"],"build_core":["read_core","write_core"],"cargo-all":[],"coff":[],"compiler_builtins":["dep:compiler_builtins"],"compression":["dep:flate2","dep:ruzstd","std"],"core":["dep:core"],"default":["read","compression"],"doc":["read_core","write_std","build_core","std","compression","archive","coff","elf","macho","pe","wasm","xcoff"],"elf":[],"macho":[],"pe":["coff"],"read":["read_core","archive","coff","elf","macho","pe","xcoff","unaligned"],"read_core":[],"rustc-dep-of-std":["core","compiler_builtins","alloc","memchr/rustc-dep-of-std"],"std":["memchr/std"],"unaligned":[],"unstable":[],"unstable-all":["all","unstable"],"wasm":["dep:wasmparser"],"write":["write_std","coff","elf","macho","pe","xcoff"],"write_core":["dep:crc32fast","dep:indexmap","dep:hashbrown"],"write_std":["write_core","std","indexmap?/std","crc32fast?/std"],"xcoff":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.0/Cargo.toml","categories":[],"keywords":["object","elf","mach-o","pe","coff"],"readme":"README.md","repository":"https://github.com/gimli-rs/object","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["doc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"once_cell","version":"1.19.0","authors":["Aleksey Kladov "],"id":"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Single assignment cells and lazy values.","dependencies":[{"name":"critical-section","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"critical-section","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.1","kind":"dev","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"once_cell","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"bench_acquire","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench_acquire.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"lazy_static","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/lazy_static.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"reentrant_init_deadlocks","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/reentrant_init_deadlocks.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"regex","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/regex.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"test_synchronization","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/test_synchronization.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"it","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/tests/it/main.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"alloc":["race"],"atomic-polyfill":["critical-section"],"critical-section":["dep:critical-section","portable-atomic"],"default":["std"],"parking_lot":["dep:parking_lot_core"],"portable-atomic":["dep:portable-atomic"],"race":[],"std":["alloc"],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/Cargo.toml","categories":["rust-patterns","memory-management"],"keywords":["lazy","static"],"readme":"README.md","repository":"https://github.com/matklad/once_cell","homepage":null,"documentation":"https://docs.rs/once_cell","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"option-operations","version":"0.5.0","authors":["François Laignel "],"id":"registry+https://github.com/rust-lang/crates.io-index#option-operations@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Traits and auto-implementations to improve arithmetic operations usability when dealing with `Option`s.","dependencies":[{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"option-operations","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-operations-0.5.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-operations-0.5.0/Cargo.toml","categories":["rust-patterns","no-std","mathematics"],"keywords":["option","arithmetic","operations","ord","cmp"],"readme":"README.md","repository":"https://github.com/fengalin/option-operations","homepage":null,"documentation":"https://docs.rs/option-operations","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.53.0"},"path":null},{"crate":{"name":"ordered-stream","version":"0.2.0","authors":["Daniel De Graaf ","Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#ordered-stream@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Streams that are ordered relative to external events","dependencies":[{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ordered-stream","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-stream-0.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-stream-0.2.0/Cargo.toml","categories":[],"keywords":["async","stream","timestamp"],"readme":"README.md","repository":"https://github.com/danieldg/ordered-stream","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"parking","version":"2.2.0","authors":["Stjepan Glavina ","The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#parking@2.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Thread parking and unparking","dependencies":[{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"parking","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/tests/loom.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parking","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/tests/parking.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"loom":["dep:loom"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/Cargo.toml","categories":["concurrency"],"keywords":["park","notify","thread","wake","condition"],"readme":"README.md","repository":"https://github.com/smol-rs/parking","homepage":"https://github.com/smol-rs/parking","documentation":"https://docs.rs/parking","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"path":null},{"crate":{"name":"parking_lot","version":"0.12.3","authors":["Amanieu d'Antras "],"id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"More compact and efficient implementations of the standard synchronization primitives.","dependencies":[{"name":"lock_api","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"parking_lot","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"issue_392","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/tests/issue_392.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue_203","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/tests/issue_203.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"arc_lock":["lock_api/arc_lock"],"deadlock_detection":["parking_lot_core/deadlock_detection"],"default":[],"hardware-lock-elision":[],"nightly":["parking_lot_core/nightly","lock_api/nightly"],"owning_ref":["lock_api/owning_ref"],"send_guard":[],"serde":["lock_api/serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/Cargo.toml","categories":["concurrency"],"keywords":["mutex","condvar","rwlock","once","thread"],"readme":"README.md","repository":"https://github.com/Amanieu/parking_lot","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["arc_lock","serde","deadlock_detection"],"rustdoc-args":["--generate-link-to-definition"]}},"playground":{"features":["arc_lock","serde","deadlock_detection"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"parking_lot_core","version":"0.9.10","authors":["Amanieu d'Antras "],"id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An advanced API for creating custom synchronization primitives.","dependencies":[{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.60","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"petgraph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thread-id","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"redox_syscall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"redox\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.95","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"parking_lot_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"backtrace":["dep:backtrace"],"deadlock_detection":["petgraph","thread-id","backtrace"],"nightly":[],"petgraph":["dep:petgraph"],"thread-id":["dep:thread-id"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/Cargo.toml","categories":["concurrency"],"keywords":["mutex","condvar","rwlock","once","thread"],"readme":null,"repository":"https://github.com/Amanieu/parking_lot","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"percent-encoding","version":"2.3.1","authors":["The rust-url developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Percent encoding and decoding","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"percent-encoding","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/Cargo.toml","categories":["no_std"],"keywords":[],"readme":null,"repository":"https://github.com/servo/rust-url/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"path":null},{"crate":{"name":"piper","version":"0.2.3","authors":["Stjepan Glavina ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#piper@0.2.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async pipes, channels, mutexes, and more.","dependencies":[{"name":"atomic-waker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.28","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"portable_atomic_crate","registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"piper","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"pipe","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.3/tests/pipe.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"pipe_comparison","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.3/benches/pipe_comparison.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"futures-io":["dep:futures-io"],"portable-atomic":["atomic-waker/portable-atomic","portable_atomic_crate","portable-atomic-util"],"portable-atomic-util":["dep:portable-atomic-util"],"portable_atomic_crate":["dep:portable_atomic_crate"],"std":["fastrand/std","futures-io"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.3/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/smol-rs/piper","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"pkg-config","version":"0.3.30","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library to run the pkg-config system tool at build time in order to be used in\nCargo build scripts.\n","dependencies":[{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"pkg-config","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/tests/test.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/Cargo.toml","categories":[],"keywords":["build-dependencies"],"readme":"README.md","repository":"https://github.com/rust-lang/pkg-config-rs","homepage":null,"documentation":"https://docs.rs/pkg-config","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":"1.30.0"},"path":null},{"crate":{"name":"png","version":"0.17.13","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#png@0.17.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"PNG decoding and encoding library in pure Rust","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crc32fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fdeflate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"normal","optional":false,"uses_default_features":true,"features":["simd"],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"getopts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glium","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32","kind":"dev","optional":false,"uses_default_features":false,"features":["glutin"],"target":null,"rename":null,"registry":null,"path":null},{"name":"glob","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"term","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"png","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"change-png-info","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/change-png-info.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"corpus-bench","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/corpus-bench.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"png-generate","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/png-generate.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"pngcheck","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/pngcheck.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"show","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/show.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"decoder","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/benches/decoder.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"unfilter","kind":["bench"],"crate_types":["bin"],"required-features":["benchmarks"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/benches/unfilter.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"expand_paletted","kind":["bench"],"crate_types":["bin"],"required-features":["benchmarks"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/benches/expand_paletted.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"benchmarks":[],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/Cargo.toml","categories":["multimedia::images"],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/image-png","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"polling","version":"3.7.2","authors":["Stjepan Glavina ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#polling@3.7.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Portable interface to epoll, kqueue, event ports, and IOCP","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"socket2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.17","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"vita\")))","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.31","kind":"normal","optional":false,"uses_default_features":false,"features":["event","fs","pipe","process","std","time"],"target":"cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))","rename":null,"registry":null,"path":null},{"name":"hermit-abi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"hermit\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Wdk_Foundation","Wdk_Storage_FileSystem","Win32_Foundation","Win32_Networking_WinSock","Win32_Security","Win32_Storage_FileSystem","Win32_System_IO","Win32_System_LibraryLoader","Win32_System_Threading","Win32_System_WindowsProgramming"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"polling","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"tcp_client","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/examples/tcp_client.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"two-listeners","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/examples/two-listeners.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"wait-signal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/examples/wait-signal.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"concurrent_modification","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/concurrent_modification.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"io","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/io.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"many_connections","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/many_connections.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"multiple_pollers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/multiple_pollers.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/notify.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"other_modes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/other_modes.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"precision","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/precision.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"timeout","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/timeout.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"windows_post","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/windows_post.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"windows_waitable","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/windows_waitable.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/Cargo.toml","categories":["asynchronous","network-programming","os"],"keywords":["mio","epoll","kqueue","iocp"],"readme":"README.md","repository":"https://github.com/smol-rs/polling","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"rand_xoshiro","version":"0.6.0","authors":["The Rand Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#rand_xoshiro@0.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Xoshiro, xoroshiro and splitmix64 random number generators","dependencies":[{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rand_xoshiro","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xoshiro-0.6.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xoshiro-0.6.0/tests/serde.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"serde":["dep:serde"],"serde1":["serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xoshiro-0.6.0/Cargo.toml","categories":["algorithms"],"keywords":["random","rng"],"readme":"README.md","repository":"https://github.com/rust-random/rngs","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand_xoshiro","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"rayon-core","version":"1.12.1","authors":["Niko Matsakis ","Josh Stone "],"id":"registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.12.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Core APIs for Rayon","dependencies":[{"name":"crossbeam-deque","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm_sync","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xorshift","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"scoped-tls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rayon-core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"stack_overflow_crash","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/stack_overflow_crash.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"double_init_fail","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/double_init_fail.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"init_zero_threads","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/init_zero_threads.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"scope_join","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/scope_join.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"simple_panic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/simple_panic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"scoped_threadpool","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/scoped_threadpool.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"use_current_thread","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/use_current_thread.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"web_spin_lock":["dep:wasm_sync"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/Cargo.toml","categories":["concurrency"],"keywords":["parallel","thread","concurrency","join","performance"],"readme":"README.md","repository":"https://github.com/rayon-rs/rayon","homepage":null,"documentation":"https://docs.rs/rayon/","edition":"2021","links":"rayon-core","publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"rayon","version":"1.10.0","authors":["Niko Matsakis ","Josh Stone "],"id":"registry+https://github.com/rust-lang/crates.io-index#rayon@1.10.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Simple work-stealing parallelism for Rust","dependencies":[{"name":"either","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm_sync","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xorshift","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rayon","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"chars","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/chars.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"clones","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/clones.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"collect","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/collect.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"cross-pool","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/cross-pool.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"debug","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/debug.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"drain_vec","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/drain_vec.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"intersperse","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/intersperse.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue671-unzip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/issue671-unzip.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue671","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/issue671.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"iter_panic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/iter_panic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"named-threads","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/named-threads.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"octillion","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/octillion.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"par_bridge_recursion","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/par_bridge_recursion.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"producer_split_at","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/producer_split_at.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"sort-panic-safe","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/sort-panic-safe.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"str","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/str.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"web_spin_lock":["dep:wasm_sync","rayon-core/web_spin_lock"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/Cargo.toml","categories":["concurrency"],"keywords":["parallel","thread","concurrency","join","performance"],"readme":"README.md","repository":"https://github.com/rayon-rs/rayon","homepage":null,"documentation":"https://docs.rs/rayon/","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"regex-automata","version":"0.4.7","authors":["The Rust Project Developers","Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Automata construction and matching using regular expressions.","dependencies":[{"name":"aho-corasick","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.14","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.69","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bstr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"dev","optional":false,"uses_default_features":false,"features":["atty","humantime","termcolor"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"regex_automata","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.7/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"integration","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.7/tests/lib.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"alloc":[],"default":["std","syntax","perf","unicode","meta","nfa","dfa","hybrid"],"dfa":["dfa-build","dfa-search","dfa-onepass"],"dfa-build":["nfa-thompson","dfa-search"],"dfa-onepass":["nfa-thompson"],"dfa-search":[],"hybrid":["alloc","nfa-thompson"],"internal-instrument":["internal-instrument-pikevm"],"internal-instrument-pikevm":["logging","std"],"logging":["dep:log","aho-corasick?/logging","memchr?/logging"],"meta":["syntax","nfa-pikevm"],"nfa":["nfa-thompson","nfa-pikevm","nfa-backtrack"],"nfa-backtrack":["nfa-thompson"],"nfa-pikevm":["nfa-thompson"],"nfa-thompson":["alloc"],"perf":["perf-inline","perf-literal"],"perf-inline":[],"perf-literal":["perf-literal-substring","perf-literal-multisubstring"],"perf-literal-multisubstring":["std","dep:aho-corasick"],"perf-literal-substring":["aho-corasick?/perf-literal","dep:memchr"],"std":["regex-syntax?/std","memchr?/std","aho-corasick?/std","alloc"],"syntax":["dep:regex-syntax","alloc"],"unicode":["unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment","unicode-word-boundary","regex-syntax?/unicode"],"unicode-age":["regex-syntax?/unicode-age"],"unicode-bool":["regex-syntax?/unicode-bool"],"unicode-case":["regex-syntax?/unicode-case"],"unicode-gencat":["regex-syntax?/unicode-gencat"],"unicode-perl":["regex-syntax?/unicode-perl"],"unicode-script":["regex-syntax?/unicode-script"],"unicode-segment":["regex-syntax?/unicode-segment"],"unicode-word-boundary":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.7/Cargo.toml","categories":["text-processing"],"keywords":["regex","dfa","automata","automaton","nfa"],"readme":"README.md","repository":"https://github.com/rust-lang/regex/tree/master/regex-automata","homepage":null,"documentation":"https://docs.rs/regex-automata","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"regex-syntax","version":"0.8.4","authors":["The Rust Project Developers","Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A regular expression parser.","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"regex_syntax","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"default":["std","unicode"],"std":[],"unicode":["unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"unicode-age":[],"unicode-bool":[],"unicode-case":[],"unicode-gencat":[],"unicode-perl":[],"unicode-script":[],"unicode-segment":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/regex/tree/master/regex-syntax","homepage":null,"documentation":"https://docs.rs/regex-syntax","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"regex","version":"1.10.5","authors":["The Rust Project Developers","Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#regex@1.10.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An implementation of regular expressions for Rust. This implementation uses\nfinite automata and guarantees linear time matching on all inputs.\n","dependencies":[{"name":"aho-corasick","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-automata","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":false,"uses_default_features":false,"features":["alloc","syntax","meta","nfa-pikevm"],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.69","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"dev","optional":false,"uses_default_features":false,"features":["atty","humantime","termcolor"],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"regex","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"integration","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.5/tests/lib.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std","perf","unicode","regex-syntax/default"],"logging":["aho-corasick?/logging","memchr?/logging","regex-automata/logging"],"pattern":[],"perf":["perf-cache","perf-dfa","perf-onepass","perf-backtrack","perf-inline","perf-literal"],"perf-backtrack":["regex-automata/nfa-backtrack"],"perf-cache":[],"perf-dfa":["regex-automata/hybrid"],"perf-dfa-full":["regex-automata/dfa-build","regex-automata/dfa-search"],"perf-inline":["regex-automata/perf-inline"],"perf-literal":["dep:aho-corasick","dep:memchr","regex-automata/perf-literal"],"perf-onepass":["regex-automata/dfa-onepass"],"std":["aho-corasick?/std","memchr?/std","regex-automata/std","regex-syntax/std"],"unicode":["unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment","regex-automata/unicode","regex-syntax/unicode"],"unicode-age":["regex-automata/unicode-age","regex-syntax/unicode-age"],"unicode-bool":["regex-automata/unicode-bool","regex-syntax/unicode-bool"],"unicode-case":["regex-automata/unicode-case","regex-syntax/unicode-case"],"unicode-gencat":["regex-automata/unicode-gencat","regex-syntax/unicode-gencat"],"unicode-perl":["regex-automata/unicode-perl","regex-automata/unicode-word-boundary","regex-syntax/unicode-perl"],"unicode-script":["regex-automata/unicode-script","regex-syntax/unicode-script"],"unicode-segment":["regex-automata/unicode-segment","regex-syntax/unicode-segment"],"unstable":["pattern"],"use_std":["std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.5/Cargo.toml","categories":["text-processing"],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/regex","homepage":"https://github.com/rust-lang/regex","documentation":"https://docs.rs/regex","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"ron","version":"0.8.1","authors":["Christopher Durham ","Dzmitry Malyshau ","Thomas Schaller ","Juniper Tyree "],"id":"registry+https://github.com/rust-lang/crates.io-index#ron@0.8.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rusty Object Notation","dependencies":[{"name":"base64","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"option_set","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ron","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"decode","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/examples/decode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"decode_file","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/examples/decode_file.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/examples/encode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"transcode","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/examples/transcode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"117_untagged_tuple_variant","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/117_untagged_tuple_variant.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"123_enum_representation","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/123_enum_representation.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"129_indexmap","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/129_indexmap.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"147_empty_sets_serialisation","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/147_empty_sets_serialisation.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"152_bitflags","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/152_bitflags.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"203_error_positions","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/203_error_positions.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"207_adjacently_tagged_enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/207_adjacently_tagged_enum.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"238_array","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/238_array.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"240_array_pretty","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/240_array_pretty.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"250_variant_newtypes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/250_variant_newtypes.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"256_comma_error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/256_comma_error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"289_enumerate_arrays","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/289_enumerate_arrays.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"301_struct_name_mismatch","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/301_struct_name_mismatch.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"307_stack_overflow","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/307_stack_overflow.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"322_escape_idents","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/322_escape_idents.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"337_value_float_roundtrip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/337_value_float_roundtrip.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"359_deserialize_seed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/359_deserialize_seed.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"367_implicit_some","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/367_implicit_some.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"370_float_parsing","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/370_float_parsing.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"393_serde_errors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/393_serde_errors.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"401_raw_identifier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/401_raw_identifier.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"410_trailing_comma","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/410_trailing_comma.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"423_de_borrowed_identifier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/423_de_borrowed_identifier.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"462_bytes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/462_bytes.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"big_struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/big_struct.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"borrowed_str","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/borrowed_str.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"comments","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/comments.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"depth_limit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/depth_limit.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"escape","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/escape.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"extensions","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/extensions.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"floats","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/floats.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"large_number","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/large_number.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"min_max","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/min_max.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"non_identifier_identifier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/non_identifier_identifier.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"numbers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/numbers.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"options","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/options.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"preserve_sequence","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/preserve_sequence.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"roundtrip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/roundtrip.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"struct_integers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/struct_integers.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"to_string_pretty","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/to_string_pretty.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unicode","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/unicode.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"value","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/value.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"indexmap":["dep:indexmap"],"integer128":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/Cargo.toml","categories":["encoding"],"keywords":["parser","serde","serialization"],"readme":"README.md","repository":"https://github.com/ron-rs/ron","homepage":"https://github.com/ron-rs/ron","documentation":"https://docs.rs/ron/","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"rustc-demangle","version":"0.1.24","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.24","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust compiler symbol demangling.\n","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rustc_demangle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.24/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"rustc-dep-of-std":["core","compiler_builtins"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.24/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/rustc-demangle","homepage":"https://github.com/rust-lang/rustc-demangle","documentation":"https://docs.rs/rustc-demangle","edition":"2015","metadata":{"docs":{"rs":{"features":["std"],"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"rustc_version","version":"0.4.0","authors":["Dirkjan Ochtman ","Marvin Löbel "],"id":"registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for querying the version of a installed rustc compiler","dependencies":[{"name":"semver","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rustc_version","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"all","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/tests/all.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/Cargo.toml","categories":[],"keywords":["version","rustc"],"readme":"README.md","repository":"https://github.com/Kimundi/rustc-version-rs","homepage":null,"documentation":"https://docs.rs/rustc_version/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"rustix","version":"0.37.27","authors":["Dan Gohman ","Jakub Konka "],"id":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.37.27","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.49","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"io-lifetimes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.10","kind":"normal","optional":true,"uses_default_features":false,"features":["close"],"target":null,"rename":null,"registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"io-lifetimes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.10","kind":"dev","optional":false,"uses_default_features":false,"features":["close"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.144","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":"libc_errno","registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.68","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"linux-raw-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":false,"features":["general","ioctl","no_std"],"target":"cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.144","kind":"normal","optional":true,"uses_default_features":true,"features":["extra_traits"],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))","rename":"libc_errno","registry":null,"path":null},{"name":"linux-raw-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":false,"features":["general","errno","ioctl","no_std"],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.144","kind":"normal","optional":false,"uses_default_features":true,"features":["extra_traits"],"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))","rename":"libc_errno","registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"android\", target_os = \"linux\"))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(windows)","rename":"libc_errno","registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Networking_WinSock","Win32_NetworkManagement_IpHelper","Win32_System_Threading"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"ctor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"rustix","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.27/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.27/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"all-apis":["fs","io_uring","mm","net","param","process","procfs","pty","rand","runtime","termios","thread","time"],"all-impls":["os_pipe","fs-err"],"alloc":["dep:alloc"],"cc":["dep:cc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std","use-libc-auxv"],"fs":[],"fs-err":["io-lifetimes/fs-err"],"io-lifetimes":["dep:io-lifetimes"],"io_uring":["fs","net"],"itoa":["dep:itoa"],"libc":["dep:libc"],"libc_errno":["dep:libc_errno"],"linux_4_11":[],"linux_latest":["linux_4_11"],"mm":[],"net":[],"once_cell":["dep:once_cell"],"os_pipe":["io-lifetimes/os_pipe"],"param":["fs"],"process":[],"procfs":["once_cell","itoa","fs"],"pty":["itoa","fs"],"rand":[],"runtime":[],"rustc-dep-of-std":["core","alloc","compiler_builtins","linux-raw-sys/rustc-dep-of-std","bitflags/rustc-dep-of-std"],"std":["io-lifetimes"],"termios":[],"thread":[],"time":[],"use-libc":["libc_errno","libc"],"use-libc-auxv":["libc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.27/Cargo.toml","categories":["os::unix-apis","date-and-time","filesystem","network-programming"],"keywords":["api","file","network","safe","syscall"],"readme":"README.md","repository":"https://github.com/bytecodealliance/rustix","homepage":null,"documentation":"https://docs.rs/rustix","edition":"2018","metadata":{"docs":{"rs":{"features":["all-apis"],"rustdoc-args":["--cfg","doc_cfg"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-apple-darwin","x86_64-pc-windows-msvc","x86_64-unknown-freebsd","x86_64-unknown-openbsd","x86_64-unknown-netbsd","x86_64-unknown-dragonfly","x86_64-unknown-illumos","x86_64-unknown-redox","x86_64-unknown-haiku","wasm32-unknown-emscripten","wasm32-wasi"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"path":null},{"crate":{"name":"rustix","version":"0.38.34","authors":["Dan Gohman ","Jakub Konka "],"id":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.38.34","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.49","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.153","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":"libc_errno","registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serial_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"linux-raw-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.12","kind":"normal","optional":false,"uses_default_features":false,"features":["general","ioctl","no_std"],"target":"cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))","rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(criterion, not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.153","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))","rename":"libc_errno","registry":null,"path":null},{"name":"linux-raw-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.12","kind":"normal","optional":false,"uses_default_features":false,"features":["general","errno","ioctl","no_std","elf"],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.153","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))","rename":"libc_errno","registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"android\", target_os = \"linux\"))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(windows)","rename":"libc_errno","registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Networking_WinSock","Win32_NetworkManagement_IpHelper","Win32_System_Threading"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"ctor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"rustix","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"mod","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/benches/mod.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"all-apis":["event","fs","io_uring","mm","mount","net","param","pipe","process","procfs","pty","rand","runtime","shm","stdio","system","termios","thread","time"],"alloc":[],"cc":[],"default":["std","use-libc-auxv"],"event":[],"fs":[],"io_uring":["event","fs","net","linux-raw-sys/io_uring"],"itoa":["dep:itoa"],"libc":["dep:libc"],"libc-extra-traits":["libc?/extra_traits"],"libc_errno":["dep:libc_errno"],"linux_4_11":[],"linux_latest":["linux_4_11"],"mm":[],"mount":[],"net":["linux-raw-sys/net","linux-raw-sys/netlink","linux-raw-sys/if_ether","linux-raw-sys/xdp"],"once_cell":["dep:once_cell"],"param":["fs"],"pipe":[],"process":["linux-raw-sys/prctl"],"procfs":["once_cell","itoa","fs"],"pty":["itoa","fs"],"rand":[],"runtime":["linux-raw-sys/prctl"],"rustc-dep-of-std":["dep:core","dep:alloc","dep:compiler_builtins","linux-raw-sys/rustc-dep-of-std","bitflags/rustc-dep-of-std","compiler_builtins?/rustc-dep-of-std"],"shm":["fs"],"std":["bitflags/std","alloc","libc?/std","libc_errno?/std","libc-extra-traits"],"stdio":[],"system":["linux-raw-sys/system"],"termios":[],"thread":["linux-raw-sys/prctl"],"time":[],"use-explicitly-provided-auxv":[],"use-libc":["libc_errno","libc","libc-extra-traits"],"use-libc-auxv":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/Cargo.toml","categories":["os::unix-apis","date-and-time","filesystem","network-programming"],"keywords":["api","file","network","safe","syscall"],"readme":"README.md","repository":"https://github.com/bytecodealliance/rustix","homepage":null,"documentation":"https://docs.rs/rustix","edition":"2021","metadata":{"docs":{"rs":{"features":["all-apis"],"rustdoc-args":["--cfg","doc_cfg"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-apple-darwin","x86_64-pc-windows-msvc","x86_64-unknown-freebsd","x86_64-unknown-openbsd","x86_64-unknown-netbsd","x86_64-unknown-dragonfly","x86_64-unknown-illumos","x86_64-unknown-redox","x86_64-unknown-haiku","wasm32-unknown-emscripten","wasm32-wasi"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"scoped-tls","version":"1.0.1","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#scoped-tls@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Library implementation of the standard library's old `scoped_thread_local!`\nmacro for providing scoped access to thread local storage (TLS) so any type can\nbe stored into TLS.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"scoped-tls","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/alexcrichton/scoped-tls","homepage":"https://github.com/alexcrichton/scoped-tls","documentation":"https://docs.rs/scoped-tls","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":"1.59.0"},"path":null},{"crate":{"name":"scopeguard","version":"1.2.0","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A RAII scope guard that will run a given closure when it goes out of scope,\neven if the code between panics (assuming unwinding panic).\n\nDefines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"scopeguard","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"readme","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/examples/readme.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":["use_std"],"use_std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/Cargo.toml","categories":["rust-patterns","no-std"],"keywords":["scope-guard","defer","panic","unwind"],"readme":"README.md","repository":"https://github.com/bluss/scopeguard","homepage":null,"documentation":"https://docs.rs/scopeguard/","edition":"2015","metadata":{"release":{"no-dev-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"signal-hook-registry","version":"1.4.2","authors":["Michal 'vorner' Vaner ","Masaki Hara "],"id":"registry+https://github.com/rust-lang/crates.io-index#signal-hook-registry@1.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Backend crate for signal-hook","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"signal-hook-registry","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"unregister_signal","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/tests/unregister_signal.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/Cargo.toml","categories":[],"keywords":["signal","unix","daemon"],"readme":"README.md","repository":"https://github.com/vorner/signal-hook","homepage":null,"documentation":"https://docs.rs/signal-hook-registry","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"smallvec","version":"1.13.2","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.13.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"'Small vector' optimization: store up to a small number of items on the stack","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"debugger_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"debugger_test_parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"smallvec","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"debugger_visualizer","kind":["test"],"crate_types":["bin"],"required-features":["debugger_visualizer"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/tests/debugger_visualizer.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"macro","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/tests/macro.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"const_generics":[],"const_new":["const_generics"],"debugger_visualizer":[],"drain_filter":[],"drain_keep_rest":["drain_filter"],"may_dangle":[],"serde":["dep:serde"],"specialization":[],"union":[],"write":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/Cargo.toml","categories":["data-structures"],"keywords":["small","vec","vector","stack","no_std"],"readme":"README.md","repository":"https://github.com/servo/rust-smallvec","homepage":null,"documentation":"https://docs.rs/smallvec/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"smol_str","version":"0.2.2","authors":["Aleksey Kladov "],"id":"registry+https://github.com/rust-lang/crates.io-index#smol_str@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"small-string optimized string type with O(1) clone","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.136","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.136","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"smol_str","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tidy","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/tests/tidy.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"default":["std"],"serde":["dep:serde"],"std":["serde?/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-analyzer/smol_str","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"socket2","version":"0.4.10","authors":["Alex Crichton ","Thomas de Zeeuw "],"id":"registry+https://github.com/rust-lang/crates.io-index#socket2@0.4.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Utilities for handling networking sockets with a maximal amount of configuration\npossible intended.\n","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["handleapi","ws2ipdef","ws2tcpip"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"socket2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"all":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/Cargo.toml","categories":["api-bindings","network-programming"],"keywords":["io","socket","network"],"readme":"README.md","repository":"https://github.com/rust-lang/socket2","homepage":"https://github.com/rust-lang/socket2","documentation":"https://docs.rs/socket2","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["all"]}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"stable_deref_trait","version":"1.2.0","authors":["Robert Grosse "],"id":"registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"stable_deref_trait","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/Cargo.toml","categories":["memory-management","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/storyyeller/stable_deref_trait","homepage":null,"documentation":"https://docs.rs/stable_deref_trait/1.2.0/stable_deref_trait","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"str_stack","version":"0.1.0","authors":["Steven Allen "],"id":"registry+https://github.com/rust-lang/crates.io-index#str_stack@0.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A string allocator for allocating many write-once strings.\n\nThis library is primarily useful for parsing where you need to repeatedly build\nmany strings, use them, and then throw them away. Instead of allocating many independent strings, this library will put them all in the same buffer.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"str_stack","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/str_stack-0.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"main","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/str_stack-0.1.0/benches/main.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/str_stack-0.1.0/Cargo.toml","categories":[],"keywords":["string","dst","stack"],"readme":"README.md","repository":"https://github.com/Stebalien/str_stack","homepage":null,"documentation":"https://stebalien.github.io/str_stack/str_stack/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"syn","version":"1.0.109","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser for Rust source code","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.46","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-ident","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"insta","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ref-cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"reqwest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":["blocking"],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn-test-suite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.16","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"termcolor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"syn","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"regression","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/regression.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_asyncness","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_asyncness.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_attribute","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_attribute.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_derive_input","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_derive_input.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_expr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_expr.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_generics.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_grouping","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_grouping.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_ident","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_ident.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_item","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_item.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_iterators","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_iterators.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_lit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_lit.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_meta","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_meta.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_parse_buffer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_parse_buffer.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_parse_stream","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_parse_stream.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_pat","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_pat.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_path","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_path.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_precedence","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_precedence.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_receiver","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_receiver.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_round_trip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_round_trip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_shebang","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_shebang.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_should_parse","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_should_parse.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_size","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_size.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_stmt","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_stmt.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_token_trees","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_token_trees.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_ty","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_ty.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_visibility","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_visibility.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"zzz_stable","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/zzz_stable.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"rust","kind":["bench"],"crate_types":["bin"],"required-features":["full","parsing"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/benches/rust.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"file","kind":["bench"],"crate_types":["bin"],"required-features":["full","parsing"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/benches/file.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"clone-impls":[],"default":["derive","parsing","printing","clone-impls","proc-macro"],"derive":[],"extra-traits":[],"fold":[],"full":[],"parsing":[],"printing":["quote"],"proc-macro":["proc-macro2/proc-macro","quote/proc-macro"],"quote":["dep:quote"],"test":["syn-test-suite/all-features"],"visit":[],"visit-mut":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/Cargo.toml","categories":["development-tools::procedural-macro-helpers","parser-implementations"],"keywords":["macros","syn"],"readme":"README.md","repository":"https://github.com/dtolnay/syn","homepage":null,"documentation":"https://docs.rs/syn","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["full","visit","visit-mut","fold","extra-traits"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"path":null},{"crate":{"name":"system-deps","version":"6.2.2","authors":["Guillaume Desmottes ","Josh Triplett "],"id":"registry+https://github.com/rust-lang/crates.io-index#system-deps@6.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Discover and configure system dependencies from declarative dependencies in Cargo.toml","dependencies":[{"name":"cfg-expr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15.5","kind":"normal","optional":false,"uses_default_features":true,"features":["targets"],"target":null,"rename":null,"registry":null,"path":null},{"name":"heck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":false,"features":["parse"],"target":null,"rename":null,"registry":null,"path":null},{"name":"version-compare","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"system-deps","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/system-deps-6.2.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/system-deps-6.2.2/Cargo.toml","categories":[],"keywords":["pkg-config","build-dependencies","build-depends","manifest","metadata"],"readme":"README.md","repository":"https://github.com/gdesmott/system-deps","homepage":null,"documentation":"https://docs.rs/system-deps/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"system-deps","version":"7.0.1","authors":["Guillaume Desmottes ","Josh Triplett "],"id":"registry+https://github.com/rust-lang/crates.io-index#system-deps@7.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Discover and configure system dependencies from declarative dependencies in Cargo.toml","dependencies":[{"name":"cfg-expr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15.5","kind":"normal","optional":false,"uses_default_features":true,"features":["targets"],"target":null,"rename":null,"registry":null,"path":null},{"name":"heck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":false,"features":["parse"],"target":null,"rename":null,"registry":null,"path":null},{"name":"version-compare","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"system-deps","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/system-deps-7.0.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/system-deps-7.0.1/Cargo.toml","categories":[],"keywords":["pkg-config","build-dependencies","build-depends","manifest","metadata"],"readme":"README.md","repository":"https://github.com/gdesmott/system-deps","homepage":null,"documentation":"https://docs.rs/system-deps/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"tempfile","version":"3.10.1","authors":["Steven Allen ","The Rust Project Developers","Ashley Mannix ","Jason White "],"id":"registry+https://github.com/rust-lang/crates.io-index#tempfile@3.10.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for managing temporary files and directories.","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.31","kind":"normal","optional":false,"uses_default_features":true,"features":["fs"],"target":"cfg(any(unix, target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Storage_FileSystem","Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"tempfile","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"namedtempfile","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/tests/namedtempfile.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"spooled","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/tests/spooled.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"tempdir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/tests/tempdir.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"tempfile","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/tests/tempfile.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"nightly":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/Cargo.toml","categories":[],"keywords":["tempfile","tmpfile","filesystem"],"readme":"README.md","repository":"https://github.com/Stebalien/tempfile","homepage":"https://stebalien.com/projects/tempfile-rs/","documentation":"https://docs.rs/tempfile","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"tinytemplate","version":"1.2.1","authors":["Brook Heisler "],"id":"registry+https://github.com/rust-lang/crates.io-index#tinytemplate@1.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Simple, lightweight template engine","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"tinytemplate","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/benches/benchmarks.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/Cargo.toml","categories":["template-engine"],"keywords":["template","html"],"readme":"README.md","repository":"https://github.com/bheisler/TinyTemplate","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"ttf-parser","version":"0.21.1","authors":["Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.21.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A high-level, safe, zero-allocation font parser for TrueType, OpenType, and AAT.","dependencies":[{"name":"base64","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pico-args","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tiny-skia-path","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xmlwriter","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ttf-parser","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.21.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"font-info","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.21.1/examples/font-info.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"font2svg","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.21.1/examples/font2svg.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"bitmap","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.21.1/tests/bitmap.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tables","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.21.1/tests/tables/main.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"apple-layout":[],"default":["std","opentype-layout","apple-layout","variable-fonts","glyph-names"],"glyph-names":[],"gvar-alloc":["std"],"opentype-layout":[],"std":[],"variable-fonts":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.21.1/Cargo.toml","categories":["parser-implementations"],"keywords":["ttf","truetype","opentype"],"readme":"README.md","repository":"https://github.com/RazrFalcon/ttf-parser","homepage":null,"documentation":"https://docs.rs/ttf-parser/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"unicode-bidi","version":"0.3.15","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Implementation of the Unicode Bidirectional Algorithm","dependencies":[{"name":"flame","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.8, <2.0","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.8, <2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"unicode_bidi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"conformance_tests","kind":["test"],"crate_types":["bin"],"required-features":["hardcoded-data"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/tests/conformance_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"bench_it":[],"default":["std","hardcoded-data"],"flame":["dep:flame"],"flame_it":["flame","flamer"],"flamer":["dep:flamer"],"hardcoded-data":[],"serde":["dep:serde"],"std":[],"unstable":[],"with_serde":["serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/Cargo.toml","categories":["no-std","encoding","text-processing"],"keywords":["rtl","unicode","text","layout","bidi"],"readme":"README.md","repository":"https://github.com/servo/unicode-bidi","homepage":null,"documentation":"https://docs.rs/unicode-bidi/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"unicode-normalization","version":"0.1.23","authors":["kwantam ","Manish Goregaokar "],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.23","source":"registry+https://github.com/rust-lang/crates.io-index","description":"This crate provides functions for normalization of\nUnicode strings, including Canonical and Compatible\nDecomposition and Recomposition, as described in\nUnicode Standard Annex #15.\n","dependencies":[{"name":"tinyvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"unicode-normalization","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/Cargo.toml","categories":[],"keywords":["text","unicode","normalization","decomposition","recomposition"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-normalization","homepage":"https://github.com/unicode-rs/unicode-normalization","documentation":"https://docs.rs/unicode-normalization/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"unicode-segmentation","version":"1.11.0","authors":["kwantam ","Manish Goregaokar "],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.11.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"This crate provides Grapheme Cluster, Word and Sentence boundaries\naccording to Unicode Standard Annex #29 rules.\n","dependencies":[{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"unicode-segmentation","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"graphemes","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/benches/graphemes.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"unicode_words","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/benches/unicode_words.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"word_bounds","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/benches/word_bounds.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"no_std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/Cargo.toml","categories":[],"keywords":["text","unicode","grapheme","word","boundary"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-segmentation","homepage":"https://github.com/unicode-rs/unicode-segmentation","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"url","version":"2.5.2","authors":["The rust-url developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#url@2.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"URL library for Rust, based on the WHATWG URL Standard","dependencies":[{"name":"form_urlencoded","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"idna","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"url","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"url_wpt","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/tests/wpt.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"unit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/tests/unit.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parse_url","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/benches/parse_url.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"debugger_visualizer":[],"default":[],"expose_internals":[],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/Cargo.toml","categories":["parser-implementations","web-programming","encoding"],"keywords":["url","parser"],"readme":"README.md","repository":"https://github.com/servo/rust-url","homepage":null,"documentation":"https://docs.rs/url","edition":"2018","metadata":{"docs":{"rs":{"features":["serde"],"rustdoc-args":["--generate-link-to-definition"]}},"playground":{"features":["serde"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"uuid","version":"1.8.0","authors":["Ashley Mannix","Christopher Armstrong","Dylan DPC","Hunar Roop Kahlon"],"id":"registry+https://github.com/rust-lang/crates.io-index#uuid@1.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library to generate and parse UUIDs.","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"borsh","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"borsh-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.14.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"md-5","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.56","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sha1_smol","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"slog","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid-macro-internal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.56","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.52","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target = \"wasm32-unknown-unknown\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"uuid","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.8.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"arbitrary":["dep:arbitrary"],"atomic":["dep:atomic"],"borsh":["dep:borsh","dep:borsh-derive"],"bytemuck":["dep:bytemuck"],"default":["std"],"fast-rng":["rng","dep:rand"],"js":["dep:wasm-bindgen","getrandom?/js"],"macro-diagnostics":["dep:uuid-macro-internal"],"md5":["dep:md-5"],"rng":["dep:getrandom"],"serde":["dep:serde"],"sha1":["dep:sha1_smol"],"slog":["dep:slog"],"std":[],"v1":["atomic"],"v3":["md5"],"v4":["rng"],"v5":["sha1"],"v6":["atomic"],"v7":["atomic","rng"],"v8":[],"zerocopy":["dep:zerocopy"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.8.0/Cargo.toml","categories":["data-structures","no-std","parser-implementations","wasm"],"keywords":["guid","unique","uuid"],"readme":"README.md","repository":"https://github.com/uuid-rs/uuid","homepage":"https://github.com/uuid-rs/uuid","documentation":"https://docs.rs/uuid","edition":"2018","metadata":{"docs":{"rs":{"features":["serde","arbitrary","slog","borsh","v1","v3","v4","v5","v6","v7","v8"],"rustc-args":["--cfg","uuid_unstable"],"rustdoc-args":["--cfg","uuid_unstable"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["serde","v1","v3","v4","v5","v6","v7","v8"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"version_check","version":"0.9.4","authors":["Sergio Benitez "],"id":"registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Tiny crate to check the version of the installed/running rustc.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"version_check","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/Cargo.toml","categories":[],"keywords":["version","rustc","minimum","check"],"readme":"README.md","repository":"https://github.com/SergioBenitez/version_check","homepage":null,"documentation":"https://docs.rs/version_check/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"waker-fn","version":"1.2.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#waker-fn@1.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Convert closures into wakers","dependencies":[{"name":"portable-atomic-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"waker-fn","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waker-fn-1.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"portable-atomic":["portable-atomic-util"],"portable-atomic-util":["dep:portable-atomic-util"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waker-fn-1.2.0/Cargo.toml","categories":["concurrency"],"keywords":["async","waker","wake","closure","callback"],"readme":"README.md","repository":"https://github.com/smol-rs/waker-fn","homepage":"https://github.com/smol-rs/waker-fn","documentation":"https://docs.rs/waker-fn","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"path":null},{"crate":{"name":"wasi","version":"0.11.0+wasi-snapshot-preview1","authors":["The Cranelift Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Experimental WASI API bindings for Rust","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"wasi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std"],"rustc-dep-of-std":["compiler_builtins","core","rustc-std-workspace-alloc"],"rustc-std-workspace-alloc":["dep:rustc-std-workspace-alloc"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml","categories":["no-std","wasm"],"keywords":["webassembly","wasm"],"readme":"README.md","repository":"https://github.com/bytecodealliance/wasi","homepage":null,"documentation":"https://docs.rs/wasi","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"wasm-bindgen-backend","version":"0.2.92","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.92","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Backend code generation of the wasm-bindgen tool\n","dependencies":[{"name":"bumpalo","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.92","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm-bindgen-backend","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.92/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"extra-traits":["syn/extra-traits"],"spans":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.92/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen-backend","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"wasm-bindgen-futures","version":"0.4.42","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.42","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bridging the gap between Rust Futures and JavaScript Promises","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.69","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.92","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel-preview","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0-alpha.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.42","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.24","kind":"normal","optional":false,"uses_default_features":true,"features":["MessageEvent","Worker"],"target":"cfg(target_feature = \"atomics\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm-bindgen-futures","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"futures-core":["dep:futures-core"],"futures-core-03-stream":["futures-core"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/Cargo.toml","categories":[],"keywords":[],"readme":"./README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen-futures","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"wasm-bindgen-macro-support","version":"0.2.92","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.92","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate\n","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["visit","full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.92","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.92","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm-bindgen-macro-support","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.92/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"extra-traits":["syn/extra-traits"],"spans":["wasm-bindgen-backend/spans"],"strict-macro":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.92/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"wasm-bindgen-macro","version":"0.2.92","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.92","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Definition of the `#[wasm_bindgen]` attribute, an internal dependency\n","dependencies":[{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-macro-support","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.92","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.92","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.42","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.69","kind":"dev","optional":false,"uses_default_features":true,"features":["Worker"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm-bindgen-macro","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"ui","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/tests/ui.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"spans":["wasm-bindgen-macro-support/spans"],"strict-macro":["wasm-bindgen-macro-support/strict-macro"],"xxx_debug_only_print_generated_code":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"wasm-bindgen-shared","version":"0.2.92","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Shared support between wasm-bindgen and wasm-bindgen cli, an internal\ndependency.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm-bindgen-shared","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen-shared","edition":"2018","links":"wasm_bindgen","publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"wasm-bindgen","version":"0.2.92","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Easy support for interacting between JS and Rust.\n","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-macro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.92","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.69","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.4.42","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.3.42","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test-crate-a","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test-crate-b","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm-bindgen","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/src/lib.rs","edition":"2018","doctest":true,"test":false,"doc":true},{"name":"headless","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/headless/main.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"must_use","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/must_use.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"non_wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/non_wasm.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"std-crate-no-std-dep","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/std-crate-no-std-dep.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"unwrap_throw","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/unwrap_throw.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/wasm/main.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["spans","std"],"enable-interning":["std"],"gg-alloc":["wasm-bindgen-test/gg-alloc"],"serde":["dep:serde"],"serde-serialize":["serde","serde_json","std"],"serde_json":["dep:serde_json"],"spans":["wasm-bindgen-macro/spans"],"std":[],"strict-macro":["wasm-bindgen-macro/strict-macro"],"xxx_debug_only_print_generated_code":["wasm-bindgen-macro/xxx_debug_only_print_generated_code"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/Cargo.toml","categories":["wasm"],"keywords":[],"readme":"README.md","repository":"https://github.com/rustwasm/wasm-bindgen","homepage":"https://rustwasm.github.io/","documentation":"https://docs.rs/wasm-bindgen","edition":"2018","metadata":{"docs":{"rs":{"features":["serde-serialize"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"web-sys","version":"0.3.69","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for all Web APIs, a procedurally generated crate from WebIDL\n","dependencies":[{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.69","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.92","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.42","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.42","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"web-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/src/lib.rs","edition":"2018","doctest":false,"test":false,"doc":true},{"name":"wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/tests/wasm/main.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"AbortController":[],"AbortSignal":["EventTarget"],"AddEventListenerOptions":[],"AesCbcParams":[],"AesCtrParams":[],"AesDerivedKeyParams":[],"AesGcmParams":[],"AesKeyAlgorithm":[],"AesKeyGenParams":[],"Algorithm":[],"AlignSetting":[],"AllowedBluetoothDevice":[],"AllowedUsbDevice":[],"AlphaOption":[],"AnalyserNode":["AudioNode","EventTarget"],"AnalyserOptions":[],"AngleInstancedArrays":[],"Animation":["EventTarget"],"AnimationEffect":[],"AnimationEvent":["Event"],"AnimationEventInit":[],"AnimationPlayState":[],"AnimationPlaybackEvent":["Event"],"AnimationPlaybackEventInit":[],"AnimationPropertyDetails":[],"AnimationPropertyValueDetails":[],"AnimationTimeline":[],"AssignedNodesOptions":[],"AttestationConveyancePreference":[],"Attr":["EventTarget","Node"],"AttributeNameValue":[],"AudioBuffer":[],"AudioBufferOptions":[],"AudioBufferSourceNode":["AudioNode","AudioScheduledSourceNode","EventTarget"],"AudioBufferSourceOptions":[],"AudioConfiguration":[],"AudioContext":["BaseAudioContext","EventTarget"],"AudioContextLatencyCategory":[],"AudioContextOptions":[],"AudioContextState":[],"AudioData":[],"AudioDataCopyToOptions":[],"AudioDataInit":[],"AudioDecoder":[],"AudioDecoderConfig":[],"AudioDecoderInit":[],"AudioDecoderSupport":[],"AudioDestinationNode":["AudioNode","EventTarget"],"AudioEncoder":[],"AudioEncoderConfig":[],"AudioEncoderInit":[],"AudioEncoderSupport":[],"AudioListener":[],"AudioNode":["EventTarget"],"AudioNodeOptions":[],"AudioParam":[],"AudioParamMap":[],"AudioProcessingEvent":["Event"],"AudioSampleFormat":[],"AudioScheduledSourceNode":["AudioNode","EventTarget"],"AudioSinkInfo":[],"AudioSinkOptions":[],"AudioSinkType":[],"AudioStreamTrack":["EventTarget","MediaStreamTrack"],"AudioTrack":[],"AudioTrackList":["EventTarget"],"AudioWorklet":["Worklet"],"AudioWorkletGlobalScope":["WorkletGlobalScope"],"AudioWorkletNode":["AudioNode","EventTarget"],"AudioWorkletNodeOptions":[],"AudioWorkletProcessor":[],"AuthenticationExtensionsClientInputs":[],"AuthenticationExtensionsClientOutputs":[],"AuthenticatorAssertionResponse":["AuthenticatorResponse"],"AuthenticatorAttachment":[],"AuthenticatorAttestationResponse":["AuthenticatorResponse"],"AuthenticatorResponse":[],"AuthenticatorSelectionCriteria":[],"AuthenticatorTransport":[],"AutoKeyword":[],"AutocompleteInfo":[],"BarProp":[],"BaseAudioContext":["EventTarget"],"BaseComputedKeyframe":[],"BaseKeyframe":[],"BasePropertyIndexedKeyframe":[],"BasicCardRequest":[],"BasicCardResponse":[],"BasicCardType":[],"BatteryManager":["EventTarget"],"BeforeUnloadEvent":["Event"],"BinaryType":[],"BiquadFilterNode":["AudioNode","EventTarget"],"BiquadFilterOptions":[],"BiquadFilterType":[],"Blob":[],"BlobEvent":["Event"],"BlobEventInit":[],"BlobPropertyBag":[],"BlockParsingOptions":[],"Bluetooth":["EventTarget"],"BluetoothAdvertisingEvent":["Event"],"BluetoothAdvertisingEventInit":[],"BluetoothCharacteristicProperties":[],"BluetoothDataFilterInit":[],"BluetoothDevice":["EventTarget"],"BluetoothLeScanFilterInit":[],"BluetoothManufacturerDataMap":[],"BluetoothPermissionDescriptor":[],"BluetoothPermissionResult":["EventTarget","PermissionStatus"],"BluetoothPermissionStorage":[],"BluetoothRemoteGattCharacteristic":["EventTarget"],"BluetoothRemoteGattDescriptor":[],"BluetoothRemoteGattServer":[],"BluetoothRemoteGattService":["EventTarget"],"BluetoothServiceDataMap":[],"BluetoothUuid":[],"BoxQuadOptions":[],"BroadcastChannel":["EventTarget"],"BrowserElementDownloadOptions":[],"BrowserElementExecuteScriptOptions":[],"BrowserFeedWriter":[],"BrowserFindCaseSensitivity":[],"BrowserFindDirection":[],"ByteLengthQueuingStrategy":[],"Cache":[],"CacheBatchOperation":[],"CacheQueryOptions":[],"CacheStorage":[],"CacheStorageNamespace":[],"CanvasCaptureMediaStream":["EventTarget","MediaStream"],"CanvasCaptureMediaStreamTrack":["EventTarget","MediaStreamTrack"],"CanvasGradient":[],"CanvasPattern":[],"CanvasRenderingContext2d":[],"CanvasWindingRule":[],"CaretChangedReason":[],"CaretPosition":[],"CaretStateChangedEventInit":[],"CdataSection":["CharacterData","EventTarget","Node","Text"],"ChannelCountMode":[],"ChannelInterpretation":[],"ChannelMergerNode":["AudioNode","EventTarget"],"ChannelMergerOptions":[],"ChannelSplitterNode":["AudioNode","EventTarget"],"ChannelSplitterOptions":[],"CharacterData":["EventTarget","Node"],"CheckerboardReason":[],"CheckerboardReport":[],"CheckerboardReportService":[],"ChromeFilePropertyBag":[],"ChromeWorker":["EventTarget","Worker"],"Client":[],"ClientQueryOptions":[],"ClientRectsAndTexts":[],"ClientType":[],"Clients":[],"Clipboard":["EventTarget"],"ClipboardEvent":["Event"],"ClipboardEventInit":[],"ClipboardItem":[],"ClipboardItemOptions":[],"ClipboardPermissionDescriptor":[],"CloseEvent":["Event"],"CloseEventInit":[],"CodecState":[],"CollectedClientData":[],"ColorSpaceConversion":[],"Comment":["CharacterData","EventTarget","Node"],"CompositeOperation":[],"CompositionEvent":["Event","UiEvent"],"CompositionEventInit":[],"CompressionFormat":[],"CompressionStream":[],"ComputedEffectTiming":[],"ConnStatusDict":[],"ConnectionType":[],"ConsoleCounter":[],"ConsoleCounterError":[],"ConsoleEvent":[],"ConsoleInstance":[],"ConsoleInstanceOptions":[],"ConsoleLevel":[],"ConsoleLogLevel":[],"ConsoleProfileEvent":[],"ConsoleStackEntry":[],"ConsoleTimerError":[],"ConsoleTimerLogOrEnd":[],"ConsoleTimerStart":[],"ConstantSourceNode":["AudioNode","AudioScheduledSourceNode","EventTarget"],"ConstantSourceOptions":[],"ConstrainBooleanParameters":[],"ConstrainDomStringParameters":[],"ConstrainDoubleRange":[],"ConstrainLongRange":[],"ContextAttributes2d":[],"ConvertCoordinateOptions":[],"ConvolverNode":["AudioNode","EventTarget"],"ConvolverOptions":[],"Coordinates":[],"CountQueuingStrategy":[],"Credential":[],"CredentialCreationOptions":[],"CredentialRequestOptions":[],"CredentialsContainer":[],"Crypto":[],"CryptoKey":[],"CryptoKeyPair":[],"CssAnimation":["Animation","EventTarget"],"CssBoxType":[],"CssConditionRule":["CssGroupingRule","CssRule"],"CssCounterStyleRule":["CssRule"],"CssFontFaceRule":["CssRule"],"CssFontFeatureValuesRule":["CssRule"],"CssGroupingRule":["CssRule"],"CssImportRule":["CssRule"],"CssKeyframeRule":["CssRule"],"CssKeyframesRule":["CssRule"],"CssMediaRule":["CssConditionRule","CssGroupingRule","CssRule"],"CssNamespaceRule":["CssRule"],"CssPageRule":["CssRule"],"CssPseudoElement":[],"CssRule":[],"CssRuleList":[],"CssStyleDeclaration":[],"CssStyleRule":["CssRule"],"CssStyleSheet":["StyleSheet"],"CssStyleSheetParsingMode":[],"CssSupportsRule":["CssConditionRule","CssGroupingRule","CssRule"],"CssTransition":["Animation","EventTarget"],"CustomElementRegistry":[],"CustomEvent":["Event"],"CustomEventInit":[],"DataTransfer":[],"DataTransferItem":[],"DataTransferItemList":[],"DateTimeValue":[],"DecoderDoctorNotification":[],"DecoderDoctorNotificationType":[],"DecompressionStream":[],"DedicatedWorkerGlobalScope":["EventTarget","WorkerGlobalScope"],"DelayNode":["AudioNode","EventTarget"],"DelayOptions":[],"DeviceAcceleration":[],"DeviceAccelerationInit":[],"DeviceLightEvent":["Event"],"DeviceLightEventInit":[],"DeviceMotionEvent":["Event"],"DeviceMotionEventInit":[],"DeviceOrientationEvent":["Event"],"DeviceOrientationEventInit":[],"DeviceProximityEvent":["Event"],"DeviceProximityEventInit":[],"DeviceRotationRate":[],"DeviceRotationRateInit":[],"DhKeyDeriveParams":[],"DirectionSetting":[],"Directory":[],"DirectoryPickerOptions":[],"DisplayMediaStreamConstraints":[],"DisplayNameOptions":[],"DisplayNameResult":[],"DistanceModelType":[],"DnsCacheDict":[],"DnsCacheEntry":[],"DnsLookupDict":[],"Document":["EventTarget","Node"],"DocumentFragment":["EventTarget","Node"],"DocumentTimeline":["AnimationTimeline"],"DocumentTimelineOptions":[],"DocumentType":["EventTarget","Node"],"DomError":[],"DomException":[],"DomImplementation":[],"DomMatrix":["DomMatrixReadOnly"],"DomMatrix2dInit":[],"DomMatrixInit":[],"DomMatrixReadOnly":[],"DomParser":[],"DomPoint":["DomPointReadOnly"],"DomPointInit":[],"DomPointReadOnly":[],"DomQuad":[],"DomQuadInit":[],"DomQuadJson":[],"DomRect":["DomRectReadOnly"],"DomRectInit":[],"DomRectList":[],"DomRectReadOnly":[],"DomRequest":["EventTarget"],"DomRequestReadyState":[],"DomStringList":[],"DomStringMap":[],"DomTokenList":[],"DomWindowResizeEventDetail":[],"DragEvent":["Event","MouseEvent","UiEvent"],"DragEventInit":[],"DynamicsCompressorNode":["AudioNode","EventTarget"],"DynamicsCompressorOptions":[],"EcKeyAlgorithm":[],"EcKeyGenParams":[],"EcKeyImportParams":[],"EcdhKeyDeriveParams":[],"EcdsaParams":[],"EffectTiming":[],"Element":["EventTarget","Node"],"ElementCreationOptions":[],"ElementDefinitionOptions":[],"EncodedAudioChunk":[],"EncodedAudioChunkInit":[],"EncodedAudioChunkMetadata":[],"EncodedAudioChunkType":[],"EncodedVideoChunk":[],"EncodedVideoChunkInit":[],"EncodedVideoChunkMetadata":[],"EncodedVideoChunkType":[],"EndingTypes":[],"ErrorCallback":[],"ErrorEvent":["Event"],"ErrorEventInit":[],"Event":[],"EventInit":[],"EventListener":[],"EventListenerOptions":[],"EventModifierInit":[],"EventSource":["EventTarget"],"EventSourceInit":[],"EventTarget":[],"Exception":[],"ExtBlendMinmax":[],"ExtColorBufferFloat":[],"ExtColorBufferHalfFloat":[],"ExtDisjointTimerQuery":[],"ExtFragDepth":[],"ExtSRgb":[],"ExtShaderTextureLod":[],"ExtTextureFilterAnisotropic":[],"ExtTextureNorm16":[],"ExtendableEvent":["Event"],"ExtendableEventInit":[],"ExtendableMessageEvent":["Event","ExtendableEvent"],"ExtendableMessageEventInit":[],"External":[],"FakePluginMimeEntry":[],"FakePluginTagInit":[],"FetchEvent":["Event","ExtendableEvent"],"FetchEventInit":[],"FetchObserver":["EventTarget"],"FetchReadableStreamReadDataArray":[],"FetchReadableStreamReadDataDone":[],"FetchState":[],"File":["Blob"],"FileCallback":[],"FileList":[],"FilePickerAcceptType":[],"FilePickerOptions":[],"FilePropertyBag":[],"FileReader":["EventTarget"],"FileReaderSync":[],"FileSystem":[],"FileSystemCreateWritableOptions":[],"FileSystemDirectoryEntry":["FileSystemEntry"],"FileSystemDirectoryHandle":["FileSystemHandle"],"FileSystemDirectoryReader":[],"FileSystemEntriesCallback":[],"FileSystemEntry":[],"FileSystemEntryCallback":[],"FileSystemFileEntry":["FileSystemEntry"],"FileSystemFileHandle":["FileSystemHandle"],"FileSystemFlags":[],"FileSystemGetDirectoryOptions":[],"FileSystemGetFileOptions":[],"FileSystemHandle":[],"FileSystemHandleKind":[],"FileSystemHandlePermissionDescriptor":[],"FileSystemPermissionDescriptor":[],"FileSystemPermissionMode":[],"FileSystemReadWriteOptions":[],"FileSystemRemoveOptions":[],"FileSystemSyncAccessHandle":[],"FileSystemWritableFileStream":["WritableStream"],"FillMode":[],"FlashClassification":[],"FlowControlType":[],"FocusEvent":["Event","UiEvent"],"FocusEventInit":[],"FontData":[],"FontFace":[],"FontFaceDescriptors":[],"FontFaceLoadStatus":[],"FontFaceSet":["EventTarget"],"FontFaceSetIterator":[],"FontFaceSetIteratorResult":[],"FontFaceSetLoadEvent":["Event"],"FontFaceSetLoadEventInit":[],"FontFaceSetLoadStatus":[],"FormData":[],"FrameType":[],"FuzzingFunctions":[],"GainNode":["AudioNode","EventTarget"],"GainOptions":[],"Gamepad":[],"GamepadAxisMoveEvent":["Event","GamepadEvent"],"GamepadAxisMoveEventInit":[],"GamepadButton":[],"GamepadButtonEvent":["Event","GamepadEvent"],"GamepadButtonEventInit":[],"GamepadEvent":["Event"],"GamepadEventInit":[],"GamepadHand":[],"GamepadHapticActuator":[],"GamepadHapticActuatorType":[],"GamepadMappingType":[],"GamepadPose":[],"GamepadServiceTest":[],"Geolocation":[],"GetAnimationsOptions":[],"GetRootNodeOptions":[],"GetUserMediaRequest":[],"Gpu":[],"GpuAdapter":[],"GpuAdapterInfo":[],"GpuAddressMode":[],"GpuAutoLayoutMode":[],"GpuBindGroup":[],"GpuBindGroupDescriptor":[],"GpuBindGroupEntry":[],"GpuBindGroupLayout":[],"GpuBindGroupLayoutDescriptor":[],"GpuBindGroupLayoutEntry":[],"GpuBlendComponent":[],"GpuBlendFactor":[],"GpuBlendOperation":[],"GpuBlendState":[],"GpuBuffer":[],"GpuBufferBinding":[],"GpuBufferBindingLayout":[],"GpuBufferBindingType":[],"GpuBufferDescriptor":[],"GpuBufferMapState":[],"GpuCanvasAlphaMode":[],"GpuCanvasConfiguration":[],"GpuCanvasContext":[],"GpuColorDict":[],"GpuColorTargetState":[],"GpuCommandBuffer":[],"GpuCommandBufferDescriptor":[],"GpuCommandEncoder":[],"GpuCommandEncoderDescriptor":[],"GpuCompareFunction":[],"GpuCompilationInfo":[],"GpuCompilationMessage":[],"GpuCompilationMessageType":[],"GpuComputePassDescriptor":[],"GpuComputePassEncoder":[],"GpuComputePassTimestampWrites":[],"GpuComputePipeline":[],"GpuComputePipelineDescriptor":[],"GpuCullMode":[],"GpuDepthStencilState":[],"GpuDevice":["EventTarget"],"GpuDeviceDescriptor":[],"GpuDeviceLostInfo":[],"GpuDeviceLostReason":[],"GpuError":[],"GpuErrorFilter":[],"GpuExtent3dDict":[],"GpuExternalTexture":[],"GpuExternalTextureBindingLayout":[],"GpuExternalTextureDescriptor":[],"GpuFeatureName":[],"GpuFilterMode":[],"GpuFragmentState":[],"GpuFrontFace":[],"GpuImageCopyBuffer":[],"GpuImageCopyExternalImage":[],"GpuImageCopyTexture":[],"GpuImageCopyTextureTagged":[],"GpuImageDataLayout":[],"GpuIndexFormat":[],"GpuInternalError":["GpuError"],"GpuLoadOp":[],"GpuMipmapFilterMode":[],"GpuMultisampleState":[],"GpuObjectDescriptorBase":[],"GpuOrigin2dDict":[],"GpuOrigin3dDict":[],"GpuOutOfMemoryError":["GpuError"],"GpuPipelineDescriptorBase":[],"GpuPipelineError":["DomException"],"GpuPipelineErrorInit":[],"GpuPipelineErrorReason":[],"GpuPipelineLayout":[],"GpuPipelineLayoutDescriptor":[],"GpuPowerPreference":[],"GpuPrimitiveState":[],"GpuPrimitiveTopology":[],"GpuProgrammableStage":[],"GpuQuerySet":[],"GpuQuerySetDescriptor":[],"GpuQueryType":[],"GpuQueue":[],"GpuQueueDescriptor":[],"GpuRenderBundle":[],"GpuRenderBundleDescriptor":[],"GpuRenderBundleEncoder":[],"GpuRenderBundleEncoderDescriptor":[],"GpuRenderPassColorAttachment":[],"GpuRenderPassDepthStencilAttachment":[],"GpuRenderPassDescriptor":[],"GpuRenderPassEncoder":[],"GpuRenderPassLayout":[],"GpuRenderPassTimestampWrites":[],"GpuRenderPipeline":[],"GpuRenderPipelineDescriptor":[],"GpuRequestAdapterOptions":[],"GpuSampler":[],"GpuSamplerBindingLayout":[],"GpuSamplerBindingType":[],"GpuSamplerDescriptor":[],"GpuShaderModule":[],"GpuShaderModuleCompilationHint":[],"GpuShaderModuleDescriptor":[],"GpuStencilFaceState":[],"GpuStencilOperation":[],"GpuStorageTextureAccess":[],"GpuStorageTextureBindingLayout":[],"GpuStoreOp":[],"GpuSupportedFeatures":[],"GpuSupportedLimits":[],"GpuTexture":[],"GpuTextureAspect":[],"GpuTextureBindingLayout":[],"GpuTextureDescriptor":[],"GpuTextureDimension":[],"GpuTextureFormat":[],"GpuTextureSampleType":[],"GpuTextureView":[],"GpuTextureViewDescriptor":[],"GpuTextureViewDimension":[],"GpuUncapturedErrorEvent":["Event"],"GpuUncapturedErrorEventInit":[],"GpuValidationError":["GpuError"],"GpuVertexAttribute":[],"GpuVertexBufferLayout":[],"GpuVertexFormat":[],"GpuVertexState":[],"GpuVertexStepMode":[],"GroupedHistoryEventInit":[],"HalfOpenInfoDict":[],"HardwareAcceleration":[],"HashChangeEvent":["Event"],"HashChangeEventInit":[],"Headers":[],"HeadersGuardEnum":[],"Hid":["EventTarget"],"HidCollectionInfo":[],"HidConnectionEvent":["Event"],"HidConnectionEventInit":[],"HidDevice":["EventTarget"],"HidDeviceFilter":[],"HidDeviceRequestOptions":[],"HidInputReportEvent":["Event"],"HidInputReportEventInit":[],"HidReportInfo":[],"HidReportItem":[],"HidUnitSystem":[],"HiddenPluginEventInit":[],"History":[],"HitRegionOptions":[],"HkdfParams":[],"HmacDerivedKeyParams":[],"HmacImportParams":[],"HmacKeyAlgorithm":[],"HmacKeyGenParams":[],"HtmlAllCollection":[],"HtmlAnchorElement":["Element","EventTarget","HtmlElement","Node"],"HtmlAreaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlAudioElement":["Element","EventTarget","HtmlElement","HtmlMediaElement","Node"],"HtmlBaseElement":["Element","EventTarget","HtmlElement","Node"],"HtmlBodyElement":["Element","EventTarget","HtmlElement","Node"],"HtmlBrElement":["Element","EventTarget","HtmlElement","Node"],"HtmlButtonElement":["Element","EventTarget","HtmlElement","Node"],"HtmlCanvasElement":["Element","EventTarget","HtmlElement","Node"],"HtmlCollection":[],"HtmlDListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDataElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDataListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDetailsElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDialogElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDirectoryElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDivElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDocument":["Document","EventTarget","Node"],"HtmlElement":["Element","EventTarget","Node"],"HtmlEmbedElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFieldSetElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFontElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFormControlsCollection":["HtmlCollection"],"HtmlFormElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFrameElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFrameSetElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHeadElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHeadingElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHrElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHtmlElement":["Element","EventTarget","HtmlElement","Node"],"HtmlIFrameElement":["Element","EventTarget","HtmlElement","Node"],"HtmlImageElement":["Element","EventTarget","HtmlElement","Node"],"HtmlInputElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLabelElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLegendElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLiElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLinkElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMapElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMediaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMenuElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMenuItemElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMetaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMeterElement":["Element","EventTarget","HtmlElement","Node"],"HtmlModElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlObjectElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOptGroupElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOptionElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOptionsCollection":["HtmlCollection"],"HtmlOutputElement":["Element","EventTarget","HtmlElement","Node"],"HtmlParagraphElement":["Element","EventTarget","HtmlElement","Node"],"HtmlParamElement":["Element","EventTarget","HtmlElement","Node"],"HtmlPictureElement":["Element","EventTarget","HtmlElement","Node"],"HtmlPreElement":["Element","EventTarget","HtmlElement","Node"],"HtmlProgressElement":["Element","EventTarget","HtmlElement","Node"],"HtmlQuoteElement":["Element","EventTarget","HtmlElement","Node"],"HtmlScriptElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSelectElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSlotElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSourceElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSpanElement":["Element","EventTarget","HtmlElement","Node"],"HtmlStyleElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableCaptionElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableCellElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableColElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableRowElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableSectionElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTemplateElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTextAreaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTimeElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTitleElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTrackElement":["Element","EventTarget","HtmlElement","Node"],"HtmlUListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlUnknownElement":["Element","EventTarget","HtmlElement","Node"],"HtmlVideoElement":["Element","EventTarget","HtmlElement","HtmlMediaElement","Node"],"HttpConnDict":[],"HttpConnInfo":[],"HttpConnectionElement":[],"IdbCursor":[],"IdbCursorDirection":[],"IdbCursorWithValue":["IdbCursor"],"IdbDatabase":["EventTarget"],"IdbFactory":[],"IdbFileHandle":["EventTarget"],"IdbFileMetadataParameters":[],"IdbFileRequest":["DomRequest","EventTarget"],"IdbIndex":[],"IdbIndexParameters":[],"IdbKeyRange":[],"IdbLocaleAwareKeyRange":["IdbKeyRange"],"IdbMutableFile":["EventTarget"],"IdbObjectStore":[],"IdbObjectStoreParameters":[],"IdbOpenDbOptions":[],"IdbOpenDbRequest":["EventTarget","IdbRequest"],"IdbRequest":["EventTarget"],"IdbRequestReadyState":[],"IdbTransaction":["EventTarget"],"IdbTransactionMode":[],"IdbVersionChangeEvent":["Event"],"IdbVersionChangeEventInit":[],"IdleDeadline":[],"IdleRequestOptions":[],"IirFilterNode":["AudioNode","EventTarget"],"IirFilterOptions":[],"ImageBitmap":[],"ImageBitmapOptions":[],"ImageBitmapRenderingContext":[],"ImageCapture":[],"ImageCaptureError":[],"ImageCaptureErrorEvent":["Event"],"ImageCaptureErrorEventInit":[],"ImageData":[],"ImageDecodeOptions":[],"ImageDecodeResult":[],"ImageDecoder":[],"ImageDecoderInit":[],"ImageEncodeOptions":[],"ImageOrientation":[],"ImageTrack":["EventTarget"],"ImageTrackList":[],"InputEvent":["Event","UiEvent"],"InputEventInit":[],"IntersectionObserver":[],"IntersectionObserverEntry":[],"IntersectionObserverEntryInit":[],"IntersectionObserverInit":[],"IntlUtils":[],"IsInputPendingOptions":[],"IterableKeyAndValueResult":[],"IterableKeyOrValueResult":[],"IterationCompositeOperation":[],"JsonWebKey":[],"KeyAlgorithm":[],"KeyEvent":[],"KeyIdsInitData":[],"KeyboardEvent":["Event","UiEvent"],"KeyboardEventInit":[],"KeyframeAnimationOptions":[],"KeyframeEffect":["AnimationEffect"],"KeyframeEffectOptions":[],"L10nElement":[],"L10nValue":[],"LatencyMode":[],"LifecycleCallbacks":[],"LineAlignSetting":[],"ListBoxObject":[],"LocalMediaStream":["EventTarget","MediaStream"],"LocaleInfo":[],"Location":[],"Lock":[],"LockInfo":[],"LockManager":[],"LockManagerSnapshot":[],"LockMode":[],"LockOptions":[],"MediaCapabilities":[],"MediaCapabilitiesInfo":[],"MediaConfiguration":[],"MediaDecodingConfiguration":[],"MediaDecodingType":[],"MediaDeviceInfo":[],"MediaDeviceKind":[],"MediaDevices":["EventTarget"],"MediaElementAudioSourceNode":["AudioNode","EventTarget"],"MediaElementAudioSourceOptions":[],"MediaEncodingConfiguration":[],"MediaEncodingType":[],"MediaEncryptedEvent":["Event"],"MediaError":[],"MediaImage":[],"MediaKeyError":["Event"],"MediaKeyMessageEvent":["Event"],"MediaKeyMessageEventInit":[],"MediaKeyMessageType":[],"MediaKeyNeededEventInit":[],"MediaKeySession":["EventTarget"],"MediaKeySessionType":[],"MediaKeyStatus":[],"MediaKeyStatusMap":[],"MediaKeySystemAccess":[],"MediaKeySystemConfiguration":[],"MediaKeySystemMediaCapability":[],"MediaKeySystemStatus":[],"MediaKeys":[],"MediaKeysPolicy":[],"MediaKeysRequirement":[],"MediaList":[],"MediaMetadata":[],"MediaMetadataInit":[],"MediaPositionState":[],"MediaQueryList":["EventTarget"],"MediaQueryListEvent":["Event"],"MediaQueryListEventInit":[],"MediaRecorder":["EventTarget"],"MediaRecorderErrorEvent":["Event"],"MediaRecorderErrorEventInit":[],"MediaRecorderOptions":[],"MediaSession":[],"MediaSessionAction":[],"MediaSessionActionDetails":[],"MediaSessionPlaybackState":[],"MediaSource":["EventTarget"],"MediaSourceEndOfStreamError":[],"MediaSourceEnum":[],"MediaSourceReadyState":[],"MediaStream":["EventTarget"],"MediaStreamAudioDestinationNode":["AudioNode","EventTarget"],"MediaStreamAudioSourceNode":["AudioNode","EventTarget"],"MediaStreamAudioSourceOptions":[],"MediaStreamConstraints":[],"MediaStreamError":[],"MediaStreamEvent":["Event"],"MediaStreamEventInit":[],"MediaStreamTrack":["EventTarget"],"MediaStreamTrackEvent":["Event"],"MediaStreamTrackEventInit":[],"MediaStreamTrackGenerator":["EventTarget","MediaStreamTrack"],"MediaStreamTrackGeneratorInit":[],"MediaStreamTrackProcessor":[],"MediaStreamTrackProcessorInit":[],"MediaStreamTrackState":[],"MediaTrackConstraintSet":[],"MediaTrackConstraints":[],"MediaTrackSettings":[],"MediaTrackSupportedConstraints":[],"MemoryAttribution":[],"MemoryAttributionContainer":[],"MemoryBreakdownEntry":[],"MemoryMeasurement":[],"MessageChannel":[],"MessageEvent":["Event"],"MessageEventInit":[],"MessagePort":["EventTarget"],"MidiAccess":["EventTarget"],"MidiConnectionEvent":["Event"],"MidiConnectionEventInit":[],"MidiInput":["EventTarget","MidiPort"],"MidiInputMap":[],"MidiMessageEvent":["Event"],"MidiMessageEventInit":[],"MidiOptions":[],"MidiOutput":["EventTarget","MidiPort"],"MidiOutputMap":[],"MidiPort":["EventTarget"],"MidiPortConnectionState":[],"MidiPortDeviceState":[],"MidiPortType":[],"MimeType":[],"MimeTypeArray":[],"MouseEvent":["Event","UiEvent"],"MouseEventInit":[],"MouseScrollEvent":["Event","MouseEvent","UiEvent"],"MozDebug":[],"MutationEvent":["Event"],"MutationObserver":[],"MutationObserverInit":[],"MutationObservingInfo":[],"MutationRecord":[],"NamedNodeMap":[],"NativeOsFileReadOptions":[],"NativeOsFileWriteAtomicOptions":[],"NavigationType":[],"Navigator":[],"NavigatorAutomationInformation":[],"NetworkCommandOptions":[],"NetworkInformation":["EventTarget"],"NetworkResultOptions":[],"Node":["EventTarget"],"NodeFilter":[],"NodeIterator":[],"NodeList":[],"Notification":["EventTarget"],"NotificationAction":[],"NotificationDirection":[],"NotificationEvent":["Event","ExtendableEvent"],"NotificationEventInit":[],"NotificationOptions":[],"NotificationPermission":[],"ObserverCallback":[],"OesElementIndexUint":[],"OesStandardDerivatives":[],"OesTextureFloat":[],"OesTextureFloatLinear":[],"OesTextureHalfFloat":[],"OesTextureHalfFloatLinear":[],"OesVertexArrayObject":[],"OfflineAudioCompletionEvent":["Event"],"OfflineAudioCompletionEventInit":[],"OfflineAudioContext":["BaseAudioContext","EventTarget"],"OfflineAudioContextOptions":[],"OfflineResourceList":["EventTarget"],"OffscreenCanvas":["EventTarget"],"OffscreenCanvasRenderingContext2d":[],"OpenFilePickerOptions":[],"OpenWindowEventDetail":[],"OptionalEffectTiming":[],"OrientationLockType":[],"OrientationType":[],"OscillatorNode":["AudioNode","AudioScheduledSourceNode","EventTarget"],"OscillatorOptions":[],"OscillatorType":[],"OverSampleType":[],"OvrMultiview2":[],"PageTransitionEvent":["Event"],"PageTransitionEventInit":[],"PaintRequest":[],"PaintRequestList":[],"PaintWorkletGlobalScope":["WorkletGlobalScope"],"PannerNode":["AudioNode","EventTarget"],"PannerOptions":[],"PanningModelType":[],"ParityType":[],"Path2d":[],"PaymentAddress":[],"PaymentComplete":[],"PaymentMethodChangeEvent":["Event","PaymentRequestUpdateEvent"],"PaymentMethodChangeEventInit":[],"PaymentRequestUpdateEvent":["Event"],"PaymentRequestUpdateEventInit":[],"PaymentResponse":[],"Pbkdf2Params":[],"PcImplIceConnectionState":[],"PcImplIceGatheringState":[],"PcImplSignalingState":[],"PcObserverStateType":[],"Performance":["EventTarget"],"PerformanceEntry":[],"PerformanceEntryEventInit":[],"PerformanceEntryFilterOptions":[],"PerformanceMark":["PerformanceEntry"],"PerformanceMeasure":["PerformanceEntry"],"PerformanceNavigation":[],"PerformanceNavigationTiming":["PerformanceEntry","PerformanceResourceTiming"],"PerformanceObserver":[],"PerformanceObserverEntryList":[],"PerformanceObserverInit":[],"PerformanceResourceTiming":["PerformanceEntry"],"PerformanceServerTiming":[],"PerformanceTiming":[],"PeriodicWave":[],"PeriodicWaveConstraints":[],"PeriodicWaveOptions":[],"PermissionDescriptor":[],"PermissionName":[],"PermissionState":[],"PermissionStatus":["EventTarget"],"Permissions":[],"PlaneLayout":[],"PlaybackDirection":[],"Plugin":[],"PluginArray":[],"PluginCrashedEventInit":[],"PointerEvent":["Event","MouseEvent","UiEvent"],"PointerEventInit":[],"PopStateEvent":["Event"],"PopStateEventInit":[],"PopupBlockedEvent":["Event"],"PopupBlockedEventInit":[],"Position":[],"PositionAlignSetting":[],"PositionError":[],"PositionOptions":[],"PremultiplyAlpha":[],"Presentation":[],"PresentationAvailability":["EventTarget"],"PresentationConnection":["EventTarget"],"PresentationConnectionAvailableEvent":["Event"],"PresentationConnectionAvailableEventInit":[],"PresentationConnectionBinaryType":[],"PresentationConnectionCloseEvent":["Event"],"PresentationConnectionCloseEventInit":[],"PresentationConnectionClosedReason":[],"PresentationConnectionList":["EventTarget"],"PresentationConnectionState":[],"PresentationReceiver":[],"PresentationRequest":["EventTarget"],"PresentationStyle":[],"ProcessingInstruction":["CharacterData","EventTarget","Node"],"ProfileTimelineLayerRect":[],"ProfileTimelineMarker":[],"ProfileTimelineMessagePortOperationType":[],"ProfileTimelineStackFrame":[],"ProfileTimelineWorkerOperationType":[],"ProgressEvent":["Event"],"ProgressEventInit":[],"PromiseNativeHandler":[],"PromiseRejectionEvent":["Event"],"PromiseRejectionEventInit":[],"PublicKeyCredential":["Credential"],"PublicKeyCredentialCreationOptions":[],"PublicKeyCredentialDescriptor":[],"PublicKeyCredentialEntity":[],"PublicKeyCredentialParameters":[],"PublicKeyCredentialRequestOptions":[],"PublicKeyCredentialRpEntity":[],"PublicKeyCredentialType":[],"PublicKeyCredentialUserEntity":[],"PushEncryptionKeyName":[],"PushEvent":["Event","ExtendableEvent"],"PushEventInit":[],"PushManager":[],"PushMessageData":[],"PushPermissionState":[],"PushSubscription":[],"PushSubscriptionInit":[],"PushSubscriptionJson":[],"PushSubscriptionKeys":[],"PushSubscriptionOptions":[],"PushSubscriptionOptionsInit":[],"QueryOptions":[],"QueuingStrategy":[],"QueuingStrategyInit":[],"RadioNodeList":["NodeList"],"Range":[],"RcwnPerfStats":[],"RcwnStatus":[],"ReadableByteStreamController":[],"ReadableStream":[],"ReadableStreamByobReader":[],"ReadableStreamByobRequest":[],"ReadableStreamDefaultController":[],"ReadableStreamDefaultReader":[],"ReadableStreamGetReaderOptions":[],"ReadableStreamIteratorOptions":[],"ReadableStreamReadResult":[],"ReadableStreamReaderMode":[],"ReadableStreamType":[],"ReadableWritablePair":[],"RecordingState":[],"ReferrerPolicy":[],"RegisterRequest":[],"RegisterResponse":[],"RegisteredKey":[],"RegistrationOptions":[],"Request":[],"RequestCache":[],"RequestCredentials":[],"RequestDestination":[],"RequestDeviceOptions":[],"RequestInit":[],"RequestMediaKeySystemAccessNotification":[],"RequestMode":[],"RequestRedirect":[],"ResizeObserver":[],"ResizeObserverBoxOptions":[],"ResizeObserverEntry":[],"ResizeObserverOptions":[],"ResizeObserverSize":[],"ResizeQuality":[],"Response":[],"ResponseInit":[],"ResponseType":[],"RsaHashedImportParams":[],"RsaOaepParams":[],"RsaOtherPrimesInfo":[],"RsaPssParams":[],"RtcAnswerOptions":[],"RtcBundlePolicy":[],"RtcCertificate":[],"RtcCertificateExpiration":[],"RtcCodecStats":[],"RtcConfiguration":[],"RtcDataChannel":["EventTarget"],"RtcDataChannelEvent":["Event"],"RtcDataChannelEventInit":[],"RtcDataChannelInit":[],"RtcDataChannelState":[],"RtcDataChannelType":[],"RtcDegradationPreference":[],"RtcFecParameters":[],"RtcIceCandidate":[],"RtcIceCandidateInit":[],"RtcIceCandidatePairStats":[],"RtcIceCandidateStats":[],"RtcIceComponentStats":[],"RtcIceConnectionState":[],"RtcIceCredentialType":[],"RtcIceGatheringState":[],"RtcIceServer":[],"RtcIceTransportPolicy":[],"RtcIdentityAssertion":[],"RtcIdentityAssertionResult":[],"RtcIdentityProvider":[],"RtcIdentityProviderDetails":[],"RtcIdentityProviderOptions":[],"RtcIdentityProviderRegistrar":[],"RtcIdentityValidationResult":[],"RtcInboundRtpStreamStats":[],"RtcMediaStreamStats":[],"RtcMediaStreamTrackStats":[],"RtcOfferAnswerOptions":[],"RtcOfferOptions":[],"RtcOutboundRtpStreamStats":[],"RtcPeerConnection":["EventTarget"],"RtcPeerConnectionIceErrorEvent":["Event"],"RtcPeerConnectionIceEvent":["Event"],"RtcPeerConnectionIceEventInit":[],"RtcPeerConnectionState":[],"RtcPriorityType":[],"RtcRtcpParameters":[],"RtcRtpCapabilities":[],"RtcRtpCodecCapability":[],"RtcRtpCodecParameters":[],"RtcRtpContributingSource":[],"RtcRtpEncodingParameters":[],"RtcRtpHeaderExtensionCapability":[],"RtcRtpHeaderExtensionParameters":[],"RtcRtpParameters":[],"RtcRtpReceiver":[],"RtcRtpSender":[],"RtcRtpSourceEntry":[],"RtcRtpSourceEntryType":[],"RtcRtpSynchronizationSource":[],"RtcRtpTransceiver":[],"RtcRtpTransceiverDirection":[],"RtcRtpTransceiverInit":[],"RtcRtxParameters":[],"RtcSdpType":[],"RtcSessionDescription":[],"RtcSessionDescriptionInit":[],"RtcSignalingState":[],"RtcStats":[],"RtcStatsIceCandidatePairState":[],"RtcStatsIceCandidateType":[],"RtcStatsReport":[],"RtcStatsReportInternal":[],"RtcStatsType":[],"RtcTrackEvent":["Event"],"RtcTrackEventInit":[],"RtcTransportStats":[],"RtcdtmfSender":["EventTarget"],"RtcdtmfToneChangeEvent":["Event"],"RtcdtmfToneChangeEventInit":[],"RtcrtpContributingSourceStats":[],"RtcrtpStreamStats":[],"SaveFilePickerOptions":[],"Scheduler":[],"SchedulerPostTaskOptions":[],"Scheduling":[],"Screen":["EventTarget"],"ScreenColorGamut":[],"ScreenLuminance":[],"ScreenOrientation":["EventTarget"],"ScriptProcessorNode":["AudioNode","EventTarget"],"ScrollAreaEvent":["Event","UiEvent"],"ScrollBehavior":[],"ScrollBoxObject":[],"ScrollIntoViewOptions":[],"ScrollLogicalPosition":[],"ScrollOptions":[],"ScrollRestoration":[],"ScrollSetting":[],"ScrollState":[],"ScrollToOptions":[],"ScrollViewChangeEventInit":[],"SecurityPolicyViolationEvent":["Event"],"SecurityPolicyViolationEventDisposition":[],"SecurityPolicyViolationEventInit":[],"Selection":[],"SelectionMode":[],"Serial":["EventTarget"],"SerialInputSignals":[],"SerialOptions":[],"SerialOutputSignals":[],"SerialPort":["EventTarget"],"SerialPortFilter":[],"SerialPortInfo":[],"SerialPortRequestOptions":[],"ServerSocketOptions":[],"ServiceWorker":["EventTarget"],"ServiceWorkerContainer":["EventTarget"],"ServiceWorkerGlobalScope":["EventTarget","WorkerGlobalScope"],"ServiceWorkerRegistration":["EventTarget"],"ServiceWorkerState":[],"ServiceWorkerUpdateViaCache":[],"ShadowRoot":["DocumentFragment","EventTarget","Node"],"ShadowRootInit":[],"ShadowRootMode":[],"ShareData":[],"SharedWorker":["EventTarget"],"SharedWorkerGlobalScope":["EventTarget","WorkerGlobalScope"],"SignResponse":[],"SocketElement":[],"SocketOptions":[],"SocketReadyState":[],"SocketsDict":[],"SourceBuffer":["EventTarget"],"SourceBufferAppendMode":[],"SourceBufferList":["EventTarget"],"SpeechGrammar":[],"SpeechGrammarList":[],"SpeechRecognition":["EventTarget"],"SpeechRecognitionAlternative":[],"SpeechRecognitionError":["Event"],"SpeechRecognitionErrorCode":[],"SpeechRecognitionErrorInit":[],"SpeechRecognitionEvent":["Event"],"SpeechRecognitionEventInit":[],"SpeechRecognitionResult":[],"SpeechRecognitionResultList":[],"SpeechSynthesis":["EventTarget"],"SpeechSynthesisErrorCode":[],"SpeechSynthesisErrorEvent":["Event","SpeechSynthesisEvent"],"SpeechSynthesisErrorEventInit":[],"SpeechSynthesisEvent":["Event"],"SpeechSynthesisEventInit":[],"SpeechSynthesisUtterance":["EventTarget"],"SpeechSynthesisVoice":[],"StereoPannerNode":["AudioNode","EventTarget"],"StereoPannerOptions":[],"Storage":[],"StorageEstimate":[],"StorageEvent":["Event"],"StorageEventInit":[],"StorageManager":[],"StorageType":[],"StreamPipeOptions":[],"StyleRuleChangeEventInit":[],"StyleSheet":[],"StyleSheetApplicableStateChangeEventInit":[],"StyleSheetChangeEventInit":[],"StyleSheetList":[],"SubmitEvent":["Event"],"SubmitEventInit":[],"SubtleCrypto":[],"SupportedType":[],"SvcOutputMetadata":[],"SvgAngle":[],"SvgAnimateElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgAnimateMotionElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgAnimateTransformElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgAnimatedAngle":[],"SvgAnimatedBoolean":[],"SvgAnimatedEnumeration":[],"SvgAnimatedInteger":[],"SvgAnimatedLength":[],"SvgAnimatedLengthList":[],"SvgAnimatedNumber":[],"SvgAnimatedNumberList":[],"SvgAnimatedPreserveAspectRatio":[],"SvgAnimatedRect":[],"SvgAnimatedString":[],"SvgAnimatedTransformList":[],"SvgAnimationElement":["Element","EventTarget","Node","SvgElement"],"SvgBoundingBoxOptions":[],"SvgCircleElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgClipPathElement":["Element","EventTarget","Node","SvgElement"],"SvgComponentTransferFunctionElement":["Element","EventTarget","Node","SvgElement"],"SvgDefsElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgDescElement":["Element","EventTarget","Node","SvgElement"],"SvgElement":["Element","EventTarget","Node"],"SvgEllipseElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgFilterElement":["Element","EventTarget","Node","SvgElement"],"SvgForeignObjectElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgGeometryElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgGradientElement":["Element","EventTarget","Node","SvgElement"],"SvgGraphicsElement":["Element","EventTarget","Node","SvgElement"],"SvgImageElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgLength":[],"SvgLengthList":[],"SvgLineElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgLinearGradientElement":["Element","EventTarget","Node","SvgElement","SvgGradientElement"],"SvgMarkerElement":["Element","EventTarget","Node","SvgElement"],"SvgMaskElement":["Element","EventTarget","Node","SvgElement"],"SvgMatrix":[],"SvgMetadataElement":["Element","EventTarget","Node","SvgElement"],"SvgNumber":[],"SvgNumberList":[],"SvgPathElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgPathSeg":[],"SvgPathSegArcAbs":["SvgPathSeg"],"SvgPathSegArcRel":["SvgPathSeg"],"SvgPathSegClosePath":["SvgPathSeg"],"SvgPathSegCurvetoCubicAbs":["SvgPathSeg"],"SvgPathSegCurvetoCubicRel":["SvgPathSeg"],"SvgPathSegCurvetoCubicSmoothAbs":["SvgPathSeg"],"SvgPathSegCurvetoCubicSmoothRel":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticAbs":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticRel":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticSmoothAbs":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticSmoothRel":["SvgPathSeg"],"SvgPathSegLinetoAbs":["SvgPathSeg"],"SvgPathSegLinetoHorizontalAbs":["SvgPathSeg"],"SvgPathSegLinetoHorizontalRel":["SvgPathSeg"],"SvgPathSegLinetoRel":["SvgPathSeg"],"SvgPathSegLinetoVerticalAbs":["SvgPathSeg"],"SvgPathSegLinetoVerticalRel":["SvgPathSeg"],"SvgPathSegList":[],"SvgPathSegMovetoAbs":["SvgPathSeg"],"SvgPathSegMovetoRel":["SvgPathSeg"],"SvgPatternElement":["Element","EventTarget","Node","SvgElement"],"SvgPoint":[],"SvgPointList":[],"SvgPolygonElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgPolylineElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgPreserveAspectRatio":[],"SvgRadialGradientElement":["Element","EventTarget","Node","SvgElement","SvgGradientElement"],"SvgRect":[],"SvgRectElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgScriptElement":["Element","EventTarget","Node","SvgElement"],"SvgSetElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgStopElement":["Element","EventTarget","Node","SvgElement"],"SvgStringList":[],"SvgStyleElement":["Element","EventTarget","Node","SvgElement"],"SvgSwitchElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgSymbolElement":["Element","EventTarget","Node","SvgElement"],"SvgTextContentElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgTextElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement","SvgTextPositioningElement"],"SvgTextPathElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement"],"SvgTextPositioningElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement"],"SvgTitleElement":["Element","EventTarget","Node","SvgElement"],"SvgTransform":[],"SvgTransformList":[],"SvgUnitTypes":[],"SvgUseElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgViewElement":["Element","EventTarget","Node","SvgElement"],"SvgZoomAndPan":[],"SvgaElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgfeBlendElement":["Element","EventTarget","Node","SvgElement"],"SvgfeColorMatrixElement":["Element","EventTarget","Node","SvgElement"],"SvgfeComponentTransferElement":["Element","EventTarget","Node","SvgElement"],"SvgfeCompositeElement":["Element","EventTarget","Node","SvgElement"],"SvgfeConvolveMatrixElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDiffuseLightingElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDisplacementMapElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDistantLightElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDropShadowElement":["Element","EventTarget","Node","SvgElement"],"SvgfeFloodElement":["Element","EventTarget","Node","SvgElement"],"SvgfeFuncAElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeFuncBElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeFuncGElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeFuncRElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeGaussianBlurElement":["Element","EventTarget","Node","SvgElement"],"SvgfeImageElement":["Element","EventTarget","Node","SvgElement"],"SvgfeMergeElement":["Element","EventTarget","Node","SvgElement"],"SvgfeMergeNodeElement":["Element","EventTarget","Node","SvgElement"],"SvgfeMorphologyElement":["Element","EventTarget","Node","SvgElement"],"SvgfeOffsetElement":["Element","EventTarget","Node","SvgElement"],"SvgfePointLightElement":["Element","EventTarget","Node","SvgElement"],"SvgfeSpecularLightingElement":["Element","EventTarget","Node","SvgElement"],"SvgfeSpotLightElement":["Element","EventTarget","Node","SvgElement"],"SvgfeTileElement":["Element","EventTarget","Node","SvgElement"],"SvgfeTurbulenceElement":["Element","EventTarget","Node","SvgElement"],"SvggElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgmPathElement":["Element","EventTarget","Node","SvgElement"],"SvgsvgElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgtSpanElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement","SvgTextPositioningElement"],"TaskController":["AbortController"],"TaskControllerInit":[],"TaskPriority":[],"TaskPriorityChangeEvent":["Event"],"TaskPriorityChangeEventInit":[],"TaskSignal":["AbortSignal","EventTarget"],"TaskSignalAnyInit":[],"TcpReadyState":[],"TcpServerSocket":["EventTarget"],"TcpServerSocketEvent":["Event"],"TcpServerSocketEventInit":[],"TcpSocket":["EventTarget"],"TcpSocketBinaryType":[],"TcpSocketErrorEvent":["Event"],"TcpSocketErrorEventInit":[],"TcpSocketEvent":["Event"],"TcpSocketEventInit":[],"Text":["CharacterData","EventTarget","Node"],"TextDecodeOptions":[],"TextDecoder":[],"TextDecoderOptions":[],"TextEncoder":[],"TextMetrics":[],"TextTrack":["EventTarget"],"TextTrackCue":["EventTarget"],"TextTrackCueList":[],"TextTrackKind":[],"TextTrackList":["EventTarget"],"TextTrackMode":[],"TimeEvent":["Event"],"TimeRanges":[],"Touch":[],"TouchEvent":["Event","UiEvent"],"TouchEventInit":[],"TouchInit":[],"TouchList":[],"TrackEvent":["Event"],"TrackEventInit":[],"TransformStream":[],"TransformStreamDefaultController":[],"Transformer":[],"TransitionEvent":["Event"],"TransitionEventInit":[],"Transport":[],"TreeBoxObject":[],"TreeCellInfo":[],"TreeView":[],"TreeWalker":[],"U2f":[],"U2fClientData":[],"UdpMessageEventInit":[],"UdpOptions":[],"UiEvent":["Event"],"UiEventInit":[],"UnderlyingSink":[],"UnderlyingSource":[],"Url":[],"UrlSearchParams":[],"Usb":["EventTarget"],"UsbAlternateInterface":[],"UsbConfiguration":[],"UsbConnectionEvent":["Event"],"UsbConnectionEventInit":[],"UsbControlTransferParameters":[],"UsbDevice":[],"UsbDeviceFilter":[],"UsbDeviceRequestOptions":[],"UsbDirection":[],"UsbEndpoint":[],"UsbEndpointType":[],"UsbInTransferResult":[],"UsbInterface":[],"UsbIsochronousInTransferPacket":[],"UsbIsochronousInTransferResult":[],"UsbIsochronousOutTransferPacket":[],"UsbIsochronousOutTransferResult":[],"UsbOutTransferResult":[],"UsbPermissionDescriptor":[],"UsbPermissionResult":["EventTarget","PermissionStatus"],"UsbPermissionStorage":[],"UsbRecipient":[],"UsbRequestType":[],"UsbTransferStatus":[],"UserActivation":[],"UserProximityEvent":["Event"],"UserProximityEventInit":[],"UserVerificationRequirement":[],"ValidityState":[],"ValueEvent":["Event"],"ValueEventInit":[],"VideoColorPrimaries":[],"VideoColorSpace":[],"VideoColorSpaceInit":[],"VideoConfiguration":[],"VideoDecoder":[],"VideoDecoderConfig":[],"VideoDecoderInit":[],"VideoDecoderSupport":[],"VideoEncoder":[],"VideoEncoderConfig":[],"VideoEncoderEncodeOptions":[],"VideoEncoderInit":[],"VideoEncoderSupport":[],"VideoFacingModeEnum":[],"VideoFrame":[],"VideoFrameBufferInit":[],"VideoFrameCopyToOptions":[],"VideoFrameInit":[],"VideoMatrixCoefficients":[],"VideoPixelFormat":[],"VideoPlaybackQuality":[],"VideoStreamTrack":["EventTarget","MediaStreamTrack"],"VideoTrack":[],"VideoTrackList":["EventTarget"],"VideoTransferCharacteristics":[],"ViewTransition":[],"VisibilityState":[],"VoidCallback":[],"VrDisplay":["EventTarget"],"VrDisplayCapabilities":[],"VrEye":[],"VrEyeParameters":[],"VrFieldOfView":[],"VrFrameData":[],"VrLayer":[],"VrMockController":[],"VrMockDisplay":[],"VrPose":[],"VrServiceTest":[],"VrStageParameters":[],"VrSubmitFrameResult":[],"VttCue":["EventTarget","TextTrackCue"],"VttRegion":[],"WakeLock":[],"WakeLockSentinel":["EventTarget"],"WakeLockType":[],"WatchAdvertisementsOptions":[],"WaveShaperNode":["AudioNode","EventTarget"],"WaveShaperOptions":[],"WebGl2RenderingContext":[],"WebGlActiveInfo":[],"WebGlBuffer":[],"WebGlContextAttributes":[],"WebGlContextEvent":["Event"],"WebGlContextEventInit":[],"WebGlFramebuffer":[],"WebGlPowerPreference":[],"WebGlProgram":[],"WebGlQuery":[],"WebGlRenderbuffer":[],"WebGlRenderingContext":[],"WebGlSampler":[],"WebGlShader":[],"WebGlShaderPrecisionFormat":[],"WebGlSync":[],"WebGlTexture":[],"WebGlTransformFeedback":[],"WebGlUniformLocation":[],"WebGlVertexArrayObject":[],"WebKitCssMatrix":["DomMatrix","DomMatrixReadOnly"],"WebSocket":["EventTarget"],"WebSocketDict":[],"WebSocketElement":[],"WebTransport":[],"WebTransportBidirectionalStream":[],"WebTransportCloseInfo":[],"WebTransportCongestionControl":[],"WebTransportDatagramDuplexStream":[],"WebTransportDatagramStats":[],"WebTransportError":["DomException"],"WebTransportErrorOptions":[],"WebTransportErrorSource":[],"WebTransportHash":[],"WebTransportOptions":[],"WebTransportReceiveStream":["ReadableStream"],"WebTransportReceiveStreamStats":[],"WebTransportReliabilityMode":[],"WebTransportSendStream":["WritableStream"],"WebTransportSendStreamOptions":[],"WebTransportSendStreamStats":[],"WebTransportStats":[],"WebglColorBufferFloat":[],"WebglCompressedTextureAstc":[],"WebglCompressedTextureAtc":[],"WebglCompressedTextureEtc":[],"WebglCompressedTextureEtc1":[],"WebglCompressedTexturePvrtc":[],"WebglCompressedTextureS3tc":[],"WebglCompressedTextureS3tcSrgb":[],"WebglDebugRendererInfo":[],"WebglDebugShaders":[],"WebglDepthTexture":[],"WebglDrawBuffers":[],"WebglLoseContext":[],"WebglMultiDraw":[],"WellKnownDirectory":[],"WgslLanguageFeatures":[],"WheelEvent":["Event","MouseEvent","UiEvent"],"WheelEventInit":[],"WidevineCdmManifest":[],"Window":["EventTarget"],"WindowClient":["Client"],"Worker":["EventTarget"],"WorkerDebuggerGlobalScope":["EventTarget"],"WorkerGlobalScope":["EventTarget"],"WorkerLocation":[],"WorkerNavigator":[],"WorkerOptions":[],"WorkerType":[],"Worklet":[],"WorkletGlobalScope":[],"WorkletOptions":[],"WritableStream":[],"WritableStreamDefaultController":[],"WritableStreamDefaultWriter":[],"WriteCommandType":[],"WriteParams":[],"XPathExpression":[],"XPathNsResolver":[],"XPathResult":[],"XmlDocument":["Document","EventTarget","Node"],"XmlHttpRequest":["EventTarget","XmlHttpRequestEventTarget"],"XmlHttpRequestEventTarget":["EventTarget"],"XmlHttpRequestResponseType":[],"XmlHttpRequestUpload":["EventTarget","XmlHttpRequestEventTarget"],"XmlSerializer":[],"XrBoundedReferenceSpace":["EventTarget","XrReferenceSpace","XrSpace"],"XrEye":[],"XrFrame":[],"XrHand":[],"XrHandJoint":[],"XrHandedness":[],"XrInputSource":[],"XrInputSourceArray":[],"XrInputSourceEvent":["Event"],"XrInputSourceEventInit":[],"XrInputSourcesChangeEvent":["Event"],"XrInputSourcesChangeEventInit":[],"XrJointPose":["XrPose"],"XrJointSpace":["EventTarget","XrSpace"],"XrLayer":["EventTarget"],"XrPermissionDescriptor":[],"XrPermissionStatus":["EventTarget","PermissionStatus"],"XrPose":[],"XrReferenceSpace":["EventTarget","XrSpace"],"XrReferenceSpaceEvent":["Event"],"XrReferenceSpaceEventInit":[],"XrReferenceSpaceType":[],"XrRenderState":[],"XrRenderStateInit":[],"XrRigidTransform":[],"XrSession":["EventTarget"],"XrSessionEvent":["Event"],"XrSessionEventInit":[],"XrSessionInit":[],"XrSessionMode":[],"XrSessionSupportedPermissionDescriptor":[],"XrSpace":["EventTarget"],"XrSystem":["EventTarget"],"XrTargetRayMode":[],"XrView":[],"XrViewerPose":["XrPose"],"XrViewport":[],"XrVisibilityState":[],"XrWebGlLayer":["EventTarget","XrLayer"],"XrWebGlLayerInit":[],"XsltProcessor":[],"console":[],"css":[],"gpu_buffer_usage":[],"gpu_color_write":[],"gpu_map_mode":[],"gpu_shader_stage":[],"gpu_texture_usage":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/Cargo.toml","categories":[],"keywords":[],"readme":"./README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys","homepage":"https://rustwasm.github.io/wasm-bindgen/web-sys/index.html","documentation":"https://rustwasm.github.io/wasm-bindgen/api/web_sys/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg=web_sys_unstable_apis"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"cfg-expr","version":"0.15.8","authors":["Embark ","Jake Shadle "],"id":"registry+https://github.com/rust-lang/crates.io-index#cfg-expr@0.15.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A parser and evaluator for Rust `cfg()` expressions.","dependencies":[{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"target-lexicon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.11","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"similar-asserts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cfg-expr","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"eval","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/examples/eval.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"eval","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/tests/eval.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lexer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/tests/lexer.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"parser","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/tests/parser.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"target-lexicon":["dep:target-lexicon"],"targets":["target-lexicon"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/Cargo.toml","categories":["parser-implementations"],"keywords":["cargo","rustc","cfg"],"readme":"README.md","repository":"https://github.com/EmbarkStudios/cfg-expr","homepage":"https://github.com/EmbarkStudios/cfg-expr","documentation":"https://docs.rs/cfg-expr","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"downcast-rs","version":"1.2.1","authors":["Ashish Myles ","Runji Wang "],"id":"registry+https://github.com/rust-lang/crates.io-index#downcast-rs@1.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Trait object downcasting support using only safe Rust. It supports type\nparameters, associated types, and type constraints.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"downcast-rs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-rs-1.2.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"import_via_macro_use","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-rs-1.2.1/tests/import_via_macro_use.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"use_via_namespace","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-rs-1.2.1/tests/use_via_namespace.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-rs-1.2.1/Cargo.toml","categories":[],"keywords":["downcast","any","trait","associated","no_std"],"readme":"README.md","repository":"https://github.com/marcianx/downcast-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"block-buffer","version":"0.10.4","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Buffer type for block processing of data","dependencies":[{"name":"generic-array","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"block-buffer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"mod","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/tests/mod.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/Cargo.toml","categories":["cryptography","no-std"],"keywords":["block","buffer"],"readme":"README.md","repository":"https://github.com/RustCrypto/utils","homepage":null,"documentation":"https://docs.rs/block-buffer","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"cpufeatures","version":"0.2.12","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.12","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, \nwith no_std support and support for mobile targets including Android and iOS\n","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-linux-android","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cpufeatures","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"aarch64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/tests/aarch64.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"loongarch64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/tests/loongarch64.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"x86","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/tests/x86.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/Cargo.toml","categories":["hardware-support","no-std"],"keywords":["cpuid","target-feature"],"readme":"README.md","repository":"https://github.com/RustCrypto/utils","homepage":null,"documentation":"https://docs.rs/cpufeatures","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"crypto-common","version":"0.1.6","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common cryptographic traits","dependencies":[{"name":"generic-array","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.4","kind":"normal","optional":false,"uses_default_features":true,"features":["more_lengths"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"typenum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crypto-common","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"getrandom":["rand_core/getrandom"],"rand_core":["dep:rand_core"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/Cargo.toml","categories":["cryptography","no-std"],"keywords":["crypto","traits"],"readme":"README.md","repository":"https://github.com/RustCrypto/traits","homepage":null,"documentation":"https://docs.rs/crypto-common","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"digest","version":"0.10.7","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Traits for cryptographic hash functions and message authentication codes","dependencies":[{"name":"blobby","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"block-buffer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"const-oid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crypto-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"subtle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"digest","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"blobby":["dep:blobby"],"block-buffer":["dep:block-buffer"],"const-oid":["dep:const-oid"],"core-api":["block-buffer"],"default":["core-api"],"dev":["blobby"],"mac":["subtle"],"oid":["const-oid"],"rand_core":["crypto-common/rand_core"],"std":["alloc","crypto-common/std"],"subtle":["dep:subtle"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/Cargo.toml","categories":["cryptography","no-std"],"keywords":["digest","crypto","hash"],"readme":"README.md","repository":"https://github.com/RustCrypto/traits","homepage":null,"documentation":"https://docs.rs/digest","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"sha1","version":"0.10.6","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#sha1@0.10.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"SHA-1 hash function","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"digest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"digest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.7","kind":"dev","optional":false,"uses_default_features":true,"features":["dev"],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex-literal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cpufeatures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))","rename":null,"registry":null,"path":null},{"name":"sha1-asm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"sha1","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"mod","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/tests/mod.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mod","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/benches/mod.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"asm":["sha1-asm"],"compress":[],"default":["std"],"force-soft":[],"loongarch64_asm":[],"oid":["digest/oid"],"sha1-asm":["dep:sha1-asm"],"std":["digest/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/Cargo.toml","categories":["cryptography","no-std"],"keywords":["crypto","sha1","hash","digest"],"readme":"README.md","repository":"https://github.com/RustCrypto/hashes","homepage":null,"documentation":"https://docs.rs/sha1","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nCopyright (c) 2015-2022 Amod Malviya\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"webbrowser","version":"1.0.1","authors":["Amod Malviya @amodm"],"id":"registry+https://github.com/rust-lang/crates.io-index#webbrowser@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Open URLs in web browsers available on a platform","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"url","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"actix-files","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"actix-web","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serial_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"urlencoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"home","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"aix\", target_os = \"linux\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"haiku\", target_os = \"illumos\"))","rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"ios\", target_os = \"tvos\", target_os = \"visionos\"))","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"ios\", target_os = \"tvos\", target_os = \"visionos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSDictionary","NSString","NSURL"],"target":"cfg(any(target_os = \"ios\", target_os = \"tvos\", target_os = \"visionos\"))","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":["Window"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"jni","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"ndk-context","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"ndk-glue","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.3, <=0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"webbrowser","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"common","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.1/tests/common.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_android","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.1/tests/test_android.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_ios","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.1/tests/test_ios.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_macos","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.1/tests/test_macos.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_unix","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.1/tests/test_unix.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.1/tests/test_wasm.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_windows","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.1/tests/test_windows.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"disable-wsl":[],"hardened":[],"wasm-console":["web-sys/console"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.1/Cargo.toml","categories":[],"keywords":["webbrowser","browser"],"readme":"README.md","repository":"https://github.com/amodm/webbrowser-rs","homepage":"https://github.com/amodm/webbrowser-rs","documentation":"https://docs.rs/webbrowser","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n https://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"rand","version":"0.8.5","authors":["The Rand Project Developers","The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Random number generators and other randomness functionality.\n","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"packed_simd_2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"normal","optional":true,"uses_default_features":true,"features":["into_bits"],"target":null,"rename":"packed_simd","registry":null,"path":null},{"name":"rand_chacha","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_pcg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.22","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rand","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":["rand_core/alloc"],"default":["std","std_rng"],"getrandom":["rand_core/getrandom"],"libc":["dep:libc"],"log":["dep:log"],"min_const_gen":[],"nightly":[],"packed_simd":["dep:packed_simd"],"rand_chacha":["dep:rand_chacha"],"serde":["dep:serde"],"serde1":["serde","rand_core/serde1"],"simd_support":["packed_simd"],"small_rng":[],"std":["rand_core/std","rand_chacha/std","alloc","getrandom","libc"],"std_rng":["rand_chacha"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/Cargo.toml","categories":["algorithms","no-std"],"keywords":["random","rng"],"readme":"README.md","repository":"https://github.com/rust-random/rand","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"]}},"playground":{"features":["small_rng","serde1"]}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n https://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"rand_core","version":"0.6.4","authors":["The Rand Project Developers","The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Core random number generator traits and tools for implementation.\n","dependencies":[{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rand_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"getrandom":["dep:getrandom"],"serde":["dep:serde"],"serde1":["serde"],"std":["alloc","getrandom","getrandom/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/Cargo.toml","categories":["algorithms","no-std"],"keywords":["random","rng"],"readme":"README.md","repository":"https://github.com/rust-random/rand","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand_core","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"]}},"playground":{"all-features":true}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n https://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"getrandom","version":"0.2.15","authors":["The Rand Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A small cross-platform library for retrieving random data from system source","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.62","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"wasi\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.154","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"getrandom","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"custom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/tests/custom.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"normal","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/tests/normal.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"rdrand","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/tests/rdrand.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"buffer","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/benches/buffer.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"custom":[],"js":["wasm-bindgen","js-sys"],"js-sys":["dep:js-sys"],"linux_disable_fallback":[],"rdrand":[],"rustc-dep-of-std":["compiler_builtins","core","libc/rustc-dep-of-std","wasi/rustc-dep-of-std"],"std":[],"test-in-browser":[],"wasm-bindgen":["dep:wasm-bindgen"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/Cargo.toml","categories":["os","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-random/getrandom","homepage":null,"documentation":"https://docs.rs/getrandom","edition":"2018","metadata":{"cross":{"target":{"x86_64-unknown-netbsd":{"pre-build":["mkdir -p /tmp/netbsd","curl https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O","tar -C /tmp/netbsd -xJf base.tar.xz","cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib","rm base.tar.xz","rm -rf /tmp/netbsd"]}}},"docs":{"rs":{"features":["std","custom"],"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"rand_chacha","version":"0.3.1","authors":["The Rand Project Developers","The Rust Project Developers","The CryptoCorrosion Contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"ChaCha random number generator\n","dependencies":[{"name":"ppv-lite86","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":false,"uses_default_features":false,"features":["simd"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rand_chacha","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"serde":["dep:serde"],"serde1":["serde"],"simd":[],"std":["ppv-lite86/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/Cargo.toml","categories":["algorithms","no-std"],"keywords":["random","rng","chacha"],"readme":"README.md","repository":"https://github.com/rust-random/rand","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand_chacha","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n https://www.apache.org/licenses/LICENSE-2.0\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"adler","version":"1.0.2","authors":["Jonas Schievink "],"id":"registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple clean-room implementation of the Adler-32 checksum","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"0BSD OR MIT OR Apache-2.0","license_file":null,"targets":[{"name":"adler","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/benches/bench.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std"],"rustc-dep-of-std":["core","compiler_builtins"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/Cargo.toml","categories":["algorithms"],"keywords":["checksum","integrity","hash","adler32","zlib"],"readme":"README.md","repository":"https://github.com/jonas-schievink/adler.git","homepage":null,"documentation":"https://docs.rs/adler/","edition":"2015","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg=docsrs"]}},"release":{"no-dev-version":true,"pre-release-commit-message":"Release {{version}}","pre-release-replacements":[{"file":"CHANGELOG.md","replace":"## Unreleased\n\nNo changes.\n\n## [{{version}} - {{date}}](https://github.com/jonas-schievink/adler/releases/tag/v{{version}})\n","search":"## Unreleased\n"},{"file":"README.md","replace":"adler = \"{{version}}\"","search":"adler = \"[a-z0-9\\\\.-]+\""},{"file":"src/lib.rs","replace":"https://docs.rs/adler/{{version}}","search":"https://docs.rs/adler/[a-z0-9\\.-]+"}],"tag-message":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"home","version":"0.5.9","authors":["Brian Anderson "],"id":"registry+https://github.com/rust-lang/crates.io-index#home@0.5.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Shared definitions of home directories.","dependencies":[{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_UI_Shell","Win32_System_Com"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"home","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/cargo","homepage":null,"documentation":"https://docs.rs/home","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"proc-macro-crate","version":"1.3.1","authors":["Bastian Köcher "],"id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@1.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Replacement for crate (macro_rules keyword) in proc-macros\n","dependencies":[{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_edit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.33","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"proc-macro-crate","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/Cargo.toml","categories":["development-tools::procedural-macro-helpers"],"keywords":["macro-rules","crate","macro","proc-macro"],"readme":"./README.md","repository":"https://github.com/bkchr/proc-macro-crate","homepage":null,"documentation":"https://docs.rs/proc-macro-crate","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"proc-macro-crate","version":"3.1.0","authors":["Bastian Köcher "],"id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@3.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Replacement for crate (macro_rules keyword) in proc-macros\n","dependencies":[{"name":"toml_edit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.67","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.33","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"proc-macro-crate","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"workspace_deps","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.1.0/tests/workspace_deps.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.1.0/Cargo.toml","categories":["development-tools::procedural-macro-helpers"],"keywords":["macro-rules","crate","macro","proc-macro"],"readme":"./README.md","repository":"https://github.com/bkchr/proc-macro-crate","homepage":null,"documentation":"https://docs.rs/proc-macro-crate","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.67.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\r\n Version 2.0, January 2004\r\n http://www.apache.org/licenses/\r\n\r\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\r\n\r\n1. Definitions.\r\n\r\n \"License\" shall mean the terms and conditions for use, reproduction,\r\n and distribution as defined by Sections 1 through 9 of this document.\r\n\r\n \"Licensor\" shall mean the copyright owner or entity authorized by\r\n the copyright owner that is granting the License.\r\n\r\n \"Legal Entity\" shall mean the union of the acting entity and all\r\n other entities that control, are controlled by, or are under common\r\n control with that entity. For the purposes of this definition,\r\n \"control\" means (i) the power, direct or indirect, to cause the\r\n direction or management of such entity, whether by contract or\r\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\r\n outstanding shares, or (iii) beneficial ownership of such entity.\r\n\r\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\r\n exercising permissions granted by this License.\r\n\r\n \"Source\" form shall mean the preferred form for making modifications,\r\n including but not limited to software source code, documentation\r\n source, and configuration files.\r\n\r\n \"Object\" form shall mean any form resulting from mechanical\r\n transformation or translation of a Source form, including but\r\n not limited to compiled object code, generated documentation,\r\n and conversions to other media types.\r\n\r\n \"Work\" shall mean the work of authorship, whether in Source or\r\n Object form, made available under the License, as indicated by a\r\n copyright notice that is included in or attached to the work\r\n (an example is provided in the Appendix below).\r\n\r\n \"Derivative Works\" shall mean any work, whether in Source or Object\r\n form, that is based on (or derived from) the Work and for which the\r\n editorial revisions, annotations, elaborations, or other modifications\r\n represent, as a whole, an original work of authorship. For the purposes\r\n of this License, Derivative Works shall not include works that remain\r\n separable from, or merely link (or bind by name) to the interfaces of,\r\n the Work and Derivative Works thereof.\r\n\r\n \"Contribution\" shall mean any work of authorship, including\r\n the original version of the Work and any modifications or additions\r\n to that Work or Derivative Works thereof, that is intentionally\r\n submitted to Licensor for inclusion in the Work by the copyright owner\r\n or by an individual or Legal Entity authorized to submit on behalf of\r\n the copyright owner. For the purposes of this definition, \"submitted\"\r\n means any form of electronic, verbal, or written communication sent\r\n to the Licensor or its representatives, including but not limited to\r\n communication on electronic mailing lists, source code control systems,\r\n and issue tracking systems that are managed by, or on behalf of, the\r\n Licensor for the purpose of discussing and improving the Work, but\r\n excluding communication that is conspicuously marked or otherwise\r\n designated in writing by the copyright owner as \"Not a Contribution.\"\r\n\r\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\r\n on behalf of whom a Contribution has been received by Licensor and\r\n subsequently incorporated within the Work.\r\n\r\n2. Grant of Copyright License. Subject to the terms and conditions of\r\n this License, each Contributor hereby grants to You a perpetual,\r\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r\n copyright license to reproduce, prepare Derivative Works of,\r\n publicly display, publicly perform, sublicense, and distribute the\r\n Work and such Derivative Works in Source or Object form.\r\n\r\n3. Grant of Patent License. Subject to the terms and conditions of\r\n this License, each Contributor hereby grants to You a perpetual,\r\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r\n (except as stated in this section) patent license to make, have made,\r\n use, offer to sell, sell, import, and otherwise transfer the Work,\r\n where such license applies only to those patent claims licensable\r\n by such Contributor that are necessarily infringed by their\r\n Contribution(s) alone or by combination of their Contribution(s)\r\n with the Work to which such Contribution(s) was submitted. If You\r\n institute patent litigation against any entity (including a\r\n cross-claim or counterclaim in a lawsuit) alleging that the Work\r\n or a Contribution incorporated within the Work constitutes direct\r\n or contributory patent infringement, then any patent licenses\r\n granted to You under this License for that Work shall terminate\r\n as of the date such litigation is filed.\r\n\r\n4. Redistribution. You may reproduce and distribute copies of the\r\n Work or Derivative Works thereof in any medium, with or without\r\n modifications, and in Source or Object form, provided that You\r\n meet the following conditions:\r\n\r\n (a) You must give any other recipients of the Work or\r\n Derivative Works a copy of this License; and\r\n\r\n (b) You must cause any modified files to carry prominent notices\r\n stating that You changed the files; and\r\n\r\n (c) You must retain, in the Source form of any Derivative Works\r\n that You distribute, all copyright, patent, trademark, and\r\n attribution notices from the Source form of the Work,\r\n excluding those notices that do not pertain to any part of\r\n the Derivative Works; and\r\n\r\n (d) If the Work includes a \"NOTICE\" text file as part of its\r\n distribution, then any Derivative Works that You distribute must\r\n include a readable copy of the attribution notices contained\r\n within such NOTICE file, excluding those notices that do not\r\n pertain to any part of the Derivative Works, in at least one\r\n of the following places: within a NOTICE text file distributed\r\n as part of the Derivative Works; within the Source form or\r\n documentation, if provided along with the Derivative Works; or,\r\n within a display generated by the Derivative Works, if and\r\n wherever such third-party notices normally appear. The contents\r\n of the NOTICE file are for informational purposes only and\r\n do not modify the License. You may add Your own attribution\r\n notices within Derivative Works that You distribute, alongside\r\n or as an addendum to the NOTICE text from the Work, provided\r\n that such additional attribution notices cannot be construed\r\n as modifying the License.\r\n\r\n You may add Your own copyright statement to Your modifications and\r\n may provide additional or different license terms and conditions\r\n for use, reproduction, or distribution of Your modifications, or\r\n for any such Derivative Works as a whole, provided Your use,\r\n reproduction, and distribution of the Work otherwise complies with\r\n the conditions stated in this License.\r\n\r\n5. Submission of Contributions. Unless You explicitly state otherwise,\r\n any Contribution intentionally submitted for inclusion in the Work\r\n by You to the Licensor shall be under the terms and conditions of\r\n this License, without any additional terms or conditions.\r\n Notwithstanding the above, nothing herein shall supersede or modify\r\n the terms of any separate license agreement you may have executed\r\n with Licensor regarding such Contributions.\r\n\r\n6. Trademarks. This License does not grant permission to use the trade\r\n names, trademarks, service marks, or product names of the Licensor,\r\n except as required for reasonable and customary use in describing the\r\n origin of the Work and reproducing the content of the NOTICE file.\r\n\r\n7. Disclaimer of Warranty. Unless required by applicable law or\r\n agreed to in writing, Licensor provides the Work (and each\r\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\r\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\r\n implied, including, without limitation, any warranties or conditions\r\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\r\n PARTICULAR PURPOSE. You are solely responsible for determining the\r\n appropriateness of using or redistributing the Work and assume any\r\n risks associated with Your exercise of permissions under this License.\r\n\r\n8. Limitation of Liability. In no event and under no legal theory,\r\n whether in tort (including negligence), contract, or otherwise,\r\n unless required by applicable law (such as deliberate and grossly\r\n negligent acts) or agreed to in writing, shall any Contributor be\r\n liable to You for damages, including any direct, indirect, special,\r\n incidental, or consequential damages of any character arising as a\r\n result of this License or out of the use or inability to use the\r\n Work (including but not limited to damages for loss of goodwill,\r\n work stoppage, computer failure or malfunction, or any and all\r\n other commercial damages or losses), even if such Contributor\r\n has been advised of the possibility of such damages.\r\n\r\n9. Accepting Warranty or Additional Liability. While redistributing\r\n the Work or Derivative Works thereof, You may choose to offer,\r\n and charge a fee for, acceptance of support, warranty, indemnity,\r\n or other liability obligations and/or rights consistent with this\r\n License. However, in accepting such obligations, You may act only\r\n on Your own behalf and on Your sole responsibility, not on behalf\r\n of any other Contributor, and only if You agree to indemnify,\r\n defend, and hold each Contributor harmless for any liability\r\n incurred by, or claims asserted against, such Contributor by reason\r\n of your accepting any such warranty or additional liability.\r\n\r\nEND OF TERMS AND CONDITIONS\r\n\r\nAPPENDIX: How to apply the Apache License to your work.\r\n\r\n To apply the Apache License to your work, attach the following\r\n boilerplate notice, with the fields enclosed by brackets \"[]\"\r\n replaced with your own identifying information. (Don't include\r\n the brackets!) The text should be enclosed in the appropriate\r\n comment syntax for the file format. We also recommend that a\r\n file or class name and description of purpose be included on the\r\n same \"printed page\" as the copyright notice for easier\r\n identification within third-party archives.\r\n\r\nCopyright [yyyy] [name of copyright owner]\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n\thttp://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"glow","version":"0.13.1","authors":["Joshua Groves ","Dzmitry Malyshau "],"id":"registry+https://github.com/rust-lang/crates.io-index#glow@0.13.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"GL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code.","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.16","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"slotmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.3.60","kind":"normal","optional":false,"uses_default_features":true,"features":["Document","Element","HtmlCanvasElement","HtmlImageElement","HtmlVideoElement","ImageBitmap","VideoFrame","WebGlActiveInfo","WebGlBuffer","WebGlFramebuffer","WebGlProgram","WebGlQuery","WebGlRenderbuffer","WebGlRenderingContext","WebGl2RenderingContext","WebGlSampler","WebGlShader","WebGlSync","WebGlTexture","WebGlTransformFeedback","WebGlUniformLocation","WebGlVertexArrayObject","Window","AngleInstancedArrays","ExtBlendMinmax","ExtColorBufferFloat","ExtColorBufferHalfFloat","ExtDisjointTimerQuery","ExtFragDepth","ExtShaderTextureLod","ExtSRgb","ExtTextureFilterAnisotropic","OesElementIndexUint","OesStandardDerivatives","OesTextureFloat","OesTextureFloatLinear","OesTextureHalfFloat","OesTextureHalfFloatLinear","OesVertexArrayObject","WebglColorBufferFloat","WebglCompressedTextureAstc","WebglCompressedTextureEtc","WebglCompressedTextureEtc1","WebglCompressedTexturePvrtc","WebglCompressedTextureS3tc","WebglCompressedTextureS3tcSrgb","WebglDebugRendererInfo","WebglDebugShaders","WebglDepthTexture","WebglDrawBuffers","WebglLoseContext","OvrMultiview2"],"target":"cfg(target_arch = \"wasm32\")","rename":"web_sys","registry":null,"path":null}],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"glow","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glow-0.13.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"debug_automatic_glGetError":[],"debug_trace_calls":[],"log":["dep:log"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glow-0.13.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/grovesNL/glow","homepage":"https://github.com/grovesNL/glow.git","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-unknown-linux-gnu","targets":["x86_64-unknown-linux-gnu","x86_64-apple-darwin","x86_64-pc-windows-msvc","i686-unknown-linux-gnu","i686-pc-windows-msvc","wasm32-unknown-unknown"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\r\n Version 2.0, January 2004\r\n http://www.apache.org/licenses/\r\n\r\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\r\n\r\n1. Definitions.\r\n\r\n \"License\" shall mean the terms and conditions for use, reproduction,\r\n and distribution as defined by Sections 1 through 9 of this document.\r\n\r\n \"Licensor\" shall mean the copyright owner or entity authorized by\r\n the copyright owner that is granting the License.\r\n\r\n \"Legal Entity\" shall mean the union of the acting entity and all\r\n other entities that control, are controlled by, or are under common\r\n control with that entity. For the purposes of this definition,\r\n \"control\" means (i) the power, direct or indirect, to cause the\r\n direction or management of such entity, whether by contract or\r\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\r\n outstanding shares, or (iii) beneficial ownership of such entity.\r\n\r\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\r\n exercising permissions granted by this License.\r\n\r\n \"Source\" form shall mean the preferred form for making modifications,\r\n including but not limited to software source code, documentation\r\n source, and configuration files.\r\n\r\n \"Object\" form shall mean any form resulting from mechanical\r\n transformation or translation of a Source form, including but\r\n not limited to compiled object code, generated documentation,\r\n and conversions to other media types.\r\n\r\n \"Work\" shall mean the work of authorship, whether in Source or\r\n Object form, made available under the License, as indicated by a\r\n copyright notice that is included in or attached to the work\r\n (an example is provided in the Appendix below).\r\n\r\n \"Derivative Works\" shall mean any work, whether in Source or Object\r\n form, that is based on (or derived from) the Work and for which the\r\n editorial revisions, annotations, elaborations, or other modifications\r\n represent, as a whole, an original work of authorship. For the purposes\r\n of this License, Derivative Works shall not include works that remain\r\n separable from, or merely link (or bind by name) to the interfaces of,\r\n the Work and Derivative Works thereof.\r\n\r\n \"Contribution\" shall mean any work of authorship, including\r\n the original version of the Work and any modifications or additions\r\n to that Work or Derivative Works thereof, that is intentionally\r\n submitted to Licensor for inclusion in the Work by the copyright owner\r\n or by an individual or Legal Entity authorized to submit on behalf of\r\n the copyright owner. For the purposes of this definition, \"submitted\"\r\n means any form of electronic, verbal, or written communication sent\r\n to the Licensor or its representatives, including but not limited to\r\n communication on electronic mailing lists, source code control systems,\r\n and issue tracking systems that are managed by, or on behalf of, the\r\n Licensor for the purpose of discussing and improving the Work, but\r\n excluding communication that is conspicuously marked or otherwise\r\n designated in writing by the copyright owner as \"Not a Contribution.\"\r\n\r\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\r\n on behalf of whom a Contribution has been received by Licensor and\r\n subsequently incorporated within the Work.\r\n\r\n2. Grant of Copyright License. Subject to the terms and conditions of\r\n this License, each Contributor hereby grants to You a perpetual,\r\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r\n copyright license to reproduce, prepare Derivative Works of,\r\n publicly display, publicly perform, sublicense, and distribute the\r\n Work and such Derivative Works in Source or Object form.\r\n\r\n3. Grant of Patent License. Subject to the terms and conditions of\r\n this License, each Contributor hereby grants to You a perpetual,\r\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r\n (except as stated in this section) patent license to make, have made,\r\n use, offer to sell, sell, import, and otherwise transfer the Work,\r\n where such license applies only to those patent claims licensable\r\n by such Contributor that are necessarily infringed by their\r\n Contribution(s) alone or by combination of their Contribution(s)\r\n with the Work to which such Contribution(s) was submitted. If You\r\n institute patent litigation against any entity (including a\r\n cross-claim or counterclaim in a lawsuit) alleging that the Work\r\n or a Contribution incorporated within the Work constitutes direct\r\n or contributory patent infringement, then any patent licenses\r\n granted to You under this License for that Work shall terminate\r\n as of the date such litigation is filed.\r\n\r\n4. Redistribution. You may reproduce and distribute copies of the\r\n Work or Derivative Works thereof in any medium, with or without\r\n modifications, and in Source or Object form, provided that You\r\n meet the following conditions:\r\n\r\n (a) You must give any other recipients of the Work or\r\n Derivative Works a copy of this License; and\r\n\r\n (b) You must cause any modified files to carry prominent notices\r\n stating that You changed the files; and\r\n\r\n (c) You must retain, in the Source form of any Derivative Works\r\n that You distribute, all copyright, patent, trademark, and\r\n attribution notices from the Source form of the Work,\r\n excluding those notices that do not pertain to any part of\r\n the Derivative Works; and\r\n\r\n (d) If the Work includes a \"NOTICE\" text file as part of its\r\n distribution, then any Derivative Works that You distribute must\r\n include a readable copy of the attribution notices contained\r\n within such NOTICE file, excluding those notices that do not\r\n pertain to any part of the Derivative Works, in at least one\r\n of the following places: within a NOTICE text file distributed\r\n as part of the Derivative Works; within the Source form or\r\n documentation, if provided along with the Derivative Works; or,\r\n within a display generated by the Derivative Works, if and\r\n wherever such third-party notices normally appear. The contents\r\n of the NOTICE file are for informational purposes only and\r\n do not modify the License. You may add Your own attribution\r\n notices within Derivative Works that You distribute, alongside\r\n or as an addendum to the NOTICE text from the Work, provided\r\n that such additional attribution notices cannot be construed\r\n as modifying the License.\r\n\r\n You may add Your own copyright statement to Your modifications and\r\n may provide additional or different license terms and conditions\r\n for use, reproduction, or distribution of Your modifications, or\r\n for any such Derivative Works as a whole, provided Your use,\r\n reproduction, and distribution of the Work otherwise complies with\r\n the conditions stated in this License.\r\n\r\n5. Submission of Contributions. Unless You explicitly state otherwise,\r\n any Contribution intentionally submitted for inclusion in the Work\r\n by You to the Licensor shall be under the terms and conditions of\r\n this License, without any additional terms or conditions.\r\n Notwithstanding the above, nothing herein shall supersede or modify\r\n the terms of any separate license agreement you may have executed\r\n with Licensor regarding such Contributions.\r\n\r\n6. Trademarks. This License does not grant permission to use the trade\r\n names, trademarks, service marks, or product names of the Licensor,\r\n except as required for reasonable and customary use in describing the\r\n origin of the Work and reproducing the content of the NOTICE file.\r\n\r\n7. Disclaimer of Warranty. Unless required by applicable law or\r\n agreed to in writing, Licensor provides the Work (and each\r\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\r\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\r\n implied, including, without limitation, any warranties or conditions\r\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\r\n PARTICULAR PURPOSE. You are solely responsible for determining the\r\n appropriateness of using or redistributing the Work and assume any\r\n risks associated with Your exercise of permissions under this License.\r\n\r\n8. Limitation of Liability. In no event and under no legal theory,\r\n whether in tort (including negligence), contract, or otherwise,\r\n unless required by applicable law (such as deliberate and grossly\r\n negligent acts) or agreed to in writing, shall any Contributor be\r\n liable to You for damages, including any direct, indirect, special,\r\n incidental, or consequential damages of any character arising as a\r\n result of this License or out of the use or inability to use the\r\n Work (including but not limited to damages for loss of goodwill,\r\n work stoppage, computer failure or malfunction, or any and all\r\n other commercial damages or losses), even if such Contributor\r\n has been advised of the possibility of such damages.\r\n\r\n9. Accepting Warranty or Additional Liability. While redistributing\r\n the Work or Derivative Works thereof, You may choose to offer,\r\n and charge a fee for, acceptance of support, warranty, indemnity,\r\n or other liability obligations and/or rights consistent with this\r\n License. However, in accepting such obligations, You may act only\r\n on Your own behalf and on Your sole responsibility, not on behalf\r\n of any other Contributor, and only if You agree to indemnify,\r\n defend, and hold each Contributor harmless for any liability\r\n incurred by, or claims asserted against, such Contributor by reason\r\n of your accepting any such warranty or additional liability.\r\n\r\nEND OF TERMS AND CONDITIONS\r\n\r\nAPPENDIX: How to apply the Apache License to your work.\r\n\r\n To apply the Apache License to your work, attach the following\r\n boilerplate notice, with the fields enclosed by brackets \"[]\"\r\n replaced with your own identifying information. (Don't include\r\n the brackets!) The text should be enclosed in the appropriate\r\n comment syntax for the file format. We also recommend that a\r\n file or class name and description of purpose be included on the\r\n same \"printed page\" as the copyright notice for easier\r\n identification within third-party archives.\r\n\r\nCopyright [yyyy] [name of copyright owner]\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n\thttp://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"jobserver","version":"0.1.31","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.31","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An implementation of the GNU Make jobserver for Rust.\n","dependencies":[{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.10.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.87","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.0","kind":"dev","optional":false,"uses_default_features":true,"features":["fs"],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"jobserver","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.31/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"client","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.31/tests/client.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"server","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.31/tests/server.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"client-of-myself","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.31/tests/client-of-myself.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"make-as-a-client","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.31/tests/make-as-a-client.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"helper","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.31/tests/helper.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.31/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/jobserver-rs","homepage":"https://github.com/rust-lang/jobserver-rs","documentation":"https://docs.rs/jobserver","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"polling","version":"2.8.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#polling@2.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Portable interface to epoll, kqueue, event ports, and IOCP","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.77","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))","rename":null,"registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Networking_WinSock","Win32_Storage_FileSystem","Win32_System_IO","Win32_System_LibraryLoader","Win32_System_Threading","Win32_System_WindowsProgramming"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"polling","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"two-listeners","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/examples/two-listeners.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"wait-signal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/examples/wait-signal.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"concurrent_modification","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/concurrent_modification.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"io","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/io.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"many_connections","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/many_connections.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/notify.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"other_modes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/other_modes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"precision","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/precision.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"timeout","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/timeout.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"windows_post","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/windows_post.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/Cargo.toml","categories":["asynchronous","network-programming","os"],"keywords":["mio","epoll","kqueue","iocp"],"readme":"README.md","repository":"https://github.com/smol-rs/polling","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.47.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"// Licensed under the Apache License, Version 2.0\n// or the MIT license\n// , at your option.\n// All files in the project carrying such notice may not be copied, modified, or distributed\n// except according to those terms.\n","source_path":"src/shared/intsafe.rs","used_by":[{"crate":{"name":"winapi","version":"0.3.9","authors":["Peter Atashian "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Raw FFI bindings for all of Windows API.","dependencies":[{"name":"winapi-i686-pc-windows-gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-gnu","rename":null,"registry":null,"path":null},{"name":"winapi-x86_64-pc-windows-gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnu","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"winapi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"accctrl":[],"aclapi":[],"activation":[],"adhoc":[],"appmgmt":[],"audioclient":[],"audiosessiontypes":[],"avrt":[],"basetsd":[],"bcrypt":[],"bits":[],"bits10_1":[],"bits1_5":[],"bits2_0":[],"bits2_5":[],"bits3_0":[],"bits4_0":[],"bits5_0":[],"bitscfg":[],"bitsmsg":[],"bluetoothapis":[],"bluetoothleapis":[],"bthdef":[],"bthioctl":[],"bthledef":[],"bthsdpdef":[],"bugcodes":[],"cderr":[],"cfg":[],"cfgmgr32":[],"cguid":[],"combaseapi":[],"coml2api":[],"commapi":[],"commctrl":[],"commdlg":[],"commoncontrols":[],"consoleapi":[],"corecrt":[],"corsym":[],"d2d1":[],"d2d1_1":[],"d2d1_2":[],"d2d1_3":[],"d2d1effectauthor":[],"d2d1effects":[],"d2d1effects_1":[],"d2d1effects_2":[],"d2d1svg":[],"d2dbasetypes":[],"d3d":[],"d3d10":[],"d3d10_1":[],"d3d10_1shader":[],"d3d10effect":[],"d3d10misc":[],"d3d10sdklayers":[],"d3d10shader":[],"d3d11":[],"d3d11_1":[],"d3d11_2":[],"d3d11_3":[],"d3d11_4":[],"d3d11on12":[],"d3d11sdklayers":[],"d3d11shader":[],"d3d11tokenizedprogramformat":[],"d3d12":[],"d3d12sdklayers":[],"d3d12shader":[],"d3d9":[],"d3d9caps":[],"d3d9types":[],"d3dcommon":[],"d3dcompiler":[],"d3dcsx":[],"d3dkmdt":[],"d3dkmthk":[],"d3dukmdt":[],"d3dx10core":[],"d3dx10math":[],"d3dx10mesh":[],"datetimeapi":[],"davclnt":[],"dbghelp":[],"dbt":[],"dcommon":[],"dcomp":[],"dcompanimation":[],"dcomptypes":[],"dde":[],"ddraw":[],"ddrawi":[],"ddrawint":[],"debug":["impl-debug"],"debugapi":[],"devguid":[],"devicetopology":[],"devpkey":[],"devpropdef":[],"dinput":[],"dinputd":[],"dispex":[],"dmksctl":[],"dmusicc":[],"docobj":[],"documenttarget":[],"dot1x":[],"dpa_dsa":[],"dpapi":[],"dsgetdc":[],"dsound":[],"dsrole":[],"dvp":[],"dwmapi":[],"dwrite":[],"dwrite_1":[],"dwrite_2":[],"dwrite_3":[],"dxdiag":[],"dxfile":[],"dxgi":[],"dxgi1_2":[],"dxgi1_3":[],"dxgi1_4":[],"dxgi1_5":[],"dxgi1_6":[],"dxgidebug":[],"dxgiformat":[],"dxgitype":[],"dxva2api":[],"dxvahd":[],"eaptypes":[],"enclaveapi":[],"endpointvolume":[],"errhandlingapi":[],"everything":[],"evntcons":[],"evntprov":[],"evntrace":[],"excpt":[],"exdisp":[],"fibersapi":[],"fileapi":[],"functiondiscoverykeys_devpkey":[],"gl-gl":[],"guiddef":[],"handleapi":[],"heapapi":[],"hidclass":[],"hidpi":[],"hidsdi":[],"hidusage":[],"highlevelmonitorconfigurationapi":[],"hstring":[],"http":[],"ifdef":[],"ifmib":[],"imm":[],"impl-debug":[],"impl-default":[],"in6addr":[],"inaddr":[],"inspectable":[],"interlockedapi":[],"intsafe":[],"ioapiset":[],"ipexport":[],"iphlpapi":[],"ipifcons":[],"ipmib":[],"iprtrmib":[],"iptypes":[],"jobapi":[],"jobapi2":[],"knownfolders":[],"ks":[],"ksmedia":[],"ktmtypes":[],"ktmw32":[],"l2cmn":[],"libloaderapi":[],"limits":[],"lmaccess":[],"lmalert":[],"lmapibuf":[],"lmat":[],"lmcons":[],"lmdfs":[],"lmerrlog":[],"lmjoin":[],"lmmsg":[],"lmremutl":[],"lmrepl":[],"lmserver":[],"lmshare":[],"lmstats":[],"lmsvc":[],"lmuse":[],"lmwksta":[],"lowlevelmonitorconfigurationapi":[],"lsalookup":[],"memoryapi":[],"minschannel":[],"minwinbase":[],"minwindef":[],"mmdeviceapi":[],"mmeapi":[],"mmreg":[],"mmsystem":[],"mprapidef":[],"msaatext":[],"mscat":[],"mschapp":[],"mssip":[],"mstcpip":[],"mswsock":[],"mswsockdef":[],"namedpipeapi":[],"namespaceapi":[],"nb30":[],"ncrypt":[],"netioapi":[],"nldef":[],"ntddndis":[],"ntddscsi":[],"ntddser":[],"ntdef":[],"ntlsa":[],"ntsecapi":[],"ntstatus":[],"oaidl":[],"objbase":[],"objidl":[],"objidlbase":[],"ocidl":[],"ole2":[],"oleauto":[],"olectl":[],"oleidl":[],"opmapi":[],"pdh":[],"perflib":[],"physicalmonitorenumerationapi":[],"playsoundapi":[],"portabledevice":[],"portabledeviceapi":[],"portabledevicetypes":[],"powerbase":[],"powersetting":[],"powrprof":[],"processenv":[],"processsnapshot":[],"processthreadsapi":[],"processtopologyapi":[],"profileapi":[],"propidl":[],"propkey":[],"propkeydef":[],"propsys":[],"prsht":[],"psapi":[],"qos":[],"realtimeapiset":[],"reason":[],"restartmanager":[],"restrictederrorinfo":[],"rmxfguid":[],"roapi":[],"robuffer":[],"roerrorapi":[],"rpc":[],"rpcdce":[],"rpcndr":[],"rtinfo":[],"sapi":[],"sapi51":[],"sapi53":[],"sapiddk":[],"sapiddk51":[],"schannel":[],"sddl":[],"securityappcontainer":[],"securitybaseapi":[],"servprov":[],"setupapi":[],"shellapi":[],"shellscalingapi":[],"shlobj":[],"shobjidl":[],"shobjidl_core":[],"shtypes":[],"softpub":[],"spapidef":[],"spellcheck":[],"sporder":[],"sql":[],"sqlext":[],"sqltypes":[],"sqlucode":[],"sspi":[],"std":[],"stralign":[],"stringapiset":[],"strmif":[],"subauth":[],"synchapi":[],"sysinfoapi":[],"systemtopologyapi":[],"taskschd":[],"tcpestats":[],"tcpmib":[],"textstor":[],"threadpoolapiset":[],"threadpoollegacyapiset":[],"timeapi":[],"timezoneapi":[],"tlhelp32":[],"transportsettingcommon":[],"tvout":[],"udpmib":[],"unknwnbase":[],"urlhist":[],"urlmon":[],"usb":[],"usbioctl":[],"usbiodef":[],"usbscan":[],"usbspec":[],"userenv":[],"usp10":[],"utilapiset":[],"uxtheme":[],"vadefs":[],"vcruntime":[],"vsbackup":[],"vss":[],"vsserror":[],"vswriter":[],"wbemads":[],"wbemcli":[],"wbemdisp":[],"wbemprov":[],"wbemtran":[],"wct":[],"werapi":[],"winbase":[],"wincodec":[],"wincodecsdk":[],"wincon":[],"wincontypes":[],"wincred":[],"wincrypt":[],"windef":[],"windot11":[],"windowsceip":[],"windowsx":[],"winefs":[],"winerror":[],"winevt":[],"wingdi":[],"winhttp":[],"wininet":[],"winineti":[],"winioctl":[],"winnetwk":[],"winnls":[],"winnt":[],"winreg":[],"winsafer":[],"winscard":[],"winsmcrd":[],"winsock2":[],"winspool":[],"winstring":[],"winsvc":[],"wintrust":[],"winusb":[],"winusbio":[],"winuser":[],"winver":[],"wlanapi":[],"wlanihv":[],"wlanihvtypes":[],"wlantypes":[],"wlclient":[],"wmistr":[],"wnnc":[],"wow64apiset":[],"wpdmtpextensions":[],"ws2bth":[],"ws2def":[],"ws2ipdef":[],"ws2spi":[],"ws2tcpip":[],"wtsapi32":[],"wtypes":[],"wtypesbase":[],"xinput":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml","categories":["external-ffi-bindings","no-std","os::windows-apis"],"keywords":["windows","ffi","win32","com","directx"],"readme":"README.md","repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":"https://docs.rs/winapi/","edition":"2015","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","features":["everything","impl-debug","impl-default"],"targets":["aarch64-pc-windows-msvc","i686-pc-windows-msvc","x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Apache License\n\nVersion 2.0, January 2004\n\nhttp://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n\"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.\n\n\"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.\n\n\"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.\n\n\"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License.\n\n\"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.\n\n\"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.\n\n\"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).\n\n\"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.\n\n\"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.\"\n\n\"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.\n\n2. 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.\n\n3. 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.\n\n4. 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:\n\nYou must give any other recipients of the Work or Derivative Works a copy of this License; and\nYou must cause any modified files to carry prominent notices stating that You changed the files; and\nYou 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\nIf 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. \n\nYou 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.\n5. 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.\n\n6. 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.\n\n7. 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.\n\n8. 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.\n\n9. 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.\n\nEND OF TERMS AND CONDITIONS\n\n\nCopyright 2017-2023 Maik Klein, Maja Kądziołka\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"enumflags2","version":"0.7.10","authors":["maik klein ","Maja Kądziołka "],"id":"registry+https://github.com/rust-lang/crates.io-index#enumflags2@0.7.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Enum-based bit flags","dependencies":[{"name":"enumflags2_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"enumflags2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumflags2-0.7.10/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumflags2-0.7.10/Cargo.toml","categories":[],"keywords":["enum","bitflag","flag","bitflags"],"readme":"README.md","repository":"https://github.com/meithecatte/enumflags2","homepage":null,"documentation":"https://docs.rs/enumflags2","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Apache License\n\nVersion 2.0, January 2004\n\nhttp://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n\"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.\n\n\"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.\n\n\"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.\n\n\"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License.\n\n\"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.\n\n\"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.\n\n\"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).\n\n\"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.\n\n\"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.\"\n\n\"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.\n\n2. 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.\n\n3. 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.\n\n4. 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:\n\nYou must give any other recipients of the Work or Derivative Works a copy of this License; and\nYou must cause any modified files to carry prominent notices stating that You changed the files; and\nYou 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\nIf 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. \n\nYou 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.\n5. 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.\n\n6. 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.\n\n7. 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.\n\n8. 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.\n\n9. 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.\n\nEND OF TERMS AND CONDITIONS\n\n\nCopyright [2017] [Maik Klein]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"enumflags2_derive","version":"0.7.10","authors":["maik klein ","Maja Kądziołka "],"id":"registry+https://github.com/rust-lang/crates.io-index#enumflags2_derive@0.7.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions.","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","printing","derive","proc-macro"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"enumflags2_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumflags2_derive-0.7.10/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumflags2_derive-0.7.10/Cargo.toml","categories":[],"keywords":["enum","bitflag","flag","bitflags"],"readme":null,"repository":"https://github.com/meithecatte/enumflags2","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright [yyyy] [name of copyright owner]\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE-APACHE2.txt","used_by":[{"crate":{"name":"atspi-common","version":"0.3.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#atspi-common@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Primitive types used for sending and receiving Linux accessibility events.","dependencies":[{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.12.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus_names","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rename-item","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_plain","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","rt-multi-thread"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-stream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":false,"features":["time"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.12.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atspi-common","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-common-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-std":["zbus/async-io"],"default":["async-std"],"tokio":["zbus/tokio"],"zbus":["dep:zbus"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-common-0.3.0/Cargo.toml","categories":["accessibility","api-bindings"],"keywords":["Macros","Accessibility"],"readme":"README.md","repository":"https://github.com/odilia-app/atspi","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.68.2"},"path":null},{"crate":{"name":"atspi-connection","version":"0.3.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#atspi-connection@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A method of connecting, querying, sending and receiving over AT-SPI.","dependencies":[{"name":"atspi-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-proxies","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.12.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atspi-connection","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-connection-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-std":["zbus/async-io","atspi-proxies/async-std","atspi-common/async-std"],"default":["async-std"],"tokio":["zbus/tokio","atspi-proxies/tokio","atspi-common/tokio"],"tracing":["dep:tracing"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-connection-0.3.0/Cargo.toml","categories":["accessibility","API bindings"],"keywords":["screen-reader","accessibility","a11y","linux"],"readme":"README.md","repository":"https://github.com/odilia-app/atspi/","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.68.2"},"path":null},{"crate":{"name":"atspi","version":"0.19.0","authors":["Michael Connor Buchan ","Tait Hoyem ","Alberto Tirla ","DataTriny ","Luuk van der Duim "],"id":"registry+https://github.com/rust-lang/crates.io-index#atspi@0.19.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Pure-Rust, zbus-based AT-SPI2 protocol implementation.","dependencies":[{"name":"atspi-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-connection","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-proxies","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atspi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-0.19.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-std":["proxies-async-std","connection-async-std"],"atspi-connection":["dep:atspi-connection"],"atspi-proxies":["dep:atspi-proxies"],"connection":[],"connection-async-std":["atspi-connection/async-std","connection"],"connection-tokio":["atspi-connection/tokio","connection"],"default":["async-std"],"proxies":[],"proxies-async-std":["atspi-proxies/async-std","proxies"],"proxies-tokio":["atspi-proxies/tokio","proxies"],"tokio":["proxies-tokio","connection-tokio"],"tracing":["atspi-connection/tracing"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-0.19.0/Cargo.toml","categories":["accessibility","api-bindings"],"keywords":["screen-reader","accessibility","a11y","tts","linux"],"readme":"README.md","repository":"https://github.com/odilia-app/atspi","homepage":"https://github.com/odilia-app/atspi","documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.68.2"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"{}\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2022 Kirill Chibisov\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"glutin","version":"0.31.3","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin@0.31.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross-platform OpenGL context provider.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg_aliases","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glutin_egl_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"glutin_glx_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"wayland-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"normal","optional":true,"uses_default_features":false,"features":["egl","client","dlopen"],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"x11-dl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.20.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"cgl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"dispatch","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"icrate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0.4","kind":"normal","optional":false,"uses_default_features":true,"features":["dispatch","Foundation","Foundation_NSArray","Foundation_NSThread","AppKit","AppKit_NSView","AppKit_NSWindow"],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":false,"uses_default_features":true,"features":["relax-void-encoding"],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"glutin_egl_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"glutin_egl_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"glutin_wgl_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":true,"uses_default_features":true,"features":["Win32_Foundation","Win32_Graphics_Gdi","Win32_Graphics_OpenGL","Win32_System_LibraryLoader","Win32_UI_WindowsAndMessaging"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"glutin","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-0.31.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-0.31.3/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["egl","glx","x11","wayland","wgl"],"egl":["glutin_egl_sys","libloading"],"glutin_egl_sys":["dep:glutin_egl_sys"],"glutin_glx_sys":["dep:glutin_glx_sys"],"glutin_wgl_sys":["dep:glutin_wgl_sys"],"glx":["x11","glutin_glx_sys","libloading"],"libloading":["dep:libloading"],"wayland":["wayland-sys","egl"],"wayland-sys":["dep:wayland-sys"],"wgl":["glutin_wgl_sys","windows-sys"],"windows-sys":["dep:windows-sys"],"x11":["x11-dl"],"x11-dl":["dep:x11-dl"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-0.31.3/Cargo.toml","categories":[],"keywords":["windowing","opengl","egl"],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":"https://docs.rs/glutin","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-unknown-linux-gnu","rustdoc-args":["--cfg","docsrs"],"targets":["aarch64-linux-android","x86_64-unknown-linux-gnu","x86_64-pc-windows-msvc","x86_64-apple-darwin","i686-unknown-linux-gnu","i686-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"glutin_egl_sys","version":"0.6.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin_egl_sys@0.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The egl bindings for glutin","dependencies":[{"name":"gl_generator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Graphics_Gdi"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"glutin_egl_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_egl_sys-0.6.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_egl_sys-0.6.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_egl_sys-0.6.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"glutin_glx_sys","version":"0.5.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin_glx_sys@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The glx bindings for glutin","dependencies":[{"name":"gl_generator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"x11-dl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.18.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"glutin_glx_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_glx_sys-0.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_glx_sys-0.5.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_glx_sys-0.5.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"glutin_wgl_sys","version":"0.5.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin_wgl_sys@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The wgl bindings for glutin","dependencies":[{"name":"gl_generator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"glutin_wgl_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_wgl_sys-0.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_wgl_sys-0.5.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_wgl_sys-0.5.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"{}\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright {yyyy} {name of copyright owner}\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.","source_path":"LICENSE","used_by":[{"crate":{"name":"winit","version":"0.29.15","authors":["The winit contributors","Pierre Krieger "],"id":"registry+https://github.com/rust-lang/crates.io-index#winit@0.29.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross-platform window creation library.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cursor-icon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"mint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_04","registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":"rwh_05","registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":"rwh_06","registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["serde_derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"smol_str","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.0","kind":"dev","optional":false,"uses_default_features":false,"features":["png"],"target":null,"rename":null,"registry":null,"path":null},{"name":"simple_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.2.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg_aliases","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"normal","optional":true,"uses_default_features":true,"features":["no-rng"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"calloop","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.64","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.4","kind":"normal","optional":false,"uses_default_features":false,"features":["std","system","thread","process"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"smithay-client-toolkit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"normal","optional":true,"uses_default_features":false,"features":["calloop"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":"sctk","registry":null,"path":null},{"name":"sctk-adwaita","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":["client_system"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":true,"uses_default_features":true,"features":["staging"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"wayland-protocols-plasma","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":["client"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"x11-dl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.19.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"x11rb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"normal","optional":true,"uses_default_features":false,"features":["allow-unsafe-code","dl-libxcb","randr","resource_manager","xinput","xkb"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"xkbcommon-dl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"ios\", target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"ios\", target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"softbuffer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(any(target_os = \"android\", target_os = \"ios\")))","rename":null,"registry":null,"path":null},{"name":"atomic-waker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.64","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"web-time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.64","kind":"normal","optional":false,"uses_default_features":true,"features":["AbortController","AbortSignal","console","CssStyleDeclaration","Document","DomRect","DomRectReadOnly","Element","Event","EventTarget","FocusEvent","HtmlCanvasElement","HtmlElement","IntersectionObserver","IntersectionObserverEntry","KeyboardEvent","MediaQueryList","MessageChannel","MessagePort","Node","PageTransitionEvent","PointerEvent","ResizeObserver","ResizeObserverBoxOptions","ResizeObserverEntry","ResizeObserverOptions","ResizeObserverSize","VisibilityState","Window","WheelEvent"],"target":"cfg(target_family = \"wasm\")","rename":"web_sys","registry":null,"path":null},{"name":"console_log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.22","kind":"dev","optional":false,"uses_default_features":true,"features":["CanvasRenderingContext2d"],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"android-activity","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"ndk","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"ndk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"icrate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0.4","kind":"normal","optional":false,"uses_default_features":true,"features":["dispatch","Foundation","Foundation_NSArray","Foundation_NSString","Foundation_NSProcessInfo","Foundation_NSThread","Foundation_NSSet"],"target":"cfg(target_os = \"ios\")","rename":null,"registry":null,"path":null},{"name":"core-graphics","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"icrate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0.4","kind":"normal","optional":false,"uses_default_features":true,"features":["dispatch","Foundation","Foundation_NSArray","Foundation_NSAttributedString","Foundation_NSMutableAttributedString","Foundation_NSData","Foundation_NSDictionary","Foundation_NSString","Foundation_NSProcessInfo","Foundation_NSThread","Foundation_NSNumber"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"orbclient","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.42","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"redox\")","rename":null,"registry":null,"path":null},{"name":"redox_syscall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"redox\")","rename":null,"registry":null,"path":null},{"name":"unicode-segmentation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Devices_HumanInterfaceDevice","Win32_Foundation","Win32_Globalization","Win32_Graphics_Dwm","Win32_Graphics_Gdi","Win32_Media","Win32_System_Com_StructuredStorage","Win32_System_Com","Win32_System_LibraryLoader","Win32_System_Ole","Win32_System_SystemInformation","Win32_System_SystemServices","Win32_System_Threading","Win32_System_WindowsProgramming","Win32_UI_Accessibility","Win32_UI_Controls","Win32_UI_HiDpi","Win32_UI_Input_Ime","Win32_UI_Input_KeyboardAndMouse","Win32_UI_Input_Pointer","Win32_UI_Input_Touch","Win32_UI_Shell","Win32_UI_TextServices","Win32_UI_WindowsAndMessaging"],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"winit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"child_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/child_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"control_flow","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/control_flow.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"cursor","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/cursor.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"cursor_grab","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/cursor_grab.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"custom_events","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/custom_events.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"drag_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/drag_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"focus","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/focus.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"fullscreen","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/fullscreen.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"handling_close","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/handling_close.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ime","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/ime.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"key_binding","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/key_binding.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"monitor_list","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/monitor_list.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"mouse_wheel","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/mouse_wheel.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"multithreaded","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/multithreaded.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"multiwindow","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/multiwindow.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"request_redraw","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/request_redraw.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"request_redraw_threaded","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/request_redraw_threaded.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"resizable","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/resizable.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"startup_notification","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/startup_notification.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"theme","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/theme.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"timer","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/timer.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"touchpad_gestures","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/touchpad_gestures.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"transparent","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/transparent.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"video_modes","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/video_modes.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"web","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/web.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"web_aspect_ratio","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/web_aspect_ratio.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window_buttons","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window_buttons.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window_debug","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window_debug.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window_drag_resize","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window_drag_resize.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window_icon","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window_icon.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window_on_demand","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window_on_demand.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window_option_as_alt","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window_option_as_alt.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window_pump_events","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window_pump_events.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window_resize_increments","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window_resize_increments.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window_tabbing","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window_tabbing.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"x11_embed","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/x11_embed.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"send_objects","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/tests/send_objects.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde_objects","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/tests/serde_objects.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"sync_object","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/tests/sync_object.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"ahash":["dep:ahash"],"android-game-activity":["android-activity/game-activity"],"android-native-activity":["android-activity/native-activity"],"bytemuck":["dep:bytemuck"],"default":["rwh_06","x11","wayland","wayland-dlopen","wayland-csd-adwaita"],"memmap2":["dep:memmap2"],"mint":["dep:mint"],"percent-encoding":["dep:percent-encoding"],"rwh_04":["dep:rwh_04","ndk/rwh_04"],"rwh_05":["dep:rwh_05","ndk/rwh_05"],"rwh_06":["dep:rwh_06","ndk/rwh_06"],"sctk":["dep:sctk"],"sctk-adwaita":["dep:sctk-adwaita"],"serde":["dep:serde","cursor-icon/serde","smol_str/serde"],"wayland":["wayland-client","wayland-backend","wayland-protocols","wayland-protocols-plasma","sctk","ahash","memmap2"],"wayland-backend":["dep:wayland-backend"],"wayland-client":["dep:wayland-client"],"wayland-csd-adwaita":["sctk-adwaita","sctk-adwaita/ab_glyph"],"wayland-csd-adwaita-crossfont":["sctk-adwaita","sctk-adwaita/crossfont"],"wayland-csd-adwaita-notitle":["sctk-adwaita"],"wayland-dlopen":["wayland-backend/dlopen"],"wayland-protocols":["dep:wayland-protocols"],"wayland-protocols-plasma":["dep:wayland-protocols-plasma"],"x11":["x11-dl","bytemuck","percent-encoding","xkbcommon-dl/x11","x11rb"],"x11-dl":["dep:x11-dl"],"x11rb":["dep:x11rb"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/Cargo.toml","categories":["gui"],"keywords":["windowing"],"readme":"README.md","repository":"https://github.com/rust-windowing/winit","homepage":null,"documentation":"https://docs.rs/winit","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-unknown-linux-gnu","features":["rwh_04","rwh_05","rwh_06","serde","android-native-activity"],"rustdoc-args":["--cfg","docsrs"],"targets":["i686-pc-windows-msvc","x86_64-pc-windows-msvc","x86_64-apple-darwin","i686-unknown-linux-gnu","x86_64-unknown-linux-gnu","x86_64-apple-ios","aarch64-linux-android","wasm32-unknown-unknown"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n\"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.\n\n\"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.\n\n\"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.\n\n\"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License.\n\n\"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.\n\n\"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.\n\n\"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).\n\n\"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.\n\n\"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.\"\n\n\"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.\n\n2. 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.\n\n3. 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.\n\n4. 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:\n\n (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices stating that You changed the files; and\n\n (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\n\n (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.\n\n 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.\n\n5. 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.\n\n6. 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.\n\n7. 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.\n\n8. 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.\n\n9. 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.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\nTo 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.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":null,"used_by":[{"crate":{"name":"simdnoise","version":"3.1.7","authors":["Jack Mott "],"id":"git+https://github.com/valadaptive/rust-simd-noise?rev=965175f#simdnoise@3.1.7","source":"git+https://github.com/valadaptive/rust-simd-noise?rev=965175f#965175f2ad1e92162de951fc536e49cb91961bcd","description":"SIMD accelerate noise library with runtime feature detection","dependencies":[{"name":"simdeez","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0-dev3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"simdnoise","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"helpers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/tests/helpers.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"intrinsics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/tests/intrinsics.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"noisebuilder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/tests/noisebuilder.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/benches/benchmarks.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/Cargo.toml","categories":["game-engines","multimedia::images"],"keywords":["SIMD","noise","simplex","perlin","performance"],"readme":"README.md","repository":"https://github.com/verpeteren/rust-simd-noise","homepage":null,"documentation":"https://docs.rs/simdnoise/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"macros","version":"0.1.0","authors":[],"id":"path+file:///home/va_erie/Projects/ntscrs/crates/macros#0.1.0","source":null,"description":null,"dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.56","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.27","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.15","kind":"normal","optional":false,"uses_default_features":true,"features":["full","extra-traits"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR ISC OR Apache-2.0","license_file":null,"targets":[{"name":"macros","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/macros/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/Projects/ntscrs/crates/macros/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/valadaptive/ntsc-rs/tree/main/crates/macros","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"ntscrs","version":"0.1.2","authors":[],"id":"path+file:///home/va_erie/Projects/ntscrs/crates/ntscrs#0.1.2","source":null,"description":null,"dependencies":[{"name":"biquad","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glam","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"macros","source":null,"req":"*","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":"/home/va_erie/Projects/ntscrs/crates/macros"},{"name":"num-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xoshiro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"simdnoise","source":"git+https://github.com/valadaptive/rust-simd-noise?rev=965175f","req":"*","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"siphasher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tinyjson","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":["html_reports"],"target":null,"rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25.1","kind":"dev","optional":false,"uses_default_features":false,"features":["png"],"target":null,"rename":null,"registry":null,"path":null},{"name":"pprof","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":["flamegraph","criterion"],"target":"cfg(not(windows))","rename":null,"registry":null,"path":null}],"license":"MIT OR ISC OR Apache-2.0","license_file":null,"targets":[{"name":"ntscrs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/ntscrs/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"filter_profile","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/ntscrs/benches/filter_profile.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/Projects/ntscrs/crates/ntscrs/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/valadaptive/ntsc-rs/tree/main/crates/ntscrs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"accesskit","version":"0.12.3","authors":["The AccessKit contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit@0.12.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"UI accessibility infrastructure across platforms","dependencies":[{"name":"enumn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pyo3","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"schemars","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit-0.12.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"enumn":["dep:enumn"],"pyo3":["dep:pyo3"],"schemars":["dep:schemars","serde"],"serde":["dep:serde","enumn"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit-0.12.3/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["schemars","serde"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.68.2"},"path":null},{"crate":{"name":"accesskit_consumer","version":"0.16.1","authors":["Matt Campbell "],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_consumer@0.16.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit consumer library (internal)","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit_consumer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_consumer-0.16.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_consumer-0.16.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"accesskit_macos","version":"0.10.1","authors":["Matt Campbell "],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_macos@0.10.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit UI accessibility infrastructure: macOS adapter","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"accesskit_consumer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.3.0-beta.3, <0.3.0-beta.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit_macos","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_macos-0.10.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_macos-0.10.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"accesskit_unix","version":"0.6.2","authors":["Arnold Loubriat "],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_unix@0.6.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit UI accessibility infrastructure: Linux adapter","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"accesskit_consumer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-once-cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.32.0","kind":"normal","optional":true,"uses_default_features":true,"features":["rt","net","time"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.14","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit_unix","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_unix-0.6.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-io":["atspi/async-std","zbus/async-io"],"default":["async-io"],"tokio":["dep:tokio","atspi/tokio","zbus/tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_unix-0.6.2/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"accesskit_windows","version":"0.15.1","authors":["Matt Campbell "],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_windows@0.15.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit UI accessibility infrastructure: Windows adapter","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"accesskit_consumer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":false,"uses_default_features":true,"features":["implement","Win32_Foundation","Win32_Graphics_Gdi","Win32_System_Com","Win32_System_LibraryLoader","Win32_System_Ole","Win32_UI_Accessibility","Win32_UI_Input_KeyboardAndMouse","Win32_UI_WindowsAndMessaging"],"target":null,"rename":null,"registry":null,"path":null},{"name":"scopeguard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit_windows","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_windows-0.15.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"hello_world","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_windows-0.15.1/examples/hello_world.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_windows-0.15.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"accesskit_winit","version":"0.16.1","authors":["Matt Campbell "],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_winit@0.16.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit UI accessibility infrastructure: winit adapter","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29","kind":"normal","optional":false,"uses_default_features":false,"features":["rwh_06"],"target":null,"rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29","kind":"dev","optional":false,"uses_default_features":false,"features":["rwh_06","x11","wayland","wayland-dlopen","wayland-csd-adwaita"],"target":null,"rename":null,"registry":null,"path":null},{"name":"accesskit_unix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))","rename":null,"registry":null,"path":null},{"name":"accesskit_macos","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"accesskit_windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"accesskit_winit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_winit-0.16.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"simple","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_winit-0.16.1/examples/simple.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"accesskit_unix":["dep:accesskit_unix"],"async-io":["accesskit_unix/async-io"],"default":["accesskit_unix","async-io"],"tokio":["accesskit_unix/tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_winit-0.16.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility","winit"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["winit/rwh_06","winit/x11","winit/wayland"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"anes","version":"0.1.6","authors":["Robert Vojta "],"id":"registry+https://github.com/rust-lang/crates.io-index#anes@0.1.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"ANSI Escape Sequences provider & parser","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.66","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anes","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"execute","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/execute.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"parser","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/parser.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"queue","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/queue.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"sequence","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/sequence.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"stdout","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/stdout.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"string","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/string.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench_main","kind":["bench"],"crate_types":["bin"],"required-features":["parser"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/benches/bench_main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"bitflags":["dep:bitflags"],"default":[],"parser":["bitflags"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/Cargo.toml","categories":[],"keywords":["terminal","ansi","sequence","code","parser"],"readme":"README.md","repository":"https://github.com/zrzka/anes-rs","homepage":null,"documentation":"https://docs.rs/anes/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"atspi-proxies","version":"0.3.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#atspi-proxies@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AT-SPI2 proxies to query or manipulate UI objects","dependencies":[{"name":"async-trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.59","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.12.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["attributes"],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":["async-std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fantoccini","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rename-item","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.96","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_plain","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serial_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","rt-multi-thread"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-stream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atspi-proxies","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-proxies-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-std":["zbus/async-io","atspi-common/async-std"],"async-trait":["dep:async-trait"],"default":["async-std"],"futures-lite":["dep:futures-lite"],"gvariant":["zbus/gvariant"],"tokio":["zbus/tokio","atspi-common/tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-proxies-0.3.0/Cargo.toml","categories":["accessibility","api-bindings"],"keywords":["screen-reader","accessibility","a11y","tts","linux"],"readme":"README.md","repository":"https://github.com/odilia-app/atspi","homepage":"https://github.com/odilia-app/atspi","documentation":null,"edition":"2021","metadata":{"release":{"publish":true,"release":true}},"links":null,"publish":null,"default_run":null,"rust_version":"1.68.2"},"path":null},{"crate":{"name":"cesu8","version":"1.1.0","authors":["Eric Kidd "],"id":"registry+https://github.com/rust-lang/crates.io-index#cesu8@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Convert to and from CESU-8 encoding (similar to UTF-8)","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"cesu8","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cesu8-1.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cesu8-1.1.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/emk/cesu8-rs","homepage":null,"documentation":"http://emk.github.io/cesu8-rs/cesu8/index.html","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"document-features","version":"0.2.8","authors":["Slint Developers "],"id":"registry+https://github.com/rust-lang/crates.io-index#document-features@0.2.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Extract documentation for the feature flags from comments in Cargo.toml","dependencies":[{"name":"litrs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"document-features","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/document-features-0.2.8/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"self-doc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/document-features-0.2.8/tests/self-doc.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":[],"self-test":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/document-features-0.2.8/Cargo.toml","categories":["development-tools"],"keywords":["documentation","features","rustdoc","macro"],"readme":"README.md","repository":"https://github.com/slint-ui/document-features","homepage":"https://slint-ui.com","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"ecolor","version":"0.28.1","authors":["Emil Ernerfeldt ","Andreas Reich "],"id":"registry+https://github.com/rust-lang/crates.io-index#ecolor@0.28.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Color structs and color conversion utilities","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"color-hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"emath","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ecolor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecolor-0.28.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"bytemuck":["dep:bytemuck"],"cint":["dep:cint"],"color-hex":["dep:color-hex"],"default":[],"document-features":["dep:document-features"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecolor-0.28.1/Cargo.toml","categories":["mathematics","encoding"],"keywords":["gui","color","conversion","gamedev","images"],"readme":"README.md","repository":"https://github.com/emilk/egui","homepage":"https://github.com/emilk/egui","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"path":null},{"crate":{"name":"eframe","version":"0.28.1","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#eframe@0.28.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"egui framework - write GUI apps that compiles to web and/or natively","dependencies":[{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":["bytemuck","log"],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui_glow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":["integer128"],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":"rwh_05","registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"web-time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-app-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSApplication","NSImage","NSMenu","NSMenuItem","NSResponder"],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["block2","NSData","NSString"],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["winuser"],"target":"cfg(any(target_os = \"windows\"))","rename":null,"registry":null,"path":null},{"name":"directories","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"egui-wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":true,"uses_default_features":false,"features":["winit"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"egui-winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":["clipboard","links"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"glutin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"glutin-winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"normal","optional":false,"uses_default_features":false,"features":["png"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"pollster","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20.0","kind":"normal","optional":true,"uses_default_features":false,"features":["fragile-send-sync-non-atomic-wasm","metal","webgpu"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.4","kind":"normal","optional":false,"uses_default_features":false,"features":["rwh_06"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"egui-wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.58","kind":"normal","optional":false,"uses_default_features":true,"features":["BinaryType","Blob","Clipboard","ClipboardEvent","CompositionEvent","console","CssStyleDeclaration","DataTransfer","DataTransferItem","DataTransferItemList","Document","DomRect","DragEvent","Element","Event","EventListener","EventTarget","ExtSRgb","File","FileList","FocusEvent","HtmlCanvasElement","HtmlElement","HtmlInputElement","InputEvent","KeyboardEvent","Location","MediaQueryList","MediaQueryListEvent","MouseEvent","Navigator","Node","NodeList","Performance","ResizeObserver","ResizeObserverBoxOptions","ResizeObserverEntry","ResizeObserverOptions","ResizeObserverSize","Storage","Touch","TouchEvent","TouchList","WebGl2RenderingContext","WebglDebugRendererInfo","WebGlRenderingContext","WheelEvent","Window"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20.0","kind":"normal","optional":true,"uses_default_features":false,"features":["fragile-send-sync-non-atomic-wasm","webgpu"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"eframe","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/eframe-0.28.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"__screenshot":[],"accesskit":["egui/accesskit","egui-winit/accesskit"],"android-game-activity":["egui-winit/android-game-activity"],"android-native-activity":["egui-winit/android-native-activity"],"default":["accesskit","default_fonts","glow","wayland","web_screen_reader","winit/default","x11"],"default_fonts":["egui/default_fonts"],"directories":["dep:directories"],"glow":["dep:egui_glow","dep:glow","dep:glutin-winit","dep:glutin","dep:rwh_05","winit/rwh_05"],"persistence":["directories","egui-winit/serde","egui/persistence","ron","serde"],"puffin":["dep:puffin","egui/puffin","egui_glow?/puffin","egui-wgpu?/puffin","egui-winit/puffin"],"ron":["dep:ron"],"serde":["dep:serde"],"wayland":["egui-winit/wayland","egui-wgpu?/wayland","egui_glow?/wayland"],"web_screen_reader":["web-sys/SpeechSynthesis","web-sys/SpeechSynthesisUtterance"],"wgpu":["dep:wgpu","dep:egui-wgpu","dep:pollster"],"x11":["egui-winit/x11","egui-wgpu?/x11","egui_glow?/x11"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/eframe-0.28.1/Cargo.toml","categories":["gui","game-development"],"keywords":["egui","gui","gamedev"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/eframe","homepage":"https://github.com/emilk/egui/tree/master/crates/eframe","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg=web_sys_unstable_apis"],"targets":["x86_64-unknown-linux-gnu","wasm32-unknown-unknown"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"path":null},{"crate":{"name":"egui-winit","version":"0.28.1","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#egui-winit@0.28.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for using egui with winit","dependencies":[{"name":"accesskit_winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":["log"],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"web-time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"webbrowser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.4","kind":"normal","optional":false,"uses_default_features":false,"features":["rwh_06"],"target":null,"rename":null,"registry":null,"path":null},{"name":"smithay-clipboard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"arboard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(not(target_os = \"android\"))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"egui-winit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-winit-0.28.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"accesskit":["accesskit_winit","egui/accesskit"],"accesskit_winit":["dep:accesskit_winit"],"android-game-activity":["winit/android-game-activity"],"android-native-activity":["winit/android-native-activity"],"arboard":["dep:arboard"],"bytemuck":["egui/bytemuck"],"clipboard":["arboard","smithay-clipboard"],"default":["clipboard","links","wayland","winit/default","x11"],"document-features":["dep:document-features"],"links":["webbrowser"],"puffin":["dep:puffin","egui/puffin"],"serde":["egui/serde","dep:serde"],"smithay-clipboard":["dep:smithay-clipboard"],"wayland":["winit/wayland","bytemuck"],"webbrowser":["dep:webbrowser"],"x11":["winit/x11","bytemuck"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-winit-0.28.1/Cargo.toml","categories":["gui","game-development"],"keywords":["winit","egui","gui","gamedev"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/egui-winit","homepage":"https://github.com/emilk/egui/tree/master/crates/egui-winit","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"path":null},{"crate":{"name":"egui","version":"0.28.1","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#egui@0.28.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An easy-to-use immediate mode GUI that runs on both web and native","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"emath","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"epaint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"nohash-hasher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive","derive","rc"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"egui","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-0.28.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"accesskit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-0.28.1/tests/accesskit.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"accesskit":["dep:accesskit"],"bytemuck":["epaint/bytemuck"],"callstack":["dep:backtrace"],"cint":["epaint/cint"],"color-hex":["epaint/color-hex"],"deadlock_detection":["epaint/deadlock_detection"],"default":["default_fonts"],"default_fonts":["epaint/default_fonts"],"document-features":["dep:document-features"],"log":["dep:log","epaint/log"],"mint":["epaint/mint"],"persistence":["serde","epaint/serde","ron"],"puffin":["dep:puffin","epaint/puffin"],"rayon":["epaint/rayon"],"ron":["dep:ron"],"serde":["dep:serde","epaint/serde","accesskit?/serde"],"unity":["epaint/unity"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-0.28.1/Cargo.toml","categories":["gui","game-development"],"keywords":["gui","imgui","immediate","portable","gamedev"],"readme":"README.md","repository":"https://github.com/emilk/egui","homepage":"https://github.com/emilk/egui","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"path":null},{"crate":{"name":"egui_glow","version":"0.28.1","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#egui_glow@0.28.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for using egui natively using the glow library","dependencies":[{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":["bytemuck"],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui-winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glutin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glutin-winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"dev","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":"rwh_05","registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.4","kind":"normal","optional":true,"uses_default_features":false,"features":["rwh_06"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.58","kind":"normal","optional":false,"uses_default_features":true,"features":["console"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"egui_glow","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui_glow-0.28.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"pure_glow","kind":["example"],"crate_types":["bin"],"required-features":["winit","egui/default_fonts","winit/rwh_05"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui_glow-0.28.1/examples/pure_glow.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"clipboard":["egui-winit?/clipboard"],"default":[],"document-features":["dep:document-features"],"egui-winit":["dep:egui-winit"],"links":["egui-winit?/links"],"puffin":["dep:puffin","egui-winit?/puffin","egui/puffin"],"wayland":["winit?/wayland"],"winit":["egui-winit","dep:winit"],"x11":["winit?/x11"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui_glow-0.28.1/Cargo.toml","categories":["gui","game-development"],"keywords":["glow","egui","gui","gamedev"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/egui_glow","homepage":"https://github.com/emilk/egui/tree/master/crates/egui_glow","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"path":null},{"crate":{"name":"emath","version":"0.28.1","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#emath@0.28.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Minimal 2D math library for GUI work","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"mint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"emath","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/emath-0.28.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"bytemuck":["dep:bytemuck"],"default":[],"document-features":["dep:document-features"],"mint":["dep:mint"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/emath-0.28.1/Cargo.toml","categories":["mathematics","gui"],"keywords":["math","gui"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/emath","homepage":"https://github.com/emilk/egui/tree/master/crates/emath","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"path":null},{"crate":{"name":"epaint","version":"0.28.1","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#epaint@0.28.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Minimal 2D graphics library for GUI work","dependencies":[{"name":"ab_glyph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ecolor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"emath","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"nohash-hasher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive","derive","rc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null}],"license":"(MIT OR Apache-2.0) AND OFL-1.1 AND LicenseRef-UFL-1.0","license_file":null,"targets":[{"name":"epaint","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint-0.28.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"benchmark","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint-0.28.1/benches/benchmark.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"bytemuck":["dep:bytemuck","emath/bytemuck","ecolor/bytemuck"],"cint":["ecolor/cint"],"color-hex":["ecolor/color-hex"],"deadlock_detection":["dep:backtrace"],"default":["default_fonts"],"default_fonts":[],"document-features":["dep:document-features"],"log":["dep:log"],"mint":["emath/mint"],"puffin":["dep:puffin"],"rayon":["dep:rayon"],"serde":["dep:serde","ahash/serde","emath/serde","ecolor/serde"],"unity":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint-0.28.1/Cargo.toml","categories":["graphics","gui"],"keywords":["graphics","gui","egui"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/epaint","homepage":"https://github.com/emilk/egui/tree/master/crates/epaint","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"path":null},{"crate":{"name":"gl_generator","version":"0.14.0","authors":["Brendan Zabarauskas ","Corey Richardson","Arseny Kapoulkine"],"id":"registry+https://github.com/rust-lang/crates.io-index#gl_generator@0.14.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Code generators for creating bindings to the Khronos OpenGL APIs.","dependencies":[{"name":"khronos_api","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xml-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"gl_generator","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gl_generator-0.14.0/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"unstable_generator_utils":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gl_generator-0.14.0/Cargo.toml","categories":["api-bindings","rendering::graphics-api"],"keywords":["gl","egl","opengl","khronos"],"readme":"README.md","repository":"https://github.com/brendanzab/gl-rs/","homepage":"https://github.com/brendanzab/gl-rs/","documentation":"https://docs.rs/gl_generator","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"half","version":"2.4.1","authors":["Kathryn Long "],"id":"registry+https://github.com/rust-lang/crates.io-index#half@2.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.1","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":"normal","optional":true,"uses_default_features":false,"features":["libm"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_distr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crunchy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck_macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crunchy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"spirv\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"half","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"convert","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/benches/convert.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"bytemuck":["dep:bytemuck"],"default":["std"],"num-traits":["dep:num-traits"],"rand_distr":["dep:rand","dep:rand_distr"],"rkyv":["dep:rkyv"],"serde":["dep:serde"],"std":["alloc"],"use-intrinsics":[],"zerocopy":["dep:zerocopy"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/Cargo.toml","categories":["no-std","data-structures","encoding"],"keywords":["f16","bfloat16","no_std"],"readme":"README.md","repository":"https://github.com/starkat99/half-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"khronos_api","version":"3.1.0","authors":["Brendan Zabarauskas ","Corey Richardson","Arseny Kapoulkine","Pierre Krieger "],"id":"registry+https://github.com/rust-lang/crates.io-index#khronos_api@3.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The Khronos XML API Registry, exposed as byte string constants.","dependencies":[],"license":"Apache-2.0","license_file":null,"targets":[{"name":"khronos_api","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/khronos_api-3.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/khronos_api-3.1.0/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/khronos_api-3.1.0/Cargo.toml","categories":["rendering::graphics-api"],"keywords":["gl","egl","opengl","khronos"],"readme":"README.md","repository":"https://github.com/brendanzab/gl-rs/","homepage":"https://github.com/brendanzab/gl-rs/","documentation":"https://docs.rs/khronos_api","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"ndk-context","version":"0.1.1","authors":["The Rust Windowing contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#ndk-context@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Handles for accessing Android APIs","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ndk-context","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-context-0.1.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-context-0.1.1/Cargo.toml","categories":[],"keywords":["android","ndk","apk","jni"],"readme":"README.md","repository":"https://github.com/rust-windowing/android-ndk-rs","homepage":"https://github.com/rust-windowing/android-ndk-rs","documentation":"https://docs.rs/ndk-context","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"ndk-sys","version":"0.5.0+25.2.9519653","authors":["The Rust Windowing contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#ndk-sys@0.5.0+25.2.9519653","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings for the Android NDK","dependencies":[{"name":"jni-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ndk-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-sys-0.5.0+25.2.9519653/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"audio":[],"bitmap":[],"media":[],"sync":[],"test":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-sys-0.5.0+25.2.9519653/Cargo.toml","categories":[],"keywords":["android","ndk"],"readme":"README.md","repository":"https://github.com/rust-mobile/ndk","homepage":"https://github.com/rust-mobile/ndk","documentation":"https://docs.rs/ndk-sys","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"],"targets":["aarch64-linux-android","armv7-linux-androideabi","i686-linux-android","x86_64-linux-android"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"ndk","version":"0.8.0","authors":["The Rust Mobile contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#ndk@0.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Safe Rust bindings to the Android NDK","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ndk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"ffi","registry":null,"path":null},{"name":"jni","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jni-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num_enum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_04","registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_05","registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_06","registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ndk","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-0.8.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"all":["audio","bitmap","media","api-level-31","rwh_04","rwh_05","rwh_06"],"api-level-23":[],"api-level-24":["api-level-23"],"api-level-25":["api-level-24"],"api-level-26":["api-level-25"],"api-level-27":["api-level-26"],"api-level-28":["api-level-27"],"api-level-29":["api-level-28"],"api-level-30":["api-level-29"],"api-level-31":["api-level-30"],"audio":["ffi/audio","api-level-26"],"bitmap":["ffi/bitmap"],"default":["rwh_06"],"jni":["dep:jni"],"media":["ffi/media"],"rwh_04":["dep:rwh_04"],"rwh_05":["dep:rwh_05"],"rwh_06":["dep:rwh_06"],"sync":["ffi/sync","api-level-26"],"test":["ffi/test","jni","all"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-0.8.0/Cargo.toml","categories":[],"keywords":["android","ndk"],"readme":"README.md","repository":"https://github.com/rust-mobile/ndk","homepage":"https://github.com/rust-mobile/ndk","documentation":"https://docs.rs/ndk","edition":"2021","metadata":{"docs":{"rs":{"features":["jni","all"],"rustdoc-args":["--cfg","docsrs"],"targets":["aarch64-linux-android","armv7-linux-androideabi","i686-linux-android","x86_64-linux-android"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.66.0"},"path":null},{"crate":{"name":"simdeez","version":"2.0.0-dev3","authors":["Jack Mott ","Arduano"],"id":"registry+https://github.com/rust-lang/crates.io-index#simdeez@2.0.0-dev3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"SIMD library to abstract over different instruction sets and widths","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sleef-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_chacha","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"simdeez","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simdeez-2.0.0-dev3/src/lib.rs","edition":"2018","doctest":false,"test":true,"doc":true},{"name":"string_parse_sum","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simdeez-2.0.0-dev3/examples/string_parse_sum.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"numparse","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simdeez-2.0.0-dev3/benches/numparse.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":[],"no_std":["dep:libm"],"sleef":["sleef-sys"],"sleef-sys":["dep:sleef-sys"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simdeez-2.0.0-dev3/Cargo.toml","categories":["hardware-support","science","game-engines"],"keywords":["SIMD","avx2","sse","performance","no_std"],"readme":"README.md","repository":"https://github.com/jackmott/simdeez","homepage":null,"documentation":"https://docs.rs/simdeez/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"siphasher","version":"1.0.1","authors":["Frank Denis "],"id":"registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"siphasher","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-1.0.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"serde":["dep:serde"],"serde_json":["dep:serde_json"],"serde_no_std":["serde/alloc"],"serde_std":["std","serde/std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-1.0.1/Cargo.toml","categories":["algorithms","cryptography"],"keywords":["crypto","hash","siphash"],"readme":"README.md","repository":"https://github.com/jedisct1/rust-siphash","homepage":"https://docs.rs/siphasher","documentation":"https://docs.rs/siphasher","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"target-lexicon","version":"0.12.14","authors":["Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Targeting utilities for compilers and related tools","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception","license_file":null,"targets":[{"name":"target-lexicon","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.14/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"host","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.14/examples/host.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"misc","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.14/examples/misc.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.14/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"arch_zkasm":[],"default":[],"serde":["dep:serde"],"serde_support":["serde","std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.14/Cargo.toml","categories":["no-std"],"keywords":["target","host","triple","compiler","jit"],"readme":"README.md","repository":"https://github.com/bytecodealliance/target-lexicon","homepage":null,"documentation":"https://docs.rs/target-lexicon/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"winapi-i686-pc-windows-gnu","version":"0.4.0","authors":["Peter Atashian "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"winapi-i686-pc-windows-gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml","categories":[],"keywords":["windows"],"readme":null,"repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"winapi-x86_64-pc-windows-gnu","version":"0.4.0","authors":["Peter Atashian "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"winapi-x86_64-pc-windows-gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml","categories":[],"keywords":["windows"],"readme":null,"repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Apache License\r\nVersion 2.0, January 2004\r\nhttp://www.apache.org/licenses/\r\n\r\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\r\n\r\n 1. Definitions.\r\n\r\n \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.\r\n\r\n \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.\r\n\r\n \"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.\r\n\r\n \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License.\r\n\r\n \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.\r\n\r\n \"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.\r\n\r\n \"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).\r\n\r\n \"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.\r\n\r\n \"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.\"\r\n\r\n \"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.\r\n 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.\r\n 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.\r\n 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:\r\n (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and\r\n (b) You must cause any modified files to carry prominent notices stating that You changed the files; and\r\n (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\r\n (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.\r\n\r\n 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.\r\n 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.\r\n 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.\r\n 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.\r\n 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.\r\n 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.\r\n\r\nEND OF TERMS AND CONDITIONS\r\n\r\nAPPENDIX: How to apply the Apache License to your work.\r\n\r\nTo 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.\r\n\r\nCopyright [yyyy] [name of copyright owner]\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\nhttp://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"bytemuck","version":"1.16.1","authors":["Lokathor "],"id":"registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.16.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A crate for mucking around with piles of bytes.","dependencies":[{"name":"bytemuck_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Zlib OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"bytemuck","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"array_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/tests/array_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"cast_slice_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/tests/cast_slice_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"checked_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/tests/checked_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"derive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/tests/derive.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"doc_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/tests/doc_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"offset_of_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/tests/offset_of_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"std_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/tests/std_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"transparent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/tests/transparent.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"wrapper_forgets","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/tests/wrapper_forgets.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"aarch64_simd":[],"align_offset":[],"bytemuck_derive":["dep:bytemuck_derive"],"const_zeroed":[],"derive":["bytemuck_derive"],"extern_crate_alloc":[],"extern_crate_std":["extern_crate_alloc"],"min_const_generics":[],"must_cast":[],"nightly_docs":[],"nightly_float":[],"nightly_portable_simd":[],"nightly_stdsimd":[],"unsound_ptr_pod_impl":[],"wasm_simd":[],"zeroable_atomics":[],"zeroable_maybe_uninit":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/Cargo.toml","categories":["encoding","no-std"],"keywords":["transmute","bytes","casting"],"readme":"README.md","repository":"https://github.com/Lokathor/bytemuck","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["nightly_docs","derive","extern_crate_alloc","extern_crate_std","zeroable_maybe_uninit","zeroable_atomics","min_const_generics","wasm_simd","must_cast","const_zeroed"]}},"playground":{"features":["derive","extern_crate_alloc","extern_crate_std","zeroable_maybe_uninit","zeroable_atomics","min_const_generics","wasm_simd","must_cast","const_zeroed"]}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"bytemuck_derive","version":"1.7.0","authors":["Lokathor "],"id":"registry+https://github.com/rust-lang/crates.io-index#bytemuck_derive@1.7.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"derive proc-macros for `bytemuck`","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Zlib OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"bytemuck_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck_derive-1.7.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck_derive-1.7.0/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck_derive-1.7.0/Cargo.toml","categories":["encoding","no-std"],"keywords":["transmute","bytes","casting"],"readme":"README.md","repository":"https://github.com/Lokathor/bytemuck","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Copyright 2016 Nicolas Silva\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"android_system_properties","version":"0.1.5","authors":["Nicolas Silva "],"id":"registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Minimal Android system properties wrapper","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.126","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"android_system_properties","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"time_zone","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/examples/time_zone.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/Cargo.toml","categories":[],"keywords":["android"],"readme":"README.md","repository":"https://github.com/nical/android_system_properties","homepage":"https://github.com/nical/android_system_properties","documentation":"https://docs.rs/android_system_properties","edition":"2018","metadata":{"docs":{"rs":{"targets":["arm-linux-androideabi","armv7-linux-androideabi","aarch64-linux-android","i686-linux-android","x86_64-linux-android","x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Licensed under the Apache License, Version 2.0\n or the MIT\nlicense ,\nat your option. All files in the project carrying such\nnotice may not be copied, modified, or distributed except\naccording to those terms.\n","source_path":"COPYRIGHT","used_by":[{"crate":{"name":"unicode-normalization","version":"0.1.23","authors":["kwantam ","Manish Goregaokar "],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.23","source":"registry+https://github.com/rust-lang/crates.io-index","description":"This crate provides functions for normalization of\nUnicode strings, including Canonical and Compatible\nDecomposition and Recomposition, as described in\nUnicode Standard Annex #15.\n","dependencies":[{"name":"tinyvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"unicode-normalization","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/Cargo.toml","categories":[],"keywords":["text","unicode","normalization","decomposition","recomposition"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-normalization","homepage":"https://github.com/unicode-rs/unicode-normalization","documentation":"https://docs.rs/unicode-normalization/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"unicode-segmentation","version":"1.11.0","authors":["kwantam ","Manish Goregaokar "],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.11.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"This crate provides Grapheme Cluster, Word and Sentence boundaries\naccording to Unicode Standard Annex #29 rules.\n","dependencies":[{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"unicode-segmentation","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"graphemes","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/benches/graphemes.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"unicode_words","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/benches/unicode_words.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"word_bounds","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/benches/word_bounds.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"no_std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/Cargo.toml","categories":[],"keywords":["text","unicode","grapheme","word","boundary"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-segmentation","homepage":"https://github.com/unicode-rs/unicode-segmentation","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Licensed under the Apache License, Version 2.0 or the MIT license\n, at your\noption. All files in the project carrying such notice may not be\ncopied, modified, or distributed except according to those terms.\n","source_path":"COPYING","used_by":[{"crate":{"name":"cgl","version":"0.3.2","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#cgl@0.3.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for CGL on Mac","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cgl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cgl-0.3.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cgl-0.3.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/cgl-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"core-graphics","version":"0.23.2","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-graphics@0.23.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to Core Graphics for macOS","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-graphics-types","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"foreign-types","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core-graphics","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-0.23.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["link"],"elcapitan":[],"highsierra":[],"link":["core-foundation/link","core-graphics-types/link"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-0.23.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"MIT OR Apache-2.0","source_path":"LICENSE","used_by":[{"crate":{"name":"typenum","version":"1.17.0","authors":["Paho Lurie-Gregg ","Andre Bogus "],"id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.17.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Typenum is a Rust library for type-level numbers evaluated at\n compile time. It currently supports bits, unsigned integers, and signed\n integers. It also provides a type-level array of type-level numbers, but its\n implementation is incomplete.","dependencies":[{"name":"scale-info","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"typenum","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-main","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"const-generics":[],"force_unix_path_separator":[],"i128":[],"no_std":[],"scale-info":["dep:scale-info"],"scale_info":["scale-info/derive"],"strict":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/Cargo.toml","categories":["no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/paholg/typenum","homepage":null,"documentation":"https://docs.rs/typenum","edition":"2018","metadata":{"docs":{"rs":{"features":["i128","const-generics"],"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["i128","const-generics"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.37.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"MIT OR Apache-2.0\n","source_path":"LICENSE","used_by":[{"crate":{"name":"half","version":"2.4.1","authors":["Kathryn Long "],"id":"registry+https://github.com/rust-lang/crates.io-index#half@2.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.1","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":"normal","optional":true,"uses_default_features":false,"features":["libm"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_distr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crunchy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck_macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crunchy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"spirv\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"half","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"convert","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/benches/convert.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"bytemuck":["dep:bytemuck"],"default":["std"],"num-traits":["dep:num-traits"],"rand_distr":["dep:rand","dep:rand_distr"],"rkyv":["dep:rkyv"],"serde":["dep:serde"],"std":["alloc"],"use-intrinsics":[],"zerocopy":["dep:zerocopy"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/Cargo.toml","categories":["no-std","data-structures","encoding"],"keywords":["f16","bfloat16","no_std"],"readme":"README.md","repository":"https://github.com/starkat99/half-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Rust-chrono is dual-licensed under The MIT License [1] and\nApache 2.0 License [2]. Copyright (c) 2014--2017, Kang Seonghoon and\ncontributors.\n\nNota Bene: This is same as the Rust Project's own license.\n\n\n[1]: , which is reproduced below:\n\n~~~~\nThe MIT License (MIT)\n\nCopyright (c) 2014, Kang Seonghoon.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n~~~~\n\n\n[2]: , which is reproduced below:\n\n~~~~\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n~~~~\n\n","source_path":"LICENSE.txt","used_by":[{"crate":{"name":"chrono","version":"0.4.38","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.38","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Date and time library for Rust","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pure-rust-locales","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.43","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.99","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"android-tzdata","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"iana-time-zone","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.45","kind":"normal","optional":true,"uses_default_features":true,"features":["fallback"],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"chrono","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"dateutils","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/tests/dateutils.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/tests/wasm.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"win_bindings","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/tests/win_bindings.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"__internal_bench":[],"alloc":[],"android-tzdata":["dep:android-tzdata"],"arbitrary":["dep:arbitrary"],"clock":["winapi","iana-time-zone","android-tzdata","now"],"default":["clock","std","oldtime","wasmbind"],"iana-time-zone":["dep:iana-time-zone"],"js-sys":["dep:js-sys"],"libc":[],"now":["std"],"oldtime":[],"pure-rust-locales":["dep:pure-rust-locales"],"rkyv":["dep:rkyv","rkyv/size_32"],"rkyv-16":["dep:rkyv","rkyv?/size_16"],"rkyv-32":["dep:rkyv","rkyv?/size_32"],"rkyv-64":["dep:rkyv","rkyv?/size_64"],"rkyv-validation":["rkyv?/validation"],"serde":["dep:serde"],"std":["alloc"],"unstable-locales":["pure-rust-locales"],"wasm-bindgen":["dep:wasm-bindgen"],"wasmbind":["wasm-bindgen","js-sys"],"winapi":["windows-targets"],"windows-targets":["dep:windows-targets"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/Cargo.toml","categories":["date-and-time"],"keywords":["date","time","calendar"],"readme":"README.md","repository":"https://github.com/chronotope/chrono","homepage":"https://github.com/chronotope/chrono","documentation":"https://docs.rs/chrono/","edition":"2021","metadata":{"docs":{"rs":{"features":["arbitrary","rkyv","serde","unstable-locales"],"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["serde"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"path":null}]},{"name":"BSD 2-Clause \"Simplified\" License","id":"BSD-2-Clause","text":"Copyright (c) 2015 David Roundy \nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the\n distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"arrayref","version":"0.3.7","authors":["David Roundy "],"id":"registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Macros to take array references of slices","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-2-Clause","license_file":null,"targets":[{"name":"arrayref","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"array_refs","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/examples/array_refs.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"array_refs_with_const","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/examples/array_refs_with_const.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"simple-case","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/examples/simple-case.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/droundy/arrayref","homepage":null,"documentation":"https://docs.rs/arrayref","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"BSD 3-Clause \"New\" or \"Revised\" License","id":"BSD-3-Clause","text":"Copyright (c) 2011 Google Inc. All rights reserved.\nCopyright (c) 2020 Yevhenii Reizner All rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the\n distribution.\n\n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived\n from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nOWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"tiny-skia-path","version":"0.11.4","authors":["Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#tiny-skia-path@0.11.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A tiny-skia Bezier path implementation","dependencies":[{"name":"arrayref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"strict-num","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause","license_file":null,"targets":[{"name":"tiny-skia-path","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-path-0.11.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"libm":["dep:libm"],"no-std-float":["libm"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-path-0.11.4/Cargo.toml","categories":["graphics"],"keywords":["graphics","bezier","path","dash","stroke"],"readme":"README.md","repository":"https://github.com/RazrFalcon/tiny-skia/tree/master/path","homepage":null,"documentation":"https://docs.rs/tiny-skia-path/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"tiny-skia","version":"0.11.4","authors":["Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#tiny-skia@0.11.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A tiny Skia subset ported to Rust.","dependencies":[{"name":"arrayref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":false,"uses_default_features":true,"features":["aarch64_simd"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"png","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tiny-skia-path","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.4","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause","license_file":null,"targets":[{"name":"tiny-skia","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"fill","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/fill.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"hairline","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/hairline.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"image_on_image","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/image_on_image.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"large_image","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/large_image.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"linear_gradient","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/linear_gradient.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"mask","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/mask.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"pattern","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/pattern.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"stroke","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/stroke.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"integration","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/tests/integration/main.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["std","simd","png-format"],"no-std-float":["tiny-skia-path/no-std-float"],"png":["dep:png"],"png-format":["std","png"],"simd":[],"std":["tiny-skia-path/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/Cargo.toml","categories":["rendering"],"keywords":["2d","rendering","skia"],"readme":"README.md","repository":"https://github.com/RazrFalcon/tiny-skia","homepage":null,"documentation":"https://docs.rs/tiny-skia/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"BSD 3-Clause \"New\" or \"Revised\" License","id":"BSD-3-Clause","text":"Copyright (c) 2019, Sébastien Crozet\r\nAll rights reserved.\r\n\r\nRedistribution and use in source and binary forms, with or without\r\nmodification, are permitted provided that the following conditions are met:\r\n\r\n1. Redistributions of source code must retain the above copyright notice, this\r\n list of conditions and the following disclaimer.\r\n\r\n2. Redistributions in binary form must reproduce the above copyright notice,\r\n this list of conditions and the following disclaimer in the documentation\r\n and/or other materials provided with the distribution.\r\n\r\n3. Neither the name of the author nor the names of its contributors may be used\r\n to endorse or promote products derived from this software without specific\r\n prior written permission.\r\n\r\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\r\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\r\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\r\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\r\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\r\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\r\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\r\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r\n","source_path":"LICENSE","used_by":[{"crate":{"name":"instant","version":"0.1.13","authors":["sebcrozet "],"id":"registry+https://github.com/rust-lang/crates.io-index#instant@0.1.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"asmjs-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"stdweb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"asmjs-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"asmjs-unknown-emscripten","rename":"wasm-bindgen_rs","registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":["Window","Performance","PerformanceTiming"],"target":"asmjs-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"stdweb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-emscripten","rename":"wasm-bindgen_rs","registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":["Window","Performance","PerformanceTiming"],"target":"wasm32-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-unknown","rename":null,"registry":null,"path":null},{"name":"stdweb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-unknown","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-unknown","rename":"wasm-bindgen_rs","registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":["Window","Performance","PerformanceTiming"],"target":"wasm32-unknown-unknown","rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause","license_file":null,"targets":[{"name":"instant","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.13/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.13/tests/wasm.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"inaccurate":[],"js-sys":["dep:js-sys"],"now":[],"stdweb":["dep:stdweb"],"wasm-bindgen":["js-sys","wasm-bindgen_rs","web-sys"],"wasm-bindgen_rs":["dep:wasm-bindgen_rs"],"web-sys":["dep:web-sys"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.13/Cargo.toml","categories":[],"keywords":["time","wasm"],"readme":"README.md","repository":"https://github.com/sebcrozet/instant","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Boost Software License 1.0","id":"BSL-1.0","text":"Boost Software License - Version 1.0 - August 17th, 2003\n\nPermission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the \"Software\") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following:\n\nThe copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor.\n\nTHE 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","source_path":null,"used_by":[{"crate":{"name":"clipboard-win","version":"5.3.1","authors":["Douman "],"id":"registry+https://github.com/rust-lang/crates.io-index#clipboard-win@5.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Provides simple way to interact with Windows clipboard.","dependencies":[{"name":"error-code","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-win","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"BSL-1.0","license_file":null,"targets":[{"name":"clipboard-win","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.3.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"monitor","kind":["test"],"crate_types":["bin"],"required-features":["monitor"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.3.1/tests/monitor.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"formats","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.3.1/tests/formats.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_clip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.3.1/tests/test_clip.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"monitor":["windows-win"],"std":["error-code/std"],"windows-win":["dep:windows-win"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.3.1/Cargo.toml","categories":["os::windows-apis"],"keywords":["Windows","winapi","clipboard"],"readme":"README.md","repository":"https://github.com/DoumanAsh/clipboard-win","homepage":null,"documentation":"https://docs.rs/crate/clipboard-win","edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","features":["monitor"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"error-code","version":"3.2.0","authors":["Douman "],"id":"registry+https://github.com/rust-lang/crates.io-index#error-code@3.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Error code","dependencies":[],"license":"BSL-1.0","license_file":null,"targets":[{"name":"error-code","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/error-code-3.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"error_code","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/error-code-3.2.0/tests/error_code.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/error-code-3.2.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/DoumanAsh/error-code","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["std"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Common Development and Distribution License 1.0","id":"CDDL-1.0","text":"Unless otherwise noted, all files in this distribution are released\nunder the Common Development and Distribution License (CDDL).\nExceptions are noted within the associated source files.\n\n--------------------------------------------------------------------\n\n\nCOMMON DEVELOPMENT AND DISTRIBUTION LICENSE Version 1.0\n\n1. Definitions.\n\n 1.1. \"Contributor\" means each individual or entity that creates\n or contributes to the creation of Modifications.\n\n 1.2. \"Contributor Version\" means the combination of the Original\n Software, prior Modifications used by a Contributor (if any),\n and the Modifications made by that particular Contributor.\n\n 1.3. \"Covered Software\" means (a) the Original Software, or (b)\n Modifications, or (c) the combination of files containing\n Original Software with files containing Modifications, in\n each case including portions thereof.\n\n 1.4. \"Executable\" means the Covered Software in any form other\n than Source Code.\n\n 1.5. \"Initial Developer\" means the individual or entity that first\n makes Original Software available under this License.\n\n 1.6. \"Larger Work\" means a work which combines Covered Software or\n portions thereof with code not governed by the terms of this\n License.\n\n 1.7. \"License\" means this document.\n\n 1.8. \"Licensable\" means having the right to grant, to the maximum\n extent possible, whether at the time of the initial grant or\n subsequently acquired, any and all of the rights conveyed\n herein.\n\n 1.9. \"Modifications\" means the Source Code and Executable form of\n any of the following:\n\n A. Any file that results from an addition to, deletion from or\n modification of the contents of a file containing Original\n Software or previous Modifications;\n\n B. Any new file that contains any part of the Original\n Software or previous Modifications; or\n\n C. Any new file that is contributed or otherwise made\n available under the terms of this License.\n\n 1.10. \"Original Software\" means the Source Code and Executable\n form of computer software code that is originally released\n under this License.\n\n 1.11. \"Patent Claims\" means any patent claim(s), now owned or\n hereafter acquired, including without limitation, method,\n process, and apparatus claims, in any patent Licensable by\n grantor.\n\n 1.12. \"Source Code\" means (a) the common form of computer software\n code in which modifications are made and (b) associated\n documentation included in or with such code.\n\n 1.13. \"You\" (or \"Your\") means an individual or a legal entity\n exercising rights under, and complying with all of the terms\n of, this License. For legal entities, \"You\" includes any\n entity which controls, is controlled by, or is under common\n control with You. For purposes of this definition,\n \"control\" means (a) the power, direct or indirect, to cause\n the direction or management of such entity, whether by\n contract or otherwise, or (b) ownership of more than fifty\n percent (50%) of the outstanding shares or beneficial\n ownership of such entity.\n\n2. License Grants.\n\n 2.1. The Initial Developer Grant.\n\n Conditioned upon Your compliance with Section 3.1 below and\n subject to third party intellectual property claims, the Initial\n Developer hereby grants You a world-wide, royalty-free,\n non-exclusive license:\n\n (a) under intellectual property rights (other than patent or\n trademark) Licensable by Initial Developer, to use,\n reproduce, modify, display, perform, sublicense and\n distribute the Original Software (or portions thereof),\n with or without Modifications, and/or as part of a Larger\n Work; and\n\n (b) under Patent Claims infringed by the making, using or\n selling of Original Software, to make, have made, use,\n practice, sell, and offer for sale, and/or otherwise\n dispose of the Original Software (or portions thereof).\n\n (c) The licenses granted in Sections 2.1(a) and (b) are\n effective on the date Initial Developer first distributes\n or otherwise makes the Original Software available to a\n third party under the terms of this License.\n\n (d) Notwithstanding Section 2.1(b) above, no patent license is\n granted: (1) for code that You delete from the Original\n Software, or (2) for infringements caused by: (i) the\n modification of the Original Software, or (ii) the\n combination of the Original Software with other software\n or devices.\n\n 2.2. Contributor Grant.\n\n Conditioned upon Your compliance with Section 3.1 below and\n subject to third party intellectual property claims, each\n Contributor hereby grants You a world-wide, royalty-free,\n non-exclusive license:\n\n (a) under intellectual property rights (other than patent or\n trademark) Licensable by Contributor to use, reproduce,\n modify, display, perform, sublicense and distribute the\n Modifications created by such Contributor (or portions\n thereof), either on an unmodified basis, with other\n Modifications, as Covered Software and/or as part of a\n Larger Work; and\n\n (b) under Patent Claims infringed by the making, using, or\n selling of Modifications made by that Contributor either\n alone and/or in combination with its Contributor Version\n (or portions of such combination), to make, use, sell,\n offer for sale, have made, and/or otherwise dispose of:\n (1) Modifications made by that Contributor (or portions\n thereof); and (2) the combination of Modifications made by\n that Contributor with its Contributor Version (or portions\n of such combination).\n\n (c) The licenses granted in Sections 2.2(a) and 2.2(b) are\n effective on the date Contributor first distributes or\n otherwise makes the Modifications available to a third\n party.\n\n (d) Notwithstanding Section 2.2(b) above, no patent license is\n granted: (1) for any code that Contributor has deleted\n from the Contributor Version; (2) for infringements caused\n by: (i) third party modifications of Contributor Version,\n or (ii) the combination of Modifications made by that\n Contributor with other software (except as part of the\n Contributor Version) or other devices; or (3) under Patent\n Claims infringed by Covered Software in the absence of\n Modifications made by that Contributor.\n\n3. Distribution Obligations.\n\n 3.1. Availability of Source Code.\n\n Any Covered Software that You distribute or otherwise make\n available in Executable form must also be made available in Source\n Code form and that Source Code form must be distributed only under\n the terms of this License. You must include a copy of this\n License with every copy of the Source Code form of the Covered\n Software You distribute or otherwise make available. You must\n inform recipients of any such Covered Software in Executable form\n as to how they can obtain such Covered Software in Source Code\n form in a reasonable manner on or through a medium customarily\n used for software exchange.\n\n 3.2. Modifications.\n\n The Modifications that You create or to which You contribute are\n governed by the terms of this License. You represent that You\n believe Your Modifications are Your original creation(s) and/or\n You have sufficient rights to grant the rights conveyed by this\n License.\n\n 3.3. Required Notices.\n\n You must include a notice in each of Your Modifications that\n identifies You as the Contributor of the Modification. You may\n not remove or alter any copyright, patent or trademark notices\n contained within the Covered Software, or any notices of licensing\n or any descriptive text giving attribution to any Contributor or\n the Initial Developer.\n\n 3.4. Application of Additional Terms.\n\n You may not offer or impose any terms on any Covered Software in\n Source Code form that alters or restricts the applicable version\n of this License or the recipients' rights hereunder. You may\n choose to offer, and to charge a fee for, warranty, support,\n indemnity or liability obligations to one or more recipients of\n Covered Software. However, you may do so only on Your own behalf,\n and not on behalf of the Initial Developer or any Contributor.\n You must make it absolutely clear that any such warranty, support,\n indemnity or liability obligation is offered by You alone, and You\n hereby agree to indemnify the Initial Developer and every\n Contributor for any liability incurred by the Initial Developer or\n such Contributor as a result of warranty, support, indemnity or\n liability terms You offer.\n\n 3.5. Distribution of Executable Versions.\n\n You may distribute the Executable form of the Covered Software\n under the terms of this License or under the terms of a license of\n Your choice, which may contain terms different from this License,\n provided that You are in compliance with the terms of this License\n and that the license for the Executable form does not attempt to\n limit or alter the recipient's rights in the Source Code form from\n the rights set forth in this License. If You distribute the\n Covered Software in Executable form under a different license, You\n must make it absolutely clear that any terms which differ from\n this License are offered by You alone, not by the Initial\n Developer or Contributor. You hereby agree to indemnify the\n Initial Developer and every Contributor for any liability incurred\n by the Initial Developer or such Contributor as a result of any\n such terms You offer.\n\n 3.6. Larger Works.\n\n You may create a Larger Work by combining Covered Software with\n other code not governed by the terms of this License and\n distribute the Larger Work as a single product. In such a case,\n You must make sure the requirements of this License are fulfilled\n for the Covered Software.\n\n4. Versions of the License.\n\n 4.1. New Versions.\n\n Sun Microsystems, Inc. is the initial license steward and may\n publish revised and/or new versions of this License from time to\n time. Each version will be given a distinguishing version number.\n Except as provided in Section 4.3, no one other than the license\n steward has the right to modify this License.\n\n 4.2. Effect of New Versions.\n\n You may always continue to use, distribute or otherwise make the\n Covered Software available under the terms of the version of the\n License under which You originally received the Covered Software.\n If the Initial Developer includes a notice in the Original\n Software prohibiting it from being distributed or otherwise made\n available under any subsequent version of the License, You must\n distribute and make the Covered Software available under the terms\n of the version of the License under which You originally received\n the Covered Software. Otherwise, You may also choose to use,\n distribute or otherwise make the Covered Software available under\n the terms of any subsequent version of the License published by\n the license steward.\n\n 4.3. Modified Versions.\n\n When You are an Initial Developer and You want to create a new\n license for Your Original Software, You may create and use a\n modified version of this License if You: (a) rename the license\n and remove any references to the name of the license steward\n (except to note that the license differs from this License); and\n (b) otherwise make it clear that the license contains terms which\n differ from this License.\n\n5. DISCLAIMER OF WARRANTY.\n\n COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN \"AS IS\"\n BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,\n INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED\n SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR\n PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND\n PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY\n COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE\n INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY\n NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF\n WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF\n ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS\n DISCLAIMER.\n\n6. TERMINATION.\n\n 6.1. This License and the rights granted hereunder will terminate\n automatically if You fail to comply with terms herein and fail to\n cure such breach within 30 days of becoming aware of the breach.\n Provisions which, by their nature, must remain in effect beyond\n the termination of this License shall survive.\n\n 6.2. If You assert a patent infringement claim (excluding\n declaratory judgment actions) against Initial Developer or a\n Contributor (the Initial Developer or Contributor against whom You\n assert such claim is referred to as \"Participant\") alleging that\n the Participant Software (meaning the Contributor Version where\n the Participant is a Contributor or the Original Software where\n the Participant is the Initial Developer) directly or indirectly\n infringes any patent, then any and all rights granted directly or\n indirectly to You by such Participant, the Initial Developer (if\n the Initial Developer is not the Participant) and all Contributors\n under Sections 2.1 and/or 2.2 of this License shall, upon 60 days\n notice from Participant terminate prospectively and automatically\n at the expiration of such 60 day notice period, unless if within\n such 60 day period You withdraw Your claim with respect to the\n Participant Software against such Participant either unilaterally\n or pursuant to a written agreement with Participant.\n\n 6.3. In the event of termination under Sections 6.1 or 6.2 above,\n all end user licenses that have been validly granted by You or any\n distributor hereunder prior to termination (excluding licenses\n granted to You by any distributor) shall survive termination.\n\n7. LIMITATION OF LIABILITY.\n\n UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT\n (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE\n INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF\n COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE\n LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR\n CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT\n LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK\n STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER\n COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN\n INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF\n LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL\n INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT\n APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO\n NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR\n CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT\n APPLY TO YOU.\n\n8. U.S. GOVERNMENT END USERS.\n\n The Covered Software is a \"commercial item,\" as that term is\n defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of \"commercial\n computer software\" (as that term is defined at 48\n C.F.R. 252.227-7014(a)(1)) and \"commercial computer software\n documentation\" as such terms are used in 48 C.F.R. 12.212\n (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48\n C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all\n U.S. Government End Users acquire Covered Software with only those\n rights set forth herein. This U.S. Government Rights clause is in\n lieu of, and supersedes, any other FAR, DFAR, or other clause or\n provision that addresses Government rights in computer software\n under this License.\n\n9. MISCELLANEOUS.\n\n This License represents the complete agreement concerning subject\n matter hereof. If any provision of this License is held to be\n unenforceable, such provision shall be reformed only to the extent\n necessary to make it enforceable. This License shall be governed\n by the law of the jurisdiction specified in a notice contained\n within the Original Software (except to the extent applicable law,\n if any, provides otherwise), excluding such jurisdiction's\n conflict-of-law provisions. Any litigation relating to this\n License shall be subject to the jurisdiction of the courts located\n in the jurisdiction and venue specified in a notice contained\n within the Original Software, with the losing party responsible\n for costs, including, without limitation, court costs and\n reasonable attorneys' fees and expenses. The application of the\n United Nations Convention on Contracts for the International Sale\n of Goods is expressly excluded. Any law or regulation which\n provides that the language of a contract shall be construed\n against the drafter shall not apply to this License. You agree\n that You alone are responsible for compliance with the United\n States export administration regulations (and the export control\n laws and regulation of any other countries) when You use,\n distribute or otherwise make available any Covered Software.\n\n10. RESPONSIBILITY FOR CLAIMS.\n\n As between Initial Developer and the Contributors, each party is\n responsible for claims and damages arising, directly or\n indirectly, out of its utilization of rights under this License\n and You agree to work with Initial Developer and Contributors to\n distribute such responsibility on an equitable basis. Nothing\n herein is intended or shall be deemed to constitute any admission\n of liability.\n\n--------------------------------------------------------------------\n\nNOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND\nDISTRIBUTION LICENSE (CDDL)\n\nFor Covered Software in this distribution, this License shall\nbe governed by the laws of the State of California (excluding\nconflict-of-law provisions).\n\nAny litigation relating to this License shall be subject to the\njurisdiction of the Federal Courts of the Northern District of\nCalifornia and the state courts of the State of California, with\nvenue lying in Santa Clara County, California.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"inferno","version":"0.11.19","authors":["Jon Gjengset "],"id":"registry+https://github.com/rust-lang/crates.io-index#inferno@0.11.19","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust port of the FlameGraph performance profiling tool suite","dependencies":[{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dashmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is-terminal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-format","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quick-xml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.26","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rgb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"str_stack","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_cmd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libflate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"maplit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6","kind":"dev","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"testing_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"CDDL-1.0","license_file":null,"targets":[{"name":"inferno","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"inferno-collapse-perf","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/collapse-perf.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-dtrace","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/collapse-dtrace.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-sample","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/collapse-sample.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-vtune","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/collapse-vtune.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-vsprof","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/collapse-vsprof.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-ghcprof","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/collapse-ghcprof.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-guess","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/collapse-guess.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-recursive","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/collapse-recursive.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-flamegraph","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/flamegraph.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-diff-folded","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/diff-folded.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"collapse","kind":["bench"],"crate_types":["bin"],"required-features":["multithreaded"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/benches/collapse.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"flamegraph","kind":["bench"],"crate_types":["bin"],"required-features":["multithreaded"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/benches/flamegraph.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"clap":["dep:clap"],"cli":["clap","env_logger"],"crossbeam-channel":["dep:crossbeam-channel"],"crossbeam-utils":["dep:crossbeam-utils"],"dashmap":["dep:dashmap"],"default":["cli","multithreaded","nameattr"],"env_logger":["dep:env_logger"],"indexmap":["dep:indexmap"],"multithreaded":["dashmap","crossbeam-utils","crossbeam-channel"],"nameattr":["indexmap"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/Cargo.toml","categories":["command-line-utilities","development-tools::profiling","visualization"],"keywords":["perf","flamegraph","profiling"],"readme":"README.md","repository":"https://github.com/jonhoo/inferno.git","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"GNU General Public License v3.0 only","id":"GPL-3.0","text":" GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. \n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n Preamble\n\n The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works. By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users. We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors. You can apply it to\nyour programs, too.\n\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights. Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received. You must make sure that they, too, receive\nor can get the source code. And you must show them these terms so they\nknow their rights.\n\n Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software. For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so. This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software. The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable. Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts. If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary. To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n The precise terms and conditions for copying, distribution and\nmodification follow.\n\n TERMS AND CONDITIONS\n\n 0. Definitions.\n\n \"This License\" refers to version 3 of the GNU General Public License.\n\n \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n \"The Program\" refers to any copyrightable work licensed under this\nLicense. Each licensee is addressed as \"you\". \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy. The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy. Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies. Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License. If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n 1. Source Code.\n\n The \"source code\" for a work means the preferred form of the work\nfor making modifications to it. \"Object code\" means any non-source\nform of a work.\n\n A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form. A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities. However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work. For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n The Corresponding Source for a work in source code form is that\nsame work.\n\n 2. Basic Permissions.\n\n All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met. This License explicitly affirms your unlimited\npermission to run the unmodified Program. The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work. This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force. You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright. Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n Conveying under any other circumstances is permitted solely under\nthe conditions stated below. Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n 3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n 4. Conveying Verbatim Copies.\n\n You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n 5. Conveying Modified Source Versions.\n\n You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n a) The work must carry prominent notices stating that you modified\n it, and giving a relevant date.\n\n b) The work must carry prominent notices stating that it is\n released under this License and any conditions added under section\n 7. This requirement modifies the requirement in section 4 to\n \"keep intact all notices\".\n\n c) You must license the entire work, as a whole, under this\n License to anyone who comes into possession of a copy. This\n License will therefore apply, along with any applicable section 7\n additional terms, to the whole of the work, and all its parts,\n regardless of how they are packaged. This License gives no\n permission to license the work in any other way, but it does not\n invalidate such permission if you have separately received it.\n\n d) If the work has interactive user interfaces, each must display\n Appropriate Legal Notices; however, if the Program has interactive\n interfaces that do not display Appropriate Legal Notices, your\n work need not make them do so.\n\n A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit. Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n 6. Conveying Non-Source Forms.\n\n You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n a) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by the\n Corresponding Source fixed on a durable physical medium\n customarily used for software interchange.\n\n b) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by a\n written offer, valid for at least three years and valid for as\n long as you offer spare parts or customer support for that product\n model, to give anyone who possesses the object code either (1) a\n copy of the Corresponding Source for all the software in the\n product that is covered by this License, on a durable physical\n medium customarily used for software interchange, for a price no\n more than your reasonable cost of physically performing this\n conveying of source, or (2) access to copy the\n Corresponding Source from a network server at no charge.\n\n c) Convey individual copies of the object code with a copy of the\n written offer to provide the Corresponding Source. This\n alternative is allowed only occasionally and noncommercially, and\n only if you received the object code with such an offer, in accord\n with subsection 6b.\n\n d) Convey the object code by offering access from a designated\n place (gratis or for a charge), and offer equivalent access to the\n Corresponding Source in the same way through the same place at no\n further charge. You need not require recipients to copy the\n Corresponding Source along with the object code. If the place to\n copy the object code is a network server, the Corresponding Source\n may be on a different server (operated by you or a third party)\n that supports equivalent copying facilities, provided you maintain\n clear directions next to the object code saying where to find the\n Corresponding Source. Regardless of what server hosts the\n Corresponding Source, you remain obligated to ensure that it is\n available for as long as needed to satisfy these requirements.\n\n e) Convey the object code using peer-to-peer transmission, provided\n you inform other peers where the object code and Corresponding\n Source of the work are being offered to the general public at no\n charge under subsection 6d.\n\n A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling. In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage. For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product. A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source. The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information. But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed. Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n 7. Additional Terms.\n\n \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law. If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit. (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.) You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n a) Disclaiming warranty or limiting liability differently from the\n terms of sections 15 and 16 of this License; or\n\n b) Requiring preservation of specified reasonable legal notices or\n author attributions in that material or in the Appropriate Legal\n Notices displayed by works containing it; or\n\n c) Prohibiting misrepresentation of the origin of that material, or\n requiring that modified versions of such material be marked in\n reasonable ways as different from the original version; or\n\n d) Limiting the use for publicity purposes of names of licensors or\n authors of the material; or\n\n e) Declining to grant rights under trademark law for use of some\n trade names, trademarks, or service marks; or\n\n f) Requiring indemnification of licensors and authors of that\n material by anyone who conveys the material (or modified versions of\n it) with contractual assumptions of liability to the recipient, for\n any liability that these contractual assumptions directly impose on\n those licensors and authors.\n\n All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10. If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term. If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n 8. Termination.\n\n You may not propagate or modify a covered work except as expressly\nprovided under this License. Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License. If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n 9. Acceptance Not Required for Having Copies.\n\n You are not required to accept this License in order to receive or\nrun a copy of the Program. Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance. However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work. These actions infringe copyright if you do\nnot accept this License. Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n 10. Automatic Licensing of Downstream Recipients.\n\n Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License. You are not responsible\nfor enforcing compliance by third parties with this License.\n\n An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations. If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License. For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n 11. Patents.\n\n A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based. The\nwork thus licensed is called the contributor's \"contributor version\".\n\n A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version. For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement). To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients. \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License. You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n 12. No Surrender of Others' Freedom.\n\n If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all. For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n 13. Use with the GNU Affero General Public License.\n\n Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work. The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n 14. Revised Versions of this License.\n\n The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n Each version is given a distinguishing version number. If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation. If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n Later license versions may give you additional or different\npermissions. However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n 15. Disclaimer of Warranty.\n\n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n 16. Limitation of Liability.\n\n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n 17. Interpretation of Sections 15 and 16.\n\n If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n END OF TERMS AND CONDITIONS\n","source_path":"/home/va_erie/Projects/ntscrs/crates/gui/LICENSE","used_by":[{"crate":{"name":"gui","version":"0.8.0","authors":[],"id":"path+file:///home/va_erie/Projects/ntscrs/crates/gui#0.8.0","source":null,"description":null,"dependencies":[{"name":"arboard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.7.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dirs-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"eframe","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":true,"features":["persistence"],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-base","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-controller","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-video","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"logos","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ntscrs","source":null,"req":"*","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":"/home/va_erie/Projects/ntscrs/crates/ntscrs"},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.19.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"open","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rfd","source":"git+https://github.com/PolyMeilex/rfd?rev=1791c98","req":"*","kind":"normal","optional":false,"uses_default_features":false,"features":["gtk3"],"target":null,"rename":null,"registry":null,"path":null},{"name":"snafu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tinyjson","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"embed-resource","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"GPL-3.0","license_file":null,"targets":[{"name":"gui","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/gui/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"ntsc-rs-standalone","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/gui/src/bin/ntsc-rs-standalone.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"ntsc-rs-launcher","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/gui/src/bin/ntsc-rs-launcher.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/gui/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/Projects/ntscrs/crates/gui/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/valadaptive/ntsc-rs/tree/main/crates/gui","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":"ntsc-rs-standalone","rust_version":null},"path":null}]},{"name":"ISC License","id":"ISC","text":"Copyright © 2015, Simonas Kazlauskas\n\nPermission to use, copy, modify, and/or distribute this software for any purpose with or without\nfee is hereby granted, provided that the above copyright notice and this permission notice appear\nin all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\nSOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE\nAUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,\nNEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\nTHIS SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"libloading","version":"0.8.3","authors":["Simonas Kazlauskas "],"id":"registry+https://github.com/rust-lang/crates.io-index#libloading@0.8.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.48, <0.53","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"dev","optional":false,"uses_default_features":true,"features":["Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"ISC","license_file":null,"targets":[{"name":"libloading","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"constants","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/constants.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"functions","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/functions.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"library_filename","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/library_filename.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"markers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/markers.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"windows","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/windows.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/Cargo.toml","categories":["api-bindings"],"keywords":["dlopen","load","shared","dylib"],"readme":"README.mkd","repository":"https://github.com/nagisa/rust_libloading/","homepage":null,"documentation":"https://docs.rs/libloading/","edition":"2015","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","libloading_docs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":" MIT License\n\n Copyright (c) Microsoft Corporation. All rights reserved.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE\n","source_path":"LICENSE","used_by":[{"crate":{"name":"uds_windows","version":"1.1.0","authors":["Azure IoT Edge Devs","Harald Hoyer "],"id":"registry+https://github.com/rust-lang/crates.io-index#uds_windows@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Unix Domain Sockets for Windows!","dependencies":[{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["winsock2","ws2def","minwinbase","ntdef","processthreadsapi","handleapi","ws2tcpip","winbase"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"uds_windows","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uds_windows-1.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uds_windows-1.1.0/Cargo.toml","categories":["os::windows-apis"],"keywords":["windows","uds","unix","domain","sockets"],"readme":"README.md","repository":"https://github.com/haraldh/rust_uds_windows","homepage":null,"documentation":null,"edition":"2015","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2015 Elinor Berger\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","source_path":"LICENSE.txt","used_by":[{"crate":{"name":"wayland-backend","version":"0.3.4","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-backend@0.3.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Low-level bindings to the Wayland protocol","dependencies":[{"name":"downcast-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.17","kind":"normal","optional":false,"uses_default_features":true,"features":["event","fs","net","process"],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_06","registry":null,"path":null},{"name":"scoped-tls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9","kind":"normal","optional":false,"uses_default_features":true,"features":["union","const_generics","const_new"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"concat-idents","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland-backend","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"rs_sys_impls","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/tests/rs_sys_impls.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"client_system":["wayland-sys/client"],"dlopen":["wayland-sys/dlopen"],"log":["dep:log"],"raw-window-handle":["dep:raw-window-handle"],"rwh_06":["dep:rwh_06"],"server_system":["wayland-sys/server"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-backend/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"wayland-client","version":"0.31.3","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-client@0.31.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to the standard C implementation of the wayland protocol, client side.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.0","kind":"normal","optional":false,"uses_default_features":true,"features":["event"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland-client","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"list_globals","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/examples/list_globals.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_globals_no_dispatch","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/examples/list_globals_no_dispatch.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/examples/simple_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"log":["dep:log"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-client/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"wayland-cursor","version":"0.31.3","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-cursor@0.31.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to libwayland-cursor.","dependencies":[{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.15","kind":"normal","optional":false,"uses_default_features":true,"features":["shm"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xcursor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland-cursor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-cursor-0.31.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-cursor-0.31.3/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-cursor/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"wayland-protocols","version":"0.31.2","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols@0.31.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated API for the officials wayland protocol extensions","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-server","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland-protocols","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-0.31.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"client":["wayland-client"],"server":["wayland-server"],"staging":[],"unstable":[],"wayland-client":["dep:wayland-client"],"wayland-server":["dep:wayland-server"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-0.31.2/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client","server","protocol","extension"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-protocols/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"wayland-scanner","version":"0.31.2","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-scanner@0.31.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Wayland Scanner for generating rust APIs from XML wayland protocol files.","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quick-xml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"similar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland-scanner","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-scanner-0.31.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-scanner-0.31.2/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","codegen"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-scanner/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"wayland-sys","version":"0.31.2","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-sys@0.31.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.","dependencies":[{"name":"dlib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-sys-0.31.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-sys-0.31.2/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"client":[],"cursor":["client"],"dlopen":["once_cell"],"egl":["client"],"libc":["dep:libc"],"memoffset":["dep:memoffset"],"once_cell":["dep:once_cell"],"server":["libc","memoffset"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-sys-0.31.2/Cargo.toml","categories":["external-ffi-bindings"],"keywords":[],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2015 Igor Shaula\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"winreg","version":"0.52.0","authors":["Igor Shaula "],"id":"registry+https://github.com/rust-lang/crates.io-index#winreg@0.52.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings to MS Windows Registry API","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_System_Time","Win32_System_Registry","Win32_Security","Win32_Storage_FileSystem","Win32_System_Diagnostics_Debug"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-transcode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"winreg","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"basic_usage","kind":["example"],"crate_types":["bin"],"required-features":["chrono"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/basic_usage.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"enum","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/enum.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"load_app_key","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/load_app_key.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"transactions","kind":["example"],"crate_types":["bin"],"required-features":["transactions"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/transactions.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"serialization","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/serialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"transacted_serialization","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/transacted_serialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"reg2json","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/reg2json.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"map_key_serialization","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/map_key_serialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"installed_apps","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/installed_apps.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"reg_key","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/tests/reg_key.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"reg_value","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/tests/reg_value.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serialization","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/tests/serialization.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"chrono":["dep:chrono"],"serde":["dep:serde"],"serialization-serde":["transactions","serde"],"transactions":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/Cargo.toml","categories":["api-bindings","os::windows-apis"],"keywords":["Windows","WinSDK","Registry"],"readme":"README.md","repository":"https://github.com/gentoo90/winreg-rs","homepage":null,"documentation":"https://docs.rs/winreg","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"targets":["x86_64-pc-windows-msvc","i686-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2015 Victor Berger\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.","source_path":"LICENSE.txt","used_by":[{"crate":{"name":"dlib","version":"0.5.2","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#dlib@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Helper macros for handling manually loading optional system libraries.","dependencies":[{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.7, <0.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"dlib","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.5.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.5.2/Cargo.toml","categories":["api-bindings"],"keywords":["dylib","dlopen"],"readme":"README.md","repository":"https://github.com/elinorbgr/dlib","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2017 Gilad Naaman\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","source_path":"LICENSE","used_by":[{"crate":{"name":"memoffset","version":"0.7.1","authors":["Gilad Naaman "],"id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.7.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"offset_of functionality for Rust structs.","dependencies":[{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"memoffset","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":[],"unstable_const":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/Cargo.toml","categories":["no-std"],"keywords":["mem","offset","offset_of","offsetof"],"readme":"README.md","repository":"https://github.com/Gilnaa/memoffset","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"memoffset","version":"0.9.1","authors":["Gilad Naaman "],"id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"offset_of functionality for Rust structs.","dependencies":[{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"memoffset","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":[],"unstable_const":[],"unstable_offset_of":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/Cargo.toml","categories":["no-std"],"keywords":["mem","offset","offset_of","offsetof"],"readme":"README.md","repository":"https://github.com/Gilnaa/memoffset","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2017 Redox OS Developers\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"redox_syscall","version":"0.3.5","authors":["Jeremy Soller "],"id":"registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.3.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust library to access raw Redox system calls","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"syscall","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.3.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"core":["dep:core"],"rustc-dep-of-std":["core","bitflags/rustc-dep-of-std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.3.5/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/syscall","homepage":null,"documentation":"https://docs.rs/redox_syscall","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"redox_syscall","version":"0.4.1","authors":["Jeremy Soller "],"id":"registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust library to access raw Redox system calls","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"syscall","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.4.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"core":["dep:core"],"rustc-dep-of-std":["core","bitflags/rustc-dep-of-std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.4.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/syscall","homepage":null,"documentation":"https://docs.rs/redox_syscall","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"redox_syscall","version":"0.5.2","authors":["Jeremy Soller "],"id":"registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust library to access raw Redox system calls","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"syscall","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.5.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"core":["dep:core"],"rustc-dep-of-std":["core","bitflags/rustc-dep-of-std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.5.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/syscall","homepage":null,"documentation":"https://docs.rs/redox_syscall","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2017 Tim Visée\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","source_path":"LICENSE","used_by":[{"crate":{"name":"version-compare","version":"0.2.0","authors":["Tim Visee <3a4fb3964f@sinenomine.email>"],"id":"registry+https://github.com/rust-lang/crates.io-index#version-compare@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust library to easily compare version numbers with no specific format, and test against various comparison operators.","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"version-compare","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version-compare-0.2.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"example","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version-compare-0.2.0/examples/example.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"minimal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version-compare-0.2.0/examples/minimal.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version-compare-0.2.0/Cargo.toml","categories":["parser-implementations","parsing"],"keywords":["version","compare","comparison","comparing"],"readme":"README.md","repository":"https://gitlab.com/timvisee/version-compare","homepage":"https://timvisee.com/projects/version-compare/","documentation":"https://docs.rs/version-compare","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2018 Carl Lerche\n\nPermission is hereby granted, free of charge, to any\nperson obtaining a copy of this software and associated\ndocumentation files (the \"Software\"), to deal in the\nSoftware without restriction, including without\nlimitation the rights to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software\nis furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice\nshall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF\nANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED\nTO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\nPARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT\nSHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"bytes","version":"1.6.0","authors":["Carl Lerche ","Sean McArthur "],"id":"registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Types and traits for working with bytes","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"bytes","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test_buf","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_buf.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_buf_mut","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_buf_mut.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_bytes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_bytes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_bytes_odd_alloc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_bytes_odd_alloc.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_bytes_vec_alloc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_bytes_vec_alloc.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_chain","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_chain.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_debug","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_debug.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_iter","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_iter.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_reader","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_reader.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_serde.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_take","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_take.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"buf","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/benches/buf.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"bytes","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/benches/bytes.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"bytes_mut","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/benches/bytes_mut.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/Cargo.toml","categories":["network-programming","data-structures"],"keywords":["buffers","zero-copy","io"],"readme":"README.md","repository":"https://github.com/tokio-rs/bytes","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.39.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2018 Lucas Timmins & Victor Berger\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"smithay-clipboard","version":"0.7.1","authors":["Kirill Chibisov ","Victor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#smithay-clipboard@0.7.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Provides access to the wayland clipboard for client applications.","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smithay-client-toolkit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"normal","optional":false,"uses_default_features":false,"features":["calloop"],"target":null,"rename":"sctk","registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":["client_system"],"target":null,"rename":null,"registry":null,"path":null},{"name":"smithay-client-toolkit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"dev","optional":false,"uses_default_features":false,"features":["calloop","xkbcommon"],"target":null,"rename":"sctk","registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"smithay-clipboard","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"clipboard","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/examples/clipboard.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["dlopen"],"dlopen":["wayland-backend/dlopen"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/Cargo.toml","categories":[],"keywords":["clipboard","wayland"],"readme":"README.md","repository":"https://github.com/smithay/smithay-clipboard","homepage":null,"documentation":"https://smithay.github.io/smithay-clipboard","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2018 Victor Berger\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.","source_path":"LICENSE.txt","used_by":[{"crate":{"name":"smithay-client-toolkit","version":"0.18.1","authors":["Elinor Berger ","i509VCB ","Ashley Wulber "],"id":"registry+https://github.com/rust-lang/crates.io-index#smithay-client-toolkit@0.18.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Toolkit for making client wayland applications.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"calloop","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"calloop-wayland-source","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cursor-icon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.148","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.15","kind":"normal","optional":false,"uses_default_features":true,"features":["fs","pipe","shm"],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.30","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-csd-frame","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-cursor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":["client","staging","unstable"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols-wlr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["client"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xkbcommon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":true,"uses_default_features":true,"features":["wayland"],"target":null,"rename":null,"registry":null,"path":null},{"name":"xkeysym","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"drm-fourcc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"font-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pollster","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raqote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"smithay-client-toolkit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"wgpu","kind":["example"],"crate_types":["bin"],"required-features":["wayland-backend/client_system"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/wgpu.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"data_device","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/data_device.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"dmabuf_formats","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/dmabuf_formats.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"generic_list_seats","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/generic_list_seats.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"generic_simple_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/generic_simple_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"image_viewer","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/image_viewer.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"image_viewporter","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/image_viewporter.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_outputs","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/list_outputs.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_seats","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/list_seats.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_shm_formats","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/list_shm_formats.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"relative_pointer","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/relative_pointer.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"session_lock","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/session_lock.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_layer","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/simple_layer.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/simple_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"themed_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/themed_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"bytemuck":["dep:bytemuck"],"calloop":["dep:calloop","calloop-wayland-source"],"calloop-wayland-source":["dep:calloop-wayland-source"],"default":["calloop","xkbcommon"],"pkg-config":["dep:pkg-config"],"xkbcommon":["dep:xkbcommon","bytemuck","pkg-config","xkeysym/bytemuck"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/Cargo.toml","categories":["gui"],"keywords":["wayland","client"],"readme":"README.md","repository":"https://github.com/smithay/client-toolkit","homepage":null,"documentation":"https://smithay.github.io/client-toolkit","edition":"2021","metadata":{"docs":{"rs":{"features":["calloop","xkbcommon"],"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2018 Victor Berger\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","source_path":"LICENSE.txt","used_by":[{"crate":{"name":"calloop","version":"0.12.4","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#calloop@0.12.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A callback-based event loop","dependencies":[{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.4.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"polling","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38","kind":"normal","optional":false,"uses_default_features":false,"features":["event","fs","pipe","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38","kind":"dev","optional":false,"uses_default_features":false,"features":["net"],"target":null,"rename":null,"registry":null,"path":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.26","kind":"normal","optional":true,"uses_default_features":false,"features":["signal"],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"calloop","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"high_precision","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/examples/high_precision.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"timer","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/examples/timer.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"signals","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/tests/signals.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"async-task":["dep:async-task"],"block_on":["pin-utils"],"executor":["async-task"],"futures-io":["dep:futures-io"],"nightly_coverage":[],"nix":["dep:nix"],"pin-utils":["dep:pin-utils"],"signals":["nix"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/Cargo.toml","categories":[],"keywords":["events","loop","callback","eventloop","unix"],"readme":"README.md","repository":"https://github.com/Smithay/calloop","homepage":null,"documentation":"https://docs.rs/calloop/","edition":"2018","metadata":{"docs":{"rs":{"features":["block_on","executor","signals"],"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2019 Carl Lerche\n\nPermission is hereby granted, free of charge, to any\nperson obtaining a copy of this software and associated\ndocumentation files (the \"Software\"), to deal in the\nSoftware without restriction, including without\nlimitation the rights to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software\nis furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice\nshall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF\nANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED\nTO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\nPARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT\nSHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"slab","version":"0.4.9","authors":["Carl Lerche "],"id":"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Pre-allocated storage for a uniform data type","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.95","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"slab","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/tests/serde.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"slab","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/tests/slab.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/Cargo.toml","categories":["memory-management","data-structures","no-std"],"keywords":["slab","allocator","no_std"],"readme":"README.md","repository":"https://github.com/tokio-rs/slab","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2019 Tokio Contributors\n\nPermission is hereby granted, free of charge, to any\nperson obtaining a copy of this software and associated\ndocumentation files (the \"Software\"), to deal in the\nSoftware without restriction, including without\nlimitation the rights to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software\nis furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice\nshall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF\nANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED\nTO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\nPARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT\nSHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"tracing-attributes","version":"0.1.27","authors":["Tokio Contributors ","Eliza Weisman ","David Barsky "],"id":"registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.27","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Procedural macro attributes for automatically instrumenting functions.\n","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["full","parsing","printing","visit-mut","clone-impls","extra-traits","proc-macro"],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.67","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.35","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-subscriber","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":["env-filter"],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.64","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tracing-attributes","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"async_fn","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/async_fn.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"destructuring","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/destructuring.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"err","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/err.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"fields","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/fields.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"follows_from","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/follows_from.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"instrument","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/instrument.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"levels","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/levels.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"names","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/names.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parents","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/parents.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"ret","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/ret.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"targets","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/targets.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"ui","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/ui.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"async-await":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/Cargo.toml","categories":["development-tools::debugging","development-tools::profiling","asynchronous"],"keywords":["logging","tracing","macro","instrument","log"],"readme":"README.md","repository":"https://github.com/tokio-rs/tracing","homepage":"https://tokio.rs","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"tracing-core","version":"0.1.32","authors":["Tokio Contributors "],"id":"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.32","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Core primitives for application-level tracing.\n","dependencies":[{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"valuable","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(tracing_unstable)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tracing-core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"dispatch","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/dispatch.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"global_dispatch","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/global_dispatch.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"local_dispatch_before_init","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/local_dispatch_before_init.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/macros.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["std","valuable/std"],"once_cell":["dep:once_cell"],"std":["once_cell"],"valuable":["dep:valuable"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/Cargo.toml","categories":["development-tools::debugging","development-tools::profiling","asynchronous"],"keywords":["logging","tracing","profiling"],"readme":"README.md","repository":"https://github.com/tokio-rs/tracing","homepage":"https://tokio.rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","tracing_unstable"],"rustdoc-args":["--cfg","docsrs","--cfg","tracing_unstable"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"tracing","version":"0.1.40","authors":["Eliza Weisman ","Tokio Contributors "],"id":"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.40","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Application-level tracing for Rust.\n","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-attributes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.27","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.32","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.21","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.17","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tracing","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"enabled","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/enabled.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"event","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/event.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"filter_caching_is_lexically_scoped","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filter_caching_is_lexically_scoped.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"filters_are_not_reevaluated_for_the_same_span","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_are_not_reevaluated_for_the_same_span.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"filters_are_reevaluated_for_different_call_sites","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_are_reevaluated_for_different_call_sites.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"filters_dont_leak","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_dont_leak.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"future_send","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/future_send.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"instrument","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/instrument.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macro_imports","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macro_imports.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macros.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros_incompatible_concat","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macros_incompatible_concat.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"max_level_hint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/max_level_hint.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"multiple_max_level_hints","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/multiple_max_level_hints.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"no_subscriber","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/no_subscriber.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"register_callsite_deadlock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/register_callsite_deadlock.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"scoped_clobbers_default","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/scoped_clobbers_default.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"span","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/span.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"subscriber","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/subscriber.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"baseline","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/baseline.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"dispatch_get_clone","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/dispatch_get_clone.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"dispatch_get_ref","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/dispatch_get_ref.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"empty_span","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/empty_span.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"enter_span","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/enter_span.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"event","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/event.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"span_fields","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_fields.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"span_no_fields","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_no_fields.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"span_repeated","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_repeated.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"shared","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/shared.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"async-await":[],"attributes":["tracing-attributes"],"default":["std","attributes"],"log":["dep:log"],"log-always":["log"],"max_level_debug":[],"max_level_error":[],"max_level_info":[],"max_level_off":[],"max_level_trace":[],"max_level_warn":[],"release_max_level_debug":[],"release_max_level_error":[],"release_max_level_info":[],"release_max_level_off":[],"release_max_level_trace":[],"release_max_level_warn":[],"std":["tracing-core/std"],"tracing-attributes":["dep:tracing-attributes"],"valuable":["tracing-core/valuable"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/Cargo.toml","categories":["development-tools::debugging","development-tools::profiling","asynchronous","no-std"],"keywords":["logging","tracing","metrics","async"],"readme":"README.md","repository":"https://github.com/tokio-rs/tracing","homepage":"https://tokio.rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","tracing_unstable"],"rustdoc-args":["--cfg","docsrs","--cfg","tracing_unstable"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2022 Yevhenii Reizner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"strict-num","version":"0.1.1","authors":["Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#strict-num@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A collection of bounded numeric types","dependencies":[{"name":"float-cmp","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"strict-num","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strict-num-0.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"approx-eq":["float-cmp"],"default":["approx-eq"],"float-cmp":["dep:float-cmp"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strict-num-0.1.1/Cargo.toml","categories":["mathematics","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/RazrFalcon/strict-num","homepage":null,"documentation":"https://docs.rs/strict-num/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2023 Kirill Chibisov\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.","source_path":"LICENSE.txt","used_by":[{"crate":{"name":"calloop-wayland-source","version":"0.2.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#calloop-wayland-source@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A wayland-rs client event source for callloop","dependencies":[{"name":"calloop","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.4","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.8.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"dev","optional":false,"uses_default_features":true,"features":["client"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"calloop-wayland-source","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-wayland-source-0.2.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"simplest-window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-wayland-source-0.2.0/examples/simplest-window.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"log":["dep:log"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-wayland-source-0.2.0/Cargo.toml","categories":[],"keywords":["wayland","windowing"],"readme":"README.md","repository":"https://github.com/smithay/calloop-wayland-source","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2023 Kirill Chibisov\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"wayland-csd-frame","version":"0.3.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-csd-frame@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common trait and types for wayland CSD interop","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cursor-icon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland-csd-frame","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-csd-frame-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-csd-frame-0.3.0/Cargo.toml","categories":["gui"],"keywords":["windowing","wayland"],"readme":"README.md","repository":"https://github.com/rust-windowing/wayland-csd-frame","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright 2019 Artúr Barnabás Kovács\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and\nassociated documentation files (the \"Software\"), to deal in the Software without restriction,\nincluding without limitation the rights to use, copy, modify, merge, publish, distribute,\nsublicense, and/or sell copies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or\nsubstantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT\nNOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT\nOF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","source_path":"LICENSE.txt","used_by":[{"crate":{"name":"trash","version":"5.0.0","authors":["Artur Kovacs "],"id":"registry+https://github.com/rust-lang/crates.io-index#trash@5.0.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for moving files and folders to the Recycle Bin","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.31","kind":"dev","optional":false,"uses_default_features":false,"features":["clock"],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.18.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serial_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.8.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.31","kind":"normal","optional":true,"uses_default_features":false,"features":["clock"],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.18.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"scopeguard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"urlencoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSError","NSFileManager","NSString","NSURL"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"scopeguard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_EnhancedStorage","Win32_System_Com_StructuredStorage","Win32_System_SystemServices","Win32_UI_Shell_PropertiesSystem"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"trash","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trash-5.0.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"chrono":["dep:chrono"],"coinit_apartmentthreaded":[],"coinit_disable_ole1dde":[],"coinit_multithreaded":[],"coinit_speed_over_memory":[],"default":["coinit_apartmentthreaded","chrono"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trash-5.0.0/Cargo.toml","categories":[],"keywords":["remove","trash","rubbish","recycle","bin"],"readme":"README.md","repository":"https://github.com/ArturKovacs/trash","homepage":null,"documentation":null,"edition":"2021","metadata":{"cross":{"target":{"x86_64-unknown-netbsd":{"pre-build":["mkdir -p /tmp/netbsd","curl https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O","tar -C /tmp/netbsd -xJf base.tar.xz","cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib","rm base.tar.xz","rm -rf /tmp/netbsd"]}}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright © 2022 Kirill Chibisov\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the “Software”), to deal\nin the Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\nTHE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"glutin-winit","version":"0.4.2","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin-winit@0.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Glutin bootstrapping helpers with winit","dependencies":[{"name":"glutin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.2","kind":"normal","optional":false,"uses_default_features":false,"features":["rwh_05"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg_aliases","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glutin-winit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-winit-0.4.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-winit-0.4.2/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["egl","glx","x11","wayland","wgl"],"egl":["glutin/egl"],"glx":["glutin/glx","glutin/x11","winit/x11","x11"],"wayland":["glutin/wayland","winit/wayland"],"wgl":["glutin/wgl"],"x11":["glutin/x11","winit/x11"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-winit-0.4.2/Cargo.toml","categories":[],"keywords":["windowing","opengl","winit"],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) 2018 PistonDevelopers\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"tiff","version":"0.9.1","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#tiff@0.9.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"TIFF decoding and encoding library in pure Rust","dependencies":[{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jpeg-decoder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":"jpeg","registry":null,"path":null},{"name":"weezl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tiff","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"decode_bigtiff_images","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/decode_bigtiff_images.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decode_images","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/decode_images.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encode_images","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/encode_images.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encode_images_with_compression","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/encode_images_with_compression.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"fuzz_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/fuzz_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lzw","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/benches/lzw.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/Cargo.toml","categories":["multimedia::images","multimedia::encoding"],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/image-tiff","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) 2019 Kornel\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"rgb","version":"0.8.44","authors":["Kornel Lesiński "],"id":"registry+https://github.com/rust-lang/crates.io-index#rgb@0.8.44","source":"registry+https://github.com/rust-lang/crates.io-index","description":"`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods for color manipulation.\nAllows no-copy high-level interoperability. Also adds common convenience methods and implements standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class Rust objects.","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.16","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"defmt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.200","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.100","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"rgb","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rgb-0.8.44/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"serde","kind":["example"],"crate_types":["bin"],"required-features":["serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rgb-0.8.44/examples/serde.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"example","kind":["example"],"crate_types":["bin"],"required-features":["as-bytes"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rgb-0.8.44/examples/example.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"argb":[],"as-bytes":["bytemuck"],"bytemuck":["dep:bytemuck"],"checked_fns":[],"default":["as-bytes","argb","grb"],"defmt-03":["dep:defmt"],"grb":[],"serde":["dep:serde"],"unstable-experimental":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rgb-0.8.44/Cargo.toml","categories":["graphics","rust-patterns","multimedia::images"],"keywords":["rgb","rgba","bgra","pixel","color"],"readme":"README.md","repository":"https://github.com/kornelski/rust-rgb","homepage":"https://lib.rs/crates/rgb","documentation":"https://docs.rs/rgb","edition":"2021","metadata":{"docs":{"rs":{"features":["as-bytes","serde"],"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) 2020 Katharos Technology\n\nPermission 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:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE 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.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"cfg_aliases","version":"0.1.1","authors":["Zicklag "],"id":"registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"cfg_aliases","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/Cargo.toml","categories":["development-tools","development-tools::build-utils"],"keywords":["cfg","alias","conditional","compilation","build"],"readme":"README.md","repository":"https://github.com/katharostech/cfg_aliases","homepage":"https://github.com/katharostech/cfg_aliases","documentation":"https://docs.rs/cfg_aliases","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) 2020 Mikhail Lappo\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"android-properties","version":"0.2.2","authors":["Mikhail Lappo "],"id":"registry+https://github.com/rust-lang/crates.io-index#android-properties@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust-based Android properties wrapper","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"android-properties","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"property_foreach","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/examples/property_foreach.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"property_get","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/examples/property_get.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"property_refresh","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/examples/property_refresh.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"property_set","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/examples/property_set.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"bionic-deprecated":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/Cargo.toml","categories":["external-ffi-bindings","os","os::linux-apis"],"keywords":["android","properties","cutils","bionic","persistent"],"readme":"README.md","repository":"https://github.com/miklelappo/android-properties","homepage":"https://github.com/miklelappo/android-properties","documentation":"https://docs.rs/android-properties/0.2.2","edition":"2018","metadata":{"docs":{"rs":{"targets":["arm-linux-androideabi","armv7-linux-androideabi","aarch64-linux-android","i686-linux-android","x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) 2020 Samuele Esposito\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"xcursor","version":"0.3.5","authors":["Samuele Esposito"],"id":"registry+https://github.com/rust-lang/crates.io-index#xcursor@0.3.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for loading XCursor themes","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"xcursor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xcursor-0.3.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xcursor-0.3.5/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/esposm03/xcursor-rs","homepage":null,"documentation":"https://docs.rs/xcursor","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) 2022 Bartłomiej Maryńczak\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/1791c98/LICENSE","used_by":[{"crate":{"name":"rfd","version":"0.14.1","authors":["Poly "],"id":"git+https://github.com/PolyMeilex/rfd?rev=1791c98#0.14.1","source":"git+https://github.com/PolyMeilex/rfd?rev=1791c98#1791c981de8559c16f353416048d7e6e3a3098f9","description":"Rusty File Dialog","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.12","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ashpd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"gtk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"normal","optional":true,"uses_default_features":true,"features":["v3_24"],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"pollster","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"urlencoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.46","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.69","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.19","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.46","kind":"normal","optional":false,"uses_default_features":true,"features":["Document","Element","HtmlInputElement","HtmlButtonElement","HtmlAnchorElement","Window","File","FileList","FileReader","Blob","BlobPropertyBag","Url"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-app-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["block2","NSAlert","NSApplication","NSButton","NSControl","NSOpenPanel","NSPanel","NSResponder","NSRunningApplication","NSSavePanel","NSView","NSWindow"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["dispatch","NSArray","NSEnumerator","NSString","NSThread","NSURL"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_System_Com","Win32_UI_Shell_Common","Win32_UI_Shell","Win32_UI_WindowsAndMessaging"],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"rfd","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/1791c98/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"simple","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/1791c98/examples/simple.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"async","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/1791c98/examples/async.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"msg","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/1791c98/examples/msg.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"save","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/1791c98/examples/save.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/1791c98/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"ashpd":["dep:ashpd"],"async-std":["ashpd?/async-std"],"common-controls-v6":["windows-sys/Win32_UI_Controls"],"default":["xdg-portal","async-std"],"file-handle-inner":[],"glib-sys":["dep:glib-sys"],"gobject-sys":["dep:gobject-sys"],"gtk-sys":["dep:gtk-sys"],"gtk3":["gtk-sys","glib-sys","gobject-sys"],"pollster":["dep:pollster"],"tokio":["ashpd?/tokio"],"urlencoding":["dep:urlencoding"],"xdg-portal":["ashpd","urlencoding","pollster"]},"manifest_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/1791c98/Cargo.toml","categories":[],"keywords":["file","ui","dialog"],"readme":"README.md","repository":"https://github.com/PolyMeilex/rfd","homepage":null,"documentation":"https://docs.rs/rfd","edition":"2021","metadata":{"docs":{"rs":{"features":["file-handle-inner"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"sctk-adwaita","version":"0.8.3","authors":["Poly "],"id":"registry+https://github.com/rust-lang/crates.io-index#sctk-adwaita@0.8.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Adwaita-like SCTK Frame","dependencies":[{"name":"ab_glyph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossfont","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smithay-client-toolkit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tiny-skia","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":false,"uses_default_features":false,"features":["std","simd"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"sctk-adwaita","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sctk-adwaita-0.8.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sctk-adwaita-0.8.3/examples/window.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"ab_glyph":["dep:ab_glyph","memmap2"],"crossfont":["dep:crossfont"],"default":["ab_glyph"],"memmap2":["dep:memmap2"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sctk-adwaita-0.8.3/Cargo.toml","categories":[],"keywords":["sctk"],"readme":"README.md","repository":"https://github.com/PolyMeilex/sctk-adwaita","homepage":null,"documentation":"https://docs.rs/sctk-adwaita","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) 2023 4lDO2\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"libredox","version":"0.0.2","authors":["4lDO2 <4lDO2@protonmail.com>"],"id":"registry+https://github.com/rust-lang/crates.io-index#libredox@0.0.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Redox stable ABI","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"redox_syscall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"libredox","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.0.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"call":[],"default":["call"],"scheme":["call"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.0.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://gitlab.redox-os.org/redox-os/libredox.git","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"libredox","version":"0.1.3","authors":["4lDO2 <4lDO2@protonmail.com>"],"id":"registry+https://github.com/rust-lang/crates.io-index#libredox@0.1.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Redox stable ABI","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ioslice","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"redox_syscall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"libredox","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"call":[],"default":["call","std","redox_syscall"],"ioslice":["dep:ioslice"],"mkns":["ioslice"],"redox_syscall":["dep:redox_syscall"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://gitlab.redox-os.org/redox-os/libredox.git","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) 2023 Sean Larkin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"is-docker","version":"0.2.0","authors":["Sean Larkin "],"id":"registry+https://github.com/rust-lang/crates.io-index#is-docker@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Checks if the process is running inside a Docker container.","dependencies":[{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"is-docker","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-docker-0.2.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"main","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-docker-0.2.0/examples/main.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-docker-0.2.0/Cargo.toml","categories":["command-line-utilities"],"keywords":[],"readme":"README.md","repository":"https://github.com/TheLarkInn/is-docker","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"is-wsl","version":"0.4.0","authors":["Sean Larkin "],"id":"registry+https://github.com/rust-lang/crates.io-index#is-wsl@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Checks if the process is running inside Windows Subsystem for Linux.","dependencies":[{"name":"is-docker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"is-wsl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-0.4.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"main","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-0.4.0/examples/main.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-0.4.0/Cargo.toml","categories":["command-line-utilities"],"keywords":[],"readme":"README.md","repository":"https://github.com/TheLarkInn/is-wsl","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) \n\nPermission 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:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE 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.\n","source_path":null,"used_by":[{"crate":{"name":"block-sys","version":"0.2.1","authors":["Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#block-sys@0.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Raw bindings to Apple's C language extension of blocks","dependencies":[{"name":"objc-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"block-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-sys-0.2.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-sys-0.2.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":["objc-sys?/alloc"],"apple":[],"compiler-rt":[],"default":["std","apple"],"gnustep-1-7":["objc-sys","objc-sys/gnustep-1-7"],"gnustep-1-8":["objc-sys/gnustep-1-8","gnustep-1-7"],"gnustep-1-9":["objc-sys/gnustep-1-9","gnustep-1-8"],"gnustep-2-0":["objc-sys/gnustep-2-0","gnustep-1-9"],"gnustep-2-1":["objc-sys/gnustep-2-1","gnustep-2-0"],"objc-sys":["dep:objc-sys"],"std":["alloc","objc-sys?/std"],"unstable-docsrs":["objc-sys","objc-sys/unstable-docsrs"],"unstable-objfw":[],"unstable-winobjc":["objc-sys/unstable-winobjc","gnustep-1-8"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-sys-0.2.1/Cargo.toml","categories":["external-ffi-bindings","os::macos-apis"],"keywords":["objective-c","macos","ios","blocks","sys"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/block-sys/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin","features":["std","unstable-docsrs"],"no-default-features":true,"targets":["x86_64-apple-darwin","aarch64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-pc-windows-msvc"]}}},"links":"block_0_2","publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"block2","version":"0.3.0","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#block2@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Apple's C language extension of blocks","dependencies":[{"name":"block-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"block2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block2-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":["objc2/alloc","block-sys/alloc"],"apple":["block-sys/apple","objc2/apple"],"compiler-rt":["block-sys/compiler-rt","objc2/unstable-compiler-rt"],"default":["std","apple"],"gnustep-1-7":["block-sys/gnustep-1-7","objc2/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","block-sys/gnustep-1-8","objc2/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","block-sys/gnustep-1-9","objc2/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","block-sys/gnustep-2-0","objc2/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","block-sys/gnustep-2-1","objc2/gnustep-2-1"],"std":["alloc","objc2/std","block-sys/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block2-0.3.0/Cargo.toml","categories":["api-bindings","development-tools::ffi","os::macos-apis"],"keywords":["objective-c","macos","ios","blocks"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/block2/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin","targets":["x86_64-apple-darwin","aarch64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"block2","version":"0.5.1","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#block2@0.5.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Apple's C language extension of blocks","dependencies":[{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"block2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block2-0.5.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":["objc2/alloc"],"apple":[],"compiler-rt":["objc2/unstable-compiler-rt"],"default":["std"],"gnustep-1-7":["objc2/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc2/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc2/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc2/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc2/gnustep-2-1"],"std":["alloc","objc2/std"],"unstable-objfw":[],"unstable-private":[],"unstable-winobjc":["gnustep-1-8"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block2-0.5.1/Cargo.toml","categories":["api-bindings","development-tools::ffi","os::macos-apis","external-ffi-bindings"],"keywords":["objective-c","macos","ios","blocks"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/block2/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","features":["unstable-private"],"targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}},"release":{"enable-features":[],"shared-version":false,"tag-prefix":"block"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"crunchy","version":"0.2.2","authors":["Vurich "],"id":"registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Crunchy unroller: deterministically unroll constant loops","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"crunchy","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":["limit_128"],"limit_1024":[],"limit_128":[],"limit_2048":[],"limit_256":[],"limit_512":[],"limit_64":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":null,"homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"dispatch","version":"0.2.0","authors":["Steven Sheldon"],"id":"registry+https://github.com/rust-lang/crates.io-index#dispatch@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust wrapper for Apple's Grand Central Dispatch.","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"dispatch","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dispatch-0.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"main","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dispatch-0.2.0/examples/main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dispatch-0.2.0/Cargo.toml","categories":[],"keywords":["gcd","objective-c","osx","ios"],"readme":"README.md","repository":"http://github.com/SSheldon/rust-dispatch","homepage":null,"documentation":"http://ssheldon.github.io/rust-objc/dispatch/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"icrate","version":"0.0.4","authors":["Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#icrate@0.0.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to Apple's frameworks","dependencies":[{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dispatch","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"icrate","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"basic_usage","kind":["example"],"crate_types":["bin"],"required-features":["unstable-example-basic_usage"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/examples/basic_usage.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"delegate","kind":["example"],"crate_types":["bin"],"required-features":["unstable-example-delegate"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/examples/delegate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"speech_synthesis","kind":["example"],"crate_types":["bin"],"required-features":["unstable-example-speech_synthesis"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/examples/speech_synthesis.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"nspasteboard","kind":["example"],"crate_types":["bin"],"required-features":["unstable-example-nspasteboard"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/examples/nspasteboard.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"browser","kind":["example"],"crate_types":["bin"],"required-features":["unstable-example-browser"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/examples/browser.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"array","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/array.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"attributed_string","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/attributed_string.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"auto_traits","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/auto_traits.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bundle","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/bundle.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"data","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/data.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"debug","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/debug.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"dictionary","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/dictionary.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"exception","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/exception.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/lock.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mutable_array","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/mutable_array.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mutable_data","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/mutable_data.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mutable_dictionary","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/mutable_dictionary.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mutable_set","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/mutable_set.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mutable_string","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/mutable_string.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"number","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/number.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"proxy","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/proxy.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"set","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/set.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"string","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/string.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"struct_encoding","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/struct_encoding.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"thread","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/thread.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"uuid","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/uuid.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"value","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/value.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"Accessibility":["Foundation"],"Accessibility_AXBrailleMap":[],"Accessibility_AXCategoricalDataAxisDescriptor":[],"Accessibility_AXChartDescriptor":[],"Accessibility_AXCustomContent":[],"Accessibility_AXDataPoint":[],"Accessibility_AXDataPointValue":[],"Accessibility_AXDataSeriesDescriptor":[],"Accessibility_AXLiveAudioGraph":[],"Accessibility_AXNumericDataAxisDescriptor":[],"Accessibility_all":["Accessibility","Accessibility_AXBrailleMap","Accessibility_AXCategoricalDataAxisDescriptor","Accessibility_AXChartDescriptor","Accessibility_AXCustomContent","Accessibility_AXDataPoint","Accessibility_AXDataPointValue","Accessibility_AXDataSeriesDescriptor","Accessibility_AXLiveAudioGraph","Accessibility_AXNumericDataAxisDescriptor"],"AdServices":["Foundation"],"AdServices_AAAttribution":[],"AdServices_all":["AdServices","AdServices_AAAttribution"],"AdSupport":["Foundation"],"AdSupport_ASIdentifierManager":[],"AdSupport_all":["AdSupport","AdSupport_ASIdentifierManager"],"AppKit":["CoreData","Foundation","AppKit_NSApplication","AppKit_NSCollectionLayoutSection","AppKit_NSCollectionLayoutGroupCustomItem","AppKit_NSCollectionView","AppKit_NSView","AppKit_NSTableView","AppKit_NSTableColumn","AppKit_NSTableRowView","Foundation_NSIndexPath","Foundation_NSArray","Foundation_NSCoder"],"AppKit_NSATSTypesetter":["AppKit_NSTypesetter"],"AppKit_NSAccessibilityCustomAction":[],"AppKit_NSAccessibilityCustomRotor":[],"AppKit_NSAccessibilityCustomRotorItemResult":[],"AppKit_NSAccessibilityCustomRotorSearchParameters":[],"AppKit_NSAccessibilityElement":[],"AppKit_NSActionCell":["AppKit_NSCell"],"AppKit_NSAlert":[],"AppKit_NSAlignmentFeedbackFilter":[],"AppKit_NSAnimation":[],"AppKit_NSAnimationContext":[],"AppKit_NSAppearance":[],"AppKit_NSApplication":["AppKit_NSResponder"],"AppKit_NSArrayController":["AppKit_NSObjectController"],"AppKit_NSBezierPath":[],"AppKit_NSBindingSelectionMarker":[],"AppKit_NSBitmapImageRep":["AppKit_NSImageRep"],"AppKit_NSBox":["AppKit_NSView"],"AppKit_NSBrowser":["AppKit_NSControl"],"AppKit_NSBrowserCell":["AppKit_NSCell"],"AppKit_NSButton":["AppKit_NSControl"],"AppKit_NSButtonCell":["AppKit_NSActionCell"],"AppKit_NSButtonTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSCachedImageRep":["AppKit_NSImageRep"],"AppKit_NSCandidateListTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSCell":[],"AppKit_NSClickGestureRecognizer":["AppKit_NSGestureRecognizer"],"AppKit_NSClipView":["AppKit_NSView"],"AppKit_NSCollectionLayoutAnchor":[],"AppKit_NSCollectionLayoutBoundarySupplementaryItem":["AppKit_NSCollectionLayoutSupplementaryItem"],"AppKit_NSCollectionLayoutDecorationItem":["AppKit_NSCollectionLayoutItem"],"AppKit_NSCollectionLayoutDimension":[],"AppKit_NSCollectionLayoutEdgeSpacing":[],"AppKit_NSCollectionLayoutGroup":["AppKit_NSCollectionLayoutItem"],"AppKit_NSCollectionLayoutGroupCustomItem":[],"AppKit_NSCollectionLayoutItem":[],"AppKit_NSCollectionLayoutSection":[],"AppKit_NSCollectionLayoutSize":[],"AppKit_NSCollectionLayoutSpacing":[],"AppKit_NSCollectionLayoutSupplementaryItem":["AppKit_NSCollectionLayoutItem"],"AppKit_NSCollectionView":["AppKit_NSView"],"AppKit_NSCollectionViewCompositionalLayout":["AppKit_NSCollectionViewLayout"],"AppKit_NSCollectionViewCompositionalLayoutConfiguration":[],"AppKit_NSCollectionViewDiffableDataSource":[],"AppKit_NSCollectionViewFlowLayout":["AppKit_NSCollectionViewLayout"],"AppKit_NSCollectionViewFlowLayoutInvalidationContext":["AppKit_NSCollectionViewLayoutInvalidationContext"],"AppKit_NSCollectionViewGridLayout":["AppKit_NSCollectionViewLayout"],"AppKit_NSCollectionViewItem":["AppKit_NSViewController"],"AppKit_NSCollectionViewLayout":[],"AppKit_NSCollectionViewLayoutAttributes":[],"AppKit_NSCollectionViewLayoutInvalidationContext":[],"AppKit_NSCollectionViewTransitionLayout":["AppKit_NSCollectionViewLayout"],"AppKit_NSCollectionViewUpdateItem":[],"AppKit_NSColor":[],"AppKit_NSColorList":[],"AppKit_NSColorPanel":["AppKit_NSPanel"],"AppKit_NSColorPicker":[],"AppKit_NSColorPickerTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSColorSampler":[],"AppKit_NSColorSpace":[],"AppKit_NSColorWell":["AppKit_NSControl"],"AppKit_NSComboBox":["AppKit_NSTextField"],"AppKit_NSComboBoxCell":["AppKit_NSTextFieldCell"],"AppKit_NSComboButton":["AppKit_NSControl"],"AppKit_NSControl":["AppKit_NSView"],"AppKit_NSController":[],"AppKit_NSCursor":[],"AppKit_NSCustomImageRep":["AppKit_NSImageRep"],"AppKit_NSCustomTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSDataAsset":[],"AppKit_NSDatePicker":["AppKit_NSControl"],"AppKit_NSDatePickerCell":["AppKit_NSActionCell"],"AppKit_NSDictionaryController":["AppKit_NSArrayController"],"AppKit_NSDictionaryControllerKeyValuePair":[],"AppKit_NSDiffableDataSourceSnapshot":[],"AppKit_NSDockTile":[],"AppKit_NSDocument":[],"AppKit_NSDocumentController":[],"AppKit_NSDraggingImageComponent":[],"AppKit_NSDraggingItem":[],"AppKit_NSDraggingSession":[],"AppKit_NSDrawer":["AppKit_NSResponder"],"AppKit_NSEPSImageRep":["AppKit_NSImageRep"],"AppKit_NSEvent":[],"AppKit_NSFilePromiseProvider":[],"AppKit_NSFilePromiseReceiver":[],"AppKit_NSFont":[],"AppKit_NSFontAssetRequest":[],"AppKit_NSFontCollection":[],"AppKit_NSFontDescriptor":[],"AppKit_NSFontManager":[],"AppKit_NSFontPanel":["AppKit_NSPanel"],"AppKit_NSForm":["AppKit_NSMatrix"],"AppKit_NSFormCell":["AppKit_NSActionCell"],"AppKit_NSGestureRecognizer":[],"AppKit_NSGlyphGenerator":[],"AppKit_NSGlyphInfo":[],"AppKit_NSGradient":[],"AppKit_NSGraphicsContext":[],"AppKit_NSGridCell":[],"AppKit_NSGridColumn":[],"AppKit_NSGridRow":[],"AppKit_NSGridView":["AppKit_NSView"],"AppKit_NSGroupTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSHapticFeedbackManager":[],"AppKit_NSHelpManager":[],"AppKit_NSImage":[],"AppKit_NSImageCell":["AppKit_NSCell"],"AppKit_NSImageRep":[],"AppKit_NSImageSymbolConfiguration":[],"AppKit_NSImageView":["AppKit_NSControl"],"AppKit_NSInputManager":[],"AppKit_NSInputServer":[],"AppKit_NSLayoutAnchor":[],"AppKit_NSLayoutConstraint":[],"AppKit_NSLayoutDimension":["AppKit_NSLayoutAnchor"],"AppKit_NSLayoutGuide":[],"AppKit_NSLayoutManager":[],"AppKit_NSLayoutXAxisAnchor":["AppKit_NSLayoutAnchor"],"AppKit_NSLayoutYAxisAnchor":["AppKit_NSLayoutAnchor"],"AppKit_NSLevelIndicator":["AppKit_NSControl"],"AppKit_NSLevelIndicatorCell":["AppKit_NSActionCell"],"AppKit_NSMagnificationGestureRecognizer":["AppKit_NSGestureRecognizer"],"AppKit_NSMatrix":["AppKit_NSControl"],"AppKit_NSMediaLibraryBrowserController":[],"AppKit_NSMenu":[],"AppKit_NSMenuItem":[],"AppKit_NSMenuItemCell":["AppKit_NSButtonCell"],"AppKit_NSMenuToolbarItem":["AppKit_NSToolbarItem"],"AppKit_NSMovie":[],"AppKit_NSMutableFontCollection":["AppKit_NSFontCollection"],"AppKit_NSMutableParagraphStyle":["AppKit_NSParagraphStyle"],"AppKit_NSNib":[],"AppKit_NSObjectController":["AppKit_NSController"],"AppKit_NSOpenPanel":["AppKit_NSSavePanel"],"AppKit_NSOutlineView":["AppKit_NSTableView"],"AppKit_NSPDFImageRep":["AppKit_NSImageRep"],"AppKit_NSPDFInfo":[],"AppKit_NSPDFPanel":[],"AppKit_NSPICTImageRep":["AppKit_NSImageRep"],"AppKit_NSPageController":["AppKit_NSViewController"],"AppKit_NSPageLayout":[],"AppKit_NSPanGestureRecognizer":["AppKit_NSGestureRecognizer"],"AppKit_NSPanel":["AppKit_NSWindow"],"AppKit_NSParagraphStyle":[],"AppKit_NSPasteboard":[],"AppKit_NSPasteboardItem":[],"AppKit_NSPathCell":["AppKit_NSActionCell"],"AppKit_NSPathComponentCell":["AppKit_NSTextFieldCell"],"AppKit_NSPathControl":["AppKit_NSControl"],"AppKit_NSPathControlItem":[],"AppKit_NSPersistentDocument":["AppKit_NSDocument"],"AppKit_NSPickerTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSPopUpButton":["AppKit_NSButton"],"AppKit_NSPopUpButtonCell":["AppKit_NSMenuItemCell"],"AppKit_NSPopover":["AppKit_NSResponder"],"AppKit_NSPopoverTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSPredicateEditor":["AppKit_NSRuleEditor"],"AppKit_NSPredicateEditorRowTemplate":[],"AppKit_NSPressGestureRecognizer":["AppKit_NSGestureRecognizer"],"AppKit_NSPressureConfiguration":[],"AppKit_NSPreviewRepresentingActivityItem":[],"AppKit_NSPrintInfo":[],"AppKit_NSPrintOperation":[],"AppKit_NSPrintPanel":[],"AppKit_NSPrinter":[],"AppKit_NSProgressIndicator":["AppKit_NSView"],"AppKit_NSResponder":[],"AppKit_NSRotationGestureRecognizer":["AppKit_NSGestureRecognizer"],"AppKit_NSRuleEditor":["AppKit_NSControl"],"AppKit_NSRulerMarker":[],"AppKit_NSRulerView":["AppKit_NSView"],"AppKit_NSRunningApplication":[],"AppKit_NSSavePanel":["AppKit_NSPanel"],"AppKit_NSScreen":[],"AppKit_NSScrollView":["AppKit_NSView"],"AppKit_NSScroller":["AppKit_NSControl"],"AppKit_NSScrubber":["AppKit_NSView"],"AppKit_NSScrubberArrangedView":["AppKit_NSView"],"AppKit_NSScrubberFlowLayout":["AppKit_NSScrubberLayout"],"AppKit_NSScrubberImageItemView":["AppKit_NSScrubberItemView"],"AppKit_NSScrubberItemView":["AppKit_NSScrubberArrangedView"],"AppKit_NSScrubberLayout":[],"AppKit_NSScrubberLayoutAttributes":[],"AppKit_NSScrubberProportionalLayout":["AppKit_NSScrubberLayout"],"AppKit_NSScrubberSelectionStyle":[],"AppKit_NSScrubberSelectionView":["AppKit_NSScrubberArrangedView"],"AppKit_NSScrubberTextItemView":["AppKit_NSScrubberItemView"],"AppKit_NSSearchField":["AppKit_NSTextField"],"AppKit_NSSearchFieldCell":["AppKit_NSTextFieldCell"],"AppKit_NSSearchToolbarItem":["AppKit_NSToolbarItem"],"AppKit_NSSecureTextField":["AppKit_NSTextField"],"AppKit_NSSecureTextFieldCell":["AppKit_NSTextFieldCell"],"AppKit_NSSegmentedCell":["AppKit_NSActionCell"],"AppKit_NSSegmentedControl":["AppKit_NSControl"],"AppKit_NSShadow":[],"AppKit_NSSharingService":[],"AppKit_NSSharingServicePicker":[],"AppKit_NSSharingServicePickerToolbarItem":["AppKit_NSToolbarItem"],"AppKit_NSSharingServicePickerTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSSlider":["AppKit_NSControl"],"AppKit_NSSliderAccessory":[],"AppKit_NSSliderAccessoryBehavior":[],"AppKit_NSSliderCell":["AppKit_NSActionCell"],"AppKit_NSSliderTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSSound":[],"AppKit_NSSpeechRecognizer":[],"AppKit_NSSpeechSynthesizer":[],"AppKit_NSSpellChecker":[],"AppKit_NSSplitView":["AppKit_NSView"],"AppKit_NSSplitViewController":["AppKit_NSViewController"],"AppKit_NSSplitViewItem":[],"AppKit_NSStackView":["AppKit_NSView"],"AppKit_NSStatusBar":[],"AppKit_NSStatusBarButton":["AppKit_NSButton"],"AppKit_NSStatusItem":[],"AppKit_NSStepper":["AppKit_NSControl"],"AppKit_NSStepperCell":["AppKit_NSActionCell"],"AppKit_NSStepperTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSStoryboard":[],"AppKit_NSStoryboardSegue":[],"AppKit_NSStringDrawingContext":[],"AppKit_NSSwitch":["AppKit_NSControl"],"AppKit_NSTabView":["AppKit_NSView"],"AppKit_NSTabViewController":["AppKit_NSViewController"],"AppKit_NSTabViewItem":[],"AppKit_NSTableCellView":["AppKit_NSView"],"AppKit_NSTableColumn":[],"AppKit_NSTableHeaderCell":["AppKit_NSTextFieldCell"],"AppKit_NSTableHeaderView":["AppKit_NSView"],"AppKit_NSTableRowView":["AppKit_NSView"],"AppKit_NSTableView":["AppKit_NSControl"],"AppKit_NSTableViewDiffableDataSource":[],"AppKit_NSTableViewRowAction":[],"AppKit_NSText":["AppKit_NSView"],"AppKit_NSTextAlternatives":[],"AppKit_NSTextAttachment":[],"AppKit_NSTextAttachmentCell":["AppKit_NSCell"],"AppKit_NSTextAttachmentViewProvider":[],"AppKit_NSTextBlock":[],"AppKit_NSTextCheckingController":[],"AppKit_NSTextContainer":[],"AppKit_NSTextContentManager":[],"AppKit_NSTextContentStorage":["AppKit_NSTextContentManager"],"AppKit_NSTextElement":[],"AppKit_NSTextField":["AppKit_NSControl"],"AppKit_NSTextFieldCell":["AppKit_NSActionCell"],"AppKit_NSTextFinder":[],"AppKit_NSTextInputContext":[],"AppKit_NSTextLayoutFragment":[],"AppKit_NSTextLayoutManager":[],"AppKit_NSTextLineFragment":[],"AppKit_NSTextList":[],"AppKit_NSTextListElement":["AppKit_NSTextParagraph"],"AppKit_NSTextParagraph":["AppKit_NSTextElement"],"AppKit_NSTextRange":[],"AppKit_NSTextSelection":[],"AppKit_NSTextSelectionNavigation":[],"AppKit_NSTextStorage":["Foundation_NSMutableAttributedString"],"AppKit_NSTextTab":[],"AppKit_NSTextTable":["AppKit_NSTextBlock"],"AppKit_NSTextTableBlock":["AppKit_NSTextBlock"],"AppKit_NSTextView":["AppKit_NSText"],"AppKit_NSTextViewportLayoutController":[],"AppKit_NSTintConfiguration":[],"AppKit_NSTitlebarAccessoryViewController":["AppKit_NSViewController"],"AppKit_NSTokenField":["AppKit_NSTextField"],"AppKit_NSTokenFieldCell":["AppKit_NSTextFieldCell"],"AppKit_NSToolbar":[],"AppKit_NSToolbarItem":[],"AppKit_NSToolbarItemGroup":["AppKit_NSToolbarItem"],"AppKit_NSTouch":[],"AppKit_NSTouchBar":[],"AppKit_NSTouchBarItem":[],"AppKit_NSTrackingArea":[],"AppKit_NSTrackingSeparatorToolbarItem":["AppKit_NSToolbarItem"],"AppKit_NSTreeController":["AppKit_NSObjectController"],"AppKit_NSTreeNode":[],"AppKit_NSTypesetter":[],"AppKit_NSUserDefaultsController":["AppKit_NSController"],"AppKit_NSUserInterfaceCompressionOptions":[],"AppKit_NSView":["AppKit_NSResponder"],"AppKit_NSViewAnimation":["AppKit_NSAnimation"],"AppKit_NSViewController":["AppKit_NSResponder"],"AppKit_NSVisualEffectView":["AppKit_NSView"],"AppKit_NSWindow":["AppKit_NSResponder"],"AppKit_NSWindowController":["AppKit_NSResponder"],"AppKit_NSWindowTab":[],"AppKit_NSWindowTabGroup":[],"AppKit_NSWorkspace":[],"AppKit_NSWorkspaceAuthorization":[],"AppKit_NSWorkspaceOpenConfiguration":[],"AppKit_all":["AppKit","AppKit_NSATSTypesetter","AppKit_NSAccessibilityCustomAction","AppKit_NSAccessibilityCustomRotor","AppKit_NSAccessibilityCustomRotorItemResult","AppKit_NSAccessibilityCustomRotorSearchParameters","AppKit_NSAccessibilityElement","AppKit_NSActionCell","AppKit_NSAlert","AppKit_NSAlignmentFeedbackFilter","AppKit_NSAnimation","AppKit_NSAnimationContext","AppKit_NSAppearance","AppKit_NSApplication","AppKit_NSArrayController","AppKit_NSBezierPath","AppKit_NSBindingSelectionMarker","AppKit_NSBitmapImageRep","AppKit_NSBox","AppKit_NSBrowser","AppKit_NSBrowserCell","AppKit_NSButton","AppKit_NSButtonCell","AppKit_NSButtonTouchBarItem","AppKit_NSCachedImageRep","AppKit_NSCandidateListTouchBarItem","AppKit_NSCell","AppKit_NSClickGestureRecognizer","AppKit_NSClipView","AppKit_NSCollectionLayoutAnchor","AppKit_NSCollectionLayoutBoundarySupplementaryItem","AppKit_NSCollectionLayoutDecorationItem","AppKit_NSCollectionLayoutDimension","AppKit_NSCollectionLayoutEdgeSpacing","AppKit_NSCollectionLayoutGroup","AppKit_NSCollectionLayoutGroupCustomItem","AppKit_NSCollectionLayoutItem","AppKit_NSCollectionLayoutSection","AppKit_NSCollectionLayoutSize","AppKit_NSCollectionLayoutSpacing","AppKit_NSCollectionLayoutSupplementaryItem","AppKit_NSCollectionView","AppKit_NSCollectionViewCompositionalLayout","AppKit_NSCollectionViewCompositionalLayoutConfiguration","AppKit_NSCollectionViewDiffableDataSource","AppKit_NSCollectionViewFlowLayout","AppKit_NSCollectionViewFlowLayoutInvalidationContext","AppKit_NSCollectionViewGridLayout","AppKit_NSCollectionViewItem","AppKit_NSCollectionViewLayout","AppKit_NSCollectionViewLayoutAttributes","AppKit_NSCollectionViewLayoutInvalidationContext","AppKit_NSCollectionViewTransitionLayout","AppKit_NSCollectionViewUpdateItem","AppKit_NSColor","AppKit_NSColorList","AppKit_NSColorPanel","AppKit_NSColorPicker","AppKit_NSColorPickerTouchBarItem","AppKit_NSColorSampler","AppKit_NSColorSpace","AppKit_NSColorWell","AppKit_NSComboBox","AppKit_NSComboBoxCell","AppKit_NSComboButton","AppKit_NSControl","AppKit_NSController","AppKit_NSCursor","AppKit_NSCustomImageRep","AppKit_NSCustomTouchBarItem","AppKit_NSDataAsset","AppKit_NSDatePicker","AppKit_NSDatePickerCell","AppKit_NSDictionaryController","AppKit_NSDictionaryControllerKeyValuePair","AppKit_NSDiffableDataSourceSnapshot","AppKit_NSDockTile","AppKit_NSDocument","AppKit_NSDocumentController","AppKit_NSDraggingImageComponent","AppKit_NSDraggingItem","AppKit_NSDraggingSession","AppKit_NSDrawer","AppKit_NSEPSImageRep","AppKit_NSEvent","AppKit_NSFilePromiseProvider","AppKit_NSFilePromiseReceiver","AppKit_NSFont","AppKit_NSFontAssetRequest","AppKit_NSFontCollection","AppKit_NSFontDescriptor","AppKit_NSFontManager","AppKit_NSFontPanel","AppKit_NSForm","AppKit_NSFormCell","AppKit_NSGestureRecognizer","AppKit_NSGlyphGenerator","AppKit_NSGlyphInfo","AppKit_NSGradient","AppKit_NSGraphicsContext","AppKit_NSGridCell","AppKit_NSGridColumn","AppKit_NSGridRow","AppKit_NSGridView","AppKit_NSGroupTouchBarItem","AppKit_NSHapticFeedbackManager","AppKit_NSHelpManager","AppKit_NSImage","AppKit_NSImageCell","AppKit_NSImageRep","AppKit_NSImageSymbolConfiguration","AppKit_NSImageView","AppKit_NSInputManager","AppKit_NSInputServer","AppKit_NSLayoutAnchor","AppKit_NSLayoutConstraint","AppKit_NSLayoutDimension","AppKit_NSLayoutGuide","AppKit_NSLayoutManager","AppKit_NSLayoutXAxisAnchor","AppKit_NSLayoutYAxisAnchor","AppKit_NSLevelIndicator","AppKit_NSLevelIndicatorCell","AppKit_NSMagnificationGestureRecognizer","AppKit_NSMatrix","AppKit_NSMediaLibraryBrowserController","AppKit_NSMenu","AppKit_NSMenuItem","AppKit_NSMenuItemCell","AppKit_NSMenuToolbarItem","AppKit_NSMovie","AppKit_NSMutableFontCollection","AppKit_NSMutableParagraphStyle","AppKit_NSNib","AppKit_NSObjectController","AppKit_NSOpenPanel","AppKit_NSOutlineView","AppKit_NSPDFImageRep","AppKit_NSPDFInfo","AppKit_NSPDFPanel","AppKit_NSPICTImageRep","AppKit_NSPageController","AppKit_NSPageLayout","AppKit_NSPanGestureRecognizer","AppKit_NSPanel","AppKit_NSParagraphStyle","AppKit_NSPasteboard","AppKit_NSPasteboardItem","AppKit_NSPathCell","AppKit_NSPathComponentCell","AppKit_NSPathControl","AppKit_NSPathControlItem","AppKit_NSPersistentDocument","AppKit_NSPickerTouchBarItem","AppKit_NSPopUpButton","AppKit_NSPopUpButtonCell","AppKit_NSPopover","AppKit_NSPopoverTouchBarItem","AppKit_NSPredicateEditor","AppKit_NSPredicateEditorRowTemplate","AppKit_NSPressGestureRecognizer","AppKit_NSPressureConfiguration","AppKit_NSPreviewRepresentingActivityItem","AppKit_NSPrintInfo","AppKit_NSPrintOperation","AppKit_NSPrintPanel","AppKit_NSPrinter","AppKit_NSProgressIndicator","AppKit_NSResponder","AppKit_NSRotationGestureRecognizer","AppKit_NSRuleEditor","AppKit_NSRulerMarker","AppKit_NSRulerView","AppKit_NSRunningApplication","AppKit_NSSavePanel","AppKit_NSScreen","AppKit_NSScrollView","AppKit_NSScroller","AppKit_NSScrubber","AppKit_NSScrubberArrangedView","AppKit_NSScrubberFlowLayout","AppKit_NSScrubberImageItemView","AppKit_NSScrubberItemView","AppKit_NSScrubberLayout","AppKit_NSScrubberLayoutAttributes","AppKit_NSScrubberProportionalLayout","AppKit_NSScrubberSelectionStyle","AppKit_NSScrubberSelectionView","AppKit_NSScrubberTextItemView","AppKit_NSSearchField","AppKit_NSSearchFieldCell","AppKit_NSSearchToolbarItem","AppKit_NSSecureTextField","AppKit_NSSecureTextFieldCell","AppKit_NSSegmentedCell","AppKit_NSSegmentedControl","AppKit_NSShadow","AppKit_NSSharingService","AppKit_NSSharingServicePicker","AppKit_NSSharingServicePickerToolbarItem","AppKit_NSSharingServicePickerTouchBarItem","AppKit_NSSlider","AppKit_NSSliderAccessory","AppKit_NSSliderAccessoryBehavior","AppKit_NSSliderCell","AppKit_NSSliderTouchBarItem","AppKit_NSSound","AppKit_NSSpeechRecognizer","AppKit_NSSpeechSynthesizer","AppKit_NSSpellChecker","AppKit_NSSplitView","AppKit_NSSplitViewController","AppKit_NSSplitViewItem","AppKit_NSStackView","AppKit_NSStatusBar","AppKit_NSStatusBarButton","AppKit_NSStatusItem","AppKit_NSStepper","AppKit_NSStepperCell","AppKit_NSStepperTouchBarItem","AppKit_NSStoryboard","AppKit_NSStoryboardSegue","AppKit_NSStringDrawingContext","AppKit_NSSwitch","AppKit_NSTabView","AppKit_NSTabViewController","AppKit_NSTabViewItem","AppKit_NSTableCellView","AppKit_NSTableColumn","AppKit_NSTableHeaderCell","AppKit_NSTableHeaderView","AppKit_NSTableRowView","AppKit_NSTableView","AppKit_NSTableViewDiffableDataSource","AppKit_NSTableViewRowAction","AppKit_NSText","AppKit_NSTextAlternatives","AppKit_NSTextAttachment","AppKit_NSTextAttachmentCell","AppKit_NSTextAttachmentViewProvider","AppKit_NSTextBlock","AppKit_NSTextCheckingController","AppKit_NSTextContainer","AppKit_NSTextContentManager","AppKit_NSTextContentStorage","AppKit_NSTextElement","AppKit_NSTextField","AppKit_NSTextFieldCell","AppKit_NSTextFinder","AppKit_NSTextInputContext","AppKit_NSTextLayoutFragment","AppKit_NSTextLayoutManager","AppKit_NSTextLineFragment","AppKit_NSTextList","AppKit_NSTextListElement","AppKit_NSTextParagraph","AppKit_NSTextRange","AppKit_NSTextSelection","AppKit_NSTextSelectionNavigation","AppKit_NSTextStorage","AppKit_NSTextTab","AppKit_NSTextTable","AppKit_NSTextTableBlock","AppKit_NSTextView","AppKit_NSTextViewportLayoutController","AppKit_NSTintConfiguration","AppKit_NSTitlebarAccessoryViewController","AppKit_NSTokenField","AppKit_NSTokenFieldCell","AppKit_NSToolbar","AppKit_NSToolbarItem","AppKit_NSToolbarItemGroup","AppKit_NSTouch","AppKit_NSTouchBar","AppKit_NSTouchBarItem","AppKit_NSTrackingArea","AppKit_NSTrackingSeparatorToolbarItem","AppKit_NSTreeController","AppKit_NSTreeNode","AppKit_NSTypesetter","AppKit_NSUserDefaultsController","AppKit_NSUserInterfaceCompressionOptions","AppKit_NSView","AppKit_NSViewAnimation","AppKit_NSViewController","AppKit_NSVisualEffectView","AppKit_NSWindow","AppKit_NSWindowController","AppKit_NSWindowTab","AppKit_NSWindowTabGroup","AppKit_NSWorkspace","AppKit_NSWorkspaceAuthorization","AppKit_NSWorkspaceOpenConfiguration"],"AuthenticationServices":["AppKit","Foundation","Foundation_NSURL"],"AuthenticationServices_ASAccountAuthenticationModificationController":[],"AuthenticationServices_ASAccountAuthenticationModificationExtensionContext":["Foundation_NSExtensionContext"],"AuthenticationServices_ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest":["AuthenticationServices_ASAccountAuthenticationModificationRequest"],"AuthenticationServices_ASAccountAuthenticationModificationRequest":[],"AuthenticationServices_ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest":["AuthenticationServices_ASAccountAuthenticationModificationRequest"],"AuthenticationServices_ASAccountAuthenticationModificationViewController":["AppKit_NSViewController"],"AuthenticationServices_ASAuthorization":[],"AuthenticationServices_ASAuthorizationAppleIDButton":["AppKit_NSControl"],"AuthenticationServices_ASAuthorizationAppleIDCredential":[],"AuthenticationServices_ASAuthorizationAppleIDProvider":[],"AuthenticationServices_ASAuthorizationAppleIDRequest":["AuthenticationServices_ASAuthorizationOpenIDRequest"],"AuthenticationServices_ASAuthorizationController":[],"AuthenticationServices_ASAuthorizationOpenIDRequest":["AuthenticationServices_ASAuthorizationRequest"],"AuthenticationServices_ASAuthorizationPasswordProvider":[],"AuthenticationServices_ASAuthorizationPasswordRequest":["AuthenticationServices_ASAuthorizationRequest"],"AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialAssertion":[],"AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialAssertionRequest":["AuthenticationServices_ASAuthorizationRequest"],"AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialDescriptor":[],"AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialProvider":[],"AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialRegistration":[],"AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialRegistrationRequest":["AuthenticationServices_ASAuthorizationRequest"],"AuthenticationServices_ASAuthorizationProviderExtensionAuthorizationRequest":[],"AuthenticationServices_ASAuthorizationProviderExtensionAuthorizationResult":[],"AuthenticationServices_ASAuthorizationProviderExtensionKerberosMapping":[],"AuthenticationServices_ASAuthorizationProviderExtensionLoginConfiguration":[],"AuthenticationServices_ASAuthorizationProviderExtensionLoginManager":[],"AuthenticationServices_ASAuthorizationPublicKeyCredentialParameters":[],"AuthenticationServices_ASAuthorizationRequest":[],"AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialAssertion":[],"AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialAssertionRequest":["AuthenticationServices_ASAuthorizationRequest"],"AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor":[],"AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialProvider":[],"AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialRegistration":[],"AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialRegistrationRequest":["AuthenticationServices_ASAuthorizationRequest"],"AuthenticationServices_ASAuthorizationSingleSignOnCredential":[],"AuthenticationServices_ASAuthorizationSingleSignOnProvider":[],"AuthenticationServices_ASAuthorizationSingleSignOnRequest":["AuthenticationServices_ASAuthorizationOpenIDRequest"],"AuthenticationServices_ASCredentialIdentityStore":[],"AuthenticationServices_ASCredentialIdentityStoreState":[],"AuthenticationServices_ASCredentialProviderExtensionContext":["Foundation_NSExtensionContext"],"AuthenticationServices_ASCredentialProviderViewController":["AppKit_NSViewController"],"AuthenticationServices_ASCredentialServiceIdentifier":[],"AuthenticationServices_ASPasswordCredential":[],"AuthenticationServices_ASPasswordCredentialIdentity":[],"AuthenticationServices_ASWebAuthenticationSession":[],"AuthenticationServices_ASWebAuthenticationSessionRequest":[],"AuthenticationServices_ASWebAuthenticationSessionWebBrowserSessionManager":[],"AuthenticationServices_all":["AuthenticationServices","AuthenticationServices_ASAccountAuthenticationModificationController","AuthenticationServices_ASAccountAuthenticationModificationExtensionContext","AuthenticationServices_ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest","AuthenticationServices_ASAccountAuthenticationModificationRequest","AuthenticationServices_ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest","AuthenticationServices_ASAccountAuthenticationModificationViewController","AuthenticationServices_ASAuthorization","AuthenticationServices_ASAuthorizationAppleIDButton","AuthenticationServices_ASAuthorizationAppleIDCredential","AuthenticationServices_ASAuthorizationAppleIDProvider","AuthenticationServices_ASAuthorizationAppleIDRequest","AuthenticationServices_ASAuthorizationController","AuthenticationServices_ASAuthorizationOpenIDRequest","AuthenticationServices_ASAuthorizationPasswordProvider","AuthenticationServices_ASAuthorizationPasswordRequest","AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialAssertion","AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialAssertionRequest","AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialDescriptor","AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialProvider","AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialRegistration","AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialRegistrationRequest","AuthenticationServices_ASAuthorizationProviderExtensionAuthorizationRequest","AuthenticationServices_ASAuthorizationProviderExtensionAuthorizationResult","AuthenticationServices_ASAuthorizationProviderExtensionKerberosMapping","AuthenticationServices_ASAuthorizationProviderExtensionLoginConfiguration","AuthenticationServices_ASAuthorizationProviderExtensionLoginManager","AuthenticationServices_ASAuthorizationPublicKeyCredentialParameters","AuthenticationServices_ASAuthorizationRequest","AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialAssertion","AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialAssertionRequest","AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor","AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialProvider","AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialRegistration","AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialRegistrationRequest","AuthenticationServices_ASAuthorizationSingleSignOnCredential","AuthenticationServices_ASAuthorizationSingleSignOnProvider","AuthenticationServices_ASAuthorizationSingleSignOnRequest","AuthenticationServices_ASCredentialIdentityStore","AuthenticationServices_ASCredentialIdentityStoreState","AuthenticationServices_ASCredentialProviderExtensionContext","AuthenticationServices_ASCredentialProviderViewController","AuthenticationServices_ASCredentialServiceIdentifier","AuthenticationServices_ASPasswordCredential","AuthenticationServices_ASPasswordCredentialIdentity","AuthenticationServices_ASWebAuthenticationSession","AuthenticationServices_ASWebAuthenticationSessionRequest","AuthenticationServices_ASWebAuthenticationSessionWebBrowserSessionManager"],"AutomaticAssessmentConfiguration":["Foundation"],"AutomaticAssessmentConfiguration_AEAssessmentApplication":[],"AutomaticAssessmentConfiguration_AEAssessmentConfiguration":[],"AutomaticAssessmentConfiguration_AEAssessmentParticipantConfiguration":[],"AutomaticAssessmentConfiguration_AEAssessmentSession":[],"AutomaticAssessmentConfiguration_all":["AutomaticAssessmentConfiguration","AutomaticAssessmentConfiguration_AEAssessmentApplication","AutomaticAssessmentConfiguration_AEAssessmentConfiguration","AutomaticAssessmentConfiguration_AEAssessmentParticipantConfiguration","AutomaticAssessmentConfiguration_AEAssessmentSession"],"Automator":["AppKit","Foundation","OSAKit"],"Automator_AMAction":[],"Automator_AMAppleScriptAction":["Automator_AMBundleAction"],"Automator_AMBundleAction":["Automator_AMAction"],"Automator_AMShellScriptAction":["Automator_AMBundleAction"],"Automator_AMWorkflow":[],"Automator_AMWorkflowController":["AppKit_NSController"],"Automator_AMWorkflowView":["AppKit_NSView"],"Automator_AMWorkspace":[],"Automator_all":["Automator","Automator_AMAction","Automator_AMAppleScriptAction","Automator_AMBundleAction","Automator_AMShellScriptAction","Automator_AMWorkflow","Automator_AMWorkflowController","Automator_AMWorkflowView","Automator_AMWorkspace"],"BackgroundAssets":["Foundation"],"BackgroundAssets_BAAppExtensionInfo":[],"BackgroundAssets_BADownload":[],"BackgroundAssets_BADownloadManager":[],"BackgroundAssets_BAURLDownload":["BackgroundAssets_BADownload"],"BackgroundAssets_all":["BackgroundAssets","BackgroundAssets_BAAppExtensionInfo","BackgroundAssets_BADownload","BackgroundAssets_BADownloadManager","BackgroundAssets_BAURLDownload"],"BackgroundTasks":["Foundation"],"BackgroundTasks_BGAppRefreshTask":["BackgroundTasks_BGTask"],"BackgroundTasks_BGAppRefreshTaskRequest":["BackgroundTasks_BGTaskRequest"],"BackgroundTasks_BGProcessingTask":["BackgroundTasks_BGTask"],"BackgroundTasks_BGProcessingTaskRequest":["BackgroundTasks_BGTaskRequest"],"BackgroundTasks_BGTask":[],"BackgroundTasks_BGTaskRequest":[],"BackgroundTasks_BGTaskScheduler":[],"BackgroundTasks_all":["BackgroundTasks","BackgroundTasks_BGAppRefreshTask","BackgroundTasks_BGAppRefreshTaskRequest","BackgroundTasks_BGProcessingTask","BackgroundTasks_BGProcessingTaskRequest","BackgroundTasks_BGTask","BackgroundTasks_BGTaskRequest","BackgroundTasks_BGTaskScheduler"],"BusinessChat":["AppKit","Foundation"],"BusinessChat_BCChatAction":[],"BusinessChat_BCChatButton":["AppKit_NSControl"],"BusinessChat_all":["BusinessChat","BusinessChat_BCChatAction","BusinessChat_BCChatButton"],"CallKit":["Foundation"],"CallKit_CXAction":[],"CallKit_CXAnswerCallAction":["CallKit_CXCallAction"],"CallKit_CXCall":[],"CallKit_CXCallAction":["CallKit_CXAction"],"CallKit_CXCallController":[],"CallKit_CXCallDirectoryExtensionContext":["Foundation_NSExtensionContext"],"CallKit_CXCallDirectoryManager":[],"CallKit_CXCallDirectoryProvider":[],"CallKit_CXCallObserver":[],"CallKit_CXCallUpdate":[],"CallKit_CXEndCallAction":["CallKit_CXCallAction"],"CallKit_CXHandle":[],"CallKit_CXPlayDTMFCallAction":["CallKit_CXCallAction"],"CallKit_CXProvider":[],"CallKit_CXProviderConfiguration":[],"CallKit_CXSetGroupCallAction":["CallKit_CXCallAction"],"CallKit_CXSetHeldCallAction":["CallKit_CXCallAction"],"CallKit_CXSetMutedCallAction":["CallKit_CXCallAction"],"CallKit_CXStartCallAction":["CallKit_CXCallAction"],"CallKit_CXTransaction":[],"CallKit_all":["CallKit","CallKit_CXAction","CallKit_CXAnswerCallAction","CallKit_CXCall","CallKit_CXCallAction","CallKit_CXCallController","CallKit_CXCallDirectoryExtensionContext","CallKit_CXCallDirectoryManager","CallKit_CXCallDirectoryProvider","CallKit_CXCallObserver","CallKit_CXCallUpdate","CallKit_CXEndCallAction","CallKit_CXHandle","CallKit_CXPlayDTMFCallAction","CallKit_CXProvider","CallKit_CXProviderConfiguration","CallKit_CXSetGroupCallAction","CallKit_CXSetHeldCallAction","CallKit_CXSetMutedCallAction","CallKit_CXStartCallAction","CallKit_CXTransaction"],"ClassKit":["Foundation"],"ClassKit_CLSActivity":["ClassKit_CLSObject"],"ClassKit_CLSActivityItem":["ClassKit_CLSObject"],"ClassKit_CLSBinaryItem":["ClassKit_CLSActivityItem"],"ClassKit_CLSContext":["ClassKit_CLSObject"],"ClassKit_CLSDataStore":[],"ClassKit_CLSObject":[],"ClassKit_CLSProgressReportingCapability":["ClassKit_CLSObject"],"ClassKit_CLSQuantityItem":["ClassKit_CLSActivityItem"],"ClassKit_CLSScoreItem":["ClassKit_CLSActivityItem"],"ClassKit_all":["ClassKit","ClassKit_CLSActivity","ClassKit_CLSActivityItem","ClassKit_CLSBinaryItem","ClassKit_CLSContext","ClassKit_CLSDataStore","ClassKit_CLSObject","ClassKit_CLSProgressReportingCapability","ClassKit_CLSQuantityItem","ClassKit_CLSScoreItem"],"CloudKit":["CoreLocation","Foundation","CloudKit_CKShare"],"CloudKit_CKAcceptSharesOperation":["CloudKit_CKOperation"],"CloudKit_CKAllowedSharingOptions":[],"CloudKit_CKAsset":[],"CloudKit_CKContainer":[],"CloudKit_CKDatabase":[],"CloudKit_CKDatabaseNotification":["CloudKit_CKNotification"],"CloudKit_CKDatabaseOperation":["CloudKit_CKOperation"],"CloudKit_CKDatabaseSubscription":["CloudKit_CKSubscription"],"CloudKit_CKDiscoverAllUserIdentitiesOperation":["CloudKit_CKOperation"],"CloudKit_CKDiscoverUserIdentitiesOperation":["CloudKit_CKOperation"],"CloudKit_CKFetchDatabaseChangesOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKFetchNotificationChangesOperation":["CloudKit_CKOperation"],"CloudKit_CKFetchRecordChangesOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKFetchRecordZoneChangesConfiguration":[],"CloudKit_CKFetchRecordZoneChangesOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKFetchRecordZoneChangesOptions":[],"CloudKit_CKFetchRecordZonesOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKFetchRecordsOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKFetchShareMetadataOperation":["CloudKit_CKOperation"],"CloudKit_CKFetchShareParticipantsOperation":["CloudKit_CKOperation"],"CloudKit_CKFetchSubscriptionsOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKFetchWebAuthTokenOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKLocationSortDescriptor":["Foundation_NSSortDescriptor"],"CloudKit_CKMarkNotificationsReadOperation":["CloudKit_CKOperation"],"CloudKit_CKModifyBadgeOperation":["CloudKit_CKOperation"],"CloudKit_CKModifyRecordZonesOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKModifyRecordsOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKModifySubscriptionsOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKNotification":[],"CloudKit_CKNotificationID":[],"CloudKit_CKNotificationInfo":[],"CloudKit_CKOperation":["Foundation_NSOperation"],"CloudKit_CKOperationConfiguration":[],"CloudKit_CKOperationGroup":[],"CloudKit_CKQuery":[],"CloudKit_CKQueryCursor":[],"CloudKit_CKQueryNotification":["CloudKit_CKNotification"],"CloudKit_CKQueryOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKQuerySubscription":["CloudKit_CKSubscription"],"CloudKit_CKRecord":[],"CloudKit_CKRecordID":[],"CloudKit_CKRecordZone":[],"CloudKit_CKRecordZoneID":[],"CloudKit_CKRecordZoneNotification":["CloudKit_CKNotification"],"CloudKit_CKRecordZoneSubscription":["CloudKit_CKSubscription"],"CloudKit_CKReference":[],"CloudKit_CKServerChangeToken":[],"CloudKit_CKShare":["CloudKit_CKRecord"],"CloudKit_CKShareMetadata":[],"CloudKit_CKShareParticipant":[],"CloudKit_CKSubscription":[],"CloudKit_CKSystemSharingUIObserver":[],"CloudKit_CKUserIdentity":[],"CloudKit_CKUserIdentityLookupInfo":[],"CloudKit_all":["CloudKit","CloudKit_CKAcceptSharesOperation","CloudKit_CKAllowedSharingOptions","CloudKit_CKAsset","CloudKit_CKContainer","CloudKit_CKDatabase","CloudKit_CKDatabaseNotification","CloudKit_CKDatabaseOperation","CloudKit_CKDatabaseSubscription","CloudKit_CKDiscoverAllUserIdentitiesOperation","CloudKit_CKDiscoverUserIdentitiesOperation","CloudKit_CKFetchDatabaseChangesOperation","CloudKit_CKFetchNotificationChangesOperation","CloudKit_CKFetchRecordChangesOperation","CloudKit_CKFetchRecordZoneChangesConfiguration","CloudKit_CKFetchRecordZoneChangesOperation","CloudKit_CKFetchRecordZoneChangesOptions","CloudKit_CKFetchRecordZonesOperation","CloudKit_CKFetchRecordsOperation","CloudKit_CKFetchShareMetadataOperation","CloudKit_CKFetchShareParticipantsOperation","CloudKit_CKFetchSubscriptionsOperation","CloudKit_CKFetchWebAuthTokenOperation","CloudKit_CKLocationSortDescriptor","CloudKit_CKMarkNotificationsReadOperation","CloudKit_CKModifyBadgeOperation","CloudKit_CKModifyRecordZonesOperation","CloudKit_CKModifyRecordsOperation","CloudKit_CKModifySubscriptionsOperation","CloudKit_CKNotification","CloudKit_CKNotificationID","CloudKit_CKNotificationInfo","CloudKit_CKOperation","CloudKit_CKOperationConfiguration","CloudKit_CKOperationGroup","CloudKit_CKQuery","CloudKit_CKQueryCursor","CloudKit_CKQueryNotification","CloudKit_CKQueryOperation","CloudKit_CKQuerySubscription","CloudKit_CKRecord","CloudKit_CKRecordID","CloudKit_CKRecordZone","CloudKit_CKRecordZoneID","CloudKit_CKRecordZoneNotification","CloudKit_CKRecordZoneSubscription","CloudKit_CKReference","CloudKit_CKServerChangeToken","CloudKit_CKShare","CloudKit_CKShareMetadata","CloudKit_CKShareParticipant","CloudKit_CKSubscription","CloudKit_CKSystemSharingUIObserver","CloudKit_CKUserIdentity","CloudKit_CKUserIdentityLookupInfo"],"Contacts":["Foundation"],"Contacts_CNChangeHistoryAddContactEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryAddGroupEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryAddMemberToGroupEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryAddSubgroupToGroupEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryDeleteContactEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryDeleteGroupEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryDropEverythingEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryEvent":[],"Contacts_CNChangeHistoryFetchRequest":["Contacts_CNFetchRequest"],"Contacts_CNChangeHistoryRemoveMemberFromGroupEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryRemoveSubgroupFromGroupEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryUpdateContactEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryUpdateGroupEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNContact":[],"Contacts_CNContactFetchRequest":["Contacts_CNFetchRequest"],"Contacts_CNContactFormatter":["Foundation_NSFormatter"],"Contacts_CNContactProperty":[],"Contacts_CNContactRelation":[],"Contacts_CNContactStore":[],"Contacts_CNContactVCardSerialization":[],"Contacts_CNContactsUserDefaults":[],"Contacts_CNContainer":[],"Contacts_CNFetchRequest":[],"Contacts_CNFetchResult":[],"Contacts_CNGroup":[],"Contacts_CNInstantMessageAddress":[],"Contacts_CNLabeledValue":[],"Contacts_CNMutableContact":["Contacts_CNContact"],"Contacts_CNMutableGroup":["Contacts_CNGroup"],"Contacts_CNMutablePostalAddress":["Contacts_CNPostalAddress"],"Contacts_CNPhoneNumber":[],"Contacts_CNPostalAddress":[],"Contacts_CNPostalAddressFormatter":["Foundation_NSFormatter"],"Contacts_CNSaveRequest":[],"Contacts_CNSocialProfile":[],"Contacts_all":["Contacts","Contacts_CNChangeHistoryAddContactEvent","Contacts_CNChangeHistoryAddGroupEvent","Contacts_CNChangeHistoryAddMemberToGroupEvent","Contacts_CNChangeHistoryAddSubgroupToGroupEvent","Contacts_CNChangeHistoryDeleteContactEvent","Contacts_CNChangeHistoryDeleteGroupEvent","Contacts_CNChangeHistoryDropEverythingEvent","Contacts_CNChangeHistoryEvent","Contacts_CNChangeHistoryFetchRequest","Contacts_CNChangeHistoryRemoveMemberFromGroupEvent","Contacts_CNChangeHistoryRemoveSubgroupFromGroupEvent","Contacts_CNChangeHistoryUpdateContactEvent","Contacts_CNChangeHistoryUpdateGroupEvent","Contacts_CNContact","Contacts_CNContactFetchRequest","Contacts_CNContactFormatter","Contacts_CNContactProperty","Contacts_CNContactRelation","Contacts_CNContactStore","Contacts_CNContactVCardSerialization","Contacts_CNContactsUserDefaults","Contacts_CNContainer","Contacts_CNFetchRequest","Contacts_CNFetchResult","Contacts_CNGroup","Contacts_CNInstantMessageAddress","Contacts_CNLabeledValue","Contacts_CNMutableContact","Contacts_CNMutableGroup","Contacts_CNMutablePostalAddress","Contacts_CNPhoneNumber","Contacts_CNPostalAddress","Contacts_CNPostalAddressFormatter","Contacts_CNSaveRequest","Contacts_CNSocialProfile"],"CoreAnimation":["Foundation"],"CoreAnimation_CAAnimation":[],"CoreAnimation_CAAnimationGroup":["CoreAnimation_CAAnimation"],"CoreAnimation_CABasicAnimation":["CoreAnimation_CAPropertyAnimation"],"CoreAnimation_CAConstraint":[],"CoreAnimation_CAConstraintLayoutManager":[],"CoreAnimation_CADisplayLink":[],"CoreAnimation_CAEDRMetadata":[],"CoreAnimation_CAEmitterCell":[],"CoreAnimation_CAEmitterLayer":["CoreAnimation_CALayer"],"CoreAnimation_CAGradientLayer":["CoreAnimation_CALayer"],"CoreAnimation_CAKeyframeAnimation":["CoreAnimation_CAPropertyAnimation"],"CoreAnimation_CALayer":[],"CoreAnimation_CAMediaTimingFunction":[],"CoreAnimation_CAPropertyAnimation":["CoreAnimation_CAAnimation"],"CoreAnimation_CARemoteLayerClient":[],"CoreAnimation_CARemoteLayerServer":[],"CoreAnimation_CARenderer":[],"CoreAnimation_CAReplicatorLayer":["CoreAnimation_CALayer"],"CoreAnimation_CAScrollLayer":["CoreAnimation_CALayer"],"CoreAnimation_CAShapeLayer":["CoreAnimation_CALayer"],"CoreAnimation_CASpringAnimation":["CoreAnimation_CABasicAnimation"],"CoreAnimation_CATextLayer":["CoreAnimation_CALayer"],"CoreAnimation_CATiledLayer":["CoreAnimation_CALayer"],"CoreAnimation_CATransaction":[],"CoreAnimation_CATransformLayer":["CoreAnimation_CALayer"],"CoreAnimation_CATransition":["CoreAnimation_CAAnimation"],"CoreAnimation_CAValueFunction":[],"CoreAnimation_all":["CoreAnimation","CoreAnimation_CAAnimation","CoreAnimation_CAAnimationGroup","CoreAnimation_CABasicAnimation","CoreAnimation_CAConstraint","CoreAnimation_CAConstraintLayoutManager","CoreAnimation_CADisplayLink","CoreAnimation_CAEDRMetadata","CoreAnimation_CAEmitterCell","CoreAnimation_CAEmitterLayer","CoreAnimation_CAGradientLayer","CoreAnimation_CAKeyframeAnimation","CoreAnimation_CALayer","CoreAnimation_CAMediaTimingFunction","CoreAnimation_CAPropertyAnimation","CoreAnimation_CARemoteLayerClient","CoreAnimation_CARemoteLayerServer","CoreAnimation_CARenderer","CoreAnimation_CAReplicatorLayer","CoreAnimation_CAScrollLayer","CoreAnimation_CAShapeLayer","CoreAnimation_CASpringAnimation","CoreAnimation_CATextLayer","CoreAnimation_CATiledLayer","CoreAnimation_CATransaction","CoreAnimation_CATransformLayer","CoreAnimation_CATransition","CoreAnimation_CAValueFunction"],"CoreData":["Foundation","CoreData_NSAsynchronousFetchResult"],"CoreData_NSAsynchronousFetchRequest":["CoreData_NSPersistentStoreRequest"],"CoreData_NSAsynchronousFetchResult":["CoreData_NSPersistentStoreAsynchronousResult"],"CoreData_NSAtomicStore":["CoreData_NSPersistentStore"],"CoreData_NSAtomicStoreCacheNode":[],"CoreData_NSAttributeDescription":["CoreData_NSPropertyDescription"],"CoreData_NSBatchDeleteRequest":["CoreData_NSPersistentStoreRequest"],"CoreData_NSBatchDeleteResult":["CoreData_NSPersistentStoreResult"],"CoreData_NSBatchInsertRequest":["CoreData_NSPersistentStoreRequest"],"CoreData_NSBatchInsertResult":["CoreData_NSPersistentStoreResult"],"CoreData_NSBatchUpdateRequest":["CoreData_NSPersistentStoreRequest"],"CoreData_NSBatchUpdateResult":["CoreData_NSPersistentStoreResult"],"CoreData_NSConstraintConflict":[],"CoreData_NSCoreDataCoreSpotlightDelegate":[],"CoreData_NSDerivedAttributeDescription":["CoreData_NSAttributeDescription"],"CoreData_NSEntityDescription":[],"CoreData_NSEntityMapping":[],"CoreData_NSEntityMigrationPolicy":[],"CoreData_NSExpressionDescription":["CoreData_NSPropertyDescription"],"CoreData_NSFetchIndexDescription":[],"CoreData_NSFetchIndexElementDescription":[],"CoreData_NSFetchRequest":["CoreData_NSPersistentStoreRequest"],"CoreData_NSFetchRequestExpression":["Foundation_NSExpression"],"CoreData_NSFetchedPropertyDescription":["CoreData_NSPropertyDescription"],"CoreData_NSFetchedResultsController":[],"CoreData_NSIncrementalStore":["CoreData_NSPersistentStore"],"CoreData_NSIncrementalStoreNode":[],"CoreData_NSManagedObject":[],"CoreData_NSManagedObjectContext":[],"CoreData_NSManagedObjectID":[],"CoreData_NSManagedObjectModel":[],"CoreData_NSMappingModel":[],"CoreData_NSMergeConflict":[],"CoreData_NSMergePolicy":[],"CoreData_NSMigrationManager":[],"CoreData_NSPersistentCloudKitContainer":["CoreData_NSPersistentContainer"],"CoreData_NSPersistentCloudKitContainerEvent":[],"CoreData_NSPersistentCloudKitContainerEventRequest":["CoreData_NSPersistentStoreRequest"],"CoreData_NSPersistentCloudKitContainerEventResult":["CoreData_NSPersistentStoreResult"],"CoreData_NSPersistentCloudKitContainerOptions":[],"CoreData_NSPersistentContainer":[],"CoreData_NSPersistentHistoryChange":[],"CoreData_NSPersistentHistoryChangeRequest":["CoreData_NSPersistentStoreRequest"],"CoreData_NSPersistentHistoryResult":["CoreData_NSPersistentStoreResult"],"CoreData_NSPersistentHistoryToken":[],"CoreData_NSPersistentHistoryTransaction":[],"CoreData_NSPersistentStore":[],"CoreData_NSPersistentStoreAsynchronousResult":["CoreData_NSPersistentStoreResult"],"CoreData_NSPersistentStoreCoordinator":[],"CoreData_NSPersistentStoreDescription":[],"CoreData_NSPersistentStoreRequest":[],"CoreData_NSPersistentStoreResult":[],"CoreData_NSPropertyDescription":[],"CoreData_NSPropertyMapping":[],"CoreData_NSQueryGenerationToken":[],"CoreData_NSRelationshipDescription":["CoreData_NSPropertyDescription"],"CoreData_NSSaveChangesRequest":["CoreData_NSPersistentStoreRequest"],"CoreData_all":["CoreData","CoreData_NSAsynchronousFetchRequest","CoreData_NSAsynchronousFetchResult","CoreData_NSAtomicStore","CoreData_NSAtomicStoreCacheNode","CoreData_NSAttributeDescription","CoreData_NSBatchDeleteRequest","CoreData_NSBatchDeleteResult","CoreData_NSBatchInsertRequest","CoreData_NSBatchInsertResult","CoreData_NSBatchUpdateRequest","CoreData_NSBatchUpdateResult","CoreData_NSConstraintConflict","CoreData_NSCoreDataCoreSpotlightDelegate","CoreData_NSDerivedAttributeDescription","CoreData_NSEntityDescription","CoreData_NSEntityMapping","CoreData_NSEntityMigrationPolicy","CoreData_NSExpressionDescription","CoreData_NSFetchIndexDescription","CoreData_NSFetchIndexElementDescription","CoreData_NSFetchRequest","CoreData_NSFetchRequestExpression","CoreData_NSFetchedPropertyDescription","CoreData_NSFetchedResultsController","CoreData_NSIncrementalStore","CoreData_NSIncrementalStoreNode","CoreData_NSManagedObject","CoreData_NSManagedObjectContext","CoreData_NSManagedObjectID","CoreData_NSManagedObjectModel","CoreData_NSMappingModel","CoreData_NSMergeConflict","CoreData_NSMergePolicy","CoreData_NSMigrationManager","CoreData_NSPersistentCloudKitContainer","CoreData_NSPersistentCloudKitContainerEvent","CoreData_NSPersistentCloudKitContainerEventRequest","CoreData_NSPersistentCloudKitContainerEventResult","CoreData_NSPersistentCloudKitContainerOptions","CoreData_NSPersistentContainer","CoreData_NSPersistentHistoryChange","CoreData_NSPersistentHistoryChangeRequest","CoreData_NSPersistentHistoryResult","CoreData_NSPersistentHistoryToken","CoreData_NSPersistentHistoryTransaction","CoreData_NSPersistentStore","CoreData_NSPersistentStoreAsynchronousResult","CoreData_NSPersistentStoreCoordinator","CoreData_NSPersistentStoreDescription","CoreData_NSPersistentStoreRequest","CoreData_NSPersistentStoreResult","CoreData_NSPropertyDescription","CoreData_NSPropertyMapping","CoreData_NSQueryGenerationToken","CoreData_NSRelationshipDescription","CoreData_NSSaveChangesRequest"],"CoreLocation":["Contacts","Foundation","CoreLocation_CLPlacemark"],"CoreLocation_CLBeacon":[],"CoreLocation_CLBeaconIdentityConstraint":[],"CoreLocation_CLBeaconRegion":["CoreLocation_CLRegion"],"CoreLocation_CLCircularRegion":["CoreLocation_CLRegion"],"CoreLocation_CLFloor":[],"CoreLocation_CLGeocoder":[],"CoreLocation_CLHeading":[],"CoreLocation_CLLocation":[],"CoreLocation_CLLocationManager":[],"CoreLocation_CLLocationSourceInformation":[],"CoreLocation_CLPlacemark":[],"CoreLocation_CLRegion":[],"CoreLocation_CLVisit":[],"CoreLocation_all":["CoreLocation","CoreLocation_CLBeacon","CoreLocation_CLBeaconIdentityConstraint","CoreLocation_CLBeaconRegion","CoreLocation_CLCircularRegion","CoreLocation_CLFloor","CoreLocation_CLGeocoder","CoreLocation_CLHeading","CoreLocation_CLLocation","CoreLocation_CLLocationManager","CoreLocation_CLLocationSourceInformation","CoreLocation_CLPlacemark","CoreLocation_CLRegion","CoreLocation_CLVisit"],"DataDetection":["Foundation"],"DataDetection_DDMatch":[],"DataDetection_DDMatchCalendarEvent":["DataDetection_DDMatch"],"DataDetection_DDMatchEmailAddress":["DataDetection_DDMatch"],"DataDetection_DDMatchFlightNumber":["DataDetection_DDMatch"],"DataDetection_DDMatchLink":["DataDetection_DDMatch"],"DataDetection_DDMatchMoneyAmount":["DataDetection_DDMatch"],"DataDetection_DDMatchPhoneNumber":["DataDetection_DDMatch"],"DataDetection_DDMatchPostalAddress":["DataDetection_DDMatch"],"DataDetection_DDMatchShipmentTrackingNumber":["DataDetection_DDMatch"],"DataDetection_all":["DataDetection","DataDetection_DDMatch","DataDetection_DDMatchCalendarEvent","DataDetection_DDMatchEmailAddress","DataDetection_DDMatchFlightNumber","DataDetection_DDMatchLink","DataDetection_DDMatchMoneyAmount","DataDetection_DDMatchPhoneNumber","DataDetection_DDMatchPostalAddress","DataDetection_DDMatchShipmentTrackingNumber"],"DeviceCheck":["Foundation"],"DeviceCheck_DCAppAttestService":[],"DeviceCheck_DCDevice":[],"DeviceCheck_all":["DeviceCheck","DeviceCheck_DCAppAttestService","DeviceCheck_DCDevice"],"EventKit":["AppKit","CoreLocation","Foundation","MapKit","EventKit_EKEvent"],"EventKit_EKAlarm":["EventKit_EKObject"],"EventKit_EKCalendar":["EventKit_EKObject"],"EventKit_EKCalendarItem":["EventKit_EKObject"],"EventKit_EKEvent":["EventKit_EKCalendarItem"],"EventKit_EKEventStore":[],"EventKit_EKObject":[],"EventKit_EKParticipant":["EventKit_EKObject"],"EventKit_EKRecurrenceDayOfWeek":[],"EventKit_EKRecurrenceEnd":[],"EventKit_EKRecurrenceRule":["EventKit_EKObject"],"EventKit_EKReminder":["EventKit_EKCalendarItem"],"EventKit_EKSource":["EventKit_EKObject"],"EventKit_EKStructuredLocation":["EventKit_EKObject"],"EventKit_EKVirtualConferenceDescriptor":[],"EventKit_EKVirtualConferenceProvider":[],"EventKit_EKVirtualConferenceRoomTypeDescriptor":[],"EventKit_EKVirtualConferenceURLDescriptor":[],"EventKit_all":["EventKit","EventKit_EKAlarm","EventKit_EKCalendar","EventKit_EKCalendarItem","EventKit_EKEvent","EventKit_EKEventStore","EventKit_EKObject","EventKit_EKParticipant","EventKit_EKRecurrenceDayOfWeek","EventKit_EKRecurrenceEnd","EventKit_EKRecurrenceRule","EventKit_EKReminder","EventKit_EKSource","EventKit_EKStructuredLocation","EventKit_EKVirtualConferenceDescriptor","EventKit_EKVirtualConferenceProvider","EventKit_EKVirtualConferenceRoomTypeDescriptor","EventKit_EKVirtualConferenceURLDescriptor"],"ExceptionHandling":["Foundation"],"ExceptionHandling_NSExceptionHandler":[],"ExceptionHandling_all":["ExceptionHandling","ExceptionHandling_NSExceptionHandler"],"ExtensionKit":["AppKit","Foundation"],"ExtensionKit_EXAppExtensionBrowserViewController":["AppKit_NSViewController"],"ExtensionKit_EXHostViewController":["AppKit_NSViewController"],"ExtensionKit_all":["ExtensionKit","ExtensionKit_EXAppExtensionBrowserViewController","ExtensionKit_EXHostViewController"],"ExternalAccessory":["Foundation"],"ExternalAccessory_EAAccessory":[],"ExternalAccessory_EAAccessoryManager":[],"ExternalAccessory_EASession":[],"ExternalAccessory_EAWiFiUnconfiguredAccessory":[],"ExternalAccessory_EAWiFiUnconfiguredAccessoryBrowser":[],"ExternalAccessory_all":["ExternalAccessory","ExternalAccessory_EAAccessory","ExternalAccessory_EAAccessoryManager","ExternalAccessory_EASession","ExternalAccessory_EAWiFiUnconfiguredAccessory","ExternalAccessory_EAWiFiUnconfiguredAccessoryBrowser"],"FileProvider":["AppKit","Foundation","UniformTypeIdentifiers"],"FileProviderUI":["AppKit","FileProvider","Foundation"],"FileProviderUI_FPUIActionExtensionContext":["Foundation_NSExtensionContext"],"FileProviderUI_FPUIActionExtensionViewController":["AppKit_NSViewController"],"FileProviderUI_all":["FileProviderUI","FileProviderUI_FPUIActionExtensionContext","FileProviderUI_FPUIActionExtensionViewController"],"FileProvider_NSFileProviderDomain":[],"FileProvider_NSFileProviderDomainVersion":[],"FileProvider_NSFileProviderExtension":[],"FileProvider_NSFileProviderItemVersion":[],"FileProvider_NSFileProviderManager":[],"FileProvider_NSFileProviderRequest":[],"FileProvider_all":["FileProvider","FileProvider_NSFileProviderDomain","FileProvider_NSFileProviderDomainVersion","FileProvider_NSFileProviderExtension","FileProvider_NSFileProviderItemVersion","FileProvider_NSFileProviderManager","FileProvider_NSFileProviderRequest"],"Foundation":["objective-c","block","Foundation_NSError","Foundation_NSAppleEventDescriptor","Foundation_NSHashTable","Foundation_NSMapTable","Foundation_NSProgress","Foundation_NSString","Foundation_NSDictionary","Foundation_NSEnumerator"],"Foundation_NSAffineTransform":[],"Foundation_NSAppleEventDescriptor":[],"Foundation_NSAppleEventManager":[],"Foundation_NSAppleScript":[],"Foundation_NSArchiver":["Foundation_NSCoder"],"Foundation_NSArray":[],"Foundation_NSAssertionHandler":[],"Foundation_NSAttributedString":[],"Foundation_NSAttributedStringMarkdownParsingOptions":[],"Foundation_NSAttributedStringMarkdownSourcePosition":[],"Foundation_NSAutoreleasePool":[],"Foundation_NSBackgroundActivityScheduler":[],"Foundation_NSBlockOperation":["Foundation_NSOperation"],"Foundation_NSBundle":[],"Foundation_NSBundleResourceRequest":[],"Foundation_NSByteCountFormatter":["Foundation_NSFormatter"],"Foundation_NSCache":[],"Foundation_NSCachedURLResponse":[],"Foundation_NSCalendar":[],"Foundation_NSCalendarDate":["Foundation_NSDate"],"Foundation_NSCharacterSet":[],"Foundation_NSClassDescription":[],"Foundation_NSCloneCommand":["Foundation_NSScriptCommand"],"Foundation_NSCloseCommand":["Foundation_NSScriptCommand"],"Foundation_NSCoder":[],"Foundation_NSComparisonPredicate":["Foundation_NSPredicate"],"Foundation_NSCompoundPredicate":["Foundation_NSPredicate"],"Foundation_NSCondition":[],"Foundation_NSConditionLock":[],"Foundation_NSConnection":[],"Foundation_NSConstantString":["Foundation_NSSimpleCString"],"Foundation_NSCountCommand":["Foundation_NSScriptCommand"],"Foundation_NSCountedSet":["Foundation_NSMutableSet"],"Foundation_NSCreateCommand":["Foundation_NSScriptCommand"],"Foundation_NSData":[],"Foundation_NSDataDetector":["Foundation_NSRegularExpression"],"Foundation_NSDate":[],"Foundation_NSDateComponents":[],"Foundation_NSDateComponentsFormatter":["Foundation_NSFormatter"],"Foundation_NSDateFormatter":["Foundation_NSFormatter"],"Foundation_NSDateInterval":[],"Foundation_NSDateIntervalFormatter":["Foundation_NSFormatter"],"Foundation_NSDecimalNumber":["Foundation_NSNumber"],"Foundation_NSDecimalNumberHandler":[],"Foundation_NSDeleteCommand":["Foundation_NSScriptCommand"],"Foundation_NSDictionary":[],"Foundation_NSDimension":["Foundation_NSUnit"],"Foundation_NSDirectoryEnumerator":["Foundation_NSEnumerator"],"Foundation_NSDistantObject":["Foundation_NSProxy"],"Foundation_NSDistantObjectRequest":[],"Foundation_NSDistributedLock":[],"Foundation_NSDistributedNotificationCenter":["Foundation_NSNotificationCenter"],"Foundation_NSEnergyFormatter":["Foundation_NSFormatter"],"Foundation_NSEnumerator":[],"Foundation_NSError":[],"Foundation_NSException":[],"Foundation_NSExistsCommand":["Foundation_NSScriptCommand"],"Foundation_NSExpression":[],"Foundation_NSExtensionContext":[],"Foundation_NSExtensionItem":[],"Foundation_NSFileAccessIntent":[],"Foundation_NSFileCoordinator":[],"Foundation_NSFileHandle":[],"Foundation_NSFileManager":[],"Foundation_NSFileProviderService":[],"Foundation_NSFileSecurity":[],"Foundation_NSFileVersion":[],"Foundation_NSFileWrapper":[],"Foundation_NSFormatter":[],"Foundation_NSGarbageCollector":[],"Foundation_NSGetCommand":["Foundation_NSScriptCommand"],"Foundation_NSHTTPCookie":[],"Foundation_NSHTTPCookieStorage":[],"Foundation_NSHTTPURLResponse":["Foundation_NSURLResponse"],"Foundation_NSHashTable":[],"Foundation_NSHost":[],"Foundation_NSISO8601DateFormatter":["Foundation_NSFormatter"],"Foundation_NSIndexPath":[],"Foundation_NSIndexSet":[],"Foundation_NSIndexSpecifier":["Foundation_NSScriptObjectSpecifier"],"Foundation_NSInflectionRule":[],"Foundation_NSInflectionRuleExplicit":["Foundation_NSInflectionRule"],"Foundation_NSInputStream":["Foundation_NSStream"],"Foundation_NSInvocation":[],"Foundation_NSInvocationOperation":["Foundation_NSOperation"],"Foundation_NSItemProvider":[],"Foundation_NSJSONSerialization":[],"Foundation_NSKeyedArchiver":["Foundation_NSCoder"],"Foundation_NSKeyedUnarchiver":["Foundation_NSCoder"],"Foundation_NSLengthFormatter":["Foundation_NSFormatter"],"Foundation_NSLinguisticTagger":[],"Foundation_NSListFormatter":["Foundation_NSFormatter"],"Foundation_NSLocale":[],"Foundation_NSLock":[],"Foundation_NSLogicalTest":["Foundation_NSScriptWhoseTest"],"Foundation_NSMachBootstrapServer":["Foundation_NSPortNameServer"],"Foundation_NSMachPort":["Foundation_NSPort"],"Foundation_NSMapTable":[],"Foundation_NSMassFormatter":["Foundation_NSFormatter"],"Foundation_NSMeasurement":[],"Foundation_NSMeasurementFormatter":["Foundation_NSFormatter"],"Foundation_NSMessagePort":["Foundation_NSPort"],"Foundation_NSMessagePortNameServer":["Foundation_NSPortNameServer"],"Foundation_NSMetadataItem":[],"Foundation_NSMetadataQuery":[],"Foundation_NSMetadataQueryAttributeValueTuple":[],"Foundation_NSMetadataQueryResultGroup":[],"Foundation_NSMethodSignature":[],"Foundation_NSMiddleSpecifier":["Foundation_NSScriptObjectSpecifier"],"Foundation_NSMorphology":[],"Foundation_NSMorphologyCustomPronoun":[],"Foundation_NSMoveCommand":["Foundation_NSScriptCommand"],"Foundation_NSMutableArray":["Foundation_NSArray"],"Foundation_NSMutableAttributedString":["Foundation_NSAttributedString"],"Foundation_NSMutableCharacterSet":["Foundation_NSCharacterSet"],"Foundation_NSMutableData":["Foundation_NSData"],"Foundation_NSMutableDictionary":["Foundation_NSDictionary"],"Foundation_NSMutableIndexSet":["Foundation_NSIndexSet"],"Foundation_NSMutableOrderedSet":["Foundation_NSOrderedSet"],"Foundation_NSMutableSet":["Foundation_NSSet"],"Foundation_NSMutableString":["Foundation_NSString"],"Foundation_NSMutableURLRequest":["Foundation_NSURLRequest"],"Foundation_NSNameSpecifier":["Foundation_NSScriptObjectSpecifier"],"Foundation_NSNetService":[],"Foundation_NSNetServiceBrowser":[],"Foundation_NSNotification":[],"Foundation_NSNotificationCenter":[],"Foundation_NSNotificationQueue":[],"Foundation_NSNull":[],"Foundation_NSNumber":["Foundation_NSValue"],"Foundation_NSNumberFormatter":["Foundation_NSFormatter"],"Foundation_NSOperation":[],"Foundation_NSOperationQueue":[],"Foundation_NSOrderedCollectionChange":[],"Foundation_NSOrderedCollectionDifference":[],"Foundation_NSOrderedSet":[],"Foundation_NSOrthography":[],"Foundation_NSOutputStream":["Foundation_NSStream"],"Foundation_NSPersonNameComponents":[],"Foundation_NSPersonNameComponentsFormatter":["Foundation_NSFormatter"],"Foundation_NSPipe":[],"Foundation_NSPointerArray":[],"Foundation_NSPointerFunctions":[],"Foundation_NSPort":[],"Foundation_NSPortCoder":["Foundation_NSCoder"],"Foundation_NSPortMessage":[],"Foundation_NSPortNameServer":[],"Foundation_NSPositionalSpecifier":[],"Foundation_NSPredicate":[],"Foundation_NSPresentationIntent":[],"Foundation_NSProcessInfo":[],"Foundation_NSProgress":[],"Foundation_NSPropertyListSerialization":[],"Foundation_NSPropertySpecifier":["Foundation_NSScriptObjectSpecifier"],"Foundation_NSProtocolChecker":["Foundation_NSProxy"],"Foundation_NSProxy":[],"Foundation_NSPurgeableData":["Foundation_NSMutableData"],"Foundation_NSQuitCommand":["Foundation_NSScriptCommand"],"Foundation_NSRandomSpecifier":["Foundation_NSScriptObjectSpecifier"],"Foundation_NSRangeSpecifier":["Foundation_NSScriptObjectSpecifier"],"Foundation_NSRecursiveLock":[],"Foundation_NSRegularExpression":[],"Foundation_NSRelativeDateTimeFormatter":["Foundation_NSFormatter"],"Foundation_NSRelativeSpecifier":["Foundation_NSScriptObjectSpecifier"],"Foundation_NSRunLoop":[],"Foundation_NSScanner":[],"Foundation_NSScriptClassDescription":["Foundation_NSClassDescription"],"Foundation_NSScriptCoercionHandler":[],"Foundation_NSScriptCommand":[],"Foundation_NSScriptCommandDescription":[],"Foundation_NSScriptExecutionContext":[],"Foundation_NSScriptObjectSpecifier":[],"Foundation_NSScriptSuiteRegistry":[],"Foundation_NSScriptWhoseTest":[],"Foundation_NSSecureUnarchiveFromDataTransformer":["Foundation_NSValueTransformer"],"Foundation_NSSet":[],"Foundation_NSSetCommand":["Foundation_NSScriptCommand"],"Foundation_NSSimpleCString":["Foundation_NSString"],"Foundation_NSSocketPort":["Foundation_NSPort"],"Foundation_NSSocketPortNameServer":["Foundation_NSPortNameServer"],"Foundation_NSSortDescriptor":[],"Foundation_NSSpecifierTest":["Foundation_NSScriptWhoseTest"],"Foundation_NSSpellServer":[],"Foundation_NSStream":[],"Foundation_NSString":[],"Foundation_NSTask":[],"Foundation_NSTextCheckingResult":[],"Foundation_NSThread":[],"Foundation_NSTimeZone":[],"Foundation_NSTimer":[],"Foundation_NSURL":[],"Foundation_NSURLAuthenticationChallenge":[],"Foundation_NSURLCache":[],"Foundation_NSURLComponents":[],"Foundation_NSURLConnection":[],"Foundation_NSURLCredential":[],"Foundation_NSURLCredentialStorage":[],"Foundation_NSURLDownload":[],"Foundation_NSURLHandle":[],"Foundation_NSURLProtectionSpace":[],"Foundation_NSURLProtocol":[],"Foundation_NSURLQueryItem":[],"Foundation_NSURLRequest":[],"Foundation_NSURLResponse":[],"Foundation_NSURLSession":[],"Foundation_NSURLSessionConfiguration":[],"Foundation_NSURLSessionDataTask":["Foundation_NSURLSessionTask"],"Foundation_NSURLSessionDownloadTask":["Foundation_NSURLSessionTask"],"Foundation_NSURLSessionStreamTask":["Foundation_NSURLSessionTask"],"Foundation_NSURLSessionTask":[],"Foundation_NSURLSessionTaskMetrics":[],"Foundation_NSURLSessionTaskTransactionMetrics":[],"Foundation_NSURLSessionUploadTask":["Foundation_NSURLSessionDataTask"],"Foundation_NSURLSessionWebSocketMessage":[],"Foundation_NSURLSessionWebSocketTask":["Foundation_NSURLSessionTask"],"Foundation_NSUUID":[],"Foundation_NSUbiquitousKeyValueStore":[],"Foundation_NSUnarchiver":["Foundation_NSCoder"],"Foundation_NSUndoManager":[],"Foundation_NSUniqueIDSpecifier":["Foundation_NSScriptObjectSpecifier"],"Foundation_NSUnit":[],"Foundation_NSUnitAcceleration":["Foundation_NSDimension"],"Foundation_NSUnitAngle":["Foundation_NSDimension"],"Foundation_NSUnitArea":["Foundation_NSDimension"],"Foundation_NSUnitConcentrationMass":["Foundation_NSDimension"],"Foundation_NSUnitConverter":[],"Foundation_NSUnitConverterLinear":["Foundation_NSUnitConverter"],"Foundation_NSUnitDispersion":["Foundation_NSDimension"],"Foundation_NSUnitDuration":["Foundation_NSDimension"],"Foundation_NSUnitElectricCharge":["Foundation_NSDimension"],"Foundation_NSUnitElectricCurrent":["Foundation_NSDimension"],"Foundation_NSUnitElectricPotentialDifference":["Foundation_NSDimension"],"Foundation_NSUnitElectricResistance":["Foundation_NSDimension"],"Foundation_NSUnitEnergy":["Foundation_NSDimension"],"Foundation_NSUnitFrequency":["Foundation_NSDimension"],"Foundation_NSUnitFuelEfficiency":["Foundation_NSDimension"],"Foundation_NSUnitIlluminance":["Foundation_NSDimension"],"Foundation_NSUnitInformationStorage":["Foundation_NSDimension"],"Foundation_NSUnitLength":["Foundation_NSDimension"],"Foundation_NSUnitMass":["Foundation_NSDimension"],"Foundation_NSUnitPower":["Foundation_NSDimension"],"Foundation_NSUnitPressure":["Foundation_NSDimension"],"Foundation_NSUnitSpeed":["Foundation_NSDimension"],"Foundation_NSUnitTemperature":["Foundation_NSDimension"],"Foundation_NSUnitVolume":["Foundation_NSDimension"],"Foundation_NSUserActivity":[],"Foundation_NSUserAppleScriptTask":["Foundation_NSUserScriptTask"],"Foundation_NSUserAutomatorTask":["Foundation_NSUserScriptTask"],"Foundation_NSUserDefaults":[],"Foundation_NSUserNotification":[],"Foundation_NSUserNotificationAction":[],"Foundation_NSUserNotificationCenter":[],"Foundation_NSUserScriptTask":[],"Foundation_NSUserUnixTask":["Foundation_NSUserScriptTask"],"Foundation_NSValue":[],"Foundation_NSValueTransformer":[],"Foundation_NSWhoseSpecifier":["Foundation_NSScriptObjectSpecifier"],"Foundation_NSXMLDTD":["Foundation_NSXMLNode"],"Foundation_NSXMLDTDNode":["Foundation_NSXMLNode"],"Foundation_NSXMLDocument":["Foundation_NSXMLNode"],"Foundation_NSXMLElement":["Foundation_NSXMLNode"],"Foundation_NSXMLNode":[],"Foundation_NSXMLParser":[],"Foundation_NSXPCCoder":["Foundation_NSCoder"],"Foundation_NSXPCConnection":[],"Foundation_NSXPCInterface":[],"Foundation_NSXPCListener":[],"Foundation_NSXPCListenerEndpoint":[],"Foundation_all":["Foundation","Foundation_NSAffineTransform","Foundation_NSAppleEventDescriptor","Foundation_NSAppleEventManager","Foundation_NSAppleScript","Foundation_NSArchiver","Foundation_NSArray","Foundation_NSAssertionHandler","Foundation_NSAttributedString","Foundation_NSAttributedStringMarkdownParsingOptions","Foundation_NSAttributedStringMarkdownSourcePosition","Foundation_NSAutoreleasePool","Foundation_NSBackgroundActivityScheduler","Foundation_NSBlockOperation","Foundation_NSBundle","Foundation_NSBundleResourceRequest","Foundation_NSByteCountFormatter","Foundation_NSCache","Foundation_NSCachedURLResponse","Foundation_NSCalendar","Foundation_NSCalendarDate","Foundation_NSCharacterSet","Foundation_NSClassDescription","Foundation_NSCloneCommand","Foundation_NSCloseCommand","Foundation_NSCoder","Foundation_NSComparisonPredicate","Foundation_NSCompoundPredicate","Foundation_NSCondition","Foundation_NSConditionLock","Foundation_NSConnection","Foundation_NSConstantString","Foundation_NSCountCommand","Foundation_NSCountedSet","Foundation_NSCreateCommand","Foundation_NSData","Foundation_NSDataDetector","Foundation_NSDate","Foundation_NSDateComponents","Foundation_NSDateComponentsFormatter","Foundation_NSDateFormatter","Foundation_NSDateInterval","Foundation_NSDateIntervalFormatter","Foundation_NSDecimalNumber","Foundation_NSDecimalNumberHandler","Foundation_NSDeleteCommand","Foundation_NSDictionary","Foundation_NSDimension","Foundation_NSDirectoryEnumerator","Foundation_NSDistantObject","Foundation_NSDistantObjectRequest","Foundation_NSDistributedLock","Foundation_NSDistributedNotificationCenter","Foundation_NSEnergyFormatter","Foundation_NSEnumerator","Foundation_NSError","Foundation_NSException","Foundation_NSExistsCommand","Foundation_NSExpression","Foundation_NSExtensionContext","Foundation_NSExtensionItem","Foundation_NSFileAccessIntent","Foundation_NSFileCoordinator","Foundation_NSFileHandle","Foundation_NSFileManager","Foundation_NSFileProviderService","Foundation_NSFileSecurity","Foundation_NSFileVersion","Foundation_NSFileWrapper","Foundation_NSFormatter","Foundation_NSGarbageCollector","Foundation_NSGetCommand","Foundation_NSHTTPCookie","Foundation_NSHTTPCookieStorage","Foundation_NSHTTPURLResponse","Foundation_NSHashTable","Foundation_NSHost","Foundation_NSISO8601DateFormatter","Foundation_NSIndexPath","Foundation_NSIndexSet","Foundation_NSIndexSpecifier","Foundation_NSInflectionRule","Foundation_NSInflectionRuleExplicit","Foundation_NSInputStream","Foundation_NSInvocation","Foundation_NSInvocationOperation","Foundation_NSItemProvider","Foundation_NSJSONSerialization","Foundation_NSKeyedArchiver","Foundation_NSKeyedUnarchiver","Foundation_NSLengthFormatter","Foundation_NSLinguisticTagger","Foundation_NSListFormatter","Foundation_NSLocale","Foundation_NSLock","Foundation_NSLogicalTest","Foundation_NSMachBootstrapServer","Foundation_NSMachPort","Foundation_NSMapTable","Foundation_NSMassFormatter","Foundation_NSMeasurement","Foundation_NSMeasurementFormatter","Foundation_NSMessagePort","Foundation_NSMessagePortNameServer","Foundation_NSMetadataItem","Foundation_NSMetadataQuery","Foundation_NSMetadataQueryAttributeValueTuple","Foundation_NSMetadataQueryResultGroup","Foundation_NSMethodSignature","Foundation_NSMiddleSpecifier","Foundation_NSMorphology","Foundation_NSMorphologyCustomPronoun","Foundation_NSMoveCommand","Foundation_NSMutableArray","Foundation_NSMutableAttributedString","Foundation_NSMutableCharacterSet","Foundation_NSMutableData","Foundation_NSMutableDictionary","Foundation_NSMutableIndexSet","Foundation_NSMutableOrderedSet","Foundation_NSMutableSet","Foundation_NSMutableString","Foundation_NSMutableURLRequest","Foundation_NSNameSpecifier","Foundation_NSNetService","Foundation_NSNetServiceBrowser","Foundation_NSNotification","Foundation_NSNotificationCenter","Foundation_NSNotificationQueue","Foundation_NSNull","Foundation_NSNumber","Foundation_NSNumberFormatter","Foundation_NSOperation","Foundation_NSOperationQueue","Foundation_NSOrderedCollectionChange","Foundation_NSOrderedCollectionDifference","Foundation_NSOrderedSet","Foundation_NSOrthography","Foundation_NSOutputStream","Foundation_NSPersonNameComponents","Foundation_NSPersonNameComponentsFormatter","Foundation_NSPipe","Foundation_NSPointerArray","Foundation_NSPointerFunctions","Foundation_NSPort","Foundation_NSPortCoder","Foundation_NSPortMessage","Foundation_NSPortNameServer","Foundation_NSPositionalSpecifier","Foundation_NSPredicate","Foundation_NSPresentationIntent","Foundation_NSProcessInfo","Foundation_NSProgress","Foundation_NSPropertyListSerialization","Foundation_NSPropertySpecifier","Foundation_NSProtocolChecker","Foundation_NSPurgeableData","Foundation_NSQuitCommand","Foundation_NSRandomSpecifier","Foundation_NSRangeSpecifier","Foundation_NSRecursiveLock","Foundation_NSRegularExpression","Foundation_NSRelativeDateTimeFormatter","Foundation_NSRelativeSpecifier","Foundation_NSRunLoop","Foundation_NSScanner","Foundation_NSScriptClassDescription","Foundation_NSScriptCoercionHandler","Foundation_NSScriptCommand","Foundation_NSScriptCommandDescription","Foundation_NSScriptExecutionContext","Foundation_NSScriptObjectSpecifier","Foundation_NSScriptSuiteRegistry","Foundation_NSScriptWhoseTest","Foundation_NSSecureUnarchiveFromDataTransformer","Foundation_NSSet","Foundation_NSSetCommand","Foundation_NSSimpleCString","Foundation_NSSocketPort","Foundation_NSSocketPortNameServer","Foundation_NSSortDescriptor","Foundation_NSSpecifierTest","Foundation_NSSpellServer","Foundation_NSStream","Foundation_NSString","Foundation_NSTask","Foundation_NSTextCheckingResult","Foundation_NSThread","Foundation_NSTimeZone","Foundation_NSTimer","Foundation_NSURL","Foundation_NSURLAuthenticationChallenge","Foundation_NSURLCache","Foundation_NSURLComponents","Foundation_NSURLConnection","Foundation_NSURLCredential","Foundation_NSURLCredentialStorage","Foundation_NSURLDownload","Foundation_NSURLHandle","Foundation_NSURLProtectionSpace","Foundation_NSURLProtocol","Foundation_NSURLQueryItem","Foundation_NSURLRequest","Foundation_NSURLResponse","Foundation_NSURLSession","Foundation_NSURLSessionConfiguration","Foundation_NSURLSessionDataTask","Foundation_NSURLSessionDownloadTask","Foundation_NSURLSessionStreamTask","Foundation_NSURLSessionTask","Foundation_NSURLSessionTaskMetrics","Foundation_NSURLSessionTaskTransactionMetrics","Foundation_NSURLSessionUploadTask","Foundation_NSURLSessionWebSocketMessage","Foundation_NSURLSessionWebSocketTask","Foundation_NSUUID","Foundation_NSUbiquitousKeyValueStore","Foundation_NSUnarchiver","Foundation_NSUndoManager","Foundation_NSUniqueIDSpecifier","Foundation_NSUnit","Foundation_NSUnitAcceleration","Foundation_NSUnitAngle","Foundation_NSUnitArea","Foundation_NSUnitConcentrationMass","Foundation_NSUnitConverter","Foundation_NSUnitConverterLinear","Foundation_NSUnitDispersion","Foundation_NSUnitDuration","Foundation_NSUnitElectricCharge","Foundation_NSUnitElectricCurrent","Foundation_NSUnitElectricPotentialDifference","Foundation_NSUnitElectricResistance","Foundation_NSUnitEnergy","Foundation_NSUnitFrequency","Foundation_NSUnitFuelEfficiency","Foundation_NSUnitIlluminance","Foundation_NSUnitInformationStorage","Foundation_NSUnitLength","Foundation_NSUnitMass","Foundation_NSUnitPower","Foundation_NSUnitPressure","Foundation_NSUnitSpeed","Foundation_NSUnitTemperature","Foundation_NSUnitVolume","Foundation_NSUserActivity","Foundation_NSUserAppleScriptTask","Foundation_NSUserAutomatorTask","Foundation_NSUserDefaults","Foundation_NSUserNotification","Foundation_NSUserNotificationAction","Foundation_NSUserNotificationCenter","Foundation_NSUserScriptTask","Foundation_NSUserUnixTask","Foundation_NSValue","Foundation_NSValueTransformer","Foundation_NSWhoseSpecifier","Foundation_NSXMLDTD","Foundation_NSXMLDTDNode","Foundation_NSXMLDocument","Foundation_NSXMLElement","Foundation_NSXMLNode","Foundation_NSXMLParser","Foundation_NSXPCCoder","Foundation_NSXPCConnection","Foundation_NSXPCInterface","Foundation_NSXPCListener","Foundation_NSXPCListenerEndpoint"],"GameController":["AppKit","Foundation","GameController_GCControllerAxisInput","GameController_GCControllerButtonInput","GameController_GCControllerDirectionPad","GameController_GCControllerTouchpad","GameController_GCExtendedGamepad","GameController_GCControllerElement","GameController_GCGamepad","GameController_GCKeyboardInput","GameController_GCMicroGamepad","GameController_GCMotion","GameController_GCMouseInput"],"GameController_GCColor":[],"GameController_GCController":[],"GameController_GCControllerAxisInput":["GameController_GCControllerElement"],"GameController_GCControllerButtonInput":["GameController_GCControllerElement"],"GameController_GCControllerDirectionPad":["GameController_GCControllerElement"],"GameController_GCControllerElement":[],"GameController_GCControllerTouchpad":["GameController_GCControllerElement"],"GameController_GCDeviceBattery":[],"GameController_GCDeviceCursor":["GameController_GCControllerDirectionPad"],"GameController_GCDeviceHaptics":[],"GameController_GCDeviceLight":[],"GameController_GCDirectionalGamepad":["GameController_GCMicroGamepad"],"GameController_GCDualSenseAdaptiveTrigger":["GameController_GCControllerButtonInput"],"GameController_GCDualSenseGamepad":["GameController_GCExtendedGamepad"],"GameController_GCDualShockGamepad":["GameController_GCExtendedGamepad"],"GameController_GCEventViewController":["AppKit_NSViewController"],"GameController_GCExtendedGamepad":["GameController_GCPhysicalInputProfile"],"GameController_GCExtendedGamepadSnapshot":["GameController_GCExtendedGamepad"],"GameController_GCGamepad":["GameController_GCPhysicalInputProfile"],"GameController_GCGamepadSnapshot":["GameController_GCGamepad"],"GameController_GCGearShifterElement":[],"GameController_GCKeyboard":[],"GameController_GCKeyboardInput":["GameController_GCPhysicalInputProfile"],"GameController_GCMicroGamepad":["GameController_GCPhysicalInputProfile"],"GameController_GCMicroGamepadSnapshot":["GameController_GCMicroGamepad"],"GameController_GCMotion":[],"GameController_GCMouse":[],"GameController_GCMouseInput":["GameController_GCPhysicalInputProfile"],"GameController_GCPhysicalInputElementCollection":[],"GameController_GCPhysicalInputProfile":[],"GameController_GCRacingWheel":[],"GameController_GCRacingWheelInput":["GameController_GCRacingWheelInputState"],"GameController_GCRacingWheelInputState":[],"GameController_GCSteeringWheelElement":[],"GameController_GCXboxGamepad":["GameController_GCExtendedGamepad"],"GameController_all":["GameController","GameController_GCColor","GameController_GCController","GameController_GCControllerAxisInput","GameController_GCControllerButtonInput","GameController_GCControllerDirectionPad","GameController_GCControllerElement","GameController_GCControllerTouchpad","GameController_GCDeviceBattery","GameController_GCDeviceCursor","GameController_GCDeviceHaptics","GameController_GCDeviceLight","GameController_GCDirectionalGamepad","GameController_GCDualSenseAdaptiveTrigger","GameController_GCDualSenseGamepad","GameController_GCDualShockGamepad","GameController_GCEventViewController","GameController_GCExtendedGamepad","GameController_GCExtendedGamepadSnapshot","GameController_GCGamepad","GameController_GCGamepadSnapshot","GameController_GCGearShifterElement","GameController_GCKeyboard","GameController_GCKeyboardInput","GameController_GCMicroGamepad","GameController_GCMicroGamepadSnapshot","GameController_GCMotion","GameController_GCMouse","GameController_GCMouseInput","GameController_GCPhysicalInputElementCollection","GameController_GCPhysicalInputProfile","GameController_GCRacingWheel","GameController_GCRacingWheelInput","GameController_GCRacingWheelInputState","GameController_GCSteeringWheelElement","GameController_GCXboxGamepad"],"GameKit":["AppKit","Foundation","AppKit_NSViewController"],"GameKit_GKAccessPoint":[],"GameKit_GKAchievement":[],"GameKit_GKAchievementChallenge":["GameKit_GKChallenge"],"GameKit_GKAchievementDescription":[],"GameKit_GKAchievementViewController":["GameKit_GKGameCenterViewController"],"GameKit_GKBasePlayer":[],"GameKit_GKChallenge":[],"GameKit_GKChallengeEventHandler":[],"GameKit_GKChallengesViewController":["AppKit_NSViewController"],"GameKit_GKCloudPlayer":["GameKit_GKBasePlayer"],"GameKit_GKDialogController":["AppKit_NSResponder"],"GameKit_GKFriendRequestComposeViewController":["AppKit_NSViewController"],"GameKit_GKGameCenterViewController":["AppKit_NSViewController"],"GameKit_GKGameSession":[],"GameKit_GKInvite":[],"GameKit_GKLeaderboard":[],"GameKit_GKLeaderboardEntry":[],"GameKit_GKLeaderboardScore":[],"GameKit_GKLeaderboardSet":[],"GameKit_GKLeaderboardViewController":["GameKit_GKGameCenterViewController"],"GameKit_GKLocalPlayer":["GameKit_GKPlayer"],"GameKit_GKMatch":[],"GameKit_GKMatchRequest":[],"GameKit_GKMatchmaker":[],"GameKit_GKMatchmakerViewController":["AppKit_NSViewController"],"GameKit_GKNotificationBanner":[],"GameKit_GKPlayer":["GameKit_GKBasePlayer"],"GameKit_GKSavedGame":[],"GameKit_GKScore":[],"GameKit_GKScoreChallenge":["GameKit_GKChallenge"],"GameKit_GKSession":[],"GameKit_GKTurnBasedEventHandler":[],"GameKit_GKTurnBasedExchange":[],"GameKit_GKTurnBasedExchangeReply":[],"GameKit_GKTurnBasedMatch":[],"GameKit_GKTurnBasedMatchmakerViewController":["AppKit_NSViewController"],"GameKit_GKTurnBasedParticipant":[],"GameKit_GKVoiceChat":[],"GameKit_GKVoiceChatService":[],"GameKit_all":["GameKit","GameKit_GKAccessPoint","GameKit_GKAchievement","GameKit_GKAchievementChallenge","GameKit_GKAchievementDescription","GameKit_GKAchievementViewController","GameKit_GKBasePlayer","GameKit_GKChallenge","GameKit_GKChallengeEventHandler","GameKit_GKChallengesViewController","GameKit_GKCloudPlayer","GameKit_GKDialogController","GameKit_GKFriendRequestComposeViewController","GameKit_GKGameCenterViewController","GameKit_GKGameSession","GameKit_GKInvite","GameKit_GKLeaderboard","GameKit_GKLeaderboardEntry","GameKit_GKLeaderboardScore","GameKit_GKLeaderboardSet","GameKit_GKLeaderboardViewController","GameKit_GKLocalPlayer","GameKit_GKMatch","GameKit_GKMatchRequest","GameKit_GKMatchmaker","GameKit_GKMatchmakerViewController","GameKit_GKNotificationBanner","GameKit_GKPlayer","GameKit_GKSavedGame","GameKit_GKScore","GameKit_GKScoreChallenge","GameKit_GKSession","GameKit_GKTurnBasedEventHandler","GameKit_GKTurnBasedExchange","GameKit_GKTurnBasedExchangeReply","GameKit_GKTurnBasedMatch","GameKit_GKTurnBasedMatchmakerViewController","GameKit_GKTurnBasedParticipant","GameKit_GKVoiceChat","GameKit_GKVoiceChatService"],"HealthKit":["CoreLocation","Foundation","UniformTypeIdentifiers"],"HealthKit_HKActivityMoveModeObject":[],"HealthKit_HKActivitySummary":[],"HealthKit_HKActivitySummaryQuery":["HealthKit_HKQuery"],"HealthKit_HKActivitySummaryType":["HealthKit_HKObjectType"],"HealthKit_HKAnchoredObjectQuery":["HealthKit_HKQuery"],"HealthKit_HKAttachment":[],"HealthKit_HKAttachmentStore":[],"HealthKit_HKAudiogramSample":["HealthKit_HKSample"],"HealthKit_HKAudiogramSampleType":["HealthKit_HKSampleType"],"HealthKit_HKAudiogramSensitivityPoint":[],"HealthKit_HKBiologicalSexObject":[],"HealthKit_HKBloodTypeObject":[],"HealthKit_HKCDADocument":[],"HealthKit_HKCDADocumentSample":["HealthKit_HKDocumentSample"],"HealthKit_HKCategorySample":["HealthKit_HKSample"],"HealthKit_HKCategoryType":["HealthKit_HKSampleType"],"HealthKit_HKCharacteristicType":["HealthKit_HKObjectType"],"HealthKit_HKClinicalRecord":["HealthKit_HKSample"],"HealthKit_HKClinicalType":["HealthKit_HKSampleType"],"HealthKit_HKContactsLensSpecification":["HealthKit_HKLensSpecification"],"HealthKit_HKContactsPrescription":["HealthKit_HKVisionPrescription"],"HealthKit_HKCorrelation":["HealthKit_HKSample"],"HealthKit_HKCorrelationQuery":["HealthKit_HKQuery"],"HealthKit_HKCorrelationType":["HealthKit_HKSampleType"],"HealthKit_HKCumulativeQuantitySample":["HealthKit_HKQuantitySample"],"HealthKit_HKCumulativeQuantitySeriesSample":["HealthKit_HKCumulativeQuantitySample"],"HealthKit_HKDeletedObject":[],"HealthKit_HKDevice":[],"HealthKit_HKDiscreteQuantitySample":["HealthKit_HKQuantitySample"],"HealthKit_HKDocumentQuery":["HealthKit_HKQuery"],"HealthKit_HKDocumentSample":["HealthKit_HKSample"],"HealthKit_HKDocumentType":["HealthKit_HKSampleType"],"HealthKit_HKElectrocardiogram":["HealthKit_HKSample"],"HealthKit_HKElectrocardiogramQuery":["HealthKit_HKQuery"],"HealthKit_HKElectrocardiogramType":["HealthKit_HKSampleType"],"HealthKit_HKElectrocardiogramVoltageMeasurement":[],"HealthKit_HKFHIRResource":[],"HealthKit_HKFHIRVersion":[],"HealthKit_HKFitzpatrickSkinTypeObject":[],"HealthKit_HKGlassesLensSpecification":["HealthKit_HKLensSpecification"],"HealthKit_HKGlassesPrescription":["HealthKit_HKVisionPrescription"],"HealthKit_HKHealthStore":[],"HealthKit_HKHeartbeatSeriesBuilder":["HealthKit_HKSeriesBuilder"],"HealthKit_HKHeartbeatSeriesQuery":["HealthKit_HKQuery"],"HealthKit_HKHeartbeatSeriesSample":["HealthKit_HKSeriesSample"],"HealthKit_HKLensSpecification":[],"HealthKit_HKLiveWorkoutBuilder":["HealthKit_HKWorkoutBuilder"],"HealthKit_HKLiveWorkoutDataSource":[],"HealthKit_HKObject":[],"HealthKit_HKObjectType":[],"HealthKit_HKObserverQuery":["HealthKit_HKQuery"],"HealthKit_HKPrescriptionType":["HealthKit_HKSampleType"],"HealthKit_HKQuantity":[],"HealthKit_HKQuantitySample":["HealthKit_HKSample"],"HealthKit_HKQuantitySeriesSampleBuilder":[],"HealthKit_HKQuantitySeriesSampleQuery":["HealthKit_HKQuery"],"HealthKit_HKQuantityType":["HealthKit_HKSampleType"],"HealthKit_HKQuery":[],"HealthKit_HKQueryAnchor":[],"HealthKit_HKQueryDescriptor":[],"HealthKit_HKSample":["HealthKit_HKObject"],"HealthKit_HKSampleQuery":["HealthKit_HKQuery"],"HealthKit_HKSampleType":["HealthKit_HKObjectType"],"HealthKit_HKSeriesBuilder":[],"HealthKit_HKSeriesSample":["HealthKit_HKSample"],"HealthKit_HKSeriesType":["HealthKit_HKSampleType"],"HealthKit_HKSource":[],"HealthKit_HKSourceQuery":["HealthKit_HKQuery"],"HealthKit_HKSourceRevision":[],"HealthKit_HKStatistics":[],"HealthKit_HKStatisticsCollection":[],"HealthKit_HKStatisticsCollectionQuery":["HealthKit_HKQuery"],"HealthKit_HKStatisticsQuery":["HealthKit_HKQuery"],"HealthKit_HKUnit":[],"HealthKit_HKVerifiableClinicalRecord":["HealthKit_HKSample"],"HealthKit_HKVerifiableClinicalRecordQuery":["HealthKit_HKQuery"],"HealthKit_HKVerifiableClinicalRecordSubject":[],"HealthKit_HKVisionPrescription":["HealthKit_HKSample"],"HealthKit_HKVisionPrism":[],"HealthKit_HKWheelchairUseObject":[],"HealthKit_HKWorkout":["HealthKit_HKSample"],"HealthKit_HKWorkoutActivity":[],"HealthKit_HKWorkoutBuilder":[],"HealthKit_HKWorkoutConfiguration":[],"HealthKit_HKWorkoutEvent":[],"HealthKit_HKWorkoutRoute":["HealthKit_HKSeriesSample"],"HealthKit_HKWorkoutRouteBuilder":["HealthKit_HKSeriesBuilder"],"HealthKit_HKWorkoutRouteQuery":["HealthKit_HKQuery"],"HealthKit_HKWorkoutSession":[],"HealthKit_HKWorkoutType":["HealthKit_HKSampleType"],"HealthKit_all":["HealthKit","HealthKit_HKActivityMoveModeObject","HealthKit_HKActivitySummary","HealthKit_HKActivitySummaryQuery","HealthKit_HKActivitySummaryType","HealthKit_HKAnchoredObjectQuery","HealthKit_HKAttachment","HealthKit_HKAttachmentStore","HealthKit_HKAudiogramSample","HealthKit_HKAudiogramSampleType","HealthKit_HKAudiogramSensitivityPoint","HealthKit_HKBiologicalSexObject","HealthKit_HKBloodTypeObject","HealthKit_HKCDADocument","HealthKit_HKCDADocumentSample","HealthKit_HKCategorySample","HealthKit_HKCategoryType","HealthKit_HKCharacteristicType","HealthKit_HKClinicalRecord","HealthKit_HKClinicalType","HealthKit_HKContactsLensSpecification","HealthKit_HKContactsPrescription","HealthKit_HKCorrelation","HealthKit_HKCorrelationQuery","HealthKit_HKCorrelationType","HealthKit_HKCumulativeQuantitySample","HealthKit_HKCumulativeQuantitySeriesSample","HealthKit_HKDeletedObject","HealthKit_HKDevice","HealthKit_HKDiscreteQuantitySample","HealthKit_HKDocumentQuery","HealthKit_HKDocumentSample","HealthKit_HKDocumentType","HealthKit_HKElectrocardiogram","HealthKit_HKElectrocardiogramQuery","HealthKit_HKElectrocardiogramType","HealthKit_HKElectrocardiogramVoltageMeasurement","HealthKit_HKFHIRResource","HealthKit_HKFHIRVersion","HealthKit_HKFitzpatrickSkinTypeObject","HealthKit_HKGlassesLensSpecification","HealthKit_HKGlassesPrescription","HealthKit_HKHealthStore","HealthKit_HKHeartbeatSeriesBuilder","HealthKit_HKHeartbeatSeriesQuery","HealthKit_HKHeartbeatSeriesSample","HealthKit_HKLensSpecification","HealthKit_HKLiveWorkoutBuilder","HealthKit_HKLiveWorkoutDataSource","HealthKit_HKObject","HealthKit_HKObjectType","HealthKit_HKObserverQuery","HealthKit_HKPrescriptionType","HealthKit_HKQuantity","HealthKit_HKQuantitySample","HealthKit_HKQuantitySeriesSampleBuilder","HealthKit_HKQuantitySeriesSampleQuery","HealthKit_HKQuantityType","HealthKit_HKQuery","HealthKit_HKQueryAnchor","HealthKit_HKQueryDescriptor","HealthKit_HKSample","HealthKit_HKSampleQuery","HealthKit_HKSampleType","HealthKit_HKSeriesBuilder","HealthKit_HKSeriesSample","HealthKit_HKSeriesType","HealthKit_HKSource","HealthKit_HKSourceQuery","HealthKit_HKSourceRevision","HealthKit_HKStatistics","HealthKit_HKStatisticsCollection","HealthKit_HKStatisticsCollectionQuery","HealthKit_HKStatisticsQuery","HealthKit_HKUnit","HealthKit_HKVerifiableClinicalRecord","HealthKit_HKVerifiableClinicalRecordQuery","HealthKit_HKVerifiableClinicalRecordSubject","HealthKit_HKVisionPrescription","HealthKit_HKVisionPrism","HealthKit_HKWheelchairUseObject","HealthKit_HKWorkout","HealthKit_HKWorkoutActivity","HealthKit_HKWorkoutBuilder","HealthKit_HKWorkoutConfiguration","HealthKit_HKWorkoutEvent","HealthKit_HKWorkoutRoute","HealthKit_HKWorkoutRouteBuilder","HealthKit_HKWorkoutRouteQuery","HealthKit_HKWorkoutSession","HealthKit_HKWorkoutType"],"IdentityLookup":["Foundation"],"IdentityLookup_ILCallClassificationRequest":["IdentityLookup_ILClassificationRequest"],"IdentityLookup_ILCallCommunication":["IdentityLookup_ILCommunication"],"IdentityLookup_ILClassificationRequest":[],"IdentityLookup_ILClassificationResponse":[],"IdentityLookup_ILCommunication":[],"IdentityLookup_ILMessageClassificationRequest":["IdentityLookup_ILClassificationRequest"],"IdentityLookup_ILMessageCommunication":["IdentityLookup_ILCommunication"],"IdentityLookup_ILMessageFilterCapabilitiesQueryRequest":[],"IdentityLookup_ILMessageFilterCapabilitiesQueryResponse":[],"IdentityLookup_ILMessageFilterExtension":[],"IdentityLookup_ILMessageFilterExtensionContext":["Foundation_NSExtensionContext"],"IdentityLookup_ILMessageFilterQueryRequest":[],"IdentityLookup_ILMessageFilterQueryResponse":[],"IdentityLookup_ILNetworkResponse":[],"IdentityLookup_all":["IdentityLookup","IdentityLookup_ILCallClassificationRequest","IdentityLookup_ILCallCommunication","IdentityLookup_ILClassificationRequest","IdentityLookup_ILClassificationResponse","IdentityLookup_ILCommunication","IdentityLookup_ILMessageClassificationRequest","IdentityLookup_ILMessageCommunication","IdentityLookup_ILMessageFilterCapabilitiesQueryRequest","IdentityLookup_ILMessageFilterCapabilitiesQueryResponse","IdentityLookup_ILMessageFilterExtension","IdentityLookup_ILMessageFilterExtensionContext","IdentityLookup_ILMessageFilterQueryRequest","IdentityLookup_ILMessageFilterQueryResponse","IdentityLookup_ILNetworkResponse"],"InputMethodKit":["AppKit","Foundation"],"InputMethodKit_IMKCandidates":["AppKit_NSResponder"],"InputMethodKit_IMKInputController":[],"InputMethodKit_IMKServer":[],"InputMethodKit_all":["InputMethodKit","InputMethodKit_IMKCandidates","InputMethodKit_IMKInputController","InputMethodKit_IMKServer"],"LinkPresentation":["AppKit","Foundation"],"LinkPresentation_LPLinkMetadata":[],"LinkPresentation_LPLinkView":["AppKit_NSView"],"LinkPresentation_LPMetadataProvider":[],"LinkPresentation_all":["LinkPresentation","LinkPresentation_LPLinkMetadata","LinkPresentation_LPLinkView","LinkPresentation_LPMetadataProvider"],"LocalAuthentication":["Foundation"],"LocalAuthenticationEmbeddedUI":["AppKit","Foundation","LocalAuthentication","AppKit_NSWindow"],"LocalAuthenticationEmbeddedUI_LAAuthenticationView":["AppKit_NSView"],"LocalAuthenticationEmbeddedUI_all":["LocalAuthenticationEmbeddedUI","LocalAuthenticationEmbeddedUI_LAAuthenticationView"],"LocalAuthentication_LAAuthenticationRequirement":[],"LocalAuthentication_LABiometryFallbackRequirement":[],"LocalAuthentication_LAContext":[],"LocalAuthentication_LAPersistedRight":["LocalAuthentication_LARight"],"LocalAuthentication_LAPrivateKey":[],"LocalAuthentication_LAPublicKey":[],"LocalAuthentication_LARight":[],"LocalAuthentication_LARightStore":[],"LocalAuthentication_LASecret":[],"LocalAuthentication_all":["LocalAuthentication","LocalAuthentication_LAAuthenticationRequirement","LocalAuthentication_LABiometryFallbackRequirement","LocalAuthentication_LAContext","LocalAuthentication_LAPersistedRight","LocalAuthentication_LAPrivateKey","LocalAuthentication_LAPublicKey","LocalAuthentication_LARight","LocalAuthentication_LARightStore","LocalAuthentication_LASecret"],"MailKit":["AppKit","Foundation"],"MailKit_MEAddressAnnotation":[],"MailKit_MEComposeContext":[],"MailKit_MEComposeSession":[],"MailKit_MEDecodedMessage":[],"MailKit_MEDecodedMessageBanner":[],"MailKit_MEEmailAddress":[],"MailKit_MEEncodedOutgoingMessage":[],"MailKit_MEExtensionManager":[],"MailKit_MEExtensionViewController":["AppKit_NSViewController"],"MailKit_MEMessage":[],"MailKit_MEMessageAction":[],"MailKit_MEMessageActionDecision":[],"MailKit_MEMessageEncodingResult":[],"MailKit_MEMessageSecurityInformation":[],"MailKit_MEMessageSigner":[],"MailKit_MEOutgoingMessageEncodingStatus":[],"MailKit_all":["MailKit","MailKit_MEAddressAnnotation","MailKit_MEComposeContext","MailKit_MEComposeSession","MailKit_MEDecodedMessage","MailKit_MEDecodedMessageBanner","MailKit_MEEmailAddress","MailKit_MEEncodedOutgoingMessage","MailKit_MEExtensionManager","MailKit_MEExtensionViewController","MailKit_MEMessage","MailKit_MEMessageAction","MailKit_MEMessageActionDecision","MailKit_MEMessageEncodingResult","MailKit_MEMessageSecurityInformation","MailKit_MEMessageSigner","MailKit_MEOutgoingMessageEncodingStatus"],"MapKit":["AppKit","Contacts","CoreLocation","Foundation","MapKit_MKDirectionsResponse","MapKit_MKETAResponse","MapKit_MKLocalSearchResponse","MapKit_MKMapSnapshot"],"MapKit_MKAnnotationView":["AppKit_NSView"],"MapKit_MKCircle":["MapKit_MKShape"],"MapKit_MKCircleRenderer":["MapKit_MKOverlayPathRenderer"],"MapKit_MKClusterAnnotation":[],"MapKit_MKCompassButton":["AppKit_NSView"],"MapKit_MKDirections":[],"MapKit_MKDirectionsRequest":[],"MapKit_MKDirectionsResponse":[],"MapKit_MKDistanceFormatter":["Foundation_NSFormatter"],"MapKit_MKETAResponse":[],"MapKit_MKGeoJSONDecoder":[],"MapKit_MKGeoJSONFeature":[],"MapKit_MKGeodesicPolyline":["MapKit_MKPolyline"],"MapKit_MKGradientPolylineRenderer":["MapKit_MKPolylineRenderer"],"MapKit_MKHybridMapConfiguration":["MapKit_MKMapConfiguration"],"MapKit_MKImageryMapConfiguration":["MapKit_MKMapConfiguration"],"MapKit_MKLocalPointsOfInterestRequest":[],"MapKit_MKLocalSearch":[],"MapKit_MKLocalSearchCompleter":[],"MapKit_MKLocalSearchCompletion":[],"MapKit_MKLocalSearchRequest":[],"MapKit_MKLocalSearchResponse":[],"MapKit_MKLookAroundScene":[],"MapKit_MKLookAroundSceneRequest":[],"MapKit_MKLookAroundSnapshot":[],"MapKit_MKLookAroundSnapshotOptions":[],"MapKit_MKLookAroundSnapshotter":[],"MapKit_MKLookAroundViewController":["AppKit_NSViewController"],"MapKit_MKMapCamera":[],"MapKit_MKMapCameraBoundary":[],"MapKit_MKMapCameraZoomRange":[],"MapKit_MKMapConfiguration":[],"MapKit_MKMapItem":[],"MapKit_MKMapSnapshot":[],"MapKit_MKMapSnapshotOptions":[],"MapKit_MKMapSnapshotter":[],"MapKit_MKMapView":["AppKit_NSView"],"MapKit_MKMarkerAnnotationView":["MapKit_MKAnnotationView"],"MapKit_MKMultiPoint":["MapKit_MKShape"],"MapKit_MKMultiPolygon":["MapKit_MKShape"],"MapKit_MKMultiPolygonRenderer":["MapKit_MKOverlayPathRenderer"],"MapKit_MKMultiPolyline":["MapKit_MKShape"],"MapKit_MKMultiPolylineRenderer":["MapKit_MKOverlayPathRenderer"],"MapKit_MKOverlayPathRenderer":["MapKit_MKOverlayRenderer"],"MapKit_MKOverlayRenderer":[],"MapKit_MKPinAnnotationView":["MapKit_MKAnnotationView"],"MapKit_MKPitchControl":["AppKit_NSView"],"MapKit_MKPlacemark":["CoreLocation_CLPlacemark"],"MapKit_MKPointAnnotation":["MapKit_MKShape"],"MapKit_MKPointOfInterestFilter":[],"MapKit_MKPolygon":["MapKit_MKMultiPoint"],"MapKit_MKPolygonRenderer":["MapKit_MKOverlayPathRenderer"],"MapKit_MKPolyline":["MapKit_MKMultiPoint"],"MapKit_MKPolylineRenderer":["MapKit_MKOverlayPathRenderer"],"MapKit_MKRoute":[],"MapKit_MKRouteStep":[],"MapKit_MKShape":[],"MapKit_MKStandardMapConfiguration":["MapKit_MKMapConfiguration"],"MapKit_MKTileOverlay":[],"MapKit_MKTileOverlayRenderer":["MapKit_MKOverlayRenderer"],"MapKit_MKUserLocation":[],"MapKit_MKUserLocationView":["MapKit_MKAnnotationView"],"MapKit_MKZoomControl":["AppKit_NSView"],"MapKit_all":["MapKit","MapKit_MKAnnotationView","MapKit_MKCircle","MapKit_MKCircleRenderer","MapKit_MKClusterAnnotation","MapKit_MKCompassButton","MapKit_MKDirections","MapKit_MKDirectionsRequest","MapKit_MKDirectionsResponse","MapKit_MKDistanceFormatter","MapKit_MKETAResponse","MapKit_MKGeoJSONDecoder","MapKit_MKGeoJSONFeature","MapKit_MKGeodesicPolyline","MapKit_MKGradientPolylineRenderer","MapKit_MKHybridMapConfiguration","MapKit_MKImageryMapConfiguration","MapKit_MKLocalPointsOfInterestRequest","MapKit_MKLocalSearch","MapKit_MKLocalSearchCompleter","MapKit_MKLocalSearchCompletion","MapKit_MKLocalSearchRequest","MapKit_MKLocalSearchResponse","MapKit_MKLookAroundScene","MapKit_MKLookAroundSceneRequest","MapKit_MKLookAroundSnapshot","MapKit_MKLookAroundSnapshotOptions","MapKit_MKLookAroundSnapshotter","MapKit_MKLookAroundViewController","MapKit_MKMapCamera","MapKit_MKMapCameraBoundary","MapKit_MKMapCameraZoomRange","MapKit_MKMapConfiguration","MapKit_MKMapItem","MapKit_MKMapSnapshot","MapKit_MKMapSnapshotOptions","MapKit_MKMapSnapshotter","MapKit_MKMapView","MapKit_MKMarkerAnnotationView","MapKit_MKMultiPoint","MapKit_MKMultiPolygon","MapKit_MKMultiPolygonRenderer","MapKit_MKMultiPolyline","MapKit_MKMultiPolylineRenderer","MapKit_MKOverlayPathRenderer","MapKit_MKOverlayRenderer","MapKit_MKPinAnnotationView","MapKit_MKPitchControl","MapKit_MKPlacemark","MapKit_MKPointAnnotation","MapKit_MKPointOfInterestFilter","MapKit_MKPolygon","MapKit_MKPolygonRenderer","MapKit_MKPolyline","MapKit_MKPolylineRenderer","MapKit_MKRoute","MapKit_MKRouteStep","MapKit_MKShape","MapKit_MKStandardMapConfiguration","MapKit_MKTileOverlay","MapKit_MKTileOverlayRenderer","MapKit_MKUserLocation","MapKit_MKUserLocationView","MapKit_MKZoomControl"],"MediaPlayer":["AppKit","Foundation"],"MediaPlayer_MPAdTimeRange":[],"MediaPlayer_MPChangeLanguageOptionCommandEvent":["MediaPlayer_MPRemoteCommandEvent"],"MediaPlayer_MPChangePlaybackPositionCommand":["MediaPlayer_MPRemoteCommand"],"MediaPlayer_MPChangePlaybackPositionCommandEvent":["MediaPlayer_MPRemoteCommandEvent"],"MediaPlayer_MPChangePlaybackRateCommand":["MediaPlayer_MPRemoteCommand"],"MediaPlayer_MPChangePlaybackRateCommandEvent":["MediaPlayer_MPRemoteCommandEvent"],"MediaPlayer_MPChangeRepeatModeCommand":["MediaPlayer_MPRemoteCommand"],"MediaPlayer_MPChangeRepeatModeCommandEvent":["MediaPlayer_MPRemoteCommandEvent"],"MediaPlayer_MPChangeShuffleModeCommand":["MediaPlayer_MPRemoteCommand"],"MediaPlayer_MPChangeShuffleModeCommandEvent":["MediaPlayer_MPRemoteCommandEvent"],"MediaPlayer_MPContentItem":[],"MediaPlayer_MPFeedbackCommand":["MediaPlayer_MPRemoteCommand"],"MediaPlayer_MPFeedbackCommandEvent":["MediaPlayer_MPRemoteCommandEvent"],"MediaPlayer_MPMediaEntity":[],"MediaPlayer_MPMediaItem":["MediaPlayer_MPMediaEntity"],"MediaPlayer_MPMediaItemArtwork":[],"MediaPlayer_MPMediaItemCollection":["MediaPlayer_MPMediaEntity"],"MediaPlayer_MPMediaLibrary":[],"MediaPlayer_MPMediaPlaylist":["MediaPlayer_MPMediaItemCollection"],"MediaPlayer_MPMediaPlaylistCreationMetadata":[],"MediaPlayer_MPMediaPredicate":[],"MediaPlayer_MPMediaPropertyPredicate":["MediaPlayer_MPMediaPredicate"],"MediaPlayer_MPMediaQuery":[],"MediaPlayer_MPMediaQuerySection":[],"MediaPlayer_MPMusicPlayerApplicationController":["MediaPlayer_MPMusicPlayerController"],"MediaPlayer_MPMusicPlayerController":[],"MediaPlayer_MPMusicPlayerControllerMutableQueue":["MediaPlayer_MPMusicPlayerControllerQueue"],"MediaPlayer_MPMusicPlayerControllerQueue":[],"MediaPlayer_MPMusicPlayerMediaItemQueueDescriptor":["MediaPlayer_MPMusicPlayerQueueDescriptor"],"MediaPlayer_MPMusicPlayerPlayParameters":[],"MediaPlayer_MPMusicPlayerPlayParametersQueueDescriptor":["MediaPlayer_MPMusicPlayerQueueDescriptor"],"MediaPlayer_MPMusicPlayerQueueDescriptor":[],"MediaPlayer_MPMusicPlayerStoreQueueDescriptor":["MediaPlayer_MPMusicPlayerQueueDescriptor"],"MediaPlayer_MPNowPlayingInfoCenter":[],"MediaPlayer_MPNowPlayingInfoLanguageOption":[],"MediaPlayer_MPNowPlayingInfoLanguageOptionGroup":[],"MediaPlayer_MPNowPlayingSession":[],"MediaPlayer_MPPlayableContentManager":[],"MediaPlayer_MPPlayableContentManagerContext":[],"MediaPlayer_MPRatingCommand":["MediaPlayer_MPRemoteCommand"],"MediaPlayer_MPRatingCommandEvent":["MediaPlayer_MPRemoteCommandEvent"],"MediaPlayer_MPRemoteCommand":[],"MediaPlayer_MPRemoteCommandCenter":[],"MediaPlayer_MPRemoteCommandEvent":[],"MediaPlayer_MPSeekCommandEvent":["MediaPlayer_MPRemoteCommandEvent"],"MediaPlayer_MPSkipIntervalCommand":["MediaPlayer_MPRemoteCommand"],"MediaPlayer_MPSkipIntervalCommandEvent":["MediaPlayer_MPRemoteCommandEvent"],"MediaPlayer_all":["MediaPlayer","MediaPlayer_MPAdTimeRange","MediaPlayer_MPChangeLanguageOptionCommandEvent","MediaPlayer_MPChangePlaybackPositionCommand","MediaPlayer_MPChangePlaybackPositionCommandEvent","MediaPlayer_MPChangePlaybackRateCommand","MediaPlayer_MPChangePlaybackRateCommandEvent","MediaPlayer_MPChangeRepeatModeCommand","MediaPlayer_MPChangeRepeatModeCommandEvent","MediaPlayer_MPChangeShuffleModeCommand","MediaPlayer_MPChangeShuffleModeCommandEvent","MediaPlayer_MPContentItem","MediaPlayer_MPFeedbackCommand","MediaPlayer_MPFeedbackCommandEvent","MediaPlayer_MPMediaEntity","MediaPlayer_MPMediaItem","MediaPlayer_MPMediaItemArtwork","MediaPlayer_MPMediaItemCollection","MediaPlayer_MPMediaLibrary","MediaPlayer_MPMediaPlaylist","MediaPlayer_MPMediaPlaylistCreationMetadata","MediaPlayer_MPMediaPredicate","MediaPlayer_MPMediaPropertyPredicate","MediaPlayer_MPMediaQuery","MediaPlayer_MPMediaQuerySection","MediaPlayer_MPMusicPlayerApplicationController","MediaPlayer_MPMusicPlayerController","MediaPlayer_MPMusicPlayerControllerMutableQueue","MediaPlayer_MPMusicPlayerControllerQueue","MediaPlayer_MPMusicPlayerMediaItemQueueDescriptor","MediaPlayer_MPMusicPlayerPlayParameters","MediaPlayer_MPMusicPlayerPlayParametersQueueDescriptor","MediaPlayer_MPMusicPlayerQueueDescriptor","MediaPlayer_MPMusicPlayerStoreQueueDescriptor","MediaPlayer_MPNowPlayingInfoCenter","MediaPlayer_MPNowPlayingInfoLanguageOption","MediaPlayer_MPNowPlayingInfoLanguageOptionGroup","MediaPlayer_MPNowPlayingSession","MediaPlayer_MPPlayableContentManager","MediaPlayer_MPPlayableContentManagerContext","MediaPlayer_MPRatingCommand","MediaPlayer_MPRatingCommandEvent","MediaPlayer_MPRemoteCommand","MediaPlayer_MPRemoteCommandCenter","MediaPlayer_MPRemoteCommandEvent","MediaPlayer_MPSeekCommandEvent","MediaPlayer_MPSkipIntervalCommand","MediaPlayer_MPSkipIntervalCommandEvent"],"Metal":["Foundation"],"MetalFX":["Metal"],"MetalFX_MTLFXSpatialScalerDescriptor":[],"MetalFX_MTLFXTemporalScalerDescriptor":[],"MetalFX_all":["MetalFX","MetalFX_MTLFXSpatialScalerDescriptor","MetalFX_MTLFXTemporalScalerDescriptor"],"MetalKit":["AppKit","Foundation","Metal","Metal_MTLRenderPipelineReflection","Metal_MTLComputePipelineReflection"],"MetalKit_MTKMesh":[],"MetalKit_MTKMeshBuffer":[],"MetalKit_MTKMeshBufferAllocator":[],"MetalKit_MTKSubmesh":[],"MetalKit_MTKTextureLoader":[],"MetalKit_MTKView":["AppKit_NSView"],"MetalKit_all":["MetalKit","MetalKit_MTKMesh","MetalKit_MTKMeshBuffer","MetalKit_MTKMeshBufferAllocator","MetalKit_MTKSubmesh","MetalKit_MTKTextureLoader","MetalKit_MTKView"],"Metal_MTLAccelerationStructureBoundingBoxGeometryDescriptor":["Metal_MTLAccelerationStructureGeometryDescriptor"],"Metal_MTLAccelerationStructureDescriptor":[],"Metal_MTLAccelerationStructureGeometryDescriptor":[],"Metal_MTLAccelerationStructureMotionBoundingBoxGeometryDescriptor":["Metal_MTLAccelerationStructureGeometryDescriptor"],"Metal_MTLAccelerationStructureMotionTriangleGeometryDescriptor":["Metal_MTLAccelerationStructureGeometryDescriptor"],"Metal_MTLAccelerationStructurePassDescriptor":[],"Metal_MTLAccelerationStructurePassSampleBufferAttachmentDescriptor":[],"Metal_MTLAccelerationStructurePassSampleBufferAttachmentDescriptorArray":[],"Metal_MTLAccelerationStructureTriangleGeometryDescriptor":["Metal_MTLAccelerationStructureGeometryDescriptor"],"Metal_MTLArgument":[],"Metal_MTLArgumentDescriptor":[],"Metal_MTLArrayType":["Metal_MTLType"],"Metal_MTLAttribute":[],"Metal_MTLAttributeDescriptor":[],"Metal_MTLAttributeDescriptorArray":[],"Metal_MTLBinaryArchiveDescriptor":[],"Metal_MTLBlitPassDescriptor":[],"Metal_MTLBlitPassSampleBufferAttachmentDescriptor":[],"Metal_MTLBlitPassSampleBufferAttachmentDescriptorArray":[],"Metal_MTLBufferLayoutDescriptor":[],"Metal_MTLBufferLayoutDescriptorArray":[],"Metal_MTLCaptureDescriptor":[],"Metal_MTLCaptureManager":[],"Metal_MTLCommandBufferDescriptor":[],"Metal_MTLCompileOptions":[],"Metal_MTLComputePassDescriptor":[],"Metal_MTLComputePassSampleBufferAttachmentDescriptor":[],"Metal_MTLComputePassSampleBufferAttachmentDescriptorArray":[],"Metal_MTLComputePipelineDescriptor":[],"Metal_MTLComputePipelineReflection":[],"Metal_MTLCounterSampleBufferDescriptor":[],"Metal_MTLDepthStencilDescriptor":[],"Metal_MTLFunctionConstant":[],"Metal_MTLFunctionConstantValues":[],"Metal_MTLFunctionDescriptor":[],"Metal_MTLFunctionStitchingAttributeAlwaysInline":[],"Metal_MTLFunctionStitchingFunctionNode":[],"Metal_MTLFunctionStitchingGraph":[],"Metal_MTLFunctionStitchingInputNode":[],"Metal_MTLHeapDescriptor":[],"Metal_MTLIOCommandQueueDescriptor":[],"Metal_MTLIndirectCommandBufferDescriptor":[],"Metal_MTLInstanceAccelerationStructureDescriptor":["Metal_MTLAccelerationStructureDescriptor"],"Metal_MTLIntersectionFunctionDescriptor":["Metal_MTLFunctionDescriptor"],"Metal_MTLIntersectionFunctionTableDescriptor":[],"Metal_MTLLinkedFunctions":[],"Metal_MTLMeshRenderPipelineDescriptor":[],"Metal_MTLMotionKeyframeData":[],"Metal_MTLPipelineBufferDescriptor":[],"Metal_MTLPipelineBufferDescriptorArray":[],"Metal_MTLPointerType":["Metal_MTLType"],"Metal_MTLPrimitiveAccelerationStructureDescriptor":["Metal_MTLAccelerationStructureDescriptor"],"Metal_MTLRasterizationRateLayerArray":[],"Metal_MTLRasterizationRateLayerDescriptor":[],"Metal_MTLRasterizationRateMapDescriptor":[],"Metal_MTLRasterizationRateSampleArray":[],"Metal_MTLRenderPassAttachmentDescriptor":[],"Metal_MTLRenderPassColorAttachmentDescriptor":["Metal_MTLRenderPassAttachmentDescriptor"],"Metal_MTLRenderPassColorAttachmentDescriptorArray":[],"Metal_MTLRenderPassDepthAttachmentDescriptor":["Metal_MTLRenderPassAttachmentDescriptor"],"Metal_MTLRenderPassDescriptor":[],"Metal_MTLRenderPassSampleBufferAttachmentDescriptor":[],"Metal_MTLRenderPassSampleBufferAttachmentDescriptorArray":[],"Metal_MTLRenderPassStencilAttachmentDescriptor":["Metal_MTLRenderPassAttachmentDescriptor"],"Metal_MTLRenderPipelineColorAttachmentDescriptor":[],"Metal_MTLRenderPipelineColorAttachmentDescriptorArray":[],"Metal_MTLRenderPipelineDescriptor":[],"Metal_MTLRenderPipelineFunctionsDescriptor":[],"Metal_MTLRenderPipelineReflection":[],"Metal_MTLResourceStatePassDescriptor":[],"Metal_MTLResourceStatePassSampleBufferAttachmentDescriptor":[],"Metal_MTLResourceStatePassSampleBufferAttachmentDescriptorArray":[],"Metal_MTLSamplerDescriptor":[],"Metal_MTLSharedEventHandle":[],"Metal_MTLSharedEventListener":[],"Metal_MTLSharedTextureHandle":[],"Metal_MTLStageInputOutputDescriptor":[],"Metal_MTLStencilDescriptor":[],"Metal_MTLStitchedLibraryDescriptor":[],"Metal_MTLStructMember":[],"Metal_MTLStructType":["Metal_MTLType"],"Metal_MTLTextureDescriptor":[],"Metal_MTLTextureReferenceType":["Metal_MTLType"],"Metal_MTLTileRenderPipelineColorAttachmentDescriptor":[],"Metal_MTLTileRenderPipelineColorAttachmentDescriptorArray":[],"Metal_MTLTileRenderPipelineDescriptor":[],"Metal_MTLType":[],"Metal_MTLVertexAttribute":[],"Metal_MTLVertexAttributeDescriptor":[],"Metal_MTLVertexAttributeDescriptorArray":[],"Metal_MTLVertexBufferLayoutDescriptor":[],"Metal_MTLVertexBufferLayoutDescriptorArray":[],"Metal_MTLVertexDescriptor":[],"Metal_MTLVisibleFunctionTableDescriptor":[],"Metal_all":["Metal","Metal_MTLAccelerationStructureBoundingBoxGeometryDescriptor","Metal_MTLAccelerationStructureDescriptor","Metal_MTLAccelerationStructureGeometryDescriptor","Metal_MTLAccelerationStructureMotionBoundingBoxGeometryDescriptor","Metal_MTLAccelerationStructureMotionTriangleGeometryDescriptor","Metal_MTLAccelerationStructurePassDescriptor","Metal_MTLAccelerationStructurePassSampleBufferAttachmentDescriptor","Metal_MTLAccelerationStructurePassSampleBufferAttachmentDescriptorArray","Metal_MTLAccelerationStructureTriangleGeometryDescriptor","Metal_MTLArgument","Metal_MTLArgumentDescriptor","Metal_MTLArrayType","Metal_MTLAttribute","Metal_MTLAttributeDescriptor","Metal_MTLAttributeDescriptorArray","Metal_MTLBinaryArchiveDescriptor","Metal_MTLBlitPassDescriptor","Metal_MTLBlitPassSampleBufferAttachmentDescriptor","Metal_MTLBlitPassSampleBufferAttachmentDescriptorArray","Metal_MTLBufferLayoutDescriptor","Metal_MTLBufferLayoutDescriptorArray","Metal_MTLCaptureDescriptor","Metal_MTLCaptureManager","Metal_MTLCommandBufferDescriptor","Metal_MTLCompileOptions","Metal_MTLComputePassDescriptor","Metal_MTLComputePassSampleBufferAttachmentDescriptor","Metal_MTLComputePassSampleBufferAttachmentDescriptorArray","Metal_MTLComputePipelineDescriptor","Metal_MTLComputePipelineReflection","Metal_MTLCounterSampleBufferDescriptor","Metal_MTLDepthStencilDescriptor","Metal_MTLFunctionConstant","Metal_MTLFunctionConstantValues","Metal_MTLFunctionDescriptor","Metal_MTLFunctionStitchingAttributeAlwaysInline","Metal_MTLFunctionStitchingFunctionNode","Metal_MTLFunctionStitchingGraph","Metal_MTLFunctionStitchingInputNode","Metal_MTLHeapDescriptor","Metal_MTLIOCommandQueueDescriptor","Metal_MTLIndirectCommandBufferDescriptor","Metal_MTLInstanceAccelerationStructureDescriptor","Metal_MTLIntersectionFunctionDescriptor","Metal_MTLIntersectionFunctionTableDescriptor","Metal_MTLLinkedFunctions","Metal_MTLMeshRenderPipelineDescriptor","Metal_MTLMotionKeyframeData","Metal_MTLPipelineBufferDescriptor","Metal_MTLPipelineBufferDescriptorArray","Metal_MTLPointerType","Metal_MTLPrimitiveAccelerationStructureDescriptor","Metal_MTLRasterizationRateLayerArray","Metal_MTLRasterizationRateLayerDescriptor","Metal_MTLRasterizationRateMapDescriptor","Metal_MTLRasterizationRateSampleArray","Metal_MTLRenderPassAttachmentDescriptor","Metal_MTLRenderPassColorAttachmentDescriptor","Metal_MTLRenderPassColorAttachmentDescriptorArray","Metal_MTLRenderPassDepthAttachmentDescriptor","Metal_MTLRenderPassDescriptor","Metal_MTLRenderPassSampleBufferAttachmentDescriptor","Metal_MTLRenderPassSampleBufferAttachmentDescriptorArray","Metal_MTLRenderPassStencilAttachmentDescriptor","Metal_MTLRenderPipelineColorAttachmentDescriptor","Metal_MTLRenderPipelineColorAttachmentDescriptorArray","Metal_MTLRenderPipelineDescriptor","Metal_MTLRenderPipelineFunctionsDescriptor","Metal_MTLRenderPipelineReflection","Metal_MTLResourceStatePassDescriptor","Metal_MTLResourceStatePassSampleBufferAttachmentDescriptor","Metal_MTLResourceStatePassSampleBufferAttachmentDescriptorArray","Metal_MTLSamplerDescriptor","Metal_MTLSharedEventHandle","Metal_MTLSharedEventListener","Metal_MTLSharedTextureHandle","Metal_MTLStageInputOutputDescriptor","Metal_MTLStencilDescriptor","Metal_MTLStitchedLibraryDescriptor","Metal_MTLStructMember","Metal_MTLStructType","Metal_MTLTextureDescriptor","Metal_MTLTextureReferenceType","Metal_MTLTileRenderPipelineColorAttachmentDescriptor","Metal_MTLTileRenderPipelineColorAttachmentDescriptorArray","Metal_MTLTileRenderPipelineDescriptor","Metal_MTLType","Metal_MTLVertexAttribute","Metal_MTLVertexAttributeDescriptor","Metal_MTLVertexAttributeDescriptorArray","Metal_MTLVertexBufferLayoutDescriptor","Metal_MTLVertexBufferLayoutDescriptorArray","Metal_MTLVertexDescriptor","Metal_MTLVisibleFunctionTableDescriptor"],"MetricKit":["Foundation"],"MetricKit_MXAnimationMetric":["MetricKit_MXMetric"],"MetricKit_MXAppExitMetric":["MetricKit_MXMetric"],"MetricKit_MXAppLaunchDiagnostic":["MetricKit_MXDiagnostic"],"MetricKit_MXAppLaunchMetric":["MetricKit_MXMetric"],"MetricKit_MXAppResponsivenessMetric":["MetricKit_MXMetric"],"MetricKit_MXAppRunTimeMetric":["MetricKit_MXMetric"],"MetricKit_MXAverage":[],"MetricKit_MXBackgroundExitData":[],"MetricKit_MXCPUExceptionDiagnostic":["MetricKit_MXDiagnostic"],"MetricKit_MXCPUMetric":["MetricKit_MXMetric"],"MetricKit_MXCallStackTree":[],"MetricKit_MXCellularConditionMetric":["MetricKit_MXMetric"],"MetricKit_MXCrashDiagnostic":["MetricKit_MXDiagnostic"],"MetricKit_MXDiagnostic":[],"MetricKit_MXDiagnosticPayload":[],"MetricKit_MXDiskIOMetric":["MetricKit_MXMetric"],"MetricKit_MXDiskWriteExceptionDiagnostic":["MetricKit_MXDiagnostic"],"MetricKit_MXDisplayMetric":["MetricKit_MXMetric"],"MetricKit_MXForegroundExitData":[],"MetricKit_MXGPUMetric":["MetricKit_MXMetric"],"MetricKit_MXHangDiagnostic":["MetricKit_MXDiagnostic"],"MetricKit_MXHistogram":[],"MetricKit_MXHistogramBucket":[],"MetricKit_MXLocationActivityMetric":["MetricKit_MXMetric"],"MetricKit_MXMemoryMetric":["MetricKit_MXMetric"],"MetricKit_MXMetaData":[],"MetricKit_MXMetric":[],"MetricKit_MXMetricManager":[],"MetricKit_MXMetricPayload":[],"MetricKit_MXNetworkTransferMetric":["MetricKit_MXMetric"],"MetricKit_MXSignpostIntervalData":[],"MetricKit_MXSignpostMetric":["MetricKit_MXMetric"],"MetricKit_MXUnitAveragePixelLuminance":["Foundation_NSDimension"],"MetricKit_MXUnitSignalBars":["Foundation_NSDimension"],"MetricKit_all":["MetricKit","MetricKit_MXAnimationMetric","MetricKit_MXAppExitMetric","MetricKit_MXAppLaunchDiagnostic","MetricKit_MXAppLaunchMetric","MetricKit_MXAppResponsivenessMetric","MetricKit_MXAppRunTimeMetric","MetricKit_MXAverage","MetricKit_MXBackgroundExitData","MetricKit_MXCPUExceptionDiagnostic","MetricKit_MXCPUMetric","MetricKit_MXCallStackTree","MetricKit_MXCellularConditionMetric","MetricKit_MXCrashDiagnostic","MetricKit_MXDiagnostic","MetricKit_MXDiagnosticPayload","MetricKit_MXDiskIOMetric","MetricKit_MXDiskWriteExceptionDiagnostic","MetricKit_MXDisplayMetric","MetricKit_MXForegroundExitData","MetricKit_MXGPUMetric","MetricKit_MXHangDiagnostic","MetricKit_MXHistogram","MetricKit_MXHistogramBucket","MetricKit_MXLocationActivityMetric","MetricKit_MXMemoryMetric","MetricKit_MXMetaData","MetricKit_MXMetric","MetricKit_MXMetricManager","MetricKit_MXMetricPayload","MetricKit_MXNetworkTransferMetric","MetricKit_MXSignpostIntervalData","MetricKit_MXSignpostMetric","MetricKit_MXUnitAveragePixelLuminance","MetricKit_MXUnitSignalBars"],"OSAKit":["AppKit","Foundation"],"OSAKit_OSALanguage":[],"OSAKit_OSALanguageInstance":[],"OSAKit_OSAScript":[],"OSAKit_OSAScriptController":["AppKit_NSController"],"OSAKit_OSAScriptView":["AppKit_NSTextView"],"OSAKit_all":["OSAKit","OSAKit_OSALanguage","OSAKit_OSALanguageInstance","OSAKit_OSAScript","OSAKit_OSAScriptController","OSAKit_OSAScriptView"],"PhotoKit":["AppKit","CoreLocation","Foundation"],"PhotoKit_PHAdjustmentData":[],"PhotoKit_PHAsset":["PhotoKit_PHObject"],"PhotoKit_PHAssetChangeRequest":["PhotoKit_PHChangeRequest"],"PhotoKit_PHAssetCollection":["PhotoKit_PHCollection"],"PhotoKit_PHAssetCollectionChangeRequest":["PhotoKit_PHChangeRequest"],"PhotoKit_PHAssetCreationRequest":["PhotoKit_PHAssetChangeRequest"],"PhotoKit_PHAssetResource":[],"PhotoKit_PHAssetResourceCreationOptions":[],"PhotoKit_PHAssetResourceManager":[],"PhotoKit_PHAssetResourceRequestOptions":[],"PhotoKit_PHCachingImageManager":["PhotoKit_PHImageManager"],"PhotoKit_PHChange":[],"PhotoKit_PHChangeRequest":[],"PhotoKit_PHCloudIdentifier":[],"PhotoKit_PHCloudIdentifierMapping":[],"PhotoKit_PHCollection":["PhotoKit_PHObject"],"PhotoKit_PHCollectionList":["PhotoKit_PHCollection"],"PhotoKit_PHCollectionListChangeRequest":["PhotoKit_PHChangeRequest"],"PhotoKit_PHContentEditingInput":[],"PhotoKit_PHContentEditingInputRequestOptions":[],"PhotoKit_PHContentEditingOutput":[],"PhotoKit_PHFetchOptions":[],"PhotoKit_PHFetchResult":[],"PhotoKit_PHFetchResultChangeDetails":[],"PhotoKit_PHImageManager":[],"PhotoKit_PHImageRequestOptions":[],"PhotoKit_PHLivePhoto":[],"PhotoKit_PHLivePhotoEditingContext":[],"PhotoKit_PHLivePhotoRequestOptions":[],"PhotoKit_PHLocalIdentifierMapping":[],"PhotoKit_PHObject":[],"PhotoKit_PHObjectChangeDetails":[],"PhotoKit_PHObjectPlaceholder":["PhotoKit_PHObject"],"PhotoKit_PHPersistentChange":[],"PhotoKit_PHPersistentChangeFetchResult":[],"PhotoKit_PHPersistentChangeToken":[],"PhotoKit_PHPersistentObjectChangeDetails":[],"PhotoKit_PHPhotoLibrary":[],"PhotoKit_PHProject":["PhotoKit_PHAssetCollection"],"PhotoKit_PHProjectChangeRequest":["PhotoKit_PHChangeRequest"],"PhotoKit_PHVideoRequestOptions":[],"PhotoKit_all":["PhotoKit","PhotoKit_PHAdjustmentData","PhotoKit_PHAsset","PhotoKit_PHAssetChangeRequest","PhotoKit_PHAssetCollection","PhotoKit_PHAssetCollectionChangeRequest","PhotoKit_PHAssetCreationRequest","PhotoKit_PHAssetResource","PhotoKit_PHAssetResourceCreationOptions","PhotoKit_PHAssetResourceManager","PhotoKit_PHAssetResourceRequestOptions","PhotoKit_PHCachingImageManager","PhotoKit_PHChange","PhotoKit_PHChangeRequest","PhotoKit_PHCloudIdentifier","PhotoKit_PHCloudIdentifierMapping","PhotoKit_PHCollection","PhotoKit_PHCollectionList","PhotoKit_PHCollectionListChangeRequest","PhotoKit_PHContentEditingInput","PhotoKit_PHContentEditingInputRequestOptions","PhotoKit_PHContentEditingOutput","PhotoKit_PHFetchOptions","PhotoKit_PHFetchResult","PhotoKit_PHFetchResultChangeDetails","PhotoKit_PHImageManager","PhotoKit_PHImageRequestOptions","PhotoKit_PHLivePhoto","PhotoKit_PHLivePhotoEditingContext","PhotoKit_PHLivePhotoRequestOptions","PhotoKit_PHLocalIdentifierMapping","PhotoKit_PHObject","PhotoKit_PHObjectChangeDetails","PhotoKit_PHObjectPlaceholder","PhotoKit_PHPersistentChange","PhotoKit_PHPersistentChangeFetchResult","PhotoKit_PHPersistentChangeToken","PhotoKit_PHPersistentObjectChangeDetails","PhotoKit_PHPhotoLibrary","PhotoKit_PHProject","PhotoKit_PHProjectChangeRequest","PhotoKit_PHVideoRequestOptions"],"SoundAnalysis":["Foundation"],"SoundAnalysis_SNAudioFileAnalyzer":[],"SoundAnalysis_SNAudioStreamAnalyzer":[],"SoundAnalysis_SNClassification":[],"SoundAnalysis_SNClassificationResult":[],"SoundAnalysis_SNClassifySoundRequest":[],"SoundAnalysis_SNTimeDurationConstraint":[],"SoundAnalysis_all":["SoundAnalysis","SoundAnalysis_SNAudioFileAnalyzer","SoundAnalysis_SNAudioStreamAnalyzer","SoundAnalysis_SNClassification","SoundAnalysis_SNClassificationResult","SoundAnalysis_SNClassifySoundRequest","SoundAnalysis_SNTimeDurationConstraint"],"Speech":["Foundation"],"Speech_SFAcousticFeature":[],"Speech_SFSpeechAudioBufferRecognitionRequest":["Speech_SFSpeechRecognitionRequest"],"Speech_SFSpeechRecognitionMetadata":[],"Speech_SFSpeechRecognitionRequest":[],"Speech_SFSpeechRecognitionResult":[],"Speech_SFSpeechRecognitionTask":[],"Speech_SFSpeechRecognizer":[],"Speech_SFSpeechURLRecognitionRequest":["Speech_SFSpeechRecognitionRequest"],"Speech_SFTranscription":[],"Speech_SFTranscriptionSegment":[],"Speech_SFVoiceAnalytics":[],"Speech_all":["Speech","Speech_SFAcousticFeature","Speech_SFSpeechAudioBufferRecognitionRequest","Speech_SFSpeechRecognitionMetadata","Speech_SFSpeechRecognitionRequest","Speech_SFSpeechRecognitionResult","Speech_SFSpeechRecognitionTask","Speech_SFSpeechRecognizer","Speech_SFSpeechURLRecognitionRequest","Speech_SFTranscription","Speech_SFTranscriptionSegment","Speech_SFVoiceAnalytics"],"StoreKit":["AppKit","Foundation"],"StoreKit_SKAdImpression":[],"StoreKit_SKAdNetwork":[],"StoreKit_SKArcadeService":[],"StoreKit_SKCloudServiceController":[],"StoreKit_SKCloudServiceSetupViewController":["AppKit_NSViewController"],"StoreKit_SKDownload":[],"StoreKit_SKMutablePayment":["StoreKit_SKPayment"],"StoreKit_SKOverlay":[],"StoreKit_SKOverlayAppClipConfiguration":["StoreKit_SKOverlayConfiguration"],"StoreKit_SKOverlayAppConfiguration":["StoreKit_SKOverlayConfiguration"],"StoreKit_SKOverlayConfiguration":[],"StoreKit_SKOverlayTransitionContext":[],"StoreKit_SKPayment":[],"StoreKit_SKPaymentDiscount":[],"StoreKit_SKPaymentQueue":[],"StoreKit_SKPaymentTransaction":[],"StoreKit_SKProduct":[],"StoreKit_SKProductDiscount":[],"StoreKit_SKProductStorePromotionController":[],"StoreKit_SKProductSubscriptionPeriod":[],"StoreKit_SKProductsRequest":["StoreKit_SKRequest"],"StoreKit_SKProductsResponse":[],"StoreKit_SKReceiptRefreshRequest":["StoreKit_SKRequest"],"StoreKit_SKRequest":[],"StoreKit_SKStoreProductViewController":["AppKit_NSViewController"],"StoreKit_SKStoreReviewController":[],"StoreKit_SKStorefront":[],"StoreKit_all":["StoreKit","StoreKit_SKAdImpression","StoreKit_SKAdNetwork","StoreKit_SKArcadeService","StoreKit_SKCloudServiceController","StoreKit_SKCloudServiceSetupViewController","StoreKit_SKDownload","StoreKit_SKMutablePayment","StoreKit_SKOverlay","StoreKit_SKOverlayAppClipConfiguration","StoreKit_SKOverlayAppConfiguration","StoreKit_SKOverlayConfiguration","StoreKit_SKOverlayTransitionContext","StoreKit_SKPayment","StoreKit_SKPaymentDiscount","StoreKit_SKPaymentQueue","StoreKit_SKPaymentTransaction","StoreKit_SKProduct","StoreKit_SKProductDiscount","StoreKit_SKProductStorePromotionController","StoreKit_SKProductSubscriptionPeriod","StoreKit_SKProductsRequest","StoreKit_SKProductsResponse","StoreKit_SKReceiptRefreshRequest","StoreKit_SKRequest","StoreKit_SKStoreProductViewController","StoreKit_SKStoreReviewController","StoreKit_SKStorefront"],"UniformTypeIdentifiers":["Foundation","UniformTypeIdentifiers_UTType"],"UniformTypeIdentifiers_UTType":[],"UniformTypeIdentifiers_all":["UniformTypeIdentifiers","UniformTypeIdentifiers_UTType"],"UserNotifications":["CoreLocation","Foundation"],"UserNotifications_UNCalendarNotificationTrigger":["UserNotifications_UNNotificationTrigger"],"UserNotifications_UNLocationNotificationTrigger":["UserNotifications_UNNotificationTrigger"],"UserNotifications_UNMutableNotificationContent":["UserNotifications_UNNotificationContent"],"UserNotifications_UNNotification":[],"UserNotifications_UNNotificationAction":[],"UserNotifications_UNNotificationActionIcon":[],"UserNotifications_UNNotificationAttachment":[],"UserNotifications_UNNotificationCategory":[],"UserNotifications_UNNotificationContent":[],"UserNotifications_UNNotificationRequest":[],"UserNotifications_UNNotificationResponse":[],"UserNotifications_UNNotificationServiceExtension":[],"UserNotifications_UNNotificationSettings":[],"UserNotifications_UNNotificationSound":[],"UserNotifications_UNNotificationTrigger":[],"UserNotifications_UNPushNotificationTrigger":["UserNotifications_UNNotificationTrigger"],"UserNotifications_UNTextInputNotificationAction":["UserNotifications_UNNotificationAction"],"UserNotifications_UNTextInputNotificationResponse":["UserNotifications_UNNotificationResponse"],"UserNotifications_UNTimeIntervalNotificationTrigger":["UserNotifications_UNNotificationTrigger"],"UserNotifications_UNUserNotificationCenter":[],"UserNotifications_all":["UserNotifications","UserNotifications_UNCalendarNotificationTrigger","UserNotifications_UNLocationNotificationTrigger","UserNotifications_UNMutableNotificationContent","UserNotifications_UNNotification","UserNotifications_UNNotificationAction","UserNotifications_UNNotificationActionIcon","UserNotifications_UNNotificationAttachment","UserNotifications_UNNotificationCategory","UserNotifications_UNNotificationContent","UserNotifications_UNNotificationRequest","UserNotifications_UNNotificationResponse","UserNotifications_UNNotificationServiceExtension","UserNotifications_UNNotificationSettings","UserNotifications_UNNotificationSound","UserNotifications_UNNotificationTrigger","UserNotifications_UNPushNotificationTrigger","UserNotifications_UNTextInputNotificationAction","UserNotifications_UNTextInputNotificationResponse","UserNotifications_UNTimeIntervalNotificationTrigger","UserNotifications_UNUserNotificationCenter"],"WebKit":["AppKit","Foundation","Foundation_NSAttributedString"],"WebKit_DOMAbstractView":["WebKit_DOMObject"],"WebKit_DOMAttr":["WebKit_DOMNode"],"WebKit_DOMBlob":["WebKit_DOMObject"],"WebKit_DOMCDATASection":["WebKit_DOMText"],"WebKit_DOMCSSCharsetRule":["WebKit_DOMCSSRule"],"WebKit_DOMCSSFontFaceRule":["WebKit_DOMCSSRule"],"WebKit_DOMCSSImportRule":["WebKit_DOMCSSRule"],"WebKit_DOMCSSMediaRule":["WebKit_DOMCSSRule"],"WebKit_DOMCSSPageRule":["WebKit_DOMCSSRule"],"WebKit_DOMCSSPrimitiveValue":["WebKit_DOMCSSValue"],"WebKit_DOMCSSRule":["WebKit_DOMObject"],"WebKit_DOMCSSRuleList":["WebKit_DOMObject"],"WebKit_DOMCSSStyleDeclaration":["WebKit_DOMObject"],"WebKit_DOMCSSStyleRule":["WebKit_DOMCSSRule"],"WebKit_DOMCSSStyleSheet":["WebKit_DOMStyleSheet"],"WebKit_DOMCSSUnknownRule":["WebKit_DOMCSSRule"],"WebKit_DOMCSSValue":["WebKit_DOMObject"],"WebKit_DOMCSSValueList":["WebKit_DOMCSSValue"],"WebKit_DOMCharacterData":["WebKit_DOMNode"],"WebKit_DOMComment":["WebKit_DOMCharacterData"],"WebKit_DOMCounter":["WebKit_DOMObject"],"WebKit_DOMDocument":["WebKit_DOMNode"],"WebKit_DOMDocumentFragment":["WebKit_DOMNode"],"WebKit_DOMDocumentType":["WebKit_DOMNode"],"WebKit_DOMElement":["WebKit_DOMNode"],"WebKit_DOMEntity":["WebKit_DOMNode"],"WebKit_DOMEntityReference":["WebKit_DOMNode"],"WebKit_DOMEvent":["WebKit_DOMObject"],"WebKit_DOMFile":["WebKit_DOMBlob"],"WebKit_DOMFileList":["WebKit_DOMObject"],"WebKit_DOMHTMLAnchorElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLAppletElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLAreaElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLBRElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLBaseElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLBaseFontElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLBodyElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLButtonElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLCollection":["WebKit_DOMObject"],"WebKit_DOMHTMLDListElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLDirectoryElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLDivElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLDocument":["WebKit_DOMDocument"],"WebKit_DOMHTMLElement":["WebKit_DOMElement"],"WebKit_DOMHTMLEmbedElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLFieldSetElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLFontElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLFormElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLFrameElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLFrameSetElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLHRElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLHeadElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLHeadingElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLHtmlElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLIFrameElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLImageElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLInputElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLLIElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLLabelElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLLegendElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLLinkElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLMapElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLMarqueeElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLMenuElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLMetaElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLModElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLOListElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLObjectElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLOptGroupElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLOptionElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLOptionsCollection":["WebKit_DOMObject"],"WebKit_DOMHTMLParagraphElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLParamElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLPreElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLQuoteElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLScriptElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLSelectElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLStyleElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLTableCaptionElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLTableCellElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLTableColElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLTableElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLTableRowElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLTableSectionElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLTextAreaElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLTitleElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLUListElement":["WebKit_DOMHTMLElement"],"WebKit_DOMImplementation":["WebKit_DOMObject"],"WebKit_DOMKeyboardEvent":["WebKit_DOMUIEvent"],"WebKit_DOMMediaList":["WebKit_DOMObject"],"WebKit_DOMMouseEvent":["WebKit_DOMUIEvent"],"WebKit_DOMMutationEvent":["WebKit_DOMEvent"],"WebKit_DOMNamedNodeMap":["WebKit_DOMObject"],"WebKit_DOMNode":["WebKit_DOMObject"],"WebKit_DOMNodeIterator":["WebKit_DOMObject"],"WebKit_DOMNodeList":["WebKit_DOMObject"],"WebKit_DOMObject":["WebKit_WebScriptObject"],"WebKit_DOMOverflowEvent":["WebKit_DOMEvent"],"WebKit_DOMProcessingInstruction":["WebKit_DOMCharacterData"],"WebKit_DOMProgressEvent":["WebKit_DOMEvent"],"WebKit_DOMRGBColor":["WebKit_DOMObject"],"WebKit_DOMRange":["WebKit_DOMObject"],"WebKit_DOMRect":["WebKit_DOMObject"],"WebKit_DOMStyleSheet":["WebKit_DOMObject"],"WebKit_DOMStyleSheetList":["WebKit_DOMObject"],"WebKit_DOMText":["WebKit_DOMCharacterData"],"WebKit_DOMTreeWalker":["WebKit_DOMObject"],"WebKit_DOMUIEvent":["WebKit_DOMEvent"],"WebKit_DOMWheelEvent":["WebKit_DOMMouseEvent"],"WebKit_DOMXPathExpression":["WebKit_DOMObject"],"WebKit_DOMXPathResult":["WebKit_DOMObject"],"WebKit_WKBackForwardList":[],"WebKit_WKBackForwardListItem":[],"WebKit_WKContentRuleList":[],"WebKit_WKContentRuleListStore":[],"WebKit_WKContentWorld":[],"WebKit_WKDownload":[],"WebKit_WKFindConfiguration":[],"WebKit_WKFindResult":[],"WebKit_WKFrameInfo":[],"WebKit_WKHTTPCookieStore":[],"WebKit_WKNavigation":[],"WebKit_WKNavigationAction":[],"WebKit_WKNavigationResponse":[],"WebKit_WKOpenPanelParameters":[],"WebKit_WKPDFConfiguration":[],"WebKit_WKPreferences":[],"WebKit_WKProcessPool":[],"WebKit_WKScriptMessage":[],"WebKit_WKSecurityOrigin":[],"WebKit_WKSnapshotConfiguration":[],"WebKit_WKUserContentController":[],"WebKit_WKUserScript":[],"WebKit_WKWebView":["AppKit_NSView"],"WebKit_WKWebViewConfiguration":[],"WebKit_WKWebpagePreferences":[],"WebKit_WKWebsiteDataRecord":[],"WebKit_WKWebsiteDataStore":[],"WebKit_WKWindowFeatures":[],"WebKit_WebArchive":[],"WebKit_WebBackForwardList":[],"WebKit_WebDataSource":[],"WebKit_WebDownload":["Foundation_NSURLDownload"],"WebKit_WebFrame":[],"WebKit_WebFrameView":["AppKit_NSView"],"WebKit_WebHistory":[],"WebKit_WebHistoryItem":[],"WebKit_WebPreferences":[],"WebKit_WebResource":[],"WebKit_WebScriptObject":[],"WebKit_WebUndefined":[],"WebKit_WebView":["AppKit_NSView"],"WebKit_all":["WebKit","WebKit_DOMAbstractView","WebKit_DOMAttr","WebKit_DOMBlob","WebKit_DOMCDATASection","WebKit_DOMCSSCharsetRule","WebKit_DOMCSSFontFaceRule","WebKit_DOMCSSImportRule","WebKit_DOMCSSMediaRule","WebKit_DOMCSSPageRule","WebKit_DOMCSSPrimitiveValue","WebKit_DOMCSSRule","WebKit_DOMCSSRuleList","WebKit_DOMCSSStyleDeclaration","WebKit_DOMCSSStyleRule","WebKit_DOMCSSStyleSheet","WebKit_DOMCSSUnknownRule","WebKit_DOMCSSValue","WebKit_DOMCSSValueList","WebKit_DOMCharacterData","WebKit_DOMComment","WebKit_DOMCounter","WebKit_DOMDocument","WebKit_DOMDocumentFragment","WebKit_DOMDocumentType","WebKit_DOMElement","WebKit_DOMEntity","WebKit_DOMEntityReference","WebKit_DOMEvent","WebKit_DOMFile","WebKit_DOMFileList","WebKit_DOMHTMLAnchorElement","WebKit_DOMHTMLAppletElement","WebKit_DOMHTMLAreaElement","WebKit_DOMHTMLBRElement","WebKit_DOMHTMLBaseElement","WebKit_DOMHTMLBaseFontElement","WebKit_DOMHTMLBodyElement","WebKit_DOMHTMLButtonElement","WebKit_DOMHTMLCollection","WebKit_DOMHTMLDListElement","WebKit_DOMHTMLDirectoryElement","WebKit_DOMHTMLDivElement","WebKit_DOMHTMLDocument","WebKit_DOMHTMLElement","WebKit_DOMHTMLEmbedElement","WebKit_DOMHTMLFieldSetElement","WebKit_DOMHTMLFontElement","WebKit_DOMHTMLFormElement","WebKit_DOMHTMLFrameElement","WebKit_DOMHTMLFrameSetElement","WebKit_DOMHTMLHRElement","WebKit_DOMHTMLHeadElement","WebKit_DOMHTMLHeadingElement","WebKit_DOMHTMLHtmlElement","WebKit_DOMHTMLIFrameElement","WebKit_DOMHTMLImageElement","WebKit_DOMHTMLInputElement","WebKit_DOMHTMLLIElement","WebKit_DOMHTMLLabelElement","WebKit_DOMHTMLLegendElement","WebKit_DOMHTMLLinkElement","WebKit_DOMHTMLMapElement","WebKit_DOMHTMLMarqueeElement","WebKit_DOMHTMLMenuElement","WebKit_DOMHTMLMetaElement","WebKit_DOMHTMLModElement","WebKit_DOMHTMLOListElement","WebKit_DOMHTMLObjectElement","WebKit_DOMHTMLOptGroupElement","WebKit_DOMHTMLOptionElement","WebKit_DOMHTMLOptionsCollection","WebKit_DOMHTMLParagraphElement","WebKit_DOMHTMLParamElement","WebKit_DOMHTMLPreElement","WebKit_DOMHTMLQuoteElement","WebKit_DOMHTMLScriptElement","WebKit_DOMHTMLSelectElement","WebKit_DOMHTMLStyleElement","WebKit_DOMHTMLTableCaptionElement","WebKit_DOMHTMLTableCellElement","WebKit_DOMHTMLTableColElement","WebKit_DOMHTMLTableElement","WebKit_DOMHTMLTableRowElement","WebKit_DOMHTMLTableSectionElement","WebKit_DOMHTMLTextAreaElement","WebKit_DOMHTMLTitleElement","WebKit_DOMHTMLUListElement","WebKit_DOMImplementation","WebKit_DOMKeyboardEvent","WebKit_DOMMediaList","WebKit_DOMMouseEvent","WebKit_DOMMutationEvent","WebKit_DOMNamedNodeMap","WebKit_DOMNode","WebKit_DOMNodeIterator","WebKit_DOMNodeList","WebKit_DOMObject","WebKit_DOMOverflowEvent","WebKit_DOMProcessingInstruction","WebKit_DOMProgressEvent","WebKit_DOMRGBColor","WebKit_DOMRange","WebKit_DOMRect","WebKit_DOMStyleSheet","WebKit_DOMStyleSheetList","WebKit_DOMText","WebKit_DOMTreeWalker","WebKit_DOMUIEvent","WebKit_DOMWheelEvent","WebKit_DOMXPathExpression","WebKit_DOMXPathResult","WebKit_WKBackForwardList","WebKit_WKBackForwardListItem","WebKit_WKContentRuleList","WebKit_WKContentRuleListStore","WebKit_WKContentWorld","WebKit_WKDownload","WebKit_WKFindConfiguration","WebKit_WKFindResult","WebKit_WKFrameInfo","WebKit_WKHTTPCookieStore","WebKit_WKNavigation","WebKit_WKNavigationAction","WebKit_WKNavigationResponse","WebKit_WKOpenPanelParameters","WebKit_WKPDFConfiguration","WebKit_WKPreferences","WebKit_WKProcessPool","WebKit_WKScriptMessage","WebKit_WKSecurityOrigin","WebKit_WKSnapshotConfiguration","WebKit_WKUserContentController","WebKit_WKUserScript","WebKit_WKWebView","WebKit_WKWebViewConfiguration","WebKit_WKWebpagePreferences","WebKit_WKWebsiteDataRecord","WebKit_WKWebsiteDataStore","WebKit_WKWindowFeatures","WebKit_WebArchive","WebKit_WebBackForwardList","WebKit_WebDataSource","WebKit_WebDownload","WebKit_WebFrame","WebKit_WebFrameView","WebKit_WebHistory","WebKit_WebHistoryItem","WebKit_WebPreferences","WebKit_WebResource","WebKit_WebScriptObject","WebKit_WebUndefined","WebKit_WebView"],"alloc":["objc2?/alloc","block2?/alloc"],"apple":["objc2?/apple","block2?/apple"],"block":["block2"],"block2":["dep:block2"],"default":["std","apple"],"dispatch":["dep:dispatch"],"gnustep-1-7":["objc2?/gnustep-1-7","block2?/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc2?/gnustep-1-8","block2?/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc2?/gnustep-1-9","block2?/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc2?/gnustep-2-0","block2?/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc2?/gnustep-2-1","block2?/gnustep-2-1"],"objc2":["dep:objc2"],"objective-c":["objc2"],"std":["alloc","objc2?/std","block2?/std"],"unstable-docsrs":[],"unstable-example-basic_usage":["Foundation","Foundation_NSArray","Foundation_NSDictionary","Foundation_NSEnumerator"],"unstable-example-browser":["apple","AppKit","AppKit_NSButton","AppKit_NSColor","AppKit_NSMenu","AppKit_NSMenuItem","AppKit_NSStackView","AppKit_NSTextAttachmentCell","AppKit_NSTextField","AppKit_NSTextView","AppKit_NSWindow","Foundation","Foundation_NSString","Foundation_NSURL","Foundation_NSURLRequest","WebKit","WebKit_WKNavigation","WebKit_WKWebView"],"unstable-example-delegate":["apple","Foundation","Foundation_NSString","AppKit","AppKit_NSResponder"],"unstable-example-nspasteboard":["apple","Foundation","Foundation_NSArray","Foundation_NSDictionary","Foundation_NSString","AppKit","AppKit_NSPasteboard"],"unstable-example-speech_synthesis":["apple","Foundation","Foundation_NSString"],"unstable-frameworks-all":["unstable-frameworks-ios","unstable-frameworks-macos-13"],"unstable-frameworks-gnustep":["AppKit_all","Foundation_all"],"unstable-frameworks-gnustep-32bit":["Foundation_all"],"unstable-frameworks-ios":["Foundation_all","unstable-example-basic_usage","unstable-example-speech_synthesis"],"unstable-frameworks-macos-10-13":["CloudKit_all","Contacts_all","CoreLocation_all","EventKit_all","ExternalAccessory_all","GameController_all","GameKit_all","LocalAuthentication_all","MapKit_all","MediaPlayer_all","MetalKit_all","Metal_all","PhotoKit_all","unstable-example-delegate","unstable-example-nspasteboard","unstable-example-speech_synthesis","unstable-frameworks-macos-10-7"],"unstable-frameworks-macos-10-7":["AppKit_all","Automator_all","CoreAnimation_all","CoreData_all","ExceptionHandling_all","Foundation_all","InputMethodKit_all","OSAKit_all","StoreKit_all","WebKit_all","unstable-example-basic_usage"],"unstable-frameworks-macos-11":["Accessibility_all","ClassKit_all","UniformTypeIdentifiers_all","unstable-frameworks-macos-10-13"],"unstable-frameworks-macos-12":["DataDetection_all","LocalAuthenticationEmbeddedUI_all","MailKit_all","MetricKit_all","unstable-frameworks-macos-11"],"unstable-frameworks-macos-13":["AdServices_all","AdSupport_all","AuthenticationServices_all","AutomaticAssessmentConfiguration_all","BackgroundAssets_all","BusinessChat_all","CallKit_all","DeviceCheck_all","ExtensionKit_all","FileProviderUI_all","FileProvider_all","HealthKit_all","IdentityLookup_all","LinkPresentation_all","MetalFX_all","SoundAnalysis_all","Speech_all","UserNotifications_all","unstable-example-browser","unstable-frameworks-macos-12"],"unstable-private":[],"unstable-static-nsstring":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/Cargo.toml","categories":["accessibility","api-bindings","development-tools::ffi","external-ffi-bindings","os::macos-apis"],"keywords":["macos","ios","cocoa","apple","framework"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/icrate/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin","features":["block","objective-c","dispatch","unstable-frameworks-all","unstable-private","unstable-docsrs"],"targets":["x86_64-apple-darwin","aarch64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"objc-sys","version":"0.2.0-beta.2","authors":["Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc-sys@0.2.0-beta.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Raw bindings to the Objective-C runtime and ABI","dependencies":[{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc-sys-0.2.0-beta.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc-sys-0.2.0-beta.2/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"apple":[],"cc":["dep:cc"],"default":["std","apple"],"gnustep-1-7":[],"gnustep-1-8":["gnustep-1-7"],"gnustep-1-9":["gnustep-1-8"],"gnustep-2-0":["gnustep-1-9"],"gnustep-2-1":["gnustep-2-0"],"std":["alloc"],"unstable-c-unwind":[],"unstable-docsrs":[],"unstable-exception":["cc"],"unstable-objfw":[],"unstable-winobjc":["gnustep-1-8"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc-sys-0.2.0-beta.2/Cargo.toml","categories":["external-ffi-bindings","os::macos-apis"],"keywords":["objective-c","macos","ios","objc_msgSend","sys"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc-sys/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin","features":["std","unstable-docsrs"],"no-default-features":true,"targets":["x86_64-apple-darwin","aarch64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-pc-windows-msvc"]}}},"links":"objc_0_2","publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"objc-sys","version":"0.3.5","authors":["Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc-sys@0.3.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Raw bindings to the Objective-C runtime and ABI","dependencies":[{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.80","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc-sys-0.3.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc-sys-0.3.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"apple":[],"cc":["dep:cc"],"default":["std"],"gnustep-1-7":[],"gnustep-1-8":["gnustep-1-7"],"gnustep-1-9":["gnustep-1-8"],"gnustep-2-0":["gnustep-1-9"],"gnustep-2-1":["gnustep-2-0"],"std":["alloc"],"unstable-c-unwind":[],"unstable-exception":["cc"],"unstable-objfw":[],"unstable-winobjc":["gnustep-1-8"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc-sys-0.3.5/Cargo.toml","categories":["external-ffi-bindings","os::macos-apis"],"keywords":["objective-c","macos","ios","objc_msgSend","sys"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc-sys/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}},"release":{"enable-features":[],"shared-version":false,"tag-prefix":"objc-sys"}},"links":"objc_0_3","publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"objc2-app-kit","version":"0.2.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2-app-kit@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to the AppKit framework","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.80","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-core-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(target_vendor = \"apple\")","rename":null,"registry":null,"path":null},{"name":"objc2-core-image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(target_vendor = \"apple\")","rename":null,"registry":null,"path":null},{"name":"objc2-quartz-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(target_vendor = \"apple\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2_app_kit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-app-kit-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"delegate","kind":["example"],"crate_types":["bin"],"required-features":["objc2-foundation/NSNotification","objc2-foundation/NSString","objc2-foundation/NSObject","objc2-foundation/NSThread","NSResponder","NSApplication","NSRunningApplication"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-app-kit-0.2.2/examples/delegate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"nspasteboard","kind":["example"],"crate_types":["bin"],"required-features":["objc2-foundation/NSArray","objc2-foundation/NSString","objc2-foundation/NSObject","NSPasteboard"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-app-kit-0.2.2/examples/nspasteboard.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"AppKitDefines":[],"AppKitErrors":[],"NSATSTypesetter":["objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSRange"],"NSAccessibility":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString"],"NSAccessibilityColor":["objc2-foundation/NSString"],"NSAccessibilityConstants":["objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSAccessibilityCustomAction":["objc2-foundation/NSString"],"NSAccessibilityCustomRotor":["objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSAccessibilityElement":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSAccessibilityProtocols":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSValue"],"NSActionCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSAffineTransform":["objc2-foundation/NSAffineTransform"],"NSAlert":["objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSString"],"NSAlignmentFeedbackFilter":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"NSAnimation":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSAnimationContext":["objc2-foundation/NSDate"],"NSAppearance":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSAppleScriptExtensions":["objc2-foundation/NSAppleScript","objc2-foundation/NSAttributedString"],"NSApplication":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSException","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSUserActivity"],"NSApplicationScripting":["objc2-foundation/NSArray"],"NSArrayController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSIndexSet","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString"],"NSAttributedString":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFileWrapper","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSBezierPath":["objc2-foundation/NSAffineTransform","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSBitmapImageRep":["bitflags","objc2-core-image?/CIImage","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSBox":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSBrowser":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSIndexSet","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSBrowserCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSButton":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSButtonCell":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSButtonTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSCIImageRep":["objc2-core-image?/CIImage","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCachedImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCandidateListTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSCell":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSFormatter","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSClickGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"NSClipView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject"],"NSCollectionView":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSIndexSet","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSCollectionViewCompositionalLayout":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSCollectionViewFlowLayout":["objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSCollectionViewGridLayout":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCollectionViewLayout":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSCollectionViewTransitionLayout":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColor":["objc2-core-image?/CIColor","objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColorList":["objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSColorPanel":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColorPicker":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSColorPickerTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColorPicking":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSColorSampler":[],"NSColorSpace":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColorWell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSComboBox":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSComboBoxCell":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSComboButton":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSControl":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSFormatter","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSController":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"NSCursor":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCustomImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCustomTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSDataAsset":["objc2-foundation/NSBundle","objc2-foundation/NSData","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSDatePicker":["objc2-foundation/NSCalendar","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSTimeZone"],"NSDatePickerCell":["bitflags","objc2-foundation/NSCalendar","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSTimeZone"],"NSDictionaryController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSDiffableDataSource":["objc2-foundation/NSArray","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSDockTile":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSDocument":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFilePresenter","objc2-foundation/NSFileVersion","objc2-foundation/NSFileWrapper","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSUndoManager"],"NSDocumentController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSDocumentScripting":["objc2-foundation/NSScriptCommand","objc2-foundation/NSScriptObjectSpecifiers","objc2-foundation/NSScriptStandardSuiteCommands","objc2-foundation/NSString"],"NSDragging":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObjCRuntime","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSDraggingItem":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSDraggingSession":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSDrawer":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSEPSImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSErrors":["objc2-foundation/NSObjCRuntime","objc2-foundation/NSString"],"NSEvent":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSFilePromiseProvider":["objc2-foundation/NSError","objc2-foundation/NSOperation","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSFilePromiseReceiver":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSOperation","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSFileWrapperExtensions":["objc2-foundation/NSFileWrapper"],"NSFont":["objc2-foundation/NSAffineTransform","objc2-foundation/NSCharacterSet","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSFontAssetRequest":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSProgress"],"NSFontCollection":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSLocale","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSFontDescriptor":["bitflags","objc2-foundation/NSAffineTransform","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSFontManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSFontPanel":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSForm":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSFormCell":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSGlyphGenerator":["objc2-foundation/NSAttributedString"],"NSGlyphInfo":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSGradient":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSGraphics":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSGraphicsContext":["objc2-core-image?/CIContext","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSGridView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange"],"NSGroupTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSHapticFeedback":[],"NSHelpManager":["objc2-foundation/NSAttributedString","objc2-foundation/NSBundle","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString"],"NSImage":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSImageCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSImageRep":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSImageView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSInputManager":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSInputServer":["objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSInterfaceStyle":["objc2-foundation/NSString"],"NSItemProvider":["objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSString"],"NSKeyValueBinding":["objc2-core-data?/NSAttributeDescription","objc2-core-data?/NSPropertyDescription","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSLayoutAnchor":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSLayoutConstraint":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSLayoutGuide":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSLayoutManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSLevelIndicator":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSLevelIndicatorCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMagnificationGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSMatrix":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMediaLibraryBrowserController":["bitflags","objc2-foundation/NSGeometry"],"NSMenu":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSZone"],"NSMenuItem":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMenuItemBadge":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMenuItemCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMenuToolbarItem":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMovie":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"NSNib":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSNibDeclarations":[],"NSNibLoading":[],"NSObjectController":["objc2-core-data?/NSFetchRequest","objc2-core-data?/NSManagedObjectContext","objc2-core-data?/NSPersistentStoreRequest","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSString"],"NSOpenGL":[],"NSOpenGLLayer":[],"NSOpenGLView":[],"NSOpenPanel":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSOutlineView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPDFImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPDFInfo":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPDFPanel":["bitflags","objc2-foundation/NSString"],"NSPICTImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPageController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPageLayout":["objc2-foundation/NSArray"],"NSPanGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPanel":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSParagraphStyle":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCharacterSet","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPasteboard":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSFileWrapper","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPasteboardItem":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSString"],"NSPathCell":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPathComponentCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPathControl":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPathControlItem":["objc2-foundation/NSAttributedString","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPersistentDocument":["objc2-core-data?/NSManagedObjectContext","objc2-core-data?/NSManagedObjectModel","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFilePresenter","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPickerTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPopUpButton":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPopUpButtonCell":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPopover":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPopoverTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPredicateEditor":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPredicateEditorRowTemplate":["objc2-core-data?/NSAttributeDescription","objc2-core-data?/NSEntityDescription","objc2-foundation/NSArray","objc2-foundation/NSComparisonPredicate","objc2-foundation/NSExpression","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSPressGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPressureConfiguration":[],"NSPreviewRepresentingActivityItem":["objc2-foundation/NSItemProvider","objc2-foundation/NSString"],"NSPrintInfo":["objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPrintOperation":["objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObjCRuntime","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSPrintPanel":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSPrinter":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSProgressIndicator":["objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSProgress"],"NSResponder":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSUndoManager"],"NSRotationGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSRuleEditor":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSString"],"NSRulerMarker":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSRulerView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSRunningApplication":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSSavePanel":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSScreen":["objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString"],"NSScrollView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSScroller":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSScrubber":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSScrubberItemView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSScrubberLayout":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSObject","objc2-foundation/NSSet"],"NSSearchField":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSearchFieldCell":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSearchToolbarItem":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSecureTextField":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSegmentedCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSegmentedControl":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSShadow":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSSharingService":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSSharingServicePickerToolbarItem":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSharingServicePickerTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSlider":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSliderAccessory":["objc2-foundation/NSObject"],"NSSliderCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSliderTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSound":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSSpeechRecognizer":["objc2-foundation/NSArray","objc2-foundation/NSString"],"NSSpeechSynthesizer":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSSpellChecker":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSOrthography","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSTextCheckingResult"],"NSSpellProtocol":[],"NSSplitView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSplitViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSplitViewItem":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSStackView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSStatusBar":["objc2-foundation/NSGeometry"],"NSStatusBarButton":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSStatusItem":["bitflags","objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSStepper":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSStepperCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSStepperTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSFormatter","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSStoryboard":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSString"],"NSStoryboardSegue":["objc2-foundation/NSString"],"NSStringDrawing":["bitflags","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSSwitch":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTabView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTabViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTabViewItem":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTableCellView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTableColumn":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString"],"NSTableHeaderCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTableHeaderView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTableRowView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTableView":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSEnumerator","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSTableViewDiffableDataSource":[],"NSTableViewRowAction":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSText":["objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextAlternatives":["objc2-foundation/NSArray","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextAttachment":["objc2-foundation/NSAttributedString","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSFileWrapper","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextAttachmentCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextCheckingClient":["objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextCheckingController":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSTextCheckingResult"],"NSTextContainer":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTextContent":["objc2-foundation/NSString"],"NSTextContentManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextElement":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString"],"NSTextField":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSTextCheckingResult"],"NSTextFieldCell":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextFinder":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSTextInputClient":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextInputContext":["objc2-foundation/NSArray","objc2-foundation/NSNotification","objc2-foundation/NSString"],"NSTextInsertionIndicator":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTextLayoutFragment":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSOperation"],"NSTextLayoutManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSOperation","objc2-foundation/NSString"],"NSTextLineFragment":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextList":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextListElement":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSString"],"NSTextRange":["objc2-foundation/NSObjCRuntime"],"NSTextSelection":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextSelectionNavigation":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSTextStorage":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextStorageScripting":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString"],"NSTextTable":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange"],"NSTextView":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSOrthography","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSTextCheckingResult","objc2-foundation/NSURL","objc2-foundation/NSUndoManager","objc2-foundation/NSValue"],"NSTextViewportLayoutController":["objc2-foundation/NSGeometry"],"NSTintConfiguration":["objc2-foundation/NSObject"],"NSTitlebarAccessoryViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTokenField":["objc2-foundation/NSArray","objc2-foundation/NSCharacterSet","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTokenFieldCell":["objc2-foundation/NSArray","objc2-foundation/NSCharacterSet","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSToolbar":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSToolbarItem":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSToolbarItemGroup":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTouch":["bitflags","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTouchBar":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTrackingArea":["bitflags","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTrackingSeparatorToolbarItem":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTreeController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString"],"NSTreeNode":["objc2-foundation/NSArray","objc2-foundation/NSIndexPath","objc2-foundation/NSSortDescriptor"],"NSTypesetter":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSUserActivity":["objc2-foundation/NSString","objc2-foundation/NSUserActivity"],"NSUserDefaultsController":["objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSUserDefaults"],"NSUserInterfaceCompression":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSUserInterfaceItemIdentification":["objc2-foundation/NSString"],"NSUserInterfaceItemSearching":["objc2-foundation/NSArray","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSUserInterfaceLayout":[],"NSUserInterfaceValidation":[],"NSView":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"NSViewController":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSExtensionContext","objc2-foundation/NSExtensionRequestHandling","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSVisualEffectView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSWindow":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSUndoManager","objc2-foundation/NSValue"],"NSWindowController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSWindowRestoration":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSNotification","objc2-foundation/NSOperation","objc2-foundation/NSString"],"NSWindowScripting":["objc2-foundation/NSScriptCommand","objc2-foundation/NSScriptStandardSuiteCommands"],"NSWindowTab":["objc2-foundation/NSAttributedString","objc2-foundation/NSString"],"NSWindowTabGroup":["objc2-foundation/NSArray","objc2-foundation/NSString"],"NSWorkspace":["bitflags","objc2-foundation/NSAppleEventDescriptor","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFileManager","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSValue"],"all":["AppKitDefines","AppKitErrors","NSATSTypesetter","NSAccessibility","NSAccessibilityColor","NSAccessibilityConstants","NSAccessibilityCustomAction","NSAccessibilityCustomRotor","NSAccessibilityElement","NSAccessibilityProtocols","NSActionCell","NSAffineTransform","NSAlert","NSAlignmentFeedbackFilter","NSAnimation","NSAnimationContext","NSAppearance","NSAppleScriptExtensions","NSApplication","NSApplicationScripting","NSArrayController","NSAttributedString","NSBezierPath","NSBitmapImageRep","NSBox","NSBrowser","NSBrowserCell","NSButton","NSButtonCell","NSButtonTouchBarItem","NSCIImageRep","NSCachedImageRep","NSCandidateListTouchBarItem","NSCell","NSClickGestureRecognizer","NSClipView","NSCollectionView","NSCollectionViewCompositionalLayout","NSCollectionViewFlowLayout","NSCollectionViewGridLayout","NSCollectionViewLayout","NSCollectionViewTransitionLayout","NSColor","NSColorList","NSColorPanel","NSColorPicker","NSColorPickerTouchBarItem","NSColorPicking","NSColorSampler","NSColorSpace","NSColorWell","NSComboBox","NSComboBoxCell","NSComboButton","NSControl","NSController","NSCursor","NSCustomImageRep","NSCustomTouchBarItem","NSDataAsset","NSDatePicker","NSDatePickerCell","NSDictionaryController","NSDiffableDataSource","NSDockTile","NSDocument","NSDocumentController","NSDocumentScripting","NSDragging","NSDraggingItem","NSDraggingSession","NSDrawer","NSEPSImageRep","NSErrors","NSEvent","NSFilePromiseProvider","NSFilePromiseReceiver","NSFileWrapperExtensions","NSFont","NSFontAssetRequest","NSFontCollection","NSFontDescriptor","NSFontManager","NSFontPanel","NSForm","NSFormCell","NSGestureRecognizer","NSGlyphGenerator","NSGlyphInfo","NSGradient","NSGraphics","NSGraphicsContext","NSGridView","NSGroupTouchBarItem","NSHapticFeedback","NSHelpManager","NSImage","NSImageCell","NSImageRep","NSImageView","NSInputManager","NSInputServer","NSInterfaceStyle","NSItemProvider","NSKeyValueBinding","NSLayoutAnchor","NSLayoutConstraint","NSLayoutGuide","NSLayoutManager","NSLevelIndicator","NSLevelIndicatorCell","NSMagnificationGestureRecognizer","NSMatrix","NSMediaLibraryBrowserController","NSMenu","NSMenuItem","NSMenuItemBadge","NSMenuItemCell","NSMenuToolbarItem","NSMovie","NSNib","NSNibDeclarations","NSNibLoading","NSObjectController","NSOpenGL","NSOpenGLLayer","NSOpenGLView","NSOpenPanel","NSOutlineView","NSPDFImageRep","NSPDFInfo","NSPDFPanel","NSPICTImageRep","NSPageController","NSPageLayout","NSPanGestureRecognizer","NSPanel","NSParagraphStyle","NSPasteboard","NSPasteboardItem","NSPathCell","NSPathComponentCell","NSPathControl","NSPathControlItem","NSPersistentDocument","NSPickerTouchBarItem","NSPopUpButton","NSPopUpButtonCell","NSPopover","NSPopoverTouchBarItem","NSPredicateEditor","NSPredicateEditorRowTemplate","NSPressGestureRecognizer","NSPressureConfiguration","NSPreviewRepresentingActivityItem","NSPrintInfo","NSPrintOperation","NSPrintPanel","NSPrinter","NSProgressIndicator","NSResponder","NSRotationGestureRecognizer","NSRuleEditor","NSRulerMarker","NSRulerView","NSRunningApplication","NSSavePanel","NSScreen","NSScrollView","NSScroller","NSScrubber","NSScrubberItemView","NSScrubberLayout","NSSearchField","NSSearchFieldCell","NSSearchToolbarItem","NSSecureTextField","NSSegmentedCell","NSSegmentedControl","NSShadow","NSSharingService","NSSharingServicePickerToolbarItem","NSSharingServicePickerTouchBarItem","NSSlider","NSSliderAccessory","NSSliderCell","NSSliderTouchBarItem","NSSound","NSSpeechRecognizer","NSSpeechSynthesizer","NSSpellChecker","NSSpellProtocol","NSSplitView","NSSplitViewController","NSSplitViewItem","NSStackView","NSStatusBar","NSStatusBarButton","NSStatusItem","NSStepper","NSStepperCell","NSStepperTouchBarItem","NSStoryboard","NSStoryboardSegue","NSStringDrawing","NSSwitch","NSTabView","NSTabViewController","NSTabViewItem","NSTableCellView","NSTableColumn","NSTableHeaderCell","NSTableHeaderView","NSTableRowView","NSTableView","NSTableViewDiffableDataSource","NSTableViewRowAction","NSText","NSTextAlternatives","NSTextAttachment","NSTextAttachmentCell","NSTextCheckingClient","NSTextCheckingController","NSTextContainer","NSTextContent","NSTextContentManager","NSTextElement","NSTextField","NSTextFieldCell","NSTextFinder","NSTextInputClient","NSTextInputContext","NSTextInsertionIndicator","NSTextLayoutFragment","NSTextLayoutManager","NSTextLineFragment","NSTextList","NSTextListElement","NSTextRange","NSTextSelection","NSTextSelectionNavigation","NSTextStorage","NSTextStorageScripting","NSTextTable","NSTextView","NSTextViewportLayoutController","NSTintConfiguration","NSTitlebarAccessoryViewController","NSTokenField","NSTokenFieldCell","NSToolbar","NSToolbarItem","NSToolbarItemGroup","NSTouch","NSTouchBar","NSTouchBarItem","NSTrackingArea","NSTrackingSeparatorToolbarItem","NSTreeController","NSTreeNode","NSTypesetter","NSUserActivity","NSUserDefaultsController","NSUserInterfaceCompression","NSUserInterfaceItemIdentification","NSUserInterfaceItemSearching","NSUserInterfaceLayout","NSUserInterfaceValidation","NSView","NSViewController","NSVisualEffectView","NSWindow","NSWindowController","NSWindowRestoration","NSWindowScripting","NSWindowTab","NSWindowTabGroup","NSWorkspace","bitflags","block2","libc","objc2-core-data","objc2-core-image","objc2-quartz-core"],"alloc":["block2?/alloc","objc2/alloc","objc2-core-data?/alloc","objc2-core-image?/alloc","objc2-foundation/alloc","objc2-quartz-core?/alloc"],"apple":[],"bitflags":["dep:bitflags","objc2-core-data?/bitflags","objc2-foundation/bitflags","objc2-quartz-core?/bitflags"],"block2":["dep:block2","objc2-core-data?/block2","objc2-core-image?/block2","objc2-foundation/block2","objc2-quartz-core?/block2"],"default":["std"],"gnustep-1-7":["objc2/gnustep-1-7","block2?/gnustep-1-7","objc2-foundation/gnustep-1-7","objc2-core-data?/gnustep-1-7","objc2-quartz-core?/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc2/gnustep-1-8","block2?/gnustep-1-8","objc2-foundation/gnustep-1-8","objc2-core-data?/gnustep-1-8","objc2-quartz-core?/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc2/gnustep-1-9","block2?/gnustep-1-9","objc2-foundation/gnustep-1-9","objc2-core-data?/gnustep-1-9","objc2-quartz-core?/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc2/gnustep-2-0","block2?/gnustep-2-0","objc2-foundation/gnustep-2-0","objc2-core-data?/gnustep-2-0","objc2-quartz-core?/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc2/gnustep-2-1","block2?/gnustep-2-1","objc2-foundation/gnustep-2-1","objc2-core-data?/gnustep-2-1","objc2-quartz-core?/gnustep-2-1"],"libc":["dep:libc","objc2-foundation/libc"],"objc2-core-data":["dep:objc2-core-data"],"objc2-core-image":["dep:objc2-core-image"],"objc2-quartz-core":["dep:objc2-quartz-core"],"std":["alloc","bitflags?/std","block2?/std","libc?/std","objc2/std","objc2-core-data?/std","objc2-core-image?/std","objc2-foundation/std","objc2-quartz-core?/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-app-kit-0.2.2/Cargo.toml","categories":["api-bindings","development-tools::ffi","external-ffi-bindings","os::macos-apis"],"keywords":["cocoa","apple","framework","macos"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","features":["all"],"targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"objc2-encode","version":"2.0.0-pre.2","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2-encode@2.0.0-pre.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Objective-C type-encodings","dependencies":[{"name":"objc-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.0-beta.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2-encode","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-2.0.0-pre.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"core_graphics","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-2.0.0-pre.2/examples/core_graphics.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ns_string","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-2.0.0-pre.2/examples/ns_string.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ns_uinteger","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-2.0.0-pre.2/examples/ns_uinteger.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"opaque_type","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-2.0.0-pre.2/examples/opaque_type.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":["objc-sys/alloc"],"apple":["objc-sys/apple"],"default":["std","apple"],"gnustep-1-7":["objc-sys/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc-sys/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc-sys/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc-sys/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc-sys/gnustep-2-1"],"std":["alloc","objc-sys/std"],"unstable-c-unwind":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-2.0.0-pre.2/Cargo.toml","categories":["development-tools::ffi","encoding","no-std","os::macos-apis"],"keywords":["objective-c","macos","ios","encode"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc2-encode/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin","targets":["x86_64-apple-darwin","aarch64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"objc2-encode","version":"3.0.0","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2-encode@3.0.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Objective-C type-encoding representation and parsing","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"objc2-encode","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-3.0.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-3.0.0/Cargo.toml","categories":["development-tools::ffi","encoding","no-std","os::macos-apis"],"keywords":["objective-c","macos","ios","encode"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc2-encode/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin","targets":["x86_64-apple-darwin","aarch64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"objc2-encode","version":"4.0.3","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2-encode@4.0.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Objective-C type-encoding representation and parsing","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"objc2_encode","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-4.0.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-4.0.3/Cargo.toml","categories":["development-tools::ffi","encoding","no-std","os::macos-apis"],"keywords":["objective-c","macos","ios","encode"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc2-encode/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}},"release":{"enable-features":[],"shared-version":false,"tag-prefix":"objc-encode"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"objc2-foundation","version":"0.2.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2-foundation@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to the Foundation framework","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dispatch","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.80","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2_foundation","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-foundation-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"basic_usage","kind":["example"],"crate_types":["bin"],"required-features":["NSArray","NSDictionary","NSEnumerator","NSRange","NSObject"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-foundation-0.2.2/examples/basic_usage.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"speech_synthesis","kind":["example"],"crate_types":["bin"],"required-features":["NSString","NSObject"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-foundation-0.2.2/examples/speech_synthesis.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"FoundationErrors":[],"FoundationLegacySwiftCompatibility":[],"NSAffineTransform":[],"NSAppleEventDescriptor":["bitflags"],"NSAppleEventManager":[],"NSAppleScript":[],"NSArchiver":[],"NSArray":["bitflags"],"NSAttributedString":["bitflags"],"NSAutoreleasePool":[],"NSBackgroundActivityScheduler":[],"NSBundle":[],"NSByteCountFormatter":["bitflags"],"NSByteOrder":[],"NSCache":[],"NSCalendar":["bitflags"],"NSCalendarDate":[],"NSCharacterSet":[],"NSClassDescription":[],"NSCoder":[],"NSComparisonPredicate":["bitflags"],"NSCompoundPredicate":[],"NSConnection":[],"NSData":["bitflags"],"NSDate":[],"NSDateComponentsFormatter":["bitflags"],"NSDateFormatter":[],"NSDateInterval":[],"NSDateIntervalFormatter":[],"NSDecimal":[],"NSDecimalNumber":[],"NSDictionary":[],"NSDistantObject":[],"NSDistributedLock":[],"NSDistributedNotificationCenter":["bitflags"],"NSEnergyFormatter":[],"NSEnumerator":[],"NSError":[],"NSException":[],"NSExpression":[],"NSExtensionContext":[],"NSExtensionItem":[],"NSExtensionRequestHandling":[],"NSFileCoordinator":["bitflags"],"NSFileHandle":[],"NSFileManager":["bitflags"],"NSFilePresenter":[],"NSFileVersion":["bitflags"],"NSFileWrapper":["bitflags"],"NSFormatter":[],"NSGarbageCollector":[],"NSGeometry":["bitflags"],"NSHFSFileTypes":[],"NSHTTPCookie":[],"NSHTTPCookieStorage":[],"NSHashTable":[],"NSHost":[],"NSISO8601DateFormatter":["bitflags"],"NSIndexPath":[],"NSIndexSet":[],"NSInflectionRule":[],"NSInvocation":[],"NSItemProvider":["bitflags"],"NSJSONSerialization":["bitflags"],"NSKeyValueCoding":[],"NSKeyValueObserving":["bitflags"],"NSKeyedArchiver":[],"NSLengthFormatter":[],"NSLinguisticTagger":["bitflags"],"NSListFormatter":[],"NSLocale":[],"NSLock":[],"NSMapTable":[],"NSMassFormatter":[],"NSMeasurement":[],"NSMeasurementFormatter":["bitflags"],"NSMetadata":[],"NSMetadataAttributes":[],"NSMethodSignature":[],"NSMorphology":[],"NSNetServices":["bitflags"],"NSNotification":[],"NSNotificationQueue":["bitflags"],"NSNull":[],"NSNumberFormatter":[],"NSObjCRuntime":["bitflags"],"NSObject":[],"NSObjectScripting":[],"NSOperation":[],"NSOrderedCollectionChange":[],"NSOrderedCollectionDifference":["bitflags"],"NSOrderedSet":[],"NSOrthography":[],"NSPathUtilities":["bitflags"],"NSPersonNameComponents":[],"NSPersonNameComponentsFormatter":["bitflags"],"NSPointerArray":[],"NSPointerFunctions":["bitflags"],"NSPort":["bitflags"],"NSPortCoder":[],"NSPortMessage":[],"NSPortNameServer":[],"NSPredicate":[],"NSProcessInfo":["bitflags"],"NSProgress":[],"NSPropertyList":["bitflags"],"NSProtocolChecker":[],"NSProxy":[],"NSRange":[],"NSRegularExpression":["bitflags"],"NSRelativeDateTimeFormatter":[],"NSRunLoop":[],"NSScanner":[],"NSScriptClassDescription":[],"NSScriptCoercionHandler":[],"NSScriptCommand":[],"NSScriptCommandDescription":[],"NSScriptExecutionContext":[],"NSScriptKeyValueCoding":[],"NSScriptObjectSpecifiers":[],"NSScriptStandardSuiteCommands":[],"NSScriptSuiteRegistry":[],"NSScriptWhoseTests":[],"NSSet":[],"NSSortDescriptor":[],"NSSpellServer":[],"NSStream":["bitflags"],"NSString":["bitflags"],"NSTask":[],"NSTermOfAddress":[],"NSTextCheckingResult":["bitflags"],"NSThread":[],"NSTimeZone":[],"NSTimer":[],"NSURL":["bitflags"],"NSURLAuthenticationChallenge":[],"NSURLCache":[],"NSURLConnection":[],"NSURLCredential":[],"NSURLCredentialStorage":[],"NSURLDownload":[],"NSURLError":[],"NSURLHandle":[],"NSURLProtectionSpace":[],"NSURLProtocol":[],"NSURLRequest":[],"NSURLResponse":[],"NSURLSession":[],"NSUUID":[],"NSUbiquitousKeyValueStore":[],"NSUndoManager":[],"NSUnit":[],"NSUserActivity":[],"NSUserDefaults":[],"NSUserNotification":[],"NSUserScriptTask":[],"NSValue":[],"NSValueTransformer":[],"NSXMLDTD":[],"NSXMLDTDNode":[],"NSXMLDocument":[],"NSXMLElement":[],"NSXMLNode":[],"NSXMLNodeOptions":["bitflags"],"NSXMLParser":[],"NSXPCConnection":["bitflags"],"NSZone":[],"all":["FoundationErrors","FoundationLegacySwiftCompatibility","NSAffineTransform","NSAppleEventDescriptor","NSAppleEventManager","NSAppleScript","NSArchiver","NSArray","NSAttributedString","NSAutoreleasePool","NSBackgroundActivityScheduler","NSBundle","NSByteCountFormatter","NSByteOrder","NSCache","NSCalendar","NSCalendarDate","NSCharacterSet","NSClassDescription","NSCoder","NSComparisonPredicate","NSCompoundPredicate","NSConnection","NSData","NSDate","NSDateComponentsFormatter","NSDateFormatter","NSDateInterval","NSDateIntervalFormatter","NSDecimal","NSDecimalNumber","NSDictionary","NSDistantObject","NSDistributedLock","NSDistributedNotificationCenter","NSEnergyFormatter","NSEnumerator","NSError","NSException","NSExpression","NSExtensionContext","NSExtensionItem","NSExtensionRequestHandling","NSFileCoordinator","NSFileHandle","NSFileManager","NSFilePresenter","NSFileVersion","NSFileWrapper","NSFormatter","NSGarbageCollector","NSGeometry","NSHFSFileTypes","NSHTTPCookie","NSHTTPCookieStorage","NSHashTable","NSHost","NSISO8601DateFormatter","NSIndexPath","NSIndexSet","NSInflectionRule","NSInvocation","NSItemProvider","NSJSONSerialization","NSKeyValueCoding","NSKeyValueObserving","NSKeyedArchiver","NSLengthFormatter","NSLinguisticTagger","NSListFormatter","NSLocale","NSLock","NSMapTable","NSMassFormatter","NSMeasurement","NSMeasurementFormatter","NSMetadata","NSMetadataAttributes","NSMethodSignature","NSMorphology","NSNetServices","NSNotification","NSNotificationQueue","NSNull","NSNumberFormatter","NSObjCRuntime","NSObject","NSObjectScripting","NSOperation","NSOrderedCollectionChange","NSOrderedCollectionDifference","NSOrderedSet","NSOrthography","NSPathUtilities","NSPersonNameComponents","NSPersonNameComponentsFormatter","NSPointerArray","NSPointerFunctions","NSPort","NSPortCoder","NSPortMessage","NSPortNameServer","NSPredicate","NSProcessInfo","NSProgress","NSPropertyList","NSProtocolChecker","NSProxy","NSRange","NSRegularExpression","NSRelativeDateTimeFormatter","NSRunLoop","NSScanner","NSScriptClassDescription","NSScriptCoercionHandler","NSScriptCommand","NSScriptCommandDescription","NSScriptExecutionContext","NSScriptKeyValueCoding","NSScriptObjectSpecifiers","NSScriptStandardSuiteCommands","NSScriptSuiteRegistry","NSScriptWhoseTests","NSSet","NSSortDescriptor","NSSpellServer","NSStream","NSString","NSTask","NSTermOfAddress","NSTextCheckingResult","NSThread","NSTimeZone","NSTimer","NSURL","NSURLAuthenticationChallenge","NSURLCache","NSURLConnection","NSURLCredential","NSURLCredentialStorage","NSURLDownload","NSURLError","NSURLHandle","NSURLProtectionSpace","NSURLProtocol","NSURLRequest","NSURLResponse","NSURLSession","NSUUID","NSUbiquitousKeyValueStore","NSUndoManager","NSUnit","NSUserActivity","NSUserDefaults","NSUserNotification","NSUserScriptTask","NSValue","NSValueTransformer","NSXMLDTD","NSXMLDTDNode","NSXMLDocument","NSXMLElement","NSXMLNode","NSXMLNodeOptions","NSXMLParser","NSXPCConnection","NSZone","bitflags","block2","libc"],"alloc":["block2?/alloc","objc2/alloc"],"apple":[],"bitflags":["dep:bitflags"],"block2":["dep:block2"],"default":["std"],"dispatch":["dep:dispatch"],"gnustep-1-7":["objc2/gnustep-1-7","block2?/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc2/gnustep-1-8","block2?/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc2/gnustep-1-9","block2?/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc2/gnustep-2-0","block2?/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc2/gnustep-2-1","block2?/gnustep-2-1"],"libc":["dep:libc"],"std":["alloc","bitflags?/std","block2?/std","libc?/std","objc2/std"],"unstable-static-nsstring":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-foundation-0.2.2/Cargo.toml","categories":["api-bindings","development-tools::ffi","external-ffi-bindings","os::macos-apis"],"keywords":["cocoa","apple","framework","macos","ios"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","features":["dispatch","all"],"targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"objc2","version":"0.3.0-beta.3.patch-leaks.3","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2@0.3.0-beta.3.patch-leaks.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Objective-C interface and bindings to the Cocoa Foundation framework","dependencies":[{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.0-alpha.6","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"malloc_buf","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.0-beta.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-encode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=2.0.0-pre.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-proc-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"iai","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"basic_usage","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/examples/basic_usage.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"class_with_lifetime","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/examples/class_with_lifetime.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"delegate","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/examples/delegate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"introspection","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/examples/introspection.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"nspasteboard","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/examples/nspasteboard.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"speech_synthethis","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/examples/speech_synthethis.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"id_retain_autoreleased","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/tests/id_retain_autoreleased.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"no_prelude","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/tests/no_prelude.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"use_macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/tests/use_macros.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"autorelease","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/benches/autorelease.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":["objc2-encode/alloc","objc-sys/alloc","block2?/alloc"],"apple":["objc-sys/apple","objc2-encode/apple","block2?/apple"],"block":["block2"],"block2":["dep:block2"],"catch-all":["exception"],"default":["std","apple","foundation"],"exception":["objc-sys/unstable-exception"],"foundation":[],"gnustep-1-7":["objc-sys/gnustep-1-7","objc2-encode/gnustep-1-7","block2?/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc-sys/gnustep-1-8","objc2-encode/gnustep-1-8","block2?/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc-sys/gnustep-1-9","objc2-encode/gnustep-1-9","block2?/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc-sys/gnustep-2-0","objc2-encode/gnustep-2-0","block2?/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc-sys/gnustep-2-1","objc2-encode/gnustep-2-1","block2?/gnustep-2-1"],"malloc":["malloc_buf"],"malloc_buf":["dep:malloc_buf"],"objc2-proc-macros":["dep:objc2-proc-macros"],"std":["alloc","objc2-encode/std","objc-sys/std","block2?/std"],"unstable-autoreleasesafe":[],"unstable-c-unwind":[],"unstable-docsrs":[],"unstable-static-class":["objc2-proc-macros"],"unstable-static-class-inlined":["unstable-static-class"],"unstable-static-sel":["objc2-proc-macros"],"unstable-static-sel-inlined":["unstable-static-sel"],"uuid":["dep:uuid"],"verify_message":["malloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/Cargo.toml","categories":["api-bindings","development-tools::ffi","os::macos-apis"],"keywords":["objective-c","macos","ios","objc_msgSend","cocoa"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc2/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin","features":["exception","malloc","block","uuid","unstable-docsrs"],"targets":["x86_64-apple-darwin","aarch64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"objc2","version":"0.4.1","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2@0.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Objective-C interface and runtime bindings","dependencies":[{"name":"malloc_buf","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-encode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-proc-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"iai","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"class_with_lifetime","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/examples/class_with_lifetime.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_core_graphics","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/examples/encode_core_graphics.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_nsstring","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/examples/encode_nsstring.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_nsuinteger","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/examples/encode_nsuinteger.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_opaque_type","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/examples/encode_opaque_type.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"introspection","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/examples/introspection.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"declare_class_self","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/tests/declare_class_self.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"id_retain_autoreleased","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/tests/id_retain_autoreleased.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"macros_mainthreadmarker","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/tests/macros_mainthreadmarker.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"no_prelude","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/tests/no_prelude.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"track_caller","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/tests/track_caller.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"use_macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/tests/use_macros.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"autorelease","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/benches/autorelease.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":["objc2-encode/alloc","objc-sys/alloc"],"apple":["objc-sys/apple"],"catch-all":["exception"],"default":["std","apple"],"exception":["objc-sys/unstable-exception"],"gnustep-1-7":["objc-sys/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc-sys/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc-sys/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc-sys/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc-sys/gnustep-2-1"],"malloc":["malloc_buf"],"malloc_buf":["dep:malloc_buf"],"objc2-proc-macros":["dep:objc2-proc-macros"],"relax-void-encoding":[],"std":["alloc","objc2-encode/std","objc-sys/std"],"unstable-apple-new":["apple"],"unstable-autoreleasesafe":[],"unstable-c-unwind":[],"unstable-compiler-rt":["apple"],"unstable-docsrs":[],"unstable-static-class":["objc2-proc-macros"],"unstable-static-class-inlined":["unstable-static-class"],"unstable-static-sel":["objc2-proc-macros"],"unstable-static-sel-inlined":["unstable-static-sel"],"verify":["malloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/Cargo.toml","categories":["api-bindings","development-tools::ffi","os::macos-apis"],"keywords":["objective-c","macos","ios","objc_msgSend","objc"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc2/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin","features":["exception","malloc","unstable-docsrs"],"targets":["x86_64-apple-darwin","aarch64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"objc2","version":"0.5.2","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Objective-C interface and runtime bindings","dependencies":[{"name":"malloc_buf","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-encode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-proc-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"iai","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_vendor = \"apple\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"class_with_lifetime","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/class_with_lifetime.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_opaque_type","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/encode_opaque_type.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_nsstring","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/encode_nsstring.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_nsuinteger","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/encode_nsuinteger.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_core_graphics","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/encode_core_graphics.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"introspection","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/introspection.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"use_macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/use_macros.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"no_prelude","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/no_prelude.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"macros_mainthreadmarker","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/macros_mainthreadmarker.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"id_retain_autoreleased","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/id_retain_autoreleased.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"declare_class_self","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/declare_class_self.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"track_caller","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/track_caller.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"declare_class","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/declare_class.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"autorelease","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/benches/autorelease.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":["objc2-encode/alloc","objc-sys/alloc"],"apple":[],"catch-all":["exception"],"default":["std"],"exception":["objc-sys/unstable-exception"],"gnustep-1-7":["unstable-static-class","objc-sys/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc-sys/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc-sys/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc-sys/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc-sys/gnustep-2-1"],"malloc":["malloc_buf"],"malloc_buf":["dep:malloc_buf"],"objc2-proc-macros":["dep:objc2-proc-macros"],"relax-sign-encoding":[],"relax-void-encoding":[],"std":["alloc","objc2-encode/std","objc-sys/std"],"unstable-apple-new":[],"unstable-autoreleasesafe":[],"unstable-c-unwind":[],"unstable-compiler-rt":["gnustep-1-7"],"unstable-msg-send-always-comma":[],"unstable-static-class":["objc2-proc-macros"],"unstable-static-class-inlined":["unstable-static-class"],"unstable-static-sel":["objc2-proc-macros"],"unstable-static-sel-inlined":["unstable-static-sel"],"verify":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/Cargo.toml","categories":["api-bindings","development-tools::ffi","os::macos-apis"],"keywords":["objective-c","macos","ios","objc_msgSend","objc"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc2/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","features":["exception"],"targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}},"release":{"enable-features":[],"shared-version":false,"tag-prefix":"objc"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"plotters-backend","version":"0.3.6","authors":["Hao Hou "],"id":"registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Plotters Backend API","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"plotters-backend","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.6/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/plotters-rs/plotters","homepage":"https://plotters-rs.github.io","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"plotters-svg","version":"0.3.6","authors":["Hao Hou "],"id":"registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Plotters SVG backend","dependencies":[{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.2","kind":"normal","optional":true,"uses_default_features":false,"features":["jpeg","png","bmp"],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"plotters-svg","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"bitmap_encoder":["image"],"debug":[],"image":["dep:image"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.6/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/plotters-rs/plotters.git","homepage":"https://plotters-rs.github.io","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"plotters","version":"0.3.6","authors":["Hao Hou "],"id":"registry+https://github.com/rust-lang/crates.io-index#plotters@0.3.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust drawing library focus on data plotting for both WASM and native applications","dependencies":[{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.20","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters-bitmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters-svg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.139","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.140","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.82","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.62","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.51","kind":"normal","optional":false,"uses_default_features":true,"features":["Document","DomRect","Element","HtmlElement","Node","Window","HtmlCanvasElement","CanvasRenderingContext2d"],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.24","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"ab_glyph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.12","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"font-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.3","kind":"normal","optional":true,"uses_default_features":false,"features":["jpeg","png","bmp"],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"pathfinder_geometry","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"ttf-parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"rand_distr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"rand_xorshift","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"plotters","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"3d-plot","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/3d-plot.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"3d-plot2","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/3d-plot2.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"animation","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/animation.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"area-chart","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/area-chart.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"blit-bitmap","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/blit-bitmap.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"boxplot","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/boxplot.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"chart","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/chart.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"colormaps","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/colormaps.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"console","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/console.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"customized_coord","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/customized_coord.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"errorbar","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/errorbar.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"full_palette","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/full_palette.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"histogram","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/histogram.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"mandelbrot","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/mandelbrot.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"matshow","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/matshow.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"nested_coord","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/nested_coord.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"normal-dist","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/normal-dist.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"normal-dist2","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/normal-dist2.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"pie","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/pie.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"relative_size","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/relative_size.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"sierpinski","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/sierpinski.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"slc-temp","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/slc-temp.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"snowflake","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/snowflake.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"stock","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/stock.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tick_control","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/tick_control.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"two-scales","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/two-scales.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"benchmark","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/benches/main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"ab_glyph":["dep:ab_glyph","once_cell"],"all_elements":["errorbar","candlestick","boxplot","histogram"],"all_series":["area_series","line_series","point_series","surface_series"],"area_series":[],"bitmap_backend":["plotters-bitmap"],"bitmap_encoder":["plotters-bitmap/image_encoder"],"bitmap_gif":["plotters-bitmap/gif_backend"],"boxplot":[],"candlestick":[],"chrono":["dep:chrono"],"colormaps":[],"datetime":["chrono"],"default":["bitmap_backend","bitmap_encoder","bitmap_gif","svg_backend","chrono","ttf","image","deprecated_items","all_series","all_elements","full_palette","colormaps"],"deprecated_items":[],"errorbar":[],"evcxr":["svg_backend"],"evcxr_bitmap":["evcxr","bitmap_backend","plotters-svg/bitmap_encoder"],"font-kit":["dep:font-kit"],"fontconfig-dlopen":["font-kit/source-fontconfig-dlopen"],"full_palette":[],"histogram":[],"image":["dep:image"],"lazy_static":["dep:lazy_static"],"line_series":[],"once_cell":["dep:once_cell"],"pathfinder_geometry":["dep:pathfinder_geometry"],"plotters-bitmap":["dep:plotters-bitmap"],"plotters-svg":["dep:plotters-svg"],"point_series":[],"surface_series":[],"svg_backend":["plotters-svg"],"ttf":["font-kit","ttf-parser","lazy_static","pathfinder_geometry"],"ttf-parser":["dep:ttf-parser"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/Cargo.toml","categories":["visualization","wasm"],"keywords":["WebAssembly","Visualization","Plotting","Drawing"],"readme":"README.md","repository":"https://github.com/plotters-rs/plotters","homepage":"https://plotters-rs.github.io/","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"symbolic-common","version":"12.9.2","authors":["Armin Ronacher ","Jan Michael Auer "],"id":"registry+https://github.com/rust-lang/crates.io-index#symbolic-common@12.9.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common types and utilities for symbolic, a library to symbolicate and process\nstack traces from native applications, minidumps or minified JavaScript.\n","dependencies":[{"name":"debugid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.171","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"stable_deref_trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"similar-asserts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"symbolic-common","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-common-12.9.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"serde":["dep:serde","debugid/serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-common-12.9.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/getsentry/symbolic","homepage":"https://github.com/getsentry/symbolic","documentation":"https://docs.rs/symbolic-common","edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"symbolic-demangle","version":"12.9.2","authors":["Armin Ronacher ","Jan Michael Auer "],"id":"registry+https://github.com/rust-lang/crates.io-index#symbolic-demangle@12.9.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library to demangle symbols from various languages and compilers.\n","dependencies":[{"name":"cpp_demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"msvc-demangler","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.21","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"symbolic-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^12.9.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"similar-asserts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"symbolic-demangle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-demangle-12.9.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-demangle-12.9.2/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"cc":["dep:cc"],"cpp":["cpp_demangle"],"cpp_demangle":["dep:cpp_demangle"],"default":["cpp","msvc","rust","swift"],"msvc":["msvc-demangler"],"msvc-demangler":["dep:msvc-demangler"],"rust":["rustc-demangle"],"rustc-demangle":["dep:rustc-demangle"],"swift":["cc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-demangle-12.9.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/getsentry/symbolic","homepage":"https://github.com/getsentry/symbolic","documentation":"https://docs.rs/symbolic-demangle","edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"wayland-protocols-wlr","version":"0.2.0","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols-wlr@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated API for the WLR wayland protocol extensions","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-server","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland-protocols-wlr","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-wlr-0.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"client":["wayland-client","wayland-protocols/client"],"server":["wayland-server","wayland-protocols/server"],"wayland-client":["dep:wayland-client"],"wayland-server":["dep:wayland-server"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-wlr-0.2.0/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client","server","protocol","extension"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-protocols-wlr/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) [2021] [Marvin Countryman]\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE.md","used_by":[{"crate":{"name":"simd-adler32","version":"0.3.7","authors":["Marvin Countryman "],"id":"registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A SIMD-accelerated Adler-32 hash algorithm implementation.","dependencies":[{"name":"adler","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"adler32","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"simd-adler32","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"alts","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/bench/alts.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"variants","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/bench/variants.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"const-generics":[],"default":["std","const-generics"],"nightly":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/Cargo.toml","categories":["algorithms","no-std"],"keywords":["simd","avx2","ssse3","adler","adler32"],"readme":"README.md","repository":"https://github.com/mcountryman/simd-adler32","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License Copyright (c) \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is furnished\nto do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS\nOR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\nOR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","source_path":"plasma-wayland-protocols/LICENSES/MIT.txt","used_by":[{"crate":{"name":"wayland-protocols-plasma","version":"0.2.0","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols-plasma@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated API for the Plasma wayland protocol extensions","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-server","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland-protocols-plasma","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-plasma-0.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"client":["wayland-client","wayland-protocols/client"],"server":["wayland-server","wayland-protocols/server"],"wayland-client":["dep:wayland-client"],"wayland-server":["dep:wayland-server"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-plasma-0.2.0/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client","server","protocol","extension"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-protocols-plasma/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Permission is hereby granted, free of charge, to any\nperson obtaining a copy of this software and associated\ndocumentation files (the \"Software\"), to deal in the\nSoftware without restriction, including without\nlimitation the rights to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software\nis furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice\nshall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF\nANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED\nTO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\nPARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT\nSHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"gstreamer-base-sys","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-base-sys@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgstbase-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gstreamer_base_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-sys-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-sys-0.23.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-sys-0.23.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_14_1":[],"v1_14_3":["v1_14_1"],"v1_16":["v1_14_3"],"v1_18":["v1_16"],"v1_20":["v1_18"],"v1_22":["v1_20"],"v1_24":["v1_22"],"v1_26":["v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-sys-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["ffi","gstreamer","gnome","multimedia"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_base_sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gstreamer_base_1_0":{"name":"gstreamer-base-1.0","v1_14_1":{"version":"1.14.1"},"v1_14_3":{"version":"1.14.3"},"v1_16":{"version":"1.16"},"v1_18":{"version":"1.18"},"v1_20":{"version":"1.20"},"v1_22":{"version":"1.22"},"v1_24":{"version":"1.24"},"v1_26":{"version":"1.25"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"path":null},{"crate":{"name":"gstreamer-controller-sys","version":"0.23.0","authors":["Alexey Galakhov "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-controller-sys@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgstcontroller-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gstreamer_controller_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-sys-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-sys-0.23.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-sys-0.23.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_16":[],"v1_18":["v1_16"],"v1_20":["v1_18"],"v1_22":["v1_20"],"v1_24":["v1_22"],"v1_26":["v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-sys-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["ffi","gstreamer","gnome","multimedia"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_app_sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gstreamer_controller_1_0":{"name":"gstreamer-controller-1.0","v1_16":{"version":"1.16"},"v1_18":{"version":"1.18"},"v1_20":{"version":"1.20"},"v1_22":{"version":"1.22"},"v1_24":{"version":"1.24"},"v1_26":{"version":"1.25"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"path":null},{"crate":{"name":"gstreamer-sys","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-sys@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgstreamer-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gstreamer_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-sys-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-sys-0.23.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-sys-0.23.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_16":[],"v1_18":["v1_16"],"v1_18_3":["v1_18"],"v1_20":["v1_18_3"],"v1_20_4":["v1_20"],"v1_22":["v1_20_4"],"v1_24":["v1_22"],"v1_26":["v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-sys-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["ffi","gstreamer","gnome","multimedia"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gstreamer_1_0":{"name":"gstreamer-1.0","v1_16":{"version":"1.16"},"v1_18":{"version":"1.18"},"v1_18_3":{"version":"1.18.3"},"v1_20":{"version":"1.20"},"v1_20_4":{"version":"1.20.4"},"v1_22":{"version":"1.22"},"v1_24":{"version":"1.24"},"v1_26":{"version":"1.25"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"path":null},{"crate":{"name":"gstreamer-video-sys","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-video-sys@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgstvideo-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-base-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gstreamer_video_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-sys-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-sys-0.23.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-sys-0.23.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_16":[],"v1_18":["v1_16"],"v1_20":["v1_18"],"v1_22":["v1_20"],"v1_24":["v1_22"],"v1_26":["v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-sys-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["ffi","gstreamer","gnome","multimedia"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_video_sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gstreamer_video_1_0":{"name":"gstreamer-video-1.0","v1_16":{"version":"1.16"},"v1_18":{"version":"1.18"},"v1_20":{"version":"1.20"},"v1_22":{"version":"1.22"},"v1_24":{"version":"1.24"},"v1_26":{"version":"1.25"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"path":null},{"crate":{"name":"is-terminal","version":"0.4.12","authors":["softprops ","Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#is-terminal@0.4.12","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Test whether a given stream is a terminal","dependencies":[{"name":"atty","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(unix, target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.110","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(unix, target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.0","kind":"dev","optional":false,"uses_default_features":true,"features":["termios"],"target":"cfg(any(unix, target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.0","kind":"dev","optional":false,"uses_default_features":true,"features":["stdio"],"target":"cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))","rename":null,"registry":null,"path":null},{"name":"hermit-abi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"hermit\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_FileSystem","Win32_System_Console"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"is-terminal","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/Cargo.toml","categories":["command-line-interface"],"keywords":["terminal","tty","isatty"],"readme":"README.md","repository":"https://github.com/sunfishcode/is-terminal","homepage":null,"documentation":"https://docs.rs/is-terminal","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"x11-dl","version":"2.21.0","authors":["daggerbot ","Erle Pereira ","AltF02 "],"id":"registry+https://github.com/rust-lang/crates.io-index#x11-dl@2.21.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"X11 library bindings for Rust","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.24","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"x11-dl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11-dl-2.21.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"hello-world-dl","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11-dl-2.21.0/examples/hello-world-dl.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11-dl-2.21.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11-dl-2.21.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/AltF02/x11-rs.git","homepage":null,"documentation":"https://docs.rs/x11-dl","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"xdg-home","version":"1.2.0","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#xdg-home@1.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The user's home directory as per XDG Specification","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_UI_Shell","Win32_System_Com"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"xdg-home","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xdg-home-1.2.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xdg-home-1.2.0/Cargo.toml","categories":["filesystem","os::unix-apis","os::windows-apis"],"keywords":["xdg","home"],"readme":"README.md","repository":"https://github.com/zeenix/xdg-home","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"zbus","version":"3.15.2","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zbus@3.15.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"API for D-Bus communication","dependencies":[{"name":"async-broadcast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-fs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-recursion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.58","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"derivative","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"normal","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-sink","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"normal","optional":false,"uses_default_features":false,"features":["sink","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ordered-stream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quick-xml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.27.1","kind":"normal","optional":true,"uses_default_features":true,"features":["serialize","overlapped-lists"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-xml-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_repr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sha1","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.5","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.21.2","kind":"normal","optional":true,"uses_default_features":true,"features":["rt","net","time","fs","io-util","process","sync","tracing"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-vsock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"vsock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xdg-home","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus_macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=3.15.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus_names","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.15.0","kind":"normal","optional":false,"uses_default_features":false,"features":["enumflags2"],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"dev","optional":false,"uses_default_features":true,"features":["attributes"],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ntest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"test-log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"dev","optional":false,"uses_default_features":false,"features":["trace"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["macros","rt-multi-thread","fs","io-util","net","sync"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-subscriber","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":"dev","optional":false,"uses_default_features":false,"features":["env-filter","fmt","ansi"],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-process","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.26.0","kind":"normal","optional":false,"uses_default_features":false,"features":["socket","uio","user"],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"uds_windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":["handleapi","iphlpapi","memoryapi","processthreadsapi","sddl","securitybaseapi","synchapi","tcpmib","winbase","winerror","winsock2"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zbus","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus-3.15.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"screen-brightness","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus-3.15.2/examples/screen-brightness.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"e2e","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus-3.15.2/tests/e2e.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"async-executor":["dep:async-executor"],"async-fs":["dep:async-fs"],"async-io":["dep:async-io","async-executor","async-task","async-lock","async-fs","blocking","futures-util/io"],"async-lock":["dep:async-lock"],"async-task":["dep:async-task"],"blocking":["dep:blocking"],"chrono":["zvariant/chrono"],"default":["async-io"],"gvariant":["zvariant/gvariant"],"quick-xml":["dep:quick-xml"],"serde-xml-rs":["dep:serde-xml-rs"],"time":["zvariant/time"],"tokio":["dep:tokio"],"tokio-vsock":["dep:tokio-vsock","tokio"],"url":["zvariant/url"],"uuid":["zvariant/uuid"],"vsock":["dep:vsock","dep:async-io"],"windows-gdbus":[],"xml":["serde-xml-rs"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus-3.15.2/Cargo.toml","categories":["os::unix-apis"],"keywords":["D-Bus","DBus","IPC"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"zbus_macros","version":"3.15.2","authors":["Marc-André Lureau ","Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zbus_macros@3.15.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"proc-macros for zbus","dependencies":[{"name":"proc-macro-crate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":false,"uses_default_features":true,"features":["extra-traits","fold","full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant_utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.71","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zbus_macros","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_macros-3.15.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_macros-3.15.2/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_macros-3.15.2/Cargo.toml","categories":["data-structures","encoding","parsing"],"keywords":["D-Bus","DBus","IPC"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"zbus_names","version":"2.6.1","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zbus_names@2.6.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A collection of D-Bus bus names types","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.15","kind":"normal","optional":false,"uses_default_features":false,"features":["enumflags2"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zbus_names","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_names-2.6.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_names-2.6.1/Cargo.toml","categories":["os::unix-apis"],"keywords":["D-Bus","DBus","IPC"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"zvariant","version":"3.15.2","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zvariant@3.15.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"D-Bus & GVariant encoding & decoding","dependencies":[{"name":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.23","kind":"normal","optional":true,"uses_default_features":false,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.137","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"url","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.1","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=3.15.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_repr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zvariant","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant-3.15.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant-3.15.2/benches/benchmarks.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"arrayvec":["dep:arrayvec"],"chrono":["dep:chrono"],"default":["gvariant"],"enumflags2":["dep:enumflags2"],"gvariant":[],"ostree-tests":["gvariant"],"serde_bytes":["dep:serde_bytes"],"time":["dep:time"],"url":["dep:url"],"uuid":["dep:uuid"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant-3.15.2/Cargo.toml","categories":["data-structures","encoding","parsing"],"keywords":["D-Bus","DBus","IPC","GVariant"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"zvariant_derive","version":"3.15.2","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zvariant_derive@3.15.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"D-Bus & GVariant encoding & decoding","dependencies":[{"name":"proc-macro-crate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":false,"uses_default_features":true,"features":["extra-traits","full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant_utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"dev","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_repr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zvariant_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_derive-3.15.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"no_prelude","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_derive-3.15.2/tests/no_prelude.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_derive-3.15.2/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_derive-3.15.2/Cargo.toml","categories":["data-structures","encoding","parsing"],"keywords":["D-Bus","DBus","IPC","GVariant"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"zvariant_utils","version":"1.0.1","authors":["Zeeshan Ali Khan ","turbocooler "],"id":"registry+https://github.com/rust-lang/crates.io-index#zvariant_utils@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Various utilities used internally by the zvariant crate.","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":false,"uses_default_features":true,"features":["extra-traits","full"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zvariant_utils","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_utils-1.0.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_utils-1.0.1/Cargo.toml","categories":["data-structures","encoding","parsing"],"keywords":["D-Bus","DBus","IPC","GVariant"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Permission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","source_path":"LICENSE-MIT","used_by":[{"crate":{"name":"winnow","version":"0.5.40","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.5.40","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A byte-oriented, zero-copy, parser combinators library","dependencies":[{"name":"anstream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is-terminal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"terminal_size","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"circular","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"escargot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-hash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"dev","optional":false,"uses_default_features":true,"features":["examples"],"target":null,"rename":null,"registry":null,"path":null},{"name":"term-transcript","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"winnow","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"arithmetic","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/arithmetic/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"css","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/css/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"custom_error","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/custom_error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"http","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/http/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/ini/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"json","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/json/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"ndjson","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/ndjson/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"json_iterator","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/json_iterator.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"iterator","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/iterator.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"s_expression","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/s_expression/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"string","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/string/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"arithmetic","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/arithmetic/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"contains_token","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/contains_token.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"find_slice","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/find_slice.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"iter","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/iter.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"next_slice","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/next_slice.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"number","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/number.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"http","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/http/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/ini/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"json","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/json/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"debug":["dep:anstream","dep:anstyle","dep:is-terminal","dep:terminal_size"],"default":["std"],"simd":["dep:memchr"],"std":["alloc","memchr?/std"],"unstable-doc":["alloc","std","simd","unstable-recover"],"unstable-recover":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/Cargo.toml","categories":["parsing"],"keywords":["parser","parser-combinators","parsing","streaming","bit"],"readme":"README.md","repository":"https://github.com/winnow-rs/winnow","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"features":["unstable-doc"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/winnow-rs/winnow/compare/{{tag_name}}...HEAD","search":""},{"exactly":1,"file":"src/lib.rs","replace":"blob/v{{version}}/CHANGELOG.md","search":"blob/v.+\\..+\\..+/CHANGELOG.md"}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"winnow","version":"0.6.13","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.6.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A byte-oriented, zero-copy, parser combinators library","dependencies":[{"name":"anstream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is-terminal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"terminal_size","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"annotate-snippets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"circular","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-hash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":["examples"],"target":null,"rename":null,"registry":null,"path":null},{"name":"term-transcript","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"winnow","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"arithmetic","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/arithmetic/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"css","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/css/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"custom_error","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/custom_error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"http","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/http/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/ini/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"json","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/json/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"ndjson","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/ndjson/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"json_iterator","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/json_iterator.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"iterator","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/iterator.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"s_expression","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/s_expression/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"string","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/string/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"arithmetic","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/arithmetic/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"contains_token","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/benches/contains_token.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"find_slice","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/benches/find_slice.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"iter","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/benches/iter.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"next_slice","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/benches/next_slice.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"number","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/benches/number.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"http","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/http/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/ini/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"json","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/json/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"debug":["std","dep:anstream","dep:anstyle","dep:is-terminal","dep:terminal_size"],"default":["std"],"simd":["dep:memchr"],"std":["alloc","memchr?/std"],"unstable-doc":["alloc","std","simd","unstable-recover"],"unstable-recover":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/Cargo.toml","categories":["parsing"],"keywords":["parser","parser-combinators","parsing","streaming","bit"],"readme":"README.md","repository":"https://github.com/winnow-rs/winnow","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"features":["unstable-doc"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/winnow-rs/winnow/compare/{{tag_name}}...HEAD","search":""},{"exactly":1,"file":"src/lib.rs","replace":"blob/v{{version}}/CHANGELOG.md","search":"blob/v.+\\..+\\..+/CHANGELOG.md"}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","source_path":"LICENSE","used_by":[{"crate":{"name":"atk-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#atk-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libatk-1","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"atk_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atk-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atk-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atk-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_30":[],"v2_32":["v2_30"],"v2_34":["v2_32"],"v2_38":["v2_34"],"v2_46":["v2_38"],"v2_50":["v2_46"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atk-sys-0.18.0/Cargo.toml","categories":[],"keywords":["atk","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk3-rs","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"atk":{"name":"atk","v2_30":{"version":"2.30"},"v2_32":{"version":"2.32"},"v2_34":{"version":"2.34"},"v2_38":{"version":"2.38"},"v2_46":{"version":"2.46"},"v2_50":{"version":"2.50"},"version":"2.28"}}},"links":"atk-1.0","publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"cairo-sys-rs","version":"0.18.2","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#cairo-sys-rs@0.18.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libcairo","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"x11","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.16","kind":"normal","optional":true,"uses_default_features":true,"features":["xlib"],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":true,"uses_default_features":true,"features":["windef"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"cairo_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cairo-sys-rs-0.18.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cairo-sys-rs-0.18.2/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"freetype":[],"glib":["dep:glib"],"pdf":[],"png":[],"ps":[],"script":[],"svg":[],"use_glib":["glib"],"v1_16":[],"v1_18":["v1_16"],"win32-surface":["winapi"],"winapi":["dep:winapi"],"x11":["dep:x11"],"xcb":[],"xlib":["x11"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cairo-sys-rs-0.18.2/Cargo.toml","categories":[],"keywords":["cairo","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"cairo":{"name":"cairo","v1_16":{"version":"1.16"},"v1_18":{"version":"1.17"},"version":"1.14"},"cairo-gobject":{"feature":"use_glib","name":"cairo-gobject","v1_16":{"version":"1.16"},"v1_18":{"version":"1.17"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"gdk-pixbuf-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gdk-pixbuf-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgdk_pixbuf-2.0","dependencies":[{"name":"gio-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gio","registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gdk_pixbuf_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-pixbuf-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-pixbuf-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-pixbuf-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_40":[],"v2_42":["v2_40"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-pixbuf-sys-0.18.0/Cargo.toml","categories":[],"keywords":["gdk-pixbuf","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gdk_pixbuf_2_0":{"name":"gdk-pixbuf-2.0","v2_40":{"version":"2.40"},"v2_42":{"version":"2.42"},"version":"2.36.8"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"gdk-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gdk-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgdk-3","dependencies":[{"name":"cairo-sys-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"cairo","registry":null,"path":null},{"name":"gdk-pixbuf-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gdk_pixbuf","registry":null,"path":null},{"name":"gio-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gio","registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pango-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"pango","registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gdk_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v3_24":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-sys-0.18.0/Cargo.toml","categories":[],"keywords":["gdk","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk3-rs","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gdk_3_0":{"name":"gdk-3.0","v3_24":{"version":"3.24"},"version":"3.22"}}},"links":"gdk-3","publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"gio-sys","version":"0.18.1","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gio-sys@0.18.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgio-2.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["ws2def","winsock2"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gio_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.18.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.18.1/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.18.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_60":["v2_58"],"v2_62":["v2_60"],"v2_64":["v2_62"],"v2_66":["v2_64"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_76"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.18.1/Cargo.toml","categories":[],"keywords":["gio","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gio_2_0":{"name":"gio-2.0","v2_58":{"version":"2.58"},"v2_60":{"version":"2.60"},"v2_62":{"version":"2.62"},"v2_64":{"version":"2.64"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"gio-sys","version":"0.20.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gio-sys@0.20.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgio-2.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Networking_WinSock"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gio_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.20.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.20.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.20.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_60":["v2_58"],"v2_62":["v2_60"],"v2_64":["v2_62"],"v2_66":["v2_64"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_76"],"v2_80":["v2_78"],"v2_82":["v2_80"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.20.0/Cargo.toml","categories":[],"keywords":["gio","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gio_2_0":{"name":"gio-2.0","v2_58":{"version":"2.58"},"v2_60":{"version":"2.60"},"v2_62":{"version":"2.62"},"v2_64":{"version":"2.64"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"v2_80":{"version":"2.80"},"v2_82":{"version":"2.81"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"glib-macros","version":"0.20.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#glib-macros@0.20.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for the GLib library, proc macros crate","dependencies":[{"name":"heck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro-crate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.68","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glib-macros","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"clone","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/tests/clone.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"closure","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/tests/closure.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"enum_dynamic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/tests/enum_dynamic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"flags_dynamic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/tests/flags_dynamic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"object_subclass_dynamic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/tests/object_subclass_dynamic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"properties","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/tests/properties.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"value_delegate_derive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/tests/value_delegate_derive.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/Cargo.toml","categories":[],"keywords":["glib","gtk-rs","gnome","GUI"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":"https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib_macros/","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"glib-sys","version":"0.18.1","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#glib-sys@0.18.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libglib-2.0","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glib_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.18.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.18.1/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.18.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_60":["v2_58"],"v2_62":["v2_60"],"v2_64":["v2_62"],"v2_66":["v2_64"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_76"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.18.1/Cargo.toml","categories":[],"keywords":["glib","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"glib_2_0":{"name":"glib-2.0","v2_58":{"version":"2.58"},"v2_60":{"version":"2.60"},"v2_62":{"version":"2.62"},"v2_64":{"version":"2.64"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"version":"2.56"},"gobject_2_0":{"name":"gobject-2.0","v2_58":{"version":"2.58"},"v2_62":{"version":"2.62"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"glib-sys","version":"0.20.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#glib-sys@0.20.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libglib-2.0","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glib_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.20.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.20.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.20.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_60":["v2_58"],"v2_62":["v2_60"],"v2_64":["v2_62"],"v2_66":["v2_64"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_76"],"v2_80":["v2_78"],"v2_82":["v2_80"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.20.0/Cargo.toml","categories":[],"keywords":["glib","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"glib_2_0":{"name":"glib-2.0","v2_58":{"version":"2.58"},"v2_60":{"version":"2.60"},"v2_62":{"version":"2.62"},"v2_64":{"version":"2.64"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"v2_80":{"version":"2.80"},"v2_82":{"version":"2.81"},"version":"2.56"},"gobject_2_0":{"name":"gobject-2.0","v2_58":{"version":"2.58"},"v2_62":{"version":"2.62"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"glib","version":"0.20.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#glib@0.20.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for the GLib library","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gio-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.7.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rs-log","registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13","kind":"normal","optional":false,"uses_default_features":true,"features":["union","const_generics","const_new"],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glib","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"subclass_compiletest","kind":["test"],"crate_types":["bin"],"required-features":["compiletests"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/tests/subclass_compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"clone","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/tests/clone.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"derive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/tests/derive.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"log","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/tests/log.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"print","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/tests/print.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"regex_compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/tests/regex_compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"structured_log","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/tests/structured_log.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"value","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/tests/value.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"gstring","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/benches/gstring.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"compiletests":[],"default":["gio"],"gio":["gio-sys"],"gio-sys":["dep:gio-sys"],"log":["rs-log"],"log_macros":["log"],"rs-log":["dep:rs-log"],"v2_58":["glib-sys/v2_58","gobject-sys/v2_58"],"v2_60":["v2_58","glib-sys/v2_60"],"v2_62":["v2_60","glib-sys/v2_62","gobject-sys/v2_62"],"v2_64":["v2_62","glib-sys/v2_64"],"v2_66":["v2_64","glib-sys/v2_66","gobject-sys/v2_66"],"v2_68":["v2_66","glib-sys/v2_68","gobject-sys/v2_68"],"v2_70":["v2_68","glib-sys/v2_70","gobject-sys/v2_70"],"v2_72":["v2_70","glib-sys/v2_72","gobject-sys/v2_72"],"v2_74":["v2_72","glib-sys/v2_74","gobject-sys/v2_74"],"v2_76":["v2_74","glib-sys/v2_76","gobject-sys/v2_76"],"v2_78":["v2_76","glib-sys/v2_78","gobject-sys/v2_78"],"v2_80":["v2_78","glib-sys/v2_80","gobject-sys/v2_80"],"v2_82":["v2_80","glib-sys/v2_82","gobject-sys/v2_82"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/Cargo.toml","categories":[],"keywords":["glib","gtk-rs","gnome","GUI"],"readme":"README.md","repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":"https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"gobject-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gobject-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgobject-2.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gobject_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_62":["v2_58"],"v2_66":["v2_62"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_74"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.18.0/Cargo.toml","categories":[],"keywords":["gobject","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gobject_2_0":{"name":"gobject-2.0","v2_58":{"version":"2.58"},"v2_62":{"version":"2.62"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"gobject-sys","version":"0.20.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gobject-sys@0.20.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgobject-2.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gobject_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.20.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.20.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.20.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_62":["v2_58"],"v2_66":["v2_62"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_74"],"v2_80":["v2_78"],"v2_82":["v2_80"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.20.0/Cargo.toml","categories":[],"keywords":["gobject","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gobject_2_0":{"name":"gobject-2.0","v2_58":{"version":"2.58"},"v2_62":{"version":"2.62"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"v2_80":{"version":"2.80"},"v2_82":{"version":"2.81"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"gtk-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gtk-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgtk-3","dependencies":[{"name":"atk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"atk","registry":null,"path":null},{"name":"cairo-sys-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"cairo","registry":null,"path":null},{"name":"gdk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gdk","registry":null,"path":null},{"name":"gdk-pixbuf-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gdk_pixbuf","registry":null,"path":null},{"name":"gio-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gio","registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pango-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"pango","registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gtk_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gtk-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gtk-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gtk-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v3_24":[],"v3_24_1":["v3_24"],"v3_24_11":["v3_24_9"],"v3_24_30":["v3_24_11"],"v3_24_8":["v3_24_1"],"v3_24_9":["v3_24_8"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gtk-sys-0.18.0/Cargo.toml","categories":[],"keywords":["gtk","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk3-rs","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gtk+_3_0":{"name":"gtk+-3.0","v3_24":{"version":"3.24"},"v3_24_1":{"version":"3.24.1"},"v3_24_11":{"version":"3.24.11"},"v3_24_30":{"version":"3.24.30"},"v3_24_8":{"version":"3.24.8"},"v3_24_9":{"version":"3.24.9"},"version":"3.22"}}},"links":"gtk-3","publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"pango-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#pango-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libpango-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"pango_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pango-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pango-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pango-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_42":[],"v1_44":["v1_42"],"v1_46":["v1_44"],"v1_48":["v1_46"],"v1_50":["v1_48"],"v1_52":["v1_50"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pango-sys-0.18.0/Cargo.toml","categories":[],"keywords":["pango","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"pango":{"name":"pango","v1_42":{"version":"1.42"},"v1_44":{"version":"1.44"},"v1_46":{"version":"1.46"},"v1_48":{"version":"1.48"},"v1_50":{"version":"1.49.2"},"v1_52":{"version":"1.51"},"version":"1.40"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2014 Mathijs van de Nes\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"src/spin/LICENSE","used_by":[{"crate":{"name":"tracing-core","version":"0.1.32","authors":["Tokio Contributors "],"id":"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.32","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Core primitives for application-level tracing.\n","dependencies":[{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"valuable","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(tracing_unstable)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tracing-core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"dispatch","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/dispatch.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"global_dispatch","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/global_dispatch.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"local_dispatch_before_init","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/local_dispatch_before_init.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/macros.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["std","valuable/std"],"once_cell":["dep:once_cell"],"std":["once_cell"],"valuable":["dep:valuable"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/Cargo.toml","categories":["development-tools::debugging","development-tools::profiling","asynchronous"],"keywords":["logging","tracing","profiling"],"readme":"README.md","repository":"https://github.com/tokio-rs/tracing","homepage":"https://tokio.rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","tracing_unstable"],"rustdoc-args":["--cfg","docsrs","--cfg","tracing_unstable"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2014 Vladimir Matveev\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"xml-rs","version":"0.8.20","authors":["Vladimir Matveev "],"id":"registry+https://github.com/rust-lang/crates.io-index#xml-rs@0.8.20","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An XML library in pure Rust","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"xml","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xml-rs-0.8.20/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"xml-analyze","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xml-rs-0.8.20/src/analyze.rs","edition":"2021","doctest":false,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xml-rs-0.8.20/Cargo.toml","categories":["parser-implementations"],"keywords":["xml","parser","sax","parsing","writer"],"readme":"README.md","repository":"https://github.com/kornelski/xml-rs","homepage":"https://lib.rs/crates/xml-rs","documentation":"https://docs.rs/xml-rs/","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"release":{"tag-message":"","tag-name":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.58.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2015 Andrew Gallant\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","source_path":"LICENSE-MIT","used_by":[{"crate":{"name":"aho-corasick","version":"1.1.3","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast multiple substring searching.","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"aho_corasick","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std","perf-literal"],"logging":["dep:log"],"perf-literal":["dep:memchr"],"std":["memchr?/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/Cargo.toml","categories":["text-processing"],"keywords":["string","search","text","pattern","multi"],"readme":"README.md","repository":"https://github.com/BurntSushi/aho-corasick","homepage":"https://github.com/BurntSushi/aho-corasick","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"byteorder","version":"1.5.0","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Library for reading/writing numbers in big-endian and little-endian.","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.2","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"byteorder","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"i128":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/Cargo.toml","categories":["encoding","parsing","no-std"],"keywords":["byte","endian","big-endian","little-endian","binary"],"readme":"README.md","repository":"https://github.com/BurntSushi/byteorder","homepage":"https://github.com/BurntSushi/byteorder","documentation":"https://docs.rs/byteorder","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"memchr","version":"2.7.4","authors":["Andrew Gallant ","bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for\n1, 2 or 3 byte search and single substring search.\n","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.20","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"memchr","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std"],"libc":[],"logging":["dep:log"],"rustc-dep-of-std":["core","compiler_builtins"],"std":["alloc"],"use_std":["std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/Cargo.toml","categories":[],"keywords":["memchr","memmem","substring","find","search"],"readme":"README.md","repository":"https://github.com/BurntSushi/memchr","homepage":"https://github.com/BurntSushi/memchr","documentation":"https://docs.rs/memchr/","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"path":null},{"crate":{"name":"walkdir","version":"2.5.0","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Recursively walk a directory.","dependencies":[{"name":"same-file","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"walkdir","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/Cargo.toml","categories":["filesystem"],"keywords":["directory","recursive","walk","iterator"],"readme":"README.md","repository":"https://github.com/BurntSushi/walkdir","homepage":"https://github.com/BurntSushi/walkdir","documentation":"https://docs.rs/walkdir/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2015 Carl Lerche + nix-rust Authors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"nix","version":"0.26.4","authors":["The nix-rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#nix@0.26.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust friendly bindings to *nix APIs","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.137","kind":"normal","optional":false,"uses_default_features":true,"features":["extra_traits"],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert-impl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"semver","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"caps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"android\", target_os = \"linux\"))","rename":null,"registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"sysctl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"freebsd\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"nix","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test-aio-drop","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/sys/test_aio_drop.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test-clearenv","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/test_clearenv.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test-mount","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/test_mount.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test-ptymaster-drop","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/test_ptymaster_drop.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"acct":[],"aio":["pin-utils"],"default":["acct","aio","dir","env","event","feature","fs","hostname","inotify","ioctl","kmod","mman","mount","mqueue","net","personality","poll","process","pthread","ptrace","quota","reboot","resource","sched","signal","socket","term","time","ucontext","uio","user","zerocopy"],"dir":["fs"],"env":[],"event":[],"feature":[],"fs":[],"hostname":[],"inotify":[],"ioctl":[],"kmod":[],"memoffset":["dep:memoffset"],"mman":[],"mount":["uio"],"mqueue":["fs"],"net":["socket"],"personality":[],"pin-utils":["dep:pin-utils"],"poll":[],"process":[],"pthread":[],"ptrace":["process"],"quota":[],"reboot":[],"resource":[],"sched":["process"],"signal":["process"],"socket":["memoffset"],"term":[],"time":[],"ucontext":["signal"],"uio":[],"user":["feature"],"zerocopy":["fs","uio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/Cargo.toml","categories":["os::unix-apis"],"keywords":[],"readme":"README.md","repository":"https://github.com/nix-rust/nix","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"],"targets":["x86_64-unknown-linux-gnu","aarch64-linux-android","x86_64-apple-darwin","aarch64-apple-ios","x86_64-unknown-freebsd","x86_64-unknown-openbsd","x86_64-unknown-netbsd","x86_64-unknown-dragonfly","x86_64-fuchsia","x86_64-unknown-redox","x86_64-unknown-illumos"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2015 Markus Westerlind\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n","source_path":"LICENSE","used_by":[{"crate":{"name":"combine","version":"4.6.7","authors":["Markus Westerlind "],"id":"registry+https://github.com/rust-lang/crates.io-index#combine@4.6.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast parser combinators on arbitrary streams with zero-copy support.","dependencies":[{"name":"bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"bytes_05","registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"futures-core-03","registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"futures-io-03","registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.3","kind":"normal","optional":true,"uses_default_features":false,"features":["io-util"],"target":null,"rename":"tokio-02-dep","registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"tokio-03-dep","registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"tokio-dep","registry":null,"path":null},{"name":"tokio-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":false,"features":["codec"],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"bytes_05","registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"futures-03-dep","registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"partial-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["tokio","quickcheck"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quick-error","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":["fs","io-driver","io-util","macros"],"target":null,"rename":"tokio-02-dep","registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["fs","macros","rt-multi-thread"],"target":null,"rename":"tokio-03-dep","registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["fs","macros","rt","rt-multi-thread","io-util"],"target":null,"rename":"tokio-dep","registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"combine","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"async","kind":["example"],"crate_types":["bin"],"required-features":["std","tokio"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/async.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"date","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/date.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"number","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/number.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"readme","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/readme.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/ini.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":["tokio-02","futures-io-03"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/tests/async.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"buffered_stream","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/tests/buffered_stream.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parser","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/tests/parser.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parser_macro","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/tests/parser_macro.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"json","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/benches/json.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"http","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/benches/http.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"mp4","kind":["bench"],"crate_types":["bin"],"required-features":["mp4"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/benches/mp4.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"buffers","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/benches/buffers.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"bytes":["dep:bytes"],"bytes_05":["dep:bytes_05"],"default":["std"],"futures-03":["pin-project","std","futures-core-03","futures-io-03","pin-project-lite"],"futures-core-03":["dep:futures-core-03"],"futures-io-03":["dep:futures-io-03"],"mp4":[],"pin-project":["pin-project-lite"],"pin-project-lite":["dep:pin-project-lite"],"regex":["dep:regex"],"std":["memchr/std","bytes","alloc"],"tokio":["tokio-dep","tokio-util/io","futures-core-03","pin-project-lite"],"tokio-02":["pin-project","std","tokio-02-dep","futures-core-03","pin-project-lite","bytes_05"],"tokio-02-dep":["dep:tokio-02-dep"],"tokio-03":["pin-project","std","tokio-03-dep","futures-core-03","pin-project-lite"],"tokio-03-dep":["dep:tokio-03-dep"],"tokio-dep":["dep:tokio-dep"],"tokio-util":["dep:tokio-util"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/Cargo.toml","categories":["parsing","no-std"],"keywords":["parser","parsing","combinators","ll"],"readme":"README.md","repository":"https://github.com/Marwes/combine","homepage":null,"documentation":"https://docs.rs/combine","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2015-2019 Jeremy Soller\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"orbclient","version":"0.3.47","authors":["Jeremy Soller "],"id":"registry+https://github.com/rust-lang/crates.io-index#orbclient@0.3.47","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The Orbital Client Library","dependencies":[{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"sdl2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.35.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"sdl2-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.35.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"libredox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"redox\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"orbclient","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"image_bench","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/examples/image_bench.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"rect_bench","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/examples/rect_bench.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"simple","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/examples/simple.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"bundled":["sdl","sdl2/bundled","sdl2/static-link","sdl2-sys/bundled","sdl2-sys/static-link"],"default":["std","sdl","unifont"],"libc":["dep:libc"],"raw-window-handle":["dep:raw-window-handle"],"sdl":["sdl2","sdl2-sys","libc"],"sdl2":["dep:sdl2"],"sdl2-sys":["dep:sdl2-sys"],"std":[],"unifont":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/Cargo.toml","categories":[],"keywords":["orbital","redox","ui"],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/orbclient","homepage":null,"documentation":"https://docs.rs/orbclient","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2017 Andrew Gallant\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","source_path":"LICENSE-MIT","used_by":[{"crate":{"name":"same-file","version":"1.0.6","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple crate for determining whether two file paths point to the same file.\n","dependencies":[{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"same-file","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"is_same_file","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_same_file.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"is_stderr","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_stderr.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/Cargo.toml","categories":[],"keywords":["same","file","equal","inode"],"readme":"README.md","repository":"https://github.com/BurntSushi/same-file","homepage":"https://github.com/BurntSushi/same-file","documentation":"https://docs.rs/same-file","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"winapi-util","version":"0.1.8","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A dumping ground for high level safe wrappers over windows-sys.","dependencies":[{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_FileSystem","Win32_System_Console","Win32_System_SystemInformation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"winapi-util","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.8/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.8/Cargo.toml","categories":["os::windows-apis","external-ffi-bindings"],"keywords":["windows","windows-sys","util","win"],"readme":"README.md","repository":"https://github.com/BurntSushi/winapi-util","homepage":"https://github.com/BurntSushi/winapi-util","documentation":"https://docs.rs/winapi-util","edition":"2021","metadata":{"docs":{"rs":{"targets":["x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2017 Jose Narvaez\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","source_path":"LICENSE","used_by":[{"crate":{"name":"redox_users","version":"0.4.5","authors":["Jose Narvaez ","Wesley Hershberger "],"id":"registry+https://github.com/rust-lang/crates.io-index#redox_users@0.4.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust library to access Redox users and groups functionality","dependencies":[{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libredox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":"normal","optional":false,"uses_default_features":false,"features":["std","call"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rust-argon2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zeroize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"normal","optional":true,"uses_default_features":true,"features":["zeroize_derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"redox_users","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_users-0.4.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"auth":["rust-argon2","zeroize"],"default":["auth"],"rust-argon2":["dep:rust-argon2"],"zeroize":["dep:zeroize"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_users-0.4.5/Cargo.toml","categories":[],"keywords":["redox","auth"],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/users","homepage":null,"documentation":"https://docs.rs/redox_users","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2017 Sebastian Dröge .\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n","source_path":"LICENSE","used_by":[{"crate":{"name":"muldiv","version":"1.0.1","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#muldiv@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Provides a trait for numeric types to perform combined multiplication and\ndivision with overflow protection\n","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"muldiv","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/muldiv-1.0.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/muldiv-1.0.1/Cargo.toml","categories":["algorithms"],"keywords":["integer","arithmetic","numerics","no_std"],"readme":"README.md","repository":"https://github.com/sdroege/rust-muldiv","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2017 nabijaczleweli\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"embed-resource","version":"2.4.2","authors":["наб ","Cat Plus Plus ","Liigo ","azyobuzin ","Peter Atashian ","pravic ","Gabriel Majeri ","SonnyX","Johan Andersson ","Jordan Poles ","MSxDOS ","Jim McGrath ","roblabla ","Jasper Bekkers ","Richard Markiewicz ","Emerson de Freitas Barcelos ","Li Keqing ","Alexis Bourget ","Michael Farrell ","Jacob Okamoto ","Marijn Suijten "],"id":"registry+https://github.com/rust-lang/crates.io-index#embed-resource@2.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Cargo library to handle compilation and inclusion of Windows resources in the most resilient fashion imaginable","dependencies":[{"name":"rustc_version","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_os = \"windows\", target_env = \"msvc\"))","rename":null,"registry":null,"path":null},{"name":"vswhom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_os = \"windows\", target_env = \"msvc\"))","rename":null,"registry":null,"path":null},{"name":"winreg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(target_os = \"windows\", target_env = \"msvc\"))","rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"windows\"))","rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"windows\"))","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"embed-resource","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embed-resource-2.4.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"embed-resource","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embed-resource-2.4.2/src/main.rs","edition":"2015","doctest":false,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embed-resource-2.4.2/Cargo.toml","categories":["development-tools","os::windows-apis"],"keywords":["cargo","build","windows","resource","manifest"],"readme":"README.md","repository":"https://github.com/nabijaczleweli/rust-embed-resource","homepage":null,"documentation":"https://rawcdn.githack.com/nabijaczleweli/rust-embed-resource/doc/embed_resource/index.html","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2019 Simon Heath\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","source_path":"LICENSE-MIT","used_by":[{"crate":{"name":"oorandom","version":"11.1.3","authors":["Simon Heath "],"id":"registry+https://github.com/rust-lang/crates.io-index#oorandom@11.1.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A tiny, robust PRNG implementation.","dependencies":[{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_pcg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"random-fast-rng","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"randomize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"oorandom","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/Cargo.toml","categories":["algorithms","embedded","no-std"],"keywords":["rng","prng","random","pcg"],"readme":"README.md","repository":"https://sr.ht/~icefox/oorandom/","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2019 nabijaczleweli\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","source_path":"LICENSE","used_by":[{"crate":{"name":"vswhom-sys","version":"0.1.2","authors":["наб ","forrestsmithfb "],"id":"registry+https://github.com/rust-lang/crates.io-index#vswhom-sys@0.1.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Pure FFI to Jon Blow's VS discovery script","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"vswhom-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-sys-0.1.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-sys-0.1.2/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-sys-0.1.2/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["visual-studio","FFI"],"readme":"README.md","repository":"https://github.com/nabijaczleweli/vswhom-sys.rs","homepage":null,"documentation":"https://rawcdn.githack.com/nabijaczleweli/vswhom.rs/doc/vswhom/index.html","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"vswhom","version":"0.1.0","authors":["nabijaczleweli "],"id":"registry+https://github.com/rust-lang/crates.io-index#vswhom@0.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI to Jon Blow's VS discovery script","dependencies":[{"name":"vswhom-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"vswhom","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-0.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"detect","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-0.1.0/examples/detect.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-0.1.0/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["visual-studio","FFI"],"readme":"README.md","repository":"https://github.com/nabijaczleweli/vswhom.rs","homepage":null,"documentation":"https://rawcdn.githack.com/nabijaczleweli/vswhom-sys.rs/doc/vswhom_sys/index.html","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2023 Kirill Chibisov\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"xkbcommon-dl","version":"0.4.2","authors":["Francesca Frangipane "],"id":"registry+https://github.com/rust-lang/crates.io-index#xkbcommon-dl@0.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Dynamically loaded xkbcommon and xkbcommon-x11 Rust bindings.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dlib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xkeysym","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"xkbcommon-dl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkbcommon-dl-0.4.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"x11":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkbcommon-dl-0.4.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-windowing/xkbcommon-dl","homepage":null,"documentation":"https://docs.rs/xkbcommon-dl/","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n=====================\n\nCopyright © `2015` `Sebastian Thiel`\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the “Software”), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n","source_path":"LICENSE.md","used_by":[{"crate":{"name":"open","version":"5.1.4","authors":["Sebastian Thiel "],"id":"registry+https://github.com/rust-lang/crates.io-index#open@5.1.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Open a path or URL using the program configured on the system","dependencies":[{"name":"pathdiff","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(macos)))","rename":null,"registry":null,"path":null},{"name":"is-wsl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"illumos\", target_os = \"solaris\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"open","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/open-5.1.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"open","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/open-5.1.4/src/main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"shellexecute-on-windows":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/open-5.1.4/Cargo.toml","categories":[],"keywords":["open","xdg-open","start","launch"],"readme":"README.md","repository":"https://github.com/Byron/open-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\r\n\r\nCopyright (c) 2015 Bartłomiej Kamiński\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.","source_path":"LICENSE","used_by":[{"crate":{"name":"generic-array","version":"0.14.7","authors":["Bartłomiej Kamiński ","Aaron Trent "],"id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generic types implementing functionality of arrays","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"typenum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zeroize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"version_check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"generic_array","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"more_lengths":[],"serde":["dep:serde"],"zeroize":["dep:zeroize"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/Cargo.toml","categories":["data-structures","no-std"],"keywords":["generic","array"],"readme":"README.md","repository":"https://github.com/fizyk20/generic-array.git","homepage":null,"documentation":"http://fizyk20.github.io/generic-array/generic_array/","edition":"2015","metadata":{"docs":{"rs":{"features":["serde","zeroize"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\r\n\r\nCopyright (c) 2016 Johann Tuffe\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\n\r\nThe above copyright notice and this permission notice shall be included in\r\nall copies or substantial portions of the Software.\r\n\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r\nTHE SOFTWARE.\r\n","source_path":"LICENSE-MIT.md","used_by":[{"crate":{"name":"quick-xml","version":"0.26.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.26.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"High performance xml reader and writer","dependencies":[{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"encoding_rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.100","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["io-util"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-value","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.21","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","rt"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"quick-xml","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"encodings","kind":["test"],"crate_types":["bin"],"required-features":["encoding"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/encodings.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde_attrs","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde_attrs.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde_roundtrip","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde_roundtrip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde-de","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde-de.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde-se","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde-se.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde-migrated","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde-migrated.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"async-tokio","kind":["test"],"crate_types":["bin"],"required-features":["async-tokio"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/async-tokio.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"microbenches","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/benches/microbenches.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"macrobenches","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/benches/macrobenches.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"async-tokio":["tokio"],"default":[],"document-features":["dep:document-features"],"encoding":["encoding_rs"],"encoding_rs":["dep:encoding_rs"],"escape-html":[],"overlapped-lists":[],"serde":["dep:serde"],"serialize":["serde"],"tokio":["dep:tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/Cargo.toml","categories":["asynchronous","encoding","parsing","parser-implementations"],"keywords":["xml","serde","parser","writer","html"],"readme":"README.md","repository":"https://github.com/tafia/quick-xml","homepage":null,"documentation":"https://docs.rs/quick-xml","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docs_rs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.46.0"},"path":null},{"crate":{"name":"quick-xml","version":"0.31.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.31.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"High performance xml reader and writer","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"encoding_rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=1.0.100","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.10","kind":"normal","optional":true,"uses_default_features":false,"features":["io-util"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-value","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.21","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","rt"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"quick-xml","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"read_nodes_serde","kind":["example"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/examples/read_nodes_serde.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encodings","kind":["test"],"crate_types":["bin"],"required-features":["encoding"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/tests/encodings.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde_roundtrip","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/tests/serde_roundtrip.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde-de","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/tests/serde-de.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde-de-enum","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/tests/serde-de-enum.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde-de-seq","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/tests/serde-de-seq.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde-se","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/tests/serde-se.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde-migrated","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/tests/serde-migrated.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde-issues","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/tests/serde-issues.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"async-tokio","kind":["test"],"crate_types":["bin"],"required-features":["async-tokio"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/tests/async-tokio.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"microbenches","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/benches/microbenches.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"macrobenches","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/benches/macrobenches.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"async-tokio":["tokio"],"default":[],"document-features":["dep:document-features"],"encoding":["encoding_rs"],"encoding_rs":["dep:encoding_rs"],"escape-html":[],"overlapped-lists":[],"serde":["dep:serde"],"serde-types":["serde/derive"],"serialize":["serde"],"tokio":["dep:tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/Cargo.toml","categories":["asynchronous","encoding","parsing","parser-implementations"],"keywords":["xml","serde","parser","writer","html"],"readme":"README.md","repository":"https://github.com/tafia/quick-xml","homepage":null,"documentation":"https://docs.rs/quick-xml","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docs_rs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Third Party Notices\n\n***\n\nrust\nCopyright 2016 The Rust Project Developers\nPermission is hereby granted, free of charge, to any\nperson obtaining a copy of this software and associated\ndocumentation files (the \"Software\"), to deal in the\nSoftware without restriction, including without\nlimitation the rights to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software\nis furnished to do so, subject to the following\nconditions:\nThe above copyright notice and this permission notice\nshall be included in all copies or substantial portions\nof the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF\nANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED\nTO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\nPARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT\nSHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE.\n\n***\n\nmio\nCopyright (c) 2014 Carl Lerche and other MIO contributors\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n***\n\nmiow\nCopyright (c) 2014 Alex Crichton\nPermission is hereby granted, free of charge, to any\nperson obtaining a copy of this software and associated\ndocumentation files (the \"Software\"), to deal in the\nSoftware without restriction, including without\nlimitation the rights to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software\nis furnished to do so, subject to the following\nconditions:\nThe above copyright notice and this permission notice\nshall be included in all copies or substantial portions\nof the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF\nANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED\nTO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\nPARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT\nSHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE.","source_path":"THIRDPARTYNOTICES","used_by":[{"crate":{"name":"uds_windows","version":"1.1.0","authors":["Azure IoT Edge Devs","Harald Hoyer "],"id":"registry+https://github.com/rust-lang/crates.io-index#uds_windows@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Unix Domain Sockets for Windows!","dependencies":[{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["winsock2","ws2def","minwinbase","ntdef","processthreadsapi","handleapi","ws2tcpip","winbase"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"uds_windows","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uds_windows-1.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uds_windows-1.1.0/Cargo.toml","categories":["os::windows-apis"],"keywords":["windows","uds","unix","domain","sockets"],"readme":"README.md","repository":"https://github.com/haraldh/rust_uds_windows","homepage":null,"documentation":null,"edition":"2015","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"This project is dual-licensed under the Unlicense and MIT licenses.\n\nYou may use this code under the terms of either license.\n","source_path":"COPYING","used_by":[{"crate":{"name":"aho-corasick","version":"1.1.3","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast multiple substring searching.","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"aho_corasick","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std","perf-literal"],"logging":["dep:log"],"perf-literal":["dep:memchr"],"std":["memchr?/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/Cargo.toml","categories":["text-processing"],"keywords":["string","search","text","pattern","multi"],"readme":"README.md","repository":"https://github.com/BurntSushi/aho-corasick","homepage":"https://github.com/BurntSushi/aho-corasick","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"byteorder","version":"1.5.0","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Library for reading/writing numbers in big-endian and little-endian.","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.2","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"byteorder","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"i128":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/Cargo.toml","categories":["encoding","parsing","no-std"],"keywords":["byte","endian","big-endian","little-endian","binary"],"readme":"README.md","repository":"https://github.com/BurntSushi/byteorder","homepage":"https://github.com/BurntSushi/byteorder","documentation":"https://docs.rs/byteorder","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"memchr","version":"2.7.4","authors":["Andrew Gallant ","bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for\n1, 2 or 3 byte search and single substring search.\n","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.20","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"memchr","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std"],"libc":[],"logging":["dep:log"],"rustc-dep-of-std":["core","compiler_builtins"],"std":["alloc"],"use_std":["std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/Cargo.toml","categories":[],"keywords":["memchr","memmem","substring","find","search"],"readme":"README.md","repository":"https://github.com/BurntSushi/memchr","homepage":"https://github.com/BurntSushi/memchr","documentation":"https://docs.rs/memchr/","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"path":null},{"crate":{"name":"same-file","version":"1.0.6","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple crate for determining whether two file paths point to the same file.\n","dependencies":[{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"same-file","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"is_same_file","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_same_file.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"is_stderr","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_stderr.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/Cargo.toml","categories":[],"keywords":["same","file","equal","inode"],"readme":"README.md","repository":"https://github.com/BurntSushi/same-file","homepage":"https://github.com/BurntSushi/same-file","documentation":"https://docs.rs/same-file","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"walkdir","version":"2.5.0","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Recursively walk a directory.","dependencies":[{"name":"same-file","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"walkdir","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/Cargo.toml","categories":["filesystem"],"keywords":["directory","recursive","walk","iterator"],"readme":"README.md","repository":"https://github.com/BurntSushi/walkdir","homepage":"https://github.com/BurntSushi/walkdir","documentation":"https://docs.rs/walkdir/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"winapi-util","version":"0.1.8","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A dumping ground for high level safe wrappers over windows-sys.","dependencies":[{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_FileSystem","Win32_System_Console","Win32_System_SystemInformation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"winapi-util","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.8/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.8/Cargo.toml","categories":["os::windows-apis","external-ffi-bindings"],"keywords":["windows","windows-sys","util","win"],"readme":"README.md","repository":"https://github.com/BurntSushi/winapi-util","homepage":"https://github.com/BurntSushi/winapi-util","documentation":"https://docs.rs/winapi-util","edition":"2021","metadata":{"docs":{"rs":{"targets":["x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"the MIT License\n\nCopyright (c) 2016 rhysd\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,\nINCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR\nPURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\nTHE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","source_path":"LICENSE.txt","used_by":[{"crate":{"name":"tinyjson","version":"2.5.1","authors":["rhysd "],"id":"registry+https://github.com/rust-lang/crates.io-index#tinyjson@2.5.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Tiny simple JSON parser/generator","dependencies":[{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tinyjson","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyjson-2.5.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyjson-2.5.1/Cargo.toml","categories":["encoding","parsing"],"keywords":["json","parser","generator"],"readme":"README.md","repository":"https://github.com/rhysd/tinyjson","homepage":"https://github.com/rhysd/tinyjson","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"© 2016 Bertram Truong\n© 2021 Kornel Lesiński\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"urlencoding","version":"2.1.3","authors":["Kornel ","Bertram Truong "],"id":"registry+https://github.com/rust-lang/crates.io-index#urlencoding@2.1.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust library for doing URL percentage encoding.","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"urlencoding","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/Cargo.toml","categories":["encoding","web-programming"],"keywords":["url","percent","escape","urlencode","urldecode"],"readme":"README.md","repository":"https://github.com/kornelski/rust_urlencoding","homepage":"https://lib.rs/urlencoding","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"SIL Open Font License 1.1","id":"OFL-1.1","text":"This Font Software is licensed under the SIL Open Font License,\nVersion 1.1.\n\nThis license is copied below, and is also available with a FAQ at:\nhttp://scripts.sil.org/OFL\n\n-----------------------------------------------------------\nSIL OPEN FONT LICENSE Version 1.1 - 26 February 2007\n-----------------------------------------------------------\n\nPREAMBLE\nThe goals of the Open Font License (OFL) are to stimulate worldwide\ndevelopment of collaborative font projects, to support the font\ncreation efforts of academic and linguistic communities, and to\nprovide a free and open framework in which fonts may be shared and\nimproved in partnership with others.\n\nThe OFL allows the licensed fonts to be used, studied, modified and\nredistributed freely as long as they are not sold by themselves. The\nfonts, including any derivative works, can be bundled, embedded,\nredistributed and/or sold with any software provided that any reserved\nnames are not used by derivative works. The fonts and derivatives,\nhowever, cannot be released under any other type of license. The\nrequirement for fonts to remain under this license does not apply to\nany document created using the fonts or their derivatives.\n\nDEFINITIONS\n\"Font Software\" refers to the set of files released by the Copyright\nHolder(s) under this license and clearly marked as such. This may\ninclude source files, build scripts and documentation.\n\n\"Reserved Font Name\" refers to any names specified as such after the\ncopyright statement(s).\n\n\"Original Version\" refers to the collection of Font Software\ncomponents as distributed by the Copyright Holder(s).\n\n\"Modified Version\" refers to any derivative made by adding to,\ndeleting, or substituting -- in part or in whole -- any of the\ncomponents of the Original Version, by changing formats or by porting\nthe Font Software to a new environment.\n\n\"Author\" refers to any designer, engineer, programmer, technical\nwriter or other person who contributed to the Font Software.\n\nPERMISSION & CONDITIONS\nPermission is hereby granted, free of charge, to any person obtaining\na copy of the Font Software, to use, study, copy, merge, embed,\nmodify, redistribute, and sell modified and unmodified copies of the\nFont Software, subject to the following conditions:\n\n1) Neither the Font Software nor any of its individual components, in\nOriginal or Modified Versions, may be sold by itself.\n\n2) Original or Modified Versions of the Font Software may be bundled,\nredistributed and/or sold with any software, provided that each copy\ncontains the above copyright notice and this license. These can be\nincluded either as stand-alone text files, human-readable headers or\nin the appropriate machine-readable metadata fields within text or\nbinary files as long as those fields can be easily viewed by the user.\n\n3) No Modified Version of the Font Software may use the Reserved Font\nName(s) unless explicit written permission is granted by the\ncorresponding Copyright Holder. This restriction only applies to the\nprimary font name as presented to the users.\n\n4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font\nSoftware shall not be used to promote, endorse or advertise any\nModified Version, except to acknowledge the contribution(s) of the\nCopyright Holder(s) and the Author(s) or with their explicit written\npermission.\n\n5) The Font Software, modified or unmodified, in part or in whole,\nmust be distributed entirely under this license, and must not be\ndistributed under any other license. The requirement for fonts to\nremain under this license does not apply to any document created using\nthe Font Software.\n\nTERMINATION\nThis license becomes null and void if any of the above conditions are\nnot met.\n\nDISCLAIMER\nTHE FONT SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE\nCOPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nINCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL\nDAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM\nOTHER DEALINGS IN THE FONT SOFTWARE.\n","source_path":"fonts/OFL.txt","used_by":[{"crate":{"name":"epaint","version":"0.28.1","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#epaint@0.28.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Minimal 2D graphics library for GUI work","dependencies":[{"name":"ab_glyph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ecolor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"emath","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"nohash-hasher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive","derive","rc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null}],"license":"(MIT OR Apache-2.0) AND OFL-1.1 AND LicenseRef-UFL-1.0","license_file":null,"targets":[{"name":"epaint","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint-0.28.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"benchmark","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint-0.28.1/benches/benchmark.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"bytemuck":["dep:bytemuck","emath/bytemuck","ecolor/bytemuck"],"cint":["ecolor/cint"],"color-hex":["ecolor/color-hex"],"deadlock_detection":["dep:backtrace"],"default":["default_fonts"],"default_fonts":[],"document-features":["dep:document-features"],"log":["dep:log"],"mint":["emath/mint"],"puffin":["dep:puffin"],"rayon":["dep:rayon"],"serde":["dep:serde","ahash/serde","emath/serde","ecolor/serde"],"unity":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint-0.28.1/Cargo.toml","categories":["graphics","gui"],"keywords":["graphics","gui","egui"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/epaint","homepage":"https://github.com/emilk/egui/tree/master/crates/epaint","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"path":null}]},{"name":"Unicode License Agreement - Data Files and Software (2016)","id":"Unicode-DFS-2016","text":"UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE\n\nUnicode Data Files include all data files under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/.\n\nUnicode Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/.\n\nSoftware includes any source code published in the Unicode Standard or under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/.\n\nNOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES (\"DATA FILES\"), AND/OR SOFTWARE (\"SOFTWARE\"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.\n\nCOPYRIGHT AND PERMISSION NOTICE\n\nCopyright © 1991-2016 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the \"Data Files\") or Unicode software and any associated documentation (the \"Software\") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that either\n\n (a) this copyright and permission notice appear with all copies of the Data Files or Software, or\n (b) this copyright and permission notice appear in associated Documentation.\n\nTHE DATA FILES AND SOFTWARE ARE 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 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.\n","source_path":null,"used_by":[{"crate":{"name":"unicode-ident","version":"1.0.12","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31","dependencies":[{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fst","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"roaring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ucd-trie","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-xid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"(MIT OR Apache-2.0) AND Unicode-DFS-2016","license_file":null,"targets":[{"name":"unicode-ident","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"compare","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/tests/compare.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"static_size","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/tests/static_size.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"xid","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/benches/xid.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/Cargo.toml","categories":["development-tools::procedural-macro-helpers","no-std","no-std::no-alloc"],"keywords":["unicode","xid"],"readme":"README.md","repository":"https://github.com/dtolnay/unicode-ident","homepage":null,"documentation":"https://docs.rs/unicode-ident","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"path":null}]},{"name":"zlib License","id":"Zlib","text":"Copyright (c) 2021 Orson Peters \r\n\r\nThis software is provided 'as-is', without any express or implied warranty. In\r\nno event will the authors be held liable for any damages arising from the use of\r\nthis software.\r\n\r\nPermission is granted to anyone to use this software for any purpose, including\r\ncommercial applications, and to alter it and redistribute it freely, subject to\r\nthe following restrictions:\r\n\r\n 1. The origin of this software must not be misrepresented; you must not claim\r\n that you wrote the original software. If you use this software in a product,\r\n an acknowledgment in the product documentation would be appreciated but is\r\n not required.\r\n\r\n 2. Altered source versions must be plainly marked as such, and must not be\r\n misrepresented as being the original software.\r\n\r\n 3. This notice may not be removed or altered from any source distribution.\r\n","source_path":"LICENSE","used_by":[{"crate":{"name":"slotmap","version":"1.0.7","authors":["Orson Peters "],"id":"registry+https://github.com/rust-lang/crates.io-index#slotmap@1.0.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Slotmap data structure","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["derive","alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"fxhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"version_check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Zlib","license_file":null,"targets":[{"name":"slotmap","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"doubly_linked_list","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/examples/doubly_linked_list.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"rand_meld_heap","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/examples/rand_meld_heap.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/Cargo.toml","categories":["data-structures","memory-management","caching"],"keywords":["slotmap","storage","allocator","arena","reference"],"readme":"README.md","repository":"https://github.com/orlp/slotmap","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]}],"crates":[{"package":{"name":"ab_glyph","version":"0.2.26","authors":["Alex Butler "],"id":"registry+https://github.com/rust-lang/crates.io-index#ab_glyph@0.2.26","source":"registry+https://github.com/rust-lang/crates.io-index","description":"API for loading, scaling, positioning and rasterizing OpenType font glyphs.","dependencies":[{"name":"ab_glyph_rasterizer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"owned_ttf_parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ab_glyph","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph-0.2.26/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std","variable-fonts"],"libm":["dep:libm","ab_glyph_rasterizer/libm"],"std":["owned_ttf_parser/default","ab_glyph_rasterizer/default"],"variable-fonts":["owned_ttf_parser/variable-fonts"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph-0.2.26/Cargo.toml","categories":[],"keywords":["text","ttf","truetype","otf","opentype"],"readme":"README.md","repository":"https://github.com/alexheretic/ab-glyph","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0"},{"package":{"name":"ab_glyph_rasterizer","version":"0.1.8","authors":["Alex Butler "],"id":"registry+https://github.com/rust-lang/crates.io-index#ab_glyph_rasterizer@0.1.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Coverage rasterization for lines, quadratic & cubic beziers","dependencies":[{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ab_glyph_rasterizer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph_rasterizer-0.1.8/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"issues","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph_rasterizer-0.1.8/tests/issues.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"libm":["dep:libm"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph_rasterizer-0.1.8/Cargo.toml","categories":[],"keywords":["text","ttf","otf","font"],"readme":"README.md","repository":"https://github.com/alexheretic/ab-glyph","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0"},{"package":{"name":"accesskit","version":"0.12.3","authors":["The AccessKit contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit@0.12.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"UI accessibility infrastructure across platforms","dependencies":[{"name":"enumn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pyo3","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"schemars","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit-0.12.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"enumn":["dep:enumn"],"pyo3":["dep:pyo3"],"schemars":["dep:schemars","serde"],"serde":["dep:serde","enumn"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit-0.12.3/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["schemars","serde"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.68.2"},"license":"MIT OR Apache-2.0"},{"package":{"name":"accesskit_consumer","version":"0.16.1","authors":["Matt Campbell "],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_consumer@0.16.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit consumer library (internal)","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit_consumer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_consumer-0.16.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_consumer-0.16.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"accesskit_macos","version":"0.10.1","authors":["Matt Campbell "],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_macos@0.10.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit UI accessibility infrastructure: macOS adapter","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"accesskit_consumer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.3.0-beta.3, <0.3.0-beta.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit_macos","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_macos-0.10.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_macos-0.10.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"accesskit_unix","version":"0.6.2","authors":["Arnold Loubriat "],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_unix@0.6.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit UI accessibility infrastructure: Linux adapter","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"accesskit_consumer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-once-cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.32.0","kind":"normal","optional":true,"uses_default_features":true,"features":["rt","net","time"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.14","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit_unix","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_unix-0.6.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-io":["atspi/async-std","zbus/async-io"],"default":["async-io"],"tokio":["dep:tokio","atspi/tokio","zbus/tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_unix-0.6.2/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"accesskit_windows","version":"0.15.1","authors":["Matt Campbell "],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_windows@0.15.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit UI accessibility infrastructure: Windows adapter","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"accesskit_consumer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":false,"uses_default_features":true,"features":["implement","Win32_Foundation","Win32_Graphics_Gdi","Win32_System_Com","Win32_System_LibraryLoader","Win32_System_Ole","Win32_UI_Accessibility","Win32_UI_Input_KeyboardAndMouse","Win32_UI_WindowsAndMessaging"],"target":null,"rename":null,"registry":null,"path":null},{"name":"scopeguard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit_windows","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_windows-0.15.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"hello_world","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_windows-0.15.1/examples/hello_world.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_windows-0.15.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"accesskit_winit","version":"0.16.1","authors":["Matt Campbell "],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_winit@0.16.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit UI accessibility infrastructure: winit adapter","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29","kind":"normal","optional":false,"uses_default_features":false,"features":["rwh_06"],"target":null,"rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29","kind":"dev","optional":false,"uses_default_features":false,"features":["rwh_06","x11","wayland","wayland-dlopen","wayland-csd-adwaita"],"target":null,"rename":null,"registry":null,"path":null},{"name":"accesskit_unix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))","rename":null,"registry":null,"path":null},{"name":"accesskit_macos","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"accesskit_windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"accesskit_winit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_winit-0.16.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"simple","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_winit-0.16.1/examples/simple.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"accesskit_unix":["dep:accesskit_unix"],"async-io":["accesskit_unix/async-io"],"default":["accesskit_unix","async-io"],"tokio":["accesskit_unix/tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_winit-0.16.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility","winit"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["winit/rwh_06","winit/x11","winit/wayland"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0"},{"package":{"name":"addr2line","version":"0.22.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#addr2line@0.22.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A cross-platform symbolication library written in Rust, using `gimli`","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"cpp_demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"fallible-iterator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gimli","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":["read"],"target":null,"rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"object","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.35.0","kind":"normal","optional":true,"uses_default_features":false,"features":["read"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.3.21","kind":"dev","optional":false,"uses_default_features":true,"features":["wrap_help"],"target":null,"rename":null,"registry":null,"path":null},{"name":"findshlibs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libtest-mimic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"typed-arena","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"addr2line","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.22.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"addr2line","kind":["example"],"crate_types":["bin"],"required-features":["default"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.22.0/examples/addr2line.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"output_equivalence","kind":["test"],"crate_types":["bin"],"required-features":["default"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.22.0/tests/output_equivalence.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"correctness","kind":["test"],"crate_types":["bin"],"required-features":["default"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.22.0/tests/correctness.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parse","kind":["test"],"crate_types":["bin"],"required-features":["std-object"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.22.0/tests/parse.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"cpp_demangle":["dep:cpp_demangle"],"default":["rustc-demangle","cpp_demangle","std-object","fallible-iterator","smallvec","memmap2"],"fallible-iterator":["dep:fallible-iterator"],"memmap2":["dep:memmap2"],"object":["dep:object"],"rustc-demangle":["dep:rustc-demangle"],"rustc-dep-of-std":["core","alloc","compiler_builtins","gimli/rustc-dep-of-std"],"smallvec":["dep:smallvec"],"std":["gimli/std"],"std-object":["std","object","object/std","object/compression","gimli/endian-reader"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.22.0/Cargo.toml","categories":["development-tools::debugging"],"keywords":["DWARF","debug","elf","symbolicate","atos"],"readme":"./README.md","repository":"https://github.com/gimli-rs/addr2line","homepage":null,"documentation":"https://docs.rs/addr2line","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"adler","version":"1.0.2","authors":["Jonas Schievink "],"id":"registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple clean-room implementation of the Adler-32 checksum","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"0BSD OR MIT OR Apache-2.0","license_file":null,"targets":[{"name":"adler","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/benches/bench.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std"],"rustc-dep-of-std":["core","compiler_builtins"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/Cargo.toml","categories":["algorithms"],"keywords":["checksum","integrity","hash","adler32","zlib"],"readme":"README.md","repository":"https://github.com/jonas-schievink/adler.git","homepage":null,"documentation":"https://docs.rs/adler/","edition":"2015","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg=docsrs"]}},"release":{"no-dev-version":true,"pre-release-commit-message":"Release {{version}}","pre-release-replacements":[{"file":"CHANGELOG.md","replace":"## Unreleased\n\nNo changes.\n\n## [{{version}} - {{date}}](https://github.com/jonas-schievink/adler/releases/tag/v{{version}})\n","search":"## Unreleased\n"},{"file":"README.md","replace":"adler = \"{{version}}\"","search":"adler = \"[a-z0-9\\\\.-]+\""},{"file":"src/lib.rs","replace":"https://docs.rs/adler/{{version}}","search":"https://docs.rs/adler/[a-z0-9\\.-]+"}],"tag-message":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"0BSD OR MIT OR Apache-2.0"},{"package":{"name":"ahash","version":"0.8.11","authors":["Tom Kaitchuck "],"id":"registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.11","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A non-cryptographic hash function using AES-NI for high performance","dependencies":[{"name":"atomic-polyfill","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"const-random","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.117","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.31","kind":"normal","optional":false,"uses_default_features":false,"features":["simd"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"dev","optional":false,"uses_default_features":true,"features":["html_reports"],"target":null,"rename":null,"registry":null,"path":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fxhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hashbrown","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"no-panic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pcg-mwc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"seahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.59","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"version_check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.4","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.18.0","kind":"normal","optional":false,"uses_default_features":false,"features":["alloc"],"target":"cfg(not(all(target_arch = \"arm\", target_os = \"none\")))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ahash","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/bench.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"map_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/map_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"nopanic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/nopanic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"ahash","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"map","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/map_tests.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/./build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"atomic-polyfill":["dep:atomic-polyfill","once_cell/atomic-polyfill"],"compile-time-rng":["const-random"],"const-random":["dep:const-random"],"default":["std","runtime-rng"],"getrandom":["dep:getrandom"],"nightly-arm-aes":[],"no-rng":[],"runtime-rng":["getrandom"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/Cargo.toml","categories":["algorithms","data-structures","no-std"],"keywords":["hash","hasher","hashmap","aes","no-std"],"readme":"README.md","repository":"https://github.com/tkaitchuck/ahash","homepage":null,"documentation":"https://docs.rs/ahash","edition":"2018","metadata":{"docs":{"rs":{"features":["std"],"rustc-args":["-C","target-feature=+aes"],"rustdoc-args":["-C","target-feature=+aes"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"aho-corasick","version":"1.1.3","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast multiple substring searching.","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"aho_corasick","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std","perf-literal"],"logging":["dep:log"],"perf-literal":["dep:memchr"],"std":["memchr?/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/Cargo.toml","categories":["text-processing"],"keywords":["string","search","text","pattern","multi"],"readme":"README.md","repository":"https://github.com/BurntSushi/aho-corasick","homepage":"https://github.com/BurntSushi/aho-corasick","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Unlicense OR MIT"},{"package":{"name":"android-activity","version":"0.5.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#android-activity@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Glue for building Rust applications on Android with NativeActivity or GameActivity","dependencies":[{"name":"android-properties","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cesu8","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jni","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jni-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ndk","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ndk-context","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ndk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num_enum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"build","optional":false,"uses_default_features":true,"features":["parallel"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"android-activity","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-activity-0.5.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-activity-0.5.2/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":[],"game-activity":[],"native-activity":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-activity-0.5.2/Cargo.toml","categories":[],"keywords":["android","ndk"],"readme":"README.md","repository":"https://github.com/rust-mobile/android-activity","homepage":"https://github.com/rust-mobile/android-activity","documentation":"https://docs.rs/android-activity","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"],"targets":["aarch64-linux-android","armv7-linux-androideabi","i686-linux-android","x86_64-linux-android"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.68.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"android-properties","version":"0.2.2","authors":["Mikhail Lappo "],"id":"registry+https://github.com/rust-lang/crates.io-index#android-properties@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust-based Android properties wrapper","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"android-properties","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"property_foreach","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/examples/property_foreach.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"property_get","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/examples/property_get.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"property_refresh","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/examples/property_refresh.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"property_set","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/examples/property_set.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"bionic-deprecated":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/Cargo.toml","categories":["external-ffi-bindings","os","os::linux-apis"],"keywords":["android","properties","cutils","bionic","persistent"],"readme":"README.md","repository":"https://github.com/miklelappo/android-properties","homepage":"https://github.com/miklelappo/android-properties","documentation":"https://docs.rs/android-properties/0.2.2","edition":"2018","metadata":{"docs":{"rs":{"targets":["arm-linux-androideabi","armv7-linux-androideabi","aarch64-linux-android","i686-linux-android","x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"android-tzdata","version":"0.1.1","authors":["RumovZ"],"id":"registry+https://github.com/rust-lang/crates.io-index#android-tzdata@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser for the Android-specific tzdata file","dependencies":[{"name":"zip","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"android-tzdata","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-tzdata-0.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-tzdata-0.1.1/Cargo.toml","categories":["date-and-time"],"keywords":["parser","android","timezone"],"readme":"README.md","repository":"https://github.com/RumovZ/android-tzdata","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"android_system_properties","version":"0.1.5","authors":["Nicolas Silva "],"id":"registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Minimal Android system properties wrapper","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.126","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"android_system_properties","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"time_zone","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/examples/time_zone.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/Cargo.toml","categories":[],"keywords":["android"],"readme":"README.md","repository":"https://github.com/nical/android_system_properties","homepage":"https://github.com/nical/android_system_properties","documentation":"https://docs.rs/android_system_properties","edition":"2018","metadata":{"docs":{"rs":{"targets":["arm-linux-androideabi","armv7-linux-androideabi","aarch64-linux-android","i686-linux-android","x86_64-linux-android","x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"anes","version":"0.1.6","authors":["Robert Vojta "],"id":"registry+https://github.com/rust-lang/crates.io-index#anes@0.1.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"ANSI Escape Sequences provider & parser","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.66","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anes","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"execute","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/execute.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"parser","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/parser.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"queue","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/queue.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"sequence","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/sequence.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"stdout","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/stdout.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"string","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/string.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench_main","kind":["bench"],"crate_types":["bin"],"required-features":["parser"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/benches/bench_main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"bitflags":["dep:bitflags"],"default":[],"parser":["bitflags"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/Cargo.toml","categories":[],"keywords":["terminal","ansi","sequence","code","parser"],"readme":"README.md","repository":"https://github.com/zrzka/anes-rs","homepage":null,"documentation":"https://docs.rs/anes/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"anstream","version":"0.6.14","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstream@0.6.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple cross platform library for writing colored text to a terminal.","dependencies":[{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle-parse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle-query","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"colorchoice","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is_terminal_polyfill","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.48","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"utf8parse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"divan","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"owo-colors","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"strip-ansi-escapes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle-wincon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstream","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.14/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"dump-stream","kind":["example"],"crate_types":["bin"],"required-features":["auto"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.14/examples/dump-stream.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"query-stream","kind":["example"],"crate_types":["bin"],"required-features":["auto"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.14/examples/query-stream.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"strip","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.14/benches/strip.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"wincon","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.14/benches/wincon.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"stream","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.14/benches/stream.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"auto":["dep:anstyle-query"],"default":["auto","wincon"],"test":[],"wincon":["dep:anstyle-wincon"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.14/Cargo.toml","categories":["command-line-interface"],"keywords":["ansi","terminal","color","strip","wincon"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle.git","homepage":"https://github.com/rust-cli/anstyle","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"anstyle","version":"1.0.7","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"ANSI text styling","dependencies":[{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstyle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.7/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"dump-style","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.7/examples/dump-style.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.7/Cargo.toml","categories":["command-line-interface"],"keywords":["ansi","terminal","color","no_std"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle.git","homepage":"https://github.com/rust-cli/anstyle","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}],"tag-prefix":""}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"anstyle-parse","version":"0.2.4","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@0.2.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parse ANSI Style Escapes","dependencies":[{"name":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"utf8parse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"codegenrs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"divan","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":["path"],"target":null,"rename":null,"registry":null,"path":null},{"name":"vte_generate_state_changes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstyle-parse","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"parselog","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.4/examples/parselog.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"parse","kind":["bench"],"crate_types":["bin"],"required-features":["utf8"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.4/benches/parse.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"core":["dep:arrayvec"],"default":["utf8"],"utf8":["dep:utf8parse"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.4/Cargo.toml","categories":["command-line-interface"],"keywords":["ansi","terminal","color","vte"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle.git","homepage":"https://github.com/rust-cli/anstyle","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"anstyle-query","version":"1.1.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Look up colored console capabilities","dependencies":[{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_System_Console","Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstyle-query","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"query","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.1.0/examples/query.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.1.0/Cargo.toml","categories":["command-line-interface"],"keywords":["cli","color","no-std","terminal","ansi"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"anstyle-wincon","version":"3.0.3","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Styling legacy Windows terminals","dependencies":[{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_System_Console","Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstyle-wincon","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-3.0.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"dump-wincon","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-3.0.3/examples/dump-wincon.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"set-wincon","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-3.0.3/examples/set-wincon.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-3.0.3/Cargo.toml","categories":["command-line-interface"],"keywords":["ansi","terminal","color","windows"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle.git","homepage":"https://github.com/rust-cli/anstyle","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"],"targets":["x86_64-pc-windows-msvc"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"arboard","version":"3.4.0","authors":["Artur Kovacs ","Avi Weinstock ","Arboard contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#arboard@3.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Image and text handling for the OS clipboard.","dependencies":[{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"normal","optional":true,"uses_default_features":false,"features":["png"],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"wl-clipboard-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"x11rb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"core-graphics","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"normal","optional":true,"uses_default_features":false,"features":["tiff"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":["relax-void-encoding"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-app-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSPasteboard","NSPasteboardItem","NSImage"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSArray","NSString","NSEnumerator","NSGeometry"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"clipboard-win","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"normal","optional":true,"uses_default_features":false,"features":["png"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":true,"uses_default_features":true,"features":["Win32_Foundation","Win32_Graphics_Gdi","Win32_System_DataExchange","Win32_System_Memory","Win32_System_Ole"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"arboard","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"get_image","kind":["example"],"crate_types":["bin"],"required-features":["image-data"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.0/examples/get_image.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"set_image","kind":["example"],"crate_types":["bin"],"required-features":["image-data"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.0/examples/set_image.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"daemonize","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.0/examples/daemonize.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"hello_world","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.0/examples/hello_world.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"set_html","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.0/examples/set_html.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"core-graphics":["dep:core-graphics"],"default":["image-data"],"image":["dep:image"],"image-data":["core-graphics","image","windows-sys"],"wayland-data-control":["wl-clipboard-rs"],"windows-sys":["dep:windows-sys"],"wl-clipboard-rs":["dep:wl-clipboard-rs"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.0/Cargo.toml","categories":[],"keywords":["clipboard","image"],"readme":"README.md","repository":"https://github.com/1Password/arboard","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.67.1"},"license":"MIT OR Apache-2.0"},{"package":{"name":"arrayref","version":"0.3.7","authors":["David Roundy "],"id":"registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Macros to take array references of slices","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-2-Clause","license_file":null,"targets":[{"name":"arrayref","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"array_refs","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/examples/array_refs.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"array_refs_with_const","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/examples/array_refs_with_const.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"simple-case","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/examples/simple-case.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.7/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/droundy/arrayref","homepage":null,"documentation":"https://docs.rs/arrayref","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"BSD-2-Clause"},{"package":{"name":"arrayvec","version":"0.7.4","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zeroize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"arrayvec","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/tests/serde.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"extend","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/benches/extend.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"arraystring","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/benches/arraystring.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[],"zeroize":["dep:zeroize"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.4/Cargo.toml","categories":["data-structures","no-std"],"keywords":["stack","vector","array","data-structure","no_std"],"readme":"README.md","repository":"https://github.com/bluss/arrayvec","homepage":null,"documentation":"https://docs.rs/arrayvec/","edition":"2018","metadata":{"docs":{"rs":{"features":["serde","zeroize"]}},"release":{"no-dev-version":true,"tag-name":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"as-raw-xcb-connection","version":"1.0.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#as-raw-xcb-connection@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Trait to facilitate interoperatibility with libxcb C API","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"as-raw-xcb-connection","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/as-raw-xcb-connection-1.0.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/as-raw-xcb-connection-1.0.1/Cargo.toml","categories":[],"keywords":["xcb","X11"],"readme":null,"repository":"https://github.com/psychon/as-raw-xcb-connection","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"async-broadcast","version":"0.5.1","authors":["Stjepan Glavina ","Yoshua Wuyts ","Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-broadcast@0.5.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async broadcast channels","dependencies":[{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.21","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"async-broadcast","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-broadcast-0.5.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-broadcast-0.5.1/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"broadcast_bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-broadcast-0.5.1/benches/broadcast_bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-broadcast-0.5.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/smol-rs/async-broadcast","homepage":null,"documentation":"https://docs.rs/async-broadcast","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"async-channel","version":"2.3.1","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-channel@2.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async multi-producer multi-consumer channel","dependencies":[{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"event-listener-strategy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-channel","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bounded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/tests/bounded.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unbounded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/tests/unbounded.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["concurrent-queue/std","event-listener-strategy/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["mpmc","mpsc","spmc","chan","futures"],"readme":"README.md","repository":"https://github.com/smol-rs/async-channel","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-executor","version":"1.12.0","authors":["Stjepan Glavina ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-executor@1.12.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async executor","dependencies":[{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.16.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-executor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"limit","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/examples/limit.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"priority","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/examples/priority.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"different_executors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/tests/different_executors.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"drop","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/tests/drop.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"larger_tasks","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/tests/larger_tasks.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"local_queue","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/tests/local_queue.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"panic_prop","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/tests/panic_prop.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"spawn_many","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/tests/spawn_many.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"executor","kind":["bench"],"crate_types":["bin"],"required-features":["static"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/benches/executor.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"static":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.12.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["asynchronous","executor","single","multi","spawn"],"readme":"README.md","repository":"https://github.com/smol-rs/async-executor","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-fs","version":"1.6.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-fs@1.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async filesystem primitives","dependencies":[{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.78","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"dev","optional":false,"uses_default_features":true,"features":["winbase"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-fs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-fs-1.6.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-fs-1.6.0/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-fs-1.6.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["asynchronous","file","filesystem","io"],"readme":"README.md","repository":"https://github.com/smol-rs/async-fs","homepage":"https://github.com/smol-rs/async-fs","documentation":"https://docs.rs/async-fs","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.47.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-io","version":"1.13.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-io@1.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async I/O and timers","dependencies":[{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"polling","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.37.1","kind":"normal","optional":false,"uses_default_features":false,"features":["std","fs"],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"socket2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":["all"],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-net","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"inotify","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"linux\")","rename":null,"registry":null,"path":null},{"name":"timerfd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"linux\")","rename":null,"registry":null,"path":null},{"name":"uds_windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-io","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"linux-inotify","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/linux-inotify.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"linux-timerfd","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/linux-timerfd.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"unix-signal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/unix-signal.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"windows-uds","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/windows-uds.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/tests/async.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"timer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/tests/timer.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"io","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/benches/io.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"timer","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/benches/timer.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/Cargo.toml","categories":["asynchronous","network-programming","os"],"keywords":["mio","epoll","kqueue","iocp"],"readme":"README.md","repository":"https://github.com/smol-rs/async-io","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-io","version":"2.3.3","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-io@2.3.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async I/O and timers","dependencies":[{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.28","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"polling","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.2","kind":"normal","optional":false,"uses_default_features":false,"features":["fs","net","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-net","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"inotify","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"linux\")","rename":null,"registry":null,"path":null},{"name":"timerfd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"linux\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"uds_windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-io","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"kqueue-process","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/examples/kqueue-process.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"linux-inotify","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/examples/linux-inotify.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"linux-timerfd","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/examples/linux-timerfd.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"unix-signal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/examples/unix-signal.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"windows-command","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/examples/windows-command.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"windows-uds","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/examples/windows-uds.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/tests/async.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"block_on","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/tests/block_on.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue_182","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/tests/issue_182.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"timer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/tests/timer.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"io","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/benches/io.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"timer","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/benches/timer.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.3/Cargo.toml","categories":["asynchronous","network-programming","os"],"keywords":["mio","epoll","kqueue","iocp"],"readme":"README.md","repository":"https://github.com/smol-rs/async-io","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-lock","version":"2.8.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-lock@2.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async synchronization primitives","dependencies":[{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_arch = \"wasm32\", target_arch = \"wasm64\"))","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-lock","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"barrier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/tests/barrier.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mutex","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/tests/mutex.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"rwlock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/tests/rwlock.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"semaphore","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/tests/semaphore.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["lock","mutex","rwlock","semaphore","barrier"],"readme":"README.md","repository":"https://github.com/smol-rs/async-lock","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-lock","version":"3.4.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-lock@3.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async synchronization primitives","dependencies":[{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"event-listener-strategy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flume","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-lock","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"barrier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/barrier.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/loom.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mutex","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/mutex.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rwlock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/rwlock.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"semaphore","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/semaphore.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"loom":["event-listener/loom","dep:loom"],"std":["event-listener/std","event-listener-strategy/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["lock","mutex","rwlock","semaphore","barrier"],"readme":"README.md","repository":"https://github.com/smol-rs/async-lock","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-once-cell","version":"0.5.3","authors":["Daniel De Graaf "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-once-cell@0.5.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async single assignment cells and lazy values.","dependencies":[{"name":"critical-section","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"async-once-cell","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-once-cell-0.5.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"critical-section":["dep:critical-section"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-once-cell-0.5.3/Cargo.toml","categories":["rust-patterns","memory-management"],"keywords":["lazy","static","async"],"readme":"README.md","repository":"https://github.com/danieldg/async-once-cell","homepage":null,"documentation":"https://docs.rs/async_once_cell","edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"async-process","version":"1.8.1","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-process@1.8.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async interface for working with processes","dependencies":[{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"async-signal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38","kind":"normal","optional":false,"uses_default_features":false,"features":["std","fs"],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":false,"features":["Win32_Foundation","Win32_System_Threading"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-process","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"timeout","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.1/examples/timeout.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.1/tests/std.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.1/Cargo.toml","categories":["asynchronous","os"],"keywords":["process","spawn","command","subprocess","child"],"readme":"README.md","repository":"https://github.com/smol-rs/async-process","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-recursion","version":"1.1.1","authors":["Robert Usher <266585+dcchut@users.noreply.github.com>"],"id":"registry+https://github.com/rust-lang/crates.io-index#async-recursion@1.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Recursion for async functions","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["full","visit-mut","parsing","printing","proc-macro","clone-impls"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"macrotest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"async-recursion","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"args_sync","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/args_sync.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/compiletest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"core_module","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/core_module.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"fibonacci","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/fibonacci.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"generic_parameters","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/generic_parameters.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"lifetimes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/lifetimes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros_all_the_way_down","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/macros_all_the_way_down.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"struct_methods","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/struct_methods.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/dcchut/async-recursion","homepage":null,"documentation":"https://docs.rs/async-recursion","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"async-signal","version":"0.2.8","authors":["John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-signal@0.2.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async signal handling","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.26","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.26","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.15","kind":"normal","optional":false,"uses_default_features":false,"features":["process","std"],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"signal-hook-registry","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.139","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"atomic-waker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":false,"features":["Win32_Foundation","Win32_System_Console"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-signal","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.8/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"print","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.8/examples/print.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"sigint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.8/tests/sigint.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"unix_signals","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.8/tests/unix_signals.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.8/Cargo.toml","categories":["asynchronous","concurrency","os"],"keywords":["async","signal","signal-hook","signal-hook-registry"],"readme":"README.md","repository":"https://github.com/smol-rs/async-signal","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-task","version":"4.7.1","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-task@4.7.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Task abstraction for building executors","dependencies":[{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atomic-waker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flaky_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flume","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smol","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async-task","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"spawn-local","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/examples/spawn-local.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"spawn-on-thread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/examples/spawn-on-thread.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"spawn","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/examples/spawn.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"with-metadata","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/examples/with-metadata.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/basic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"cancel","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/cancel.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"join","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/join.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"metadata","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/metadata.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"panic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/panic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"ready","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/ready.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"waker_panic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/waker_panic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"waker_pending","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/waker_pending.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"waker_ready","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/waker_ready.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"spawn","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/benches/spawn.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"portable-atomic":["dep:portable-atomic"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/Cargo.toml","categories":["asynchronous","concurrency","no-std"],"keywords":["futures","task","executor","spawn"],"readme":"README.md","repository":"https://github.com/smol-rs/async-task","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-trait","version":"0.1.80","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.80","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Type erasure for async trait methods","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":true,"features":["full","visit-mut"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.40","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-attributes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.27","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.81","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"async-trait","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.80/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.80/tests/compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.80/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.80/Cargo.toml","categories":["asynchronous","no-std"],"keywords":["async"],"readme":"README.md","repository":"https://github.com/dtolnay/async-trait","homepage":null,"documentation":"https://docs.rs/async-trait","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"atk-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#atk-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libatk-1","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"atk_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atk-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atk-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atk-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_30":[],"v2_32":["v2_30"],"v2_34":["v2_32"],"v2_38":["v2_34"],"v2_46":["v2_38"],"v2_50":["v2_46"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atk-sys-0.18.0/Cargo.toml","categories":[],"keywords":["atk","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk3-rs","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"atk":{"name":"atk","v2_30":{"version":"2.30"},"v2_32":{"version":"2.32"},"v2_34":{"version":"2.34"},"v2_38":{"version":"2.38"},"v2_46":{"version":"2.46"},"v2_50":{"version":"2.50"},"version":"2.28"}}},"links":"atk-1.0","publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"atomic-waker","version":"1.1.2","authors":["Stjepan Glavina ","Contributors to futures-rs"],"id":"registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A synchronization primitive for task wakeup","dependencies":[{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atomic-waker","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"waker","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/benches/waker.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"portable-atomic":["dep:portable-atomic"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["waker","notify","wake","futures","async"],"readme":"README.md","repository":"https://github.com/smol-rs/atomic-waker","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"atomic_refcell","version":"0.1.13","authors":["Bobby Holley "],"id":"registry+https://github.com/rust-lang/crates.io-index#atomic_refcell@0.1.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Threadsafe RefCell","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atomic_refcell","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/tests/async.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"basic","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/benches/basic.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":[],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/bholley/atomic_refcell","homepage":null,"documentation":"https://docs.rs/atomic_refcell/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"atspi","version":"0.19.0","authors":["Michael Connor Buchan ","Tait Hoyem ","Alberto Tirla ","DataTriny ","Luuk van der Duim "],"id":"registry+https://github.com/rust-lang/crates.io-index#atspi@0.19.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Pure-Rust, zbus-based AT-SPI2 protocol implementation.","dependencies":[{"name":"atspi-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-connection","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-proxies","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atspi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-0.19.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-std":["proxies-async-std","connection-async-std"],"atspi-connection":["dep:atspi-connection"],"atspi-proxies":["dep:atspi-proxies"],"connection":[],"connection-async-std":["atspi-connection/async-std","connection"],"connection-tokio":["atspi-connection/tokio","connection"],"default":["async-std"],"proxies":[],"proxies-async-std":["atspi-proxies/async-std","proxies"],"proxies-tokio":["atspi-proxies/tokio","proxies"],"tokio":["proxies-tokio","connection-tokio"],"tracing":["atspi-connection/tracing"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-0.19.0/Cargo.toml","categories":["accessibility","api-bindings"],"keywords":["screen-reader","accessibility","a11y","tts","linux"],"readme":"README.md","repository":"https://github.com/odilia-app/atspi","homepage":"https://github.com/odilia-app/atspi","documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.68.2"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"atspi-common","version":"0.3.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#atspi-common@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Primitive types used for sending and receiving Linux accessibility events.","dependencies":[{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.12.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus_names","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rename-item","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_plain","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","rt-multi-thread"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-stream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":false,"features":["time"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.12.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atspi-common","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-common-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-std":["zbus/async-io"],"default":["async-std"],"tokio":["zbus/tokio"],"zbus":["dep:zbus"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-common-0.3.0/Cargo.toml","categories":["accessibility","api-bindings"],"keywords":["Macros","Accessibility"],"readme":"README.md","repository":"https://github.com/odilia-app/atspi","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.68.2"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"atspi-connection","version":"0.3.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#atspi-connection@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A method of connecting, querying, sending and receiving over AT-SPI.","dependencies":[{"name":"atspi-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-proxies","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.12.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atspi-connection","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-connection-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-std":["zbus/async-io","atspi-proxies/async-std","atspi-common/async-std"],"default":["async-std"],"tokio":["zbus/tokio","atspi-proxies/tokio","atspi-common/tokio"],"tracing":["dep:tracing"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-connection-0.3.0/Cargo.toml","categories":["accessibility","API bindings"],"keywords":["screen-reader","accessibility","a11y","linux"],"readme":"README.md","repository":"https://github.com/odilia-app/atspi/","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.68.2"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"atspi-proxies","version":"0.3.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#atspi-proxies@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AT-SPI2 proxies to query or manipulate UI objects","dependencies":[{"name":"async-trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.59","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.12.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["attributes"],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":["async-std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fantoccini","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rename-item","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.96","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_plain","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serial_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","rt-multi-thread"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-stream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atspi-proxies","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-proxies-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-std":["zbus/async-io","atspi-common/async-std"],"async-trait":["dep:async-trait"],"default":["async-std"],"futures-lite":["dep:futures-lite"],"gvariant":["zbus/gvariant"],"tokio":["zbus/tokio","atspi-common/tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-proxies-0.3.0/Cargo.toml","categories":["accessibility","api-bindings"],"keywords":["screen-reader","accessibility","a11y","tts","linux"],"readme":"README.md","repository":"https://github.com/odilia-app/atspi","homepage":"https://github.com/odilia-app/atspi","documentation":null,"edition":"2021","metadata":{"release":{"publish":true,"release":true}},"links":null,"publish":null,"default_run":null,"rust_version":"1.68.2"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"autocfg","version":"1.3.0","authors":["Josh Stone "],"id":"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Automatic cfg for Rust compiler features","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"autocfg","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"integers","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/examples/integers.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"nightly","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/examples/nightly.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"paths","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/examples/paths.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"traits","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/examples/traits.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"versions","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/examples/versions.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"no_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/tests/no_std.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustflags","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/tests/rustflags.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"wrappers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/tests/wrappers.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/Cargo.toml","categories":["development-tools::build-utils"],"keywords":["rustc","build","autoconf"],"readme":"README.md","repository":"https://github.com/cuviper/autocfg","homepage":null,"documentation":"https://docs.rs/autocfg/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":"1.0.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"backtrace","version":"0.3.73","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#backtrace@0.3.73","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library to acquire a stack trace (backtrace) at runtime in a Rust program.\n","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cpp_demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.24","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.97","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"addr2line","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.146","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))","rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))","rename":null,"registry":null,"path":null},{"name":"object","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.36.0","kind":"normal","optional":false,"uses_default_features":false,"features":["read_core","elf","macho","pe","xcoff","unaligned","archive"],"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"backtrace","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"backtrace","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/examples/backtrace.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"raw","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/examples/raw.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"skip_inner_frames","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/tests/skip_inner_frames.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"long_fn_name","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/tests/long_fn_name.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"smoke","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/tests/smoke.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"accuracy","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/tests/accuracy/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"concurrent-panics","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/tests/concurrent-panics.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"current-exe-mismatch","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/tests/current-exe-mismatch.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"sgx-image-base","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/tests/sgx-image-base.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/benches/benchmarks.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"coresymbolication":[],"cpp_demangle":["dep:cpp_demangle"],"dbghelp":[],"default":["std"],"dl_iterate_phdr":[],"dladdr":[],"kernel32":[],"libunwind":[],"serde":["dep:serde"],"serialize-serde":["serde"],"std":[],"unix-backtrace":[],"verify-winapi":["winapi/dbghelp","winapi/handleapi","winapi/libloaderapi","winapi/memoryapi","winapi/minwindef","winapi/processthreadsapi","winapi/synchapi","winapi/tlhelp32","winapi/winbase","winapi/winnt","winapi/winnls","winapi/stringapiset"],"winapi":["dep:winapi"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.73/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/backtrace-rs","homepage":"https://github.com/rust-lang/backtrace-rs","documentation":"https://docs.rs/backtrace","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"base64","version":"0.21.7","authors":["Alice Maz ","Marshall Pierce "],"id":"registry+https://github.com/rust-lang/crates.io-index#base64@0.21.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"encodes and decodes base64 as bytes or utf8","dependencies":[{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.2.25","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rstest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rstest_reuse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"strum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"base64","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"base64","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/examples/base64.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"encode","kind":["test"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/tests/encode.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/benches/benchmarks.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/Cargo.toml","categories":["encoding"],"keywords":["base64","utf8","encode","decode","no_std"],"readme":"README.md","repository":"https://github.com/marshallpierce/rust-base64","homepage":null,"documentation":"https://docs.rs/base64","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"beef","version":"0.5.2","authors":["Maciej Hirsz "],"id":"registry+https://github.com/rust-lang/crates.io-index#beef@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"More compact Cow","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.105","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.105","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"beef","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/beef-0.5.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/beef-0.5.2/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"const_fn":[],"default":[],"impl_serde":["serde"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/beef-0.5.2/Cargo.toml","categories":["no-std","memory-management"],"keywords":["cow","borrow","str","slice"],"readme":"./README.md","repository":"https://github.com/maciejhirsz/beef","homepage":null,"documentation":"https://docs.rs/beef/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"biquad","version":"0.4.2","authors":["Emil Fresk "],"id":"registry+https://github.com/rust-lang/crates.io-index#biquad@0.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for digital second order IIR filtrers, also known as biquads.","dependencies":[{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"biquad","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/biquad-0.4.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/biquad-0.4.2/Cargo.toml","categories":["embedded","no-std"],"keywords":["biquad","filter","iir"],"readme":"README.md","repository":"https://github.com/korken89/biquad-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"bitflags","version":"1.3.2","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A macro to generate structures which behave like bitflags.\n","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"bitflags","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"compile","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":[],"example_generated":[],"rustc-dep-of-std":["core","compiler_builtins"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml","categories":["no-std"],"keywords":["bit","bitmask","bitflags","flags"],"readme":"README.md","repository":"https://github.com/bitflags/bitflags","homepage":"https://github.com/bitflags/bitflags","documentation":"https://docs.rs/bitflags","edition":"2018","metadata":{"docs":{"rs":{"features":["example_generated"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"bitflags","version":"2.6.0","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A macro to generate structures which behave like bitflags.\n","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.2","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.19","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"bitflags","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"custom_bits_type","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/custom_bits_type.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"custom_derive","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/custom_derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"fmt","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/fmt.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"macro_free","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/macro_free.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"serde","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/serde.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"parse","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/benches/parse.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"bytemuck":["dep:bytemuck"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"example_generated":[],"rustc-dep-of-std":["core","compiler_builtins"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/Cargo.toml","categories":["no-std"],"keywords":["bit","bitmask","bitflags","flags"],"readme":"README.md","repository":"https://github.com/bitflags/bitflags","homepage":"https://github.com/bitflags/bitflags","documentation":"https://docs.rs/bitflags","edition":"2021","metadata":{"docs":{"rs":{"features":["example_generated"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"block-buffer","version":"0.10.4","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Buffer type for block processing of data","dependencies":[{"name":"generic-array","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"block-buffer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"mod","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/tests/mod.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/Cargo.toml","categories":["cryptography","no-std"],"keywords":["block","buffer"],"readme":"README.md","repository":"https://github.com/RustCrypto/utils","homepage":null,"documentation":"https://docs.rs/block-buffer","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"block-sys","version":"0.2.1","authors":["Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#block-sys@0.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Raw bindings to Apple's C language extension of blocks","dependencies":[{"name":"objc-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"block-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-sys-0.2.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-sys-0.2.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":["objc-sys?/alloc"],"apple":[],"compiler-rt":[],"default":["std","apple"],"gnustep-1-7":["objc-sys","objc-sys/gnustep-1-7"],"gnustep-1-8":["objc-sys/gnustep-1-8","gnustep-1-7"],"gnustep-1-9":["objc-sys/gnustep-1-9","gnustep-1-8"],"gnustep-2-0":["objc-sys/gnustep-2-0","gnustep-1-9"],"gnustep-2-1":["objc-sys/gnustep-2-1","gnustep-2-0"],"objc-sys":["dep:objc-sys"],"std":["alloc","objc-sys?/std"],"unstable-docsrs":["objc-sys","objc-sys/unstable-docsrs"],"unstable-objfw":[],"unstable-winobjc":["objc-sys/unstable-winobjc","gnustep-1-8"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-sys-0.2.1/Cargo.toml","categories":["external-ffi-bindings","os::macos-apis"],"keywords":["objective-c","macos","ios","blocks","sys"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/block-sys/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin","features":["std","unstable-docsrs"],"no-default-features":true,"targets":["x86_64-apple-darwin","aarch64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-pc-windows-msvc"]}}},"links":"block_0_2","publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"block2","version":"0.3.0","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#block2@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Apple's C language extension of blocks","dependencies":[{"name":"block-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"block2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block2-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":["objc2/alloc","block-sys/alloc"],"apple":["block-sys/apple","objc2/apple"],"compiler-rt":["block-sys/compiler-rt","objc2/unstable-compiler-rt"],"default":["std","apple"],"gnustep-1-7":["block-sys/gnustep-1-7","objc2/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","block-sys/gnustep-1-8","objc2/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","block-sys/gnustep-1-9","objc2/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","block-sys/gnustep-2-0","objc2/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","block-sys/gnustep-2-1","objc2/gnustep-2-1"],"std":["alloc","objc2/std","block-sys/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block2-0.3.0/Cargo.toml","categories":["api-bindings","development-tools::ffi","os::macos-apis"],"keywords":["objective-c","macos","ios","blocks"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/block2/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin","targets":["x86_64-apple-darwin","aarch64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"block2","version":"0.5.1","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#block2@0.5.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Apple's C language extension of blocks","dependencies":[{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"block2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block2-0.5.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":["objc2/alloc"],"apple":[],"compiler-rt":["objc2/unstable-compiler-rt"],"default":["std"],"gnustep-1-7":["objc2/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc2/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc2/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc2/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc2/gnustep-2-1"],"std":["alloc","objc2/std"],"unstable-objfw":[],"unstable-private":[],"unstable-winobjc":["gnustep-1-8"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block2-0.5.1/Cargo.toml","categories":["api-bindings","development-tools::ffi","os::macos-apis","external-ffi-bindings"],"keywords":["objective-c","macos","ios","blocks"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/block2/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","features":["unstable-private"],"targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}},"release":{"enable-features":[],"shared-version":false,"tag-prefix":"block"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"blocking","version":"1.6.1","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#blocking@1.6.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A thread pool for isolating blocking I/O in async programs","dependencies":[{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.28","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"piper","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"blocking","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"ls","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/examples/ls.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"unblock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/tests/unblock.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"tracing":["dep:tracing"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["async","file","stdio","stdin","process"],"readme":"README.md","repository":"https://github.com/smol-rs/blocking","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"bumpalo","version":"3.16.0","authors":["Nick Fitzgerald "],"id":"registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.16.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A fast bump allocation arena for Rust.","dependencies":[{"name":"allocator-api2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.171","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.197","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.115","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"bumpalo","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"try_alloc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/tests/try_alloc.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"benches","kind":["bench"],"crate_types":["bin"],"required-features":["collections"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/benches/benches.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"allocator-api2":["dep:allocator-api2"],"allocator_api":[],"boxed":[],"collections":[],"default":[],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/Cargo.toml","categories":["memory-management","rust-patterns","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/fitzgen/bumpalo","homepage":null,"documentation":"https://docs.rs/bumpalo","edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.73.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"bytemuck","version":"1.16.1","authors":["Lokathor "],"id":"registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.16.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A crate for mucking around with piles of bytes.","dependencies":[{"name":"bytemuck_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Zlib OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"bytemuck","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"array_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/tests/array_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"cast_slice_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/tests/cast_slice_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"checked_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/tests/checked_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"derive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/tests/derive.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"doc_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/tests/doc_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"offset_of_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/tests/offset_of_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"std_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/tests/std_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"transparent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/tests/transparent.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"wrapper_forgets","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/tests/wrapper_forgets.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"aarch64_simd":[],"align_offset":[],"bytemuck_derive":["dep:bytemuck_derive"],"const_zeroed":[],"derive":["bytemuck_derive"],"extern_crate_alloc":[],"extern_crate_std":["extern_crate_alloc"],"min_const_generics":[],"must_cast":[],"nightly_docs":[],"nightly_float":[],"nightly_portable_simd":[],"nightly_stdsimd":[],"unsound_ptr_pod_impl":[],"wasm_simd":[],"zeroable_atomics":[],"zeroable_maybe_uninit":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.16.1/Cargo.toml","categories":["encoding","no-std"],"keywords":["transmute","bytes","casting"],"readme":"README.md","repository":"https://github.com/Lokathor/bytemuck","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["nightly_docs","derive","extern_crate_alloc","extern_crate_std","zeroable_maybe_uninit","zeroable_atomics","min_const_generics","wasm_simd","must_cast","const_zeroed"]}},"playground":{"features":["derive","extern_crate_alloc","extern_crate_std","zeroable_maybe_uninit","zeroable_atomics","min_const_generics","wasm_simd","must_cast","const_zeroed"]}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Zlib OR Apache-2.0 OR MIT"},{"package":{"name":"bytemuck_derive","version":"1.7.0","authors":["Lokathor "],"id":"registry+https://github.com/rust-lang/crates.io-index#bytemuck_derive@1.7.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"derive proc-macros for `bytemuck`","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Zlib OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"bytemuck_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck_derive-1.7.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck_derive-1.7.0/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck_derive-1.7.0/Cargo.toml","categories":["encoding","no-std"],"keywords":["transmute","bytes","casting"],"readme":"README.md","repository":"https://github.com/Lokathor/bytemuck","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Zlib OR Apache-2.0 OR MIT"},{"package":{"name":"byteorder","version":"1.5.0","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Library for reading/writing numbers in big-endian and little-endian.","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.2","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"byteorder","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"i128":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/Cargo.toml","categories":["encoding","parsing","no-std"],"keywords":["byte","endian","big-endian","little-endian","binary"],"readme":"README.md","repository":"https://github.com/BurntSushi/byteorder","homepage":"https://github.com/BurntSushi/byteorder","documentation":"https://docs.rs/byteorder","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Unlicense OR MIT"},{"package":{"name":"bytes","version":"1.6.0","authors":["Carl Lerche ","Sean McArthur "],"id":"registry+https://github.com/rust-lang/crates.io-index#bytes@1.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Types and traits for working with bytes","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"bytes","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test_buf","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_buf.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_buf_mut","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_buf_mut.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_bytes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_bytes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_bytes_odd_alloc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_bytes_odd_alloc.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_bytes_vec_alloc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_bytes_vec_alloc.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_chain","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_chain.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_debug","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_debug.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_iter","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_iter.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_reader","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_reader.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_serde.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_take","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/tests/test_take.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"buf","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/benches/buf.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"bytes","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/benches/bytes.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"bytes_mut","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/benches/bytes_mut.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.6.0/Cargo.toml","categories":["network-programming","data-structures"],"keywords":["buffers","zero-copy","io"],"readme":"README.md","repository":"https://github.com/tokio-rs/bytes","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.39.0"},"license":"MIT"},{"package":{"name":"cairo-sys-rs","version":"0.18.2","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#cairo-sys-rs@0.18.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libcairo","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"x11","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.16","kind":"normal","optional":true,"uses_default_features":true,"features":["xlib"],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":true,"uses_default_features":true,"features":["windef"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"cairo_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cairo-sys-rs-0.18.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cairo-sys-rs-0.18.2/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"freetype":[],"glib":["dep:glib"],"pdf":[],"png":[],"ps":[],"script":[],"svg":[],"use_glib":["glib"],"v1_16":[],"v1_18":["v1_16"],"win32-surface":["winapi"],"winapi":["dep:winapi"],"x11":["dep:x11"],"xcb":[],"xlib":["x11"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cairo-sys-rs-0.18.2/Cargo.toml","categories":[],"keywords":["cairo","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"cairo":{"name":"cairo","v1_16":{"version":"1.16"},"v1_18":{"version":"1.17"},"version":"1.14"},"cairo-gobject":{"feature":"use_glib","name":"cairo-gobject","v1_16":{"version":"1.16"},"v1_18":{"version":"1.17"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"calloop","version":"0.12.4","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#calloop@0.12.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A callback-based event loop","dependencies":[{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.4.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"polling","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38","kind":"normal","optional":false,"uses_default_features":false,"features":["event","fs","pipe","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38","kind":"dev","optional":false,"uses_default_features":false,"features":["net"],"target":null,"rename":null,"registry":null,"path":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.26","kind":"normal","optional":true,"uses_default_features":false,"features":["signal"],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"calloop","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"high_precision","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/examples/high_precision.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"timer","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/examples/timer.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"signals","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/tests/signals.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"async-task":["dep:async-task"],"block_on":["pin-utils"],"executor":["async-task"],"futures-io":["dep:futures-io"],"nightly_coverage":[],"nix":["dep:nix"],"pin-utils":["dep:pin-utils"],"signals":["nix"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.12.4/Cargo.toml","categories":[],"keywords":["events","loop","callback","eventloop","unix"],"readme":"README.md","repository":"https://github.com/Smithay/calloop","homepage":null,"documentation":"https://docs.rs/calloop/","edition":"2018","metadata":{"docs":{"rs":{"features":["block_on","executor","signals"],"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT"},{"package":{"name":"calloop-wayland-source","version":"0.2.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#calloop-wayland-source@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A wayland-rs client event source for callloop","dependencies":[{"name":"calloop","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.4","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.8.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"dev","optional":false,"uses_default_features":true,"features":["client"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"calloop-wayland-source","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-wayland-source-0.2.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"simplest-window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-wayland-source-0.2.0/examples/simplest-window.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"log":["dep:log"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-wayland-source-0.2.0/Cargo.toml","categories":[],"keywords":["wayland","windowing"],"readme":"README.md","repository":"https://github.com/smithay/calloop-wayland-source","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"cast","version":"0.3.0","authors":["Jorge Aparicio "],"id":"registry+https://github.com/rust-lang/crates.io-index#cast@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Ergonomic, checked cast functions for primitive types","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cast","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/Cargo.toml","categories":[],"keywords":["checked","cast","primitive","integer","float"],"readme":"README.md","repository":"https://github.com/japaric/cast.rs","homepage":null,"documentation":"https://docs.rs/cast","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"cc","version":"1.0.99","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#cc@1.0.99","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A build-time dependency for Cargo build scripts to assist in invoking the native\nC compiler to compile native C code into a static archive to be linked into Rust\ncode.\n","dependencies":[{"name":"jobserver","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.30","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.62","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.99/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"jobserver":["dep:jobserver"],"libc":["dep:libc"],"once_cell":["dep:once_cell"],"parallel":["libc","jobserver","once_cell"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.99/Cargo.toml","categories":["development-tools::build-utils"],"keywords":["build-dependencies"],"readme":"README.md","repository":"https://github.com/rust-lang/cc-rs","homepage":"https://github.com/rust-lang/cc-rs","documentation":"https://docs.rs/cc","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"cesu8","version":"1.1.0","authors":["Eric Kidd "],"id":"registry+https://github.com/rust-lang/crates.io-index#cesu8@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Convert to and from CESU-8 encoding (similar to UTF-8)","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"cesu8","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cesu8-1.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cesu8-1.1.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/emk/cesu8-rs","homepage":null,"documentation":"http://emk.github.io/cesu8-rs/cesu8/index.html","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"cfg-expr","version":"0.15.8","authors":["Embark ","Jake Shadle "],"id":"registry+https://github.com/rust-lang/crates.io-index#cfg-expr@0.15.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A parser and evaluator for Rust `cfg()` expressions.","dependencies":[{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"target-lexicon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.11","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"similar-asserts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cfg-expr","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"eval","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/examples/eval.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"eval","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/tests/eval.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lexer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/tests/lexer.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"parser","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/tests/parser.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"target-lexicon":["dep:target-lexicon"],"targets":["target-lexicon"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/Cargo.toml","categories":["parser-implementations"],"keywords":["cargo","rustc","cfg"],"readme":"README.md","repository":"https://github.com/EmbarkStudios/cfg-expr","homepage":"https://github.com/EmbarkStudios/cfg-expr","documentation":"https://docs.rs/cfg-expr","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"cfg-if","version":"1.0.0","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cfg-if","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"xcrate","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"rustc-dep-of-std":["core","compiler_builtins"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/alexcrichton/cfg-if","homepage":"https://github.com/alexcrichton/cfg-if","documentation":"https://docs.rs/cfg-if","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"cfg_aliases","version":"0.1.1","authors":["Zicklag "],"id":"registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"cfg_aliases","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.1.1/Cargo.toml","categories":["development-tools","development-tools::build-utils"],"keywords":["cfg","alias","conditional","compilation","build"],"readme":"README.md","repository":"https://github.com/katharostech/cfg_aliases","homepage":"https://github.com/katharostech/cfg_aliases","documentation":"https://docs.rs/cfg_aliases","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"cgl","version":"0.3.2","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#cgl@0.3.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for CGL on Mac","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cgl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cgl-0.3.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cgl-0.3.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/cgl-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"chrono","version":"0.4.38","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.38","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Date and time library for Rust","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pure-rust-locales","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.43","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.99","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"android-tzdata","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"iana-time-zone","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.45","kind":"normal","optional":true,"uses_default_features":true,"features":["fallback"],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"chrono","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"dateutils","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/tests/dateutils.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/tests/wasm.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"win_bindings","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/tests/win_bindings.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"__internal_bench":[],"alloc":[],"android-tzdata":["dep:android-tzdata"],"arbitrary":["dep:arbitrary"],"clock":["winapi","iana-time-zone","android-tzdata","now"],"default":["clock","std","oldtime","wasmbind"],"iana-time-zone":["dep:iana-time-zone"],"js-sys":["dep:js-sys"],"libc":[],"now":["std"],"oldtime":[],"pure-rust-locales":["dep:pure-rust-locales"],"rkyv":["dep:rkyv","rkyv/size_32"],"rkyv-16":["dep:rkyv","rkyv?/size_16"],"rkyv-32":["dep:rkyv","rkyv?/size_32"],"rkyv-64":["dep:rkyv","rkyv?/size_64"],"rkyv-validation":["rkyv?/validation"],"serde":["dep:serde"],"std":["alloc"],"unstable-locales":["pure-rust-locales"],"wasm-bindgen":["dep:wasm-bindgen"],"wasmbind":["wasm-bindgen","js-sys"],"winapi":["windows-targets"],"windows-targets":["dep:windows-targets"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/Cargo.toml","categories":["date-and-time"],"keywords":["date","time","calendar"],"readme":"README.md","repository":"https://github.com/chronotope/chrono","homepage":"https://github.com/chronotope/chrono","documentation":"https://docs.rs/chrono/","edition":"2021","metadata":{"docs":{"rs":{"features":["arbitrary","rkyv","serde","unstable-locales"],"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["serde"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"ciborium","version":"0.2.2","authors":["Nathaniel McCallum "],"id":"registry+https://github.com/rust-lang/crates.io-index#ciborium@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"serde implementation of CBOR using ciborium-basic","dependencies":[{"name":"ciborium-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"ciborium-ll","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.100","kind":"normal","optional":false,"uses_default_features":false,"features":["alloc","derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rstest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ciborium","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"canonical","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/canonical.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"codec","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/codec.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"fuzz","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/fuzz.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"macro","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/macro.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"no_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/no_std.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"recursion","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/recursion.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"tag","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/tag.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["ciborium-io/std","serde/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/Cargo.toml","categories":["data-structures","embedded","encoding","no-std","parsing"],"keywords":["cbor","serde"],"readme":"README.md","repository":"https://github.com/enarx/ciborium","homepage":"https://github.com/enarx/ciborium","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.58.0"},"license":"Apache-2.0"},{"package":{"name":"ciborium-io","version":"0.2.2","authors":["Nathaniel McCallum "],"id":"registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Simplified Read/Write traits for no_std usage","dependencies":[],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ciborium-io","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/Cargo.toml","categories":["data-structures","embedded","no-std"],"keywords":["io","read","write"],"readme":"README.md","repository":"https://github.com/enarx/ciborium","homepage":"https://github.com/enarx/ciborium","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.58.0"},"license":"Apache-2.0"},{"package":{"name":"ciborium-ll","version":"0.2.2","authors":["Nathaniel McCallum "],"id":"registry+https://github.com/rust-lang/crates.io-index#ciborium-ll@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Low-level CBOR codec primitives","dependencies":[{"name":"ciborium-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"half","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ciborium-ll","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"std":["alloc","half/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/Cargo.toml","categories":["data-structures","embedded","encoding","no-std","parsing"],"keywords":["cbor"],"readme":"README.md","repository":"https://github.com/enarx/ciborium","homepage":"https://github.com/enarx/ciborium","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.58.0"},"license":"Apache-2.0"},{"package":{"name":"clap","version":"4.5.7","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#clap@4.5.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple to use, efficient, and full-featured Command Line Argument Parser","dependencies":[{"name":"clap_builder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=4.5.7","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=4.5.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"humantime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.15","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shlex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.91","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trycmd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15.3","kind":"dev","optional":false,"uses_default_features":false,"features":["color-auto","diff","examples"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"clap","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"stdio-fixture","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/src/bin/stdio-fixture.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"demo","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/demo.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"cargo-example","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/cargo-example.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"cargo-example-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/cargo-example-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"escaped-positional","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/escaped-positional.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"escaped-positional-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/escaped-positional-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"find","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/find.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"git-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/git-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"typed-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/typed-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"busybox","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/multicall-busybox.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"hostname","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/multicall-hostname.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"repl","kind":["example"],"crate_types":["bin"],"required-features":["help"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/repl.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"repl-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/repl-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"01_quick","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/01_quick.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_apps","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/02_apps.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_crate","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/02_crate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_app_settings","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/02_app_settings.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_01_flag_bool","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/03_01_flag_bool.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_01_flag_count","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/03_01_flag_count.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_02_option","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/03_02_option.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_02_option_mult","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/03_02_option_mult.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_03_positional","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/03_03_positional.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_03_positional_mult","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/03_03_positional_mult.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_04_subcommands","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/03_04_subcommands.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_05_default_values","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/03_05_default_values.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_01_possible","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/04_01_possible.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_01_enum","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/04_01_enum.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_02_parse","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/04_02_parse.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_02_validate","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/04_02_validate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_03_relations","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/04_03_relations.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_04_custom","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/04_04_custom.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"05_01_assert","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_builder/05_01_assert.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"01_quick_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/01_quick.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_apps_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/02_apps.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_crate_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/02_crate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_app_settings_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/02_app_settings.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_01_flag_bool_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/03_01_flag_bool.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_01_flag_count_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/03_01_flag_count.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_02_option_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/03_02_option.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_02_option_mult_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/03_02_option_mult.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_03_positional_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/03_03_positional.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_03_positional_mult_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/03_03_positional_mult.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_04_subcommands_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/03_04_subcommands.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_04_subcommands_alt_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/03_04_subcommands_alt.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_05_default_values_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/03_05_default_values.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_01_enum_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/04_01_enum.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_02_parse_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/04_02_parse.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_02_validate_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/04_02_validate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_03_relations_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/04_03_relations.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_04_custom_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/04_04_custom.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"05_01_assert_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/tutorial_derive/05_01_assert.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"interop_augment_args","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/derive_ref/augment_args.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"interop_augment_subcommands","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/derive_ref/augment_subcommands.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"interop_hand_subcommand","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/derive_ref/hand_subcommand.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"interop_flatten_hand_args","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/derive_ref/flatten_hand_args.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"git","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/git.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"pacman","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/examples/pacman.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"cargo":["clap_builder/cargo"],"color":["clap_builder/color"],"debug":["clap_builder/debug","clap_derive?/debug"],"default":["std","color","help","usage","error-context","suggestions"],"deprecated":["clap_builder/deprecated","clap_derive?/deprecated"],"derive":["dep:clap_derive"],"env":["clap_builder/env"],"error-context":["clap_builder/error-context"],"help":["clap_builder/help"],"std":["clap_builder/std"],"string":["clap_builder/string"],"suggestions":["clap_builder/suggestions"],"unicode":["clap_builder/unicode"],"unstable-doc":["clap_builder/unstable-doc","derive"],"unstable-styles":["clap_builder/unstable-styles"],"unstable-v5":["clap_builder/unstable-v5","clap_derive?/unstable-v5","deprecated"],"usage":["clap_builder/usage"],"wrap_help":["clap_builder/wrap_help"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.7/Cargo.toml","categories":["command-line-interface"],"keywords":["argument","cli","arg","parser","parse"],"readme":"README.md","repository":"https://github.com/clap-rs/clap","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"features":["unstable-doc"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"playground":{"features":["unstable-doc"]},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD","search":""},{"file":"CITATION.cff","replace":"date-released: {{date}}","search":"^date-released: ....-..-.."},{"file":"CITATION.cff","replace":"version: {{version}}","search":"^version: .+\\..+\\..+"},{"exactly":1,"file":"src/lib.rs","replace":"blob/v{{version}}/CHANGELOG.md","search":"blob/v.+\\..+\\..+/CHANGELOG.md"}],"shared-version":true,"tag-name":"v{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.74.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"clap_builder","version":"4.5.7","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.5.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple to use, efficient, and full-featured Command Line Argument Parser","dependencies":[{"name":"anstream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.67","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap_lex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"strsim","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"terminal_size","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicase","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-width","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"color-print","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unic-emoji-char","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"clap_builder","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.7/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"cargo":[],"color":["dep:anstream"],"debug":["dep:backtrace"],"default":["std","color","help","usage","error-context","suggestions"],"deprecated":[],"env":[],"error-context":[],"help":[],"std":["anstyle/std"],"string":[],"suggestions":["dep:strsim","error-context"],"unicode":["dep:unicode-width","dep:unicase"],"unstable-doc":["cargo","wrap_help","env","unicode","string"],"unstable-styles":["color"],"unstable-v5":["deprecated"],"usage":[],"wrap_help":["help","dep:terminal_size"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.7/Cargo.toml","categories":["command-line-interface"],"keywords":["argument","cli","arg","parser","parse"],"readme":"README.md","repository":"https://github.com/clap-rs/clap","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"features":["unstable-doc"],"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["unstable-doc"]},"release":{"dependent-version":"upgrade","shared-version":true,"tag-name":"v{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.74.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"clap_lex","version":"0.7.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.7.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Minimal, flexible command line parser","dependencies":[{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"clap_lex","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.1/Cargo.toml","categories":["command-line-interface"],"keywords":["argument","cli","arg","parser","parse"],"readme":"README.md","repository":"https://github.com/clap-rs/clap","homepage":null,"documentation":null,"edition":"2021","metadata":{"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD","search":""},{"exactly":4,"file":"README.md","prerelease":true,"replace":"github.com/clap-rs/clap/blob/{{tag_name}}/","search":"github.com/clap-rs/clap/blob/[^/]+/"}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.74.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"clipboard-win","version":"5.3.1","authors":["Douman "],"id":"registry+https://github.com/rust-lang/crates.io-index#clipboard-win@5.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Provides simple way to interact with Windows clipboard.","dependencies":[{"name":"error-code","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-win","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"BSL-1.0","license_file":null,"targets":[{"name":"clipboard-win","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.3.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"monitor","kind":["test"],"crate_types":["bin"],"required-features":["monitor"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.3.1/tests/monitor.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"formats","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.3.1/tests/formats.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_clip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.3.1/tests/test_clip.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"monitor":["windows-win"],"std":["error-code/std"],"windows-win":["dep:windows-win"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.3.1/Cargo.toml","categories":["os::windows-apis"],"keywords":["Windows","winapi","clipboard"],"readme":"README.md","repository":"https://github.com/DoumanAsh/clipboard-win","homepage":null,"documentation":"https://docs.rs/crate/clipboard-win","edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","features":["monitor"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"BSL-1.0"},{"package":{"name":"colorchoice","version":"1.0.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Global override of color control","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"colorchoice","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.1/Cargo.toml","categories":["command-line-interface"],"keywords":["cli","color","no-std","terminal","ansi"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"combine","version":"4.6.7","authors":["Markus Westerlind "],"id":"registry+https://github.com/rust-lang/crates.io-index#combine@4.6.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast parser combinators on arbitrary streams with zero-copy support.","dependencies":[{"name":"bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"bytes_05","registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"futures-core-03","registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"futures-io-03","registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.3","kind":"normal","optional":true,"uses_default_features":false,"features":["io-util"],"target":null,"rename":"tokio-02-dep","registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"tokio-03-dep","registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"tokio-dep","registry":null,"path":null},{"name":"tokio-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":false,"features":["codec"],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"bytes_05","registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"futures-03-dep","registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"partial-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["tokio","quickcheck"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quick-error","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":["fs","io-driver","io-util","macros"],"target":null,"rename":"tokio-02-dep","registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["fs","macros","rt-multi-thread"],"target":null,"rename":"tokio-03-dep","registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["fs","macros","rt","rt-multi-thread","io-util"],"target":null,"rename":"tokio-dep","registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"combine","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"async","kind":["example"],"crate_types":["bin"],"required-features":["std","tokio"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/async.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"date","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/date.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"number","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/number.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"readme","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/readme.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/ini.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":["tokio-02","futures-io-03"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/tests/async.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"buffered_stream","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/tests/buffered_stream.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parser","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/tests/parser.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parser_macro","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/tests/parser_macro.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"json","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/benches/json.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"http","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/benches/http.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"mp4","kind":["bench"],"crate_types":["bin"],"required-features":["mp4"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/benches/mp4.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"buffers","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/benches/buffers.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"bytes":["dep:bytes"],"bytes_05":["dep:bytes_05"],"default":["std"],"futures-03":["pin-project","std","futures-core-03","futures-io-03","pin-project-lite"],"futures-core-03":["dep:futures-core-03"],"futures-io-03":["dep:futures-io-03"],"mp4":[],"pin-project":["pin-project-lite"],"pin-project-lite":["dep:pin-project-lite"],"regex":["dep:regex"],"std":["memchr/std","bytes","alloc"],"tokio":["tokio-dep","tokio-util/io","futures-core-03","pin-project-lite"],"tokio-02":["pin-project","std","tokio-02-dep","futures-core-03","pin-project-lite","bytes_05"],"tokio-02-dep":["dep:tokio-02-dep"],"tokio-03":["pin-project","std","tokio-03-dep","futures-core-03","pin-project-lite"],"tokio-03-dep":["dep:tokio-03-dep"],"tokio-dep":["dep:tokio-dep"],"tokio-util":["dep:tokio-util"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/Cargo.toml","categories":["parsing","no-std"],"keywords":["parser","parsing","combinators","ll"],"readme":"README.md","repository":"https://github.com/Marwes/combine","homepage":null,"documentation":"https://docs.rs/combine","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"concurrent-queue","version":"2.5.0","authors":["Stjepan Glavina ","Taiki Endo ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Concurrent multi-producer multi-consumer queue","dependencies":[{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"concurrent-queue","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bounded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/tests/bounded.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/tests/loom.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"single","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/tests/single.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unbounded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/tests/unbounded.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"loom":["dep:loom"],"portable-atomic":["dep:portable-atomic"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/Cargo.toml","categories":["concurrency"],"keywords":["channel","mpmc","spsc","spmc","mpsc"],"readme":"README.md","repository":"https://github.com/smol-rs/concurrent-queue","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"core-foundation","version":"0.9.4","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to Core Foundation for macOS","dependencies":[{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-foundation-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.6","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core-foundation","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"use_macro_outside_crate","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/tests/use_macro_outside_crate.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"chrono":["dep:chrono"],"default":["link"],"link":["core-foundation-sys/link"],"mac_os_10_7_support":["core-foundation-sys/mac_os_10_7_support"],"mac_os_10_8_features":["core-foundation-sys/mac_os_10_8_features"],"uuid":["dep:uuid"],"with-chrono":["chrono"],"with-uuid":["uuid"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/Cargo.toml","categories":["os::macos-apis"],"keywords":["macos","framework","objc"],"readme":null,"repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"core-foundation-sys","version":"0.8.6","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to Core Foundation for macOS","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core-foundation-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["link"],"link":[],"mac_os_10_7_support":[],"mac_os_10_8_features":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.6/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"core-graphics","version":"0.23.2","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-graphics@0.23.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to Core Graphics for macOS","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-graphics-types","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"foreign-types","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core-graphics","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-0.23.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["link"],"elcapitan":[],"highsierra":[],"link":["core-foundation/link","core-graphics-types/link"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-0.23.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"core-graphics-types","version":"0.1.3","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-graphics-types@0.1.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for some fundamental Core Graphics types","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.4","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core-graphics-types","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-types-0.1.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["link"],"link":["core-foundation/link"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-types-0.1.3/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"cpp_demangle","version":"0.4.3","authors":["Nick Fitzgerald ","Jim Blandy ","Kyle Huey "],"id":"registry+https://github.com/rust-lang/crates.io-index#cpp_demangle@0.4.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A crate for demangling C++ symbols","dependencies":[{"name":"afl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"diff","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cpp_demangle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"afl_runner","kind":["bin"],"crate_types":["bin"],"required-features":["afl"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.3/src/bin/afl_runner.rs","edition":"2018","doctest":false,"test":true,"doc":true},{"name":"cppfilt","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.3/examples/cppfilt.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.3/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"afl":["dep:afl"],"alloc":[],"default":["std"],"fuzz":["afl"],"logging":["std"],"run_libiberty_tests":[],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.3/Cargo.toml","categories":["development-tools::debugging","development-tools::ffi"],"keywords":["demangle","symbolicate","c-plus-plus","itanium"],"readme":"./README.md","repository":"https://github.com/gimli-rs/cpp_demangle","homepage":null,"documentation":"https://docs.rs/cpp_demangle","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"cpufeatures","version":"0.2.12","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.12","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, \nwith no_std support and support for mobile targets including Android and iOS\n","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-linux-android","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cpufeatures","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"aarch64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/tests/aarch64.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"loongarch64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/tests/loongarch64.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"x86","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/tests/x86.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.12/Cargo.toml","categories":["hardware-support","no-std"],"keywords":["cpuid","target-feature"],"readme":"README.md","repository":"https://github.com/RustCrypto/utils","homepage":null,"documentation":"https://docs.rs/cpufeatures","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"crc32fast","version":"1.4.2","authors":["Sam Rijs ","Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast, SIMD-accelerated CRC32 (IEEE) checksum computation","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crc32fast","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/benches/bench.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"nightly":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/Cargo.toml","categories":[],"keywords":["checksum","crc","crc32","simd","fast"],"readme":"README.md","repository":"https://github.com/srijs/rust-crc32fast","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"criterion","version":"0.5.1","authors":["Jorge Aparicio ","Brook Heisler "],"id":"registry+https://github.com/rust-lang/crates.io-index#criterion@0.5.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Statistics-driven micro-benchmarking library","dependencies":[{"name":"anes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ciborium","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion-plot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"csv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is-terminal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"oorandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^11.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":false,"features":["svg_backend","area_series","line_series"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smol","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tinytemplate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["rt"],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"approx","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":["executor"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~3.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"criterion","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"criterion_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/tests/criterion_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench_main","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/benches/bench_main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"async":["futures"],"async-std":["dep:async-std"],"async_futures":["futures/executor","async"],"async_smol":["smol","async"],"async_std":["async-std","async"],"async_tokio":["tokio","async"],"cargo_bench_support":[],"csv":["dep:csv"],"csv_output":["csv"],"default":["rayon","plotters","cargo_bench_support"],"futures":["dep:futures"],"html_reports":[],"plotters":["dep:plotters"],"rayon":["dep:rayon"],"real_blackbox":[],"smol":["dep:smol"],"stable":["csv_output","html_reports","async_futures","async_smol","async_tokio","async_std"],"tokio":["dep:tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/Cargo.toml","categories":["development-tools::profiling"],"keywords":["criterion","benchmark"],"readme":"README.md","repository":"https://github.com/bheisler/criterion.rs","homepage":"https://bheisler.github.io/criterion.rs/book/index.html","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["async_futures","async_smol","async_std","async_tokio"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"criterion-plot","version":"0.5.0","authors":["Jorge Aparicio ","Brook Heisler "],"id":"registry+https://github.com/rust-lang/crates.io-index#criterion-plot@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Criterion's plotting library","dependencies":[{"name":"cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools-num","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-complex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"criterion-plot","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/Cargo.toml","categories":["visualization"],"keywords":["plotting","gnuplot","criterion"],"readme":"README.md","repository":"https://github.com/bheisler/criterion.rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"crossbeam-deque","version":"0.8.5","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Concurrent work-stealing deque","dependencies":[{"name":"crossbeam-epoch","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.17","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.18","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crossbeam-deque","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"fifo","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/fifo.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"injector","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/injector.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lifo","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/lifo.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"steal","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/steal.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["crossbeam-epoch/std","crossbeam-utils/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/Cargo.toml","categories":["algorithms","concurrency","data-structures"],"keywords":["chase-lev","lock-free","scheduler","scheduling"],"readme":"README.md","repository":"https://github.com/crossbeam-rs/crossbeam","homepage":"https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque","documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"crossbeam-epoch","version":"0.9.18","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Epoch-based garbage collection","dependencies":[{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.18","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(crossbeam_loom)","rename":"loom-crate","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crossbeam-epoch","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"sanitize","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/examples/sanitize.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/tests/loom.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"defer","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/benches/defer.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"flush","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/benches/flush.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"pin","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/benches/pin.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"loom":["loom-crate","crossbeam-utils/loom"],"loom-crate":["dep:loom-crate"],"nightly":["crossbeam-utils/nightly"],"std":["alloc","crossbeam-utils/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/Cargo.toml","categories":["concurrency","memory-management","no-std"],"keywords":["lock-free","rcu","atomic","garbage"],"readme":"README.md","repository":"https://github.com/crossbeam-rs/crossbeam","homepage":"https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch","documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"crossbeam-utils","version":"0.8.20","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.20","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Utilities for concurrent programming","dependencies":[{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(crossbeam_loom)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crossbeam-utils","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"atomic_cell","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/atomic_cell.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"cache_padded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/cache_padded.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"parker","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/parker.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"sharded_lock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/sharded_lock.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"thread","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/thread.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"wait_group","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/wait_group.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"atomic_cell","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/benches/atomic_cell.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"loom":["dep:loom"],"nightly":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/Cargo.toml","categories":["algorithms","concurrency","data-structures","no-std"],"keywords":["scoped","thread","atomic","cache"],"readme":"README.md","repository":"https://github.com/crossbeam-rs/crossbeam","homepage":"https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils","documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"crunchy","version":"0.2.2","authors":["Vurich "],"id":"registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Crunchy unroller: deterministically unroll constant loops","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"crunchy","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":["limit_128"],"limit_1024":[],"limit_128":[],"limit_2048":[],"limit_256":[],"limit_512":[],"limit_64":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":null,"homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"crypto-common","version":"0.1.6","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common cryptographic traits","dependencies":[{"name":"generic-array","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.4","kind":"normal","optional":false,"uses_default_features":true,"features":["more_lengths"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"typenum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crypto-common","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"getrandom":["rand_core/getrandom"],"rand_core":["dep:rand_core"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/Cargo.toml","categories":["cryptography","no-std"],"keywords":["crypto","traits"],"readme":"README.md","repository":"https://github.com/RustCrypto/traits","homepage":null,"documentation":"https://docs.rs/crypto-common","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"cursor-icon","version":"1.1.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#cursor-icon@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross platform cursor icon type","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.162","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-cursor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"cursor-icon","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cursor-icon-1.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"serde":["dep:serde"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cursor-icon-1.1.0/Cargo.toml","categories":["gui"],"keywords":["windowing","cursor"],"readme":"README.md","repository":"https://github.com/rust-windowing/cursor-icon","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0 OR Zlib"},{"package":{"name":"debugid","version":"0.8.0","authors":["Sentry "],"id":"registry+https://github.com/rust-lang/crates.io-index#debugid@0.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common reusable types for implementing the sentry.io protocol.","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.85","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"debugid","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test_codeid","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/tests/test_codeid.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_debugid","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/tests/test_debugid.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/tests/test_serde.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/Cargo.toml","categories":[],"keywords":["sentry","debugid","breakpad","crashpad"],"readme":"README.md","repository":"https://github.com/getsentry/rust-debugid","homepage":"https://sentry.io/","documentation":"https://docs.rs/debugid","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0"},{"package":{"name":"derivative","version":"2.2.0","authors":["mcarton "],"id":"registry+https://github.com/rust-lang/crates.io-index#derivative@2.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A set of alternative `derive` attributes for Rust","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"normal","optional":false,"uses_default_features":true,"features":["visit","extra-traits"],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18, <1.0.23","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"derivative","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"clippy-warning-clone-from","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/clippy-warning-clone-from.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"compile-test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/compile-test.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-clone-generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-clone-generics.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-clone","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-clone.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug-bounds","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-bounds.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug-generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-generics.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug-packed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-packed.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug-transparent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-transparent.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-default-bounds","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-default-bounds.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-default","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-default.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-eq-packed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-eq-packed.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-eq","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-eq.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-hash","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-hash.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-ord-packed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-ord-packed.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-ord","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-ord.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-partial-eq-packed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-partial-eq-packed.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-partial-eq","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-partial-eq.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-37-turbofish","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-37-turbofish.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-55","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-55.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-57","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-57.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-58","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-58.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-67","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-67.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-82","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-82.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-class-implement-traits","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-class-implement-traits.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-bounds","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-bounds.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-array","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-array.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-generic-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-generic-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-generic-tuple-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-generic-tuple-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-tuple-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-tuple-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-cmp-generic-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-cmp-generic-struct-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-struct-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-cmp-generic-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-cmp-generic-tuple-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-tuple-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-copyclone","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-copyclone.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-default-box","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-default-box.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-enum-single-variant","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-enum-single-variant.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-hash","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-hash.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-in-fn","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-in-fn.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-meta-multiple","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-meta-multiple.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-meta","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-meta.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-show-2","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-show-2.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-show","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-show.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-via-extension-hash-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-via-extension-hash-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-via-extension-hash-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-via-extension-hash-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-via-extension-type-params","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-via-extension-type-params.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-expr-copy","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-expr-copy.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-exterior","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-exterior.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-12860","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-12860.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-13434","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-13434.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-16530","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-16530.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-19037","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19037.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-19102","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19102.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-19135","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19135.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-19358","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19358.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-21402","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-21402.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-23649-3","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-23649-3.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-24085","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-24085.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-25394","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-25394.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-28561","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-28561.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-29030","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-29030.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-29540","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-29540.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-29710","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-29710.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-32292","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-32292.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-3935","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-3935.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-42453","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-42453.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-58319","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-58319.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-6341","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-6341.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-typeclasses-eq-example","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-typeclasses-eq-example.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-zero-sized-btreemap-insert","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-zero-sized-btreemap-insert.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{"use_core":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/Cargo.toml","categories":["rust-patterns"],"keywords":["derive","macro","macro1-1","plugin"],"readme":"README.md","repository":"https://github.com/mcarton/rust-derivative","homepage":null,"documentation":"https://mcarton.github.io/rust-derivative/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"digest","version":"0.10.7","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Traits for cryptographic hash functions and message authentication codes","dependencies":[{"name":"blobby","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"block-buffer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"const-oid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crypto-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"subtle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"digest","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"blobby":["dep:blobby"],"block-buffer":["dep:block-buffer"],"const-oid":["dep:const-oid"],"core-api":["block-buffer"],"default":["core-api"],"dev":["blobby"],"mac":["subtle"],"oid":["const-oid"],"rand_core":["crypto-common/rand_core"],"std":["alloc","crypto-common/std"],"subtle":["dep:subtle"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/Cargo.toml","categories":["cryptography","no-std"],"keywords":["digest","crypto","hash"],"readme":"README.md","repository":"https://github.com/RustCrypto/traits","homepage":null,"documentation":"https://docs.rs/digest","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"directories","version":"5.0.0","authors":["Simon Ochsenreither "],"id":"registry+https://github.com/rust-lang/crates.io-index#directories@5.0.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows and macOS by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.","dependencies":[{"name":"dirs-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"directories","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/directories-5.0.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"constructors","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/directories-5.0.0/benches/constructors.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/directories-5.0.0/Cargo.toml","categories":[],"keywords":["xdg","basedir","app_dirs","path","folder"],"readme":"README.md","repository":"https://github.com/soc/directories-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"dirs-sys","version":"0.4.0","authors":["Simon Ochsenreither "],"id":"registry+https://github.com/rust-lang/crates.io-index#dirs-sys@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"System-level helper functions for the dirs and directories crates.","dependencies":[{"name":"redox_users","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"redox\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.45.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_UI_Shell","Win32_Foundation","Win32_Globalization","Win32_System_Com"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"dirs-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/dirs-dev/dirs-sys-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"dispatch","version":"0.2.0","authors":["Steven Sheldon"],"id":"registry+https://github.com/rust-lang/crates.io-index#dispatch@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust wrapper for Apple's Grand Central Dispatch.","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"dispatch","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dispatch-0.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"main","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dispatch-0.2.0/examples/main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dispatch-0.2.0/Cargo.toml","categories":[],"keywords":["gcd","objective-c","osx","ios"],"readme":"README.md","repository":"http://github.com/SSheldon/rust-dispatch","homepage":null,"documentation":"http://ssheldon.github.io/rust-objc/dispatch/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"dlib","version":"0.5.2","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#dlib@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Helper macros for handling manually loading optional system libraries.","dependencies":[{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.7, <0.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"dlib","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.5.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.5.2/Cargo.toml","categories":["api-bindings"],"keywords":["dylib","dlopen"],"readme":"README.md","repository":"https://github.com/elinorbgr/dlib","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"document-features","version":"0.2.8","authors":["Slint Developers "],"id":"registry+https://github.com/rust-lang/crates.io-index#document-features@0.2.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Extract documentation for the feature flags from comments in Cargo.toml","dependencies":[{"name":"litrs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"document-features","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/document-features-0.2.8/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"self-doc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/document-features-0.2.8/tests/self-doc.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":[],"self-test":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/document-features-0.2.8/Cargo.toml","categories":["development-tools"],"keywords":["documentation","features","rustdoc","macro"],"readme":"README.md","repository":"https://github.com/slint-ui/document-features","homepage":"https://slint-ui.com","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"downcast-rs","version":"1.2.1","authors":["Ashish Myles ","Runji Wang "],"id":"registry+https://github.com/rust-lang/crates.io-index#downcast-rs@1.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Trait object downcasting support using only safe Rust. It supports type\nparameters, associated types, and type constraints.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"downcast-rs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-rs-1.2.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"import_via_macro_use","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-rs-1.2.1/tests/import_via_macro_use.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"use_via_namespace","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-rs-1.2.1/tests/use_via_namespace.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-rs-1.2.1/Cargo.toml","categories":[],"keywords":["downcast","any","trait","associated","no_std"],"readme":"README.md","repository":"https://github.com/marcianx/downcast-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"ecolor","version":"0.28.1","authors":["Emil Ernerfeldt ","Andreas Reich "],"id":"registry+https://github.com/rust-lang/crates.io-index#ecolor@0.28.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Color structs and color conversion utilities","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"color-hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"emath","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ecolor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecolor-0.28.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"bytemuck":["dep:bytemuck"],"cint":["dep:cint"],"color-hex":["dep:color-hex"],"default":[],"document-features":["dep:document-features"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecolor-0.28.1/Cargo.toml","categories":["mathematics","encoding"],"keywords":["gui","color","conversion","gamedev","images"],"readme":"README.md","repository":"https://github.com/emilk/egui","homepage":"https://github.com/emilk/egui","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"eframe","version":"0.28.1","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#eframe@0.28.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"egui framework - write GUI apps that compiles to web and/or natively","dependencies":[{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":["bytemuck","log"],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui_glow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":["integer128"],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":"rwh_05","registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"web-time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-app-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSApplication","NSImage","NSMenu","NSMenuItem","NSResponder"],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["block2","NSData","NSString"],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["winuser"],"target":"cfg(any(target_os = \"windows\"))","rename":null,"registry":null,"path":null},{"name":"directories","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"egui-wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":true,"uses_default_features":false,"features":["winit"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"egui-winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":["clipboard","links"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"glutin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"glutin-winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"normal","optional":false,"uses_default_features":false,"features":["png"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"pollster","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20.0","kind":"normal","optional":true,"uses_default_features":false,"features":["fragile-send-sync-non-atomic-wasm","metal","webgpu"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.4","kind":"normal","optional":false,"uses_default_features":false,"features":["rwh_06"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"egui-wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.58","kind":"normal","optional":false,"uses_default_features":true,"features":["BinaryType","Blob","Clipboard","ClipboardEvent","CompositionEvent","console","CssStyleDeclaration","DataTransfer","DataTransferItem","DataTransferItemList","Document","DomRect","DragEvent","Element","Event","EventListener","EventTarget","ExtSRgb","File","FileList","FocusEvent","HtmlCanvasElement","HtmlElement","HtmlInputElement","InputEvent","KeyboardEvent","Location","MediaQueryList","MediaQueryListEvent","MouseEvent","Navigator","Node","NodeList","Performance","ResizeObserver","ResizeObserverBoxOptions","ResizeObserverEntry","ResizeObserverOptions","ResizeObserverSize","Storage","Touch","TouchEvent","TouchList","WebGl2RenderingContext","WebglDebugRendererInfo","WebGlRenderingContext","WheelEvent","Window"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20.0","kind":"normal","optional":true,"uses_default_features":false,"features":["fragile-send-sync-non-atomic-wasm","webgpu"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"eframe","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/eframe-0.28.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"__screenshot":[],"accesskit":["egui/accesskit","egui-winit/accesskit"],"android-game-activity":["egui-winit/android-game-activity"],"android-native-activity":["egui-winit/android-native-activity"],"default":["accesskit","default_fonts","glow","wayland","web_screen_reader","winit/default","x11"],"default_fonts":["egui/default_fonts"],"directories":["dep:directories"],"glow":["dep:egui_glow","dep:glow","dep:glutin-winit","dep:glutin","dep:rwh_05","winit/rwh_05"],"persistence":["directories","egui-winit/serde","egui/persistence","ron","serde"],"puffin":["dep:puffin","egui/puffin","egui_glow?/puffin","egui-wgpu?/puffin","egui-winit/puffin"],"ron":["dep:ron"],"serde":["dep:serde"],"wayland":["egui-winit/wayland","egui-wgpu?/wayland","egui_glow?/wayland"],"web_screen_reader":["web-sys/SpeechSynthesis","web-sys/SpeechSynthesisUtterance"],"wgpu":["dep:wgpu","dep:egui-wgpu","dep:pollster"],"x11":["egui-winit/x11","egui-wgpu?/x11","egui_glow?/x11"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/eframe-0.28.1/Cargo.toml","categories":["gui","game-development"],"keywords":["egui","gui","gamedev"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/eframe","homepage":"https://github.com/emilk/egui/tree/master/crates/eframe","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg=web_sys_unstable_apis"],"targets":["x86_64-unknown-linux-gnu","wasm32-unknown-unknown"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"egui","version":"0.28.1","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#egui@0.28.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An easy-to-use immediate mode GUI that runs on both web and native","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"emath","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"epaint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"nohash-hasher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive","derive","rc"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"egui","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-0.28.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"accesskit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-0.28.1/tests/accesskit.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"accesskit":["dep:accesskit"],"bytemuck":["epaint/bytemuck"],"callstack":["dep:backtrace"],"cint":["epaint/cint"],"color-hex":["epaint/color-hex"],"deadlock_detection":["epaint/deadlock_detection"],"default":["default_fonts"],"default_fonts":["epaint/default_fonts"],"document-features":["dep:document-features"],"log":["dep:log","epaint/log"],"mint":["epaint/mint"],"persistence":["serde","epaint/serde","ron"],"puffin":["dep:puffin","epaint/puffin"],"rayon":["epaint/rayon"],"ron":["dep:ron"],"serde":["dep:serde","epaint/serde","accesskit?/serde"],"unity":["epaint/unity"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-0.28.1/Cargo.toml","categories":["gui","game-development"],"keywords":["gui","imgui","immediate","portable","gamedev"],"readme":"README.md","repository":"https://github.com/emilk/egui","homepage":"https://github.com/emilk/egui","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"egui-winit","version":"0.28.1","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#egui-winit@0.28.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for using egui with winit","dependencies":[{"name":"accesskit_winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":["log"],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"web-time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"webbrowser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.4","kind":"normal","optional":false,"uses_default_features":false,"features":["rwh_06"],"target":null,"rename":null,"registry":null,"path":null},{"name":"smithay-clipboard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"arboard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(not(target_os = \"android\"))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"egui-winit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-winit-0.28.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"accesskit":["accesskit_winit","egui/accesskit"],"accesskit_winit":["dep:accesskit_winit"],"android-game-activity":["winit/android-game-activity"],"android-native-activity":["winit/android-native-activity"],"arboard":["dep:arboard"],"bytemuck":["egui/bytemuck"],"clipboard":["arboard","smithay-clipboard"],"default":["clipboard","links","wayland","winit/default","x11"],"document-features":["dep:document-features"],"links":["webbrowser"],"puffin":["dep:puffin","egui/puffin"],"serde":["egui/serde","dep:serde"],"smithay-clipboard":["dep:smithay-clipboard"],"wayland":["winit/wayland","bytemuck"],"webbrowser":["dep:webbrowser"],"x11":["winit/x11","bytemuck"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-winit-0.28.1/Cargo.toml","categories":["gui","game-development"],"keywords":["winit","egui","gui","gamedev"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/egui-winit","homepage":"https://github.com/emilk/egui/tree/master/crates/egui-winit","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"egui_glow","version":"0.28.1","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#egui_glow@0.28.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for using egui natively using the glow library","dependencies":[{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":["bytemuck"],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui-winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glutin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glutin-winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"dev","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":"rwh_05","registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.4","kind":"normal","optional":true,"uses_default_features":false,"features":["rwh_06"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.58","kind":"normal","optional":false,"uses_default_features":true,"features":["console"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"egui_glow","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui_glow-0.28.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"pure_glow","kind":["example"],"crate_types":["bin"],"required-features":["winit","egui/default_fonts","winit/rwh_05"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui_glow-0.28.1/examples/pure_glow.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"clipboard":["egui-winit?/clipboard"],"default":[],"document-features":["dep:document-features"],"egui-winit":["dep:egui-winit"],"links":["egui-winit?/links"],"puffin":["dep:puffin","egui-winit?/puffin","egui/puffin"],"wayland":["winit?/wayland"],"winit":["egui-winit","dep:winit"],"x11":["winit?/x11"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui_glow-0.28.1/Cargo.toml","categories":["gui","game-development"],"keywords":["glow","egui","gui","gamedev"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/egui_glow","homepage":"https://github.com/emilk/egui/tree/master/crates/egui_glow","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"either","version":"1.12.0","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#either@1.12.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.\n","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"either","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.12.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["use_std"],"serde":["dep:serde"],"use_std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.12.0/Cargo.toml","categories":["data-structures","no-std"],"keywords":["data-structure","no_std"],"readme":"README-crates.io.md","repository":"https://github.com/rayon-rs/either","homepage":null,"documentation":"https://docs.rs/either/1/","edition":"2018","metadata":{"docs":{"rs":{"features":["serde"]}},"playground":{"features":["serde"]},"release":{"no-dev-version":true,"tag-name":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.37.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"emath","version":"0.28.1","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#emath@0.28.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Minimal 2D math library for GUI work","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"mint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"emath","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/emath-0.28.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"bytemuck":["dep:bytemuck"],"default":[],"document-features":["dep:document-features"],"mint":["dep:mint"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/emath-0.28.1/Cargo.toml","categories":["mathematics","gui"],"keywords":["math","gui"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/emath","homepage":"https://github.com/emilk/egui/tree/master/crates/emath","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"embed-resource","version":"2.4.2","authors":["наб ","Cat Plus Plus ","Liigo ","azyobuzin ","Peter Atashian ","pravic ","Gabriel Majeri ","SonnyX","Johan Andersson ","Jordan Poles ","MSxDOS ","Jim McGrath ","roblabla ","Jasper Bekkers ","Richard Markiewicz ","Emerson de Freitas Barcelos ","Li Keqing ","Alexis Bourget ","Michael Farrell ","Jacob Okamoto ","Marijn Suijten "],"id":"registry+https://github.com/rust-lang/crates.io-index#embed-resource@2.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Cargo library to handle compilation and inclusion of Windows resources in the most resilient fashion imaginable","dependencies":[{"name":"rustc_version","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_os = \"windows\", target_env = \"msvc\"))","rename":null,"registry":null,"path":null},{"name":"vswhom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_os = \"windows\", target_env = \"msvc\"))","rename":null,"registry":null,"path":null},{"name":"winreg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(target_os = \"windows\", target_env = \"msvc\"))","rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"windows\"))","rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"windows\"))","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"embed-resource","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embed-resource-2.4.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"embed-resource","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embed-resource-2.4.2/src/main.rs","edition":"2015","doctest":false,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embed-resource-2.4.2/Cargo.toml","categories":["development-tools","os::windows-apis"],"keywords":["cargo","build","windows","resource","manifest"],"readme":"README.md","repository":"https://github.com/nabijaczleweli/rust-embed-resource","homepage":null,"documentation":"https://rawcdn.githack.com/nabijaczleweli/rust-embed-resource/doc/embed_resource/index.html","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"enumflags2","version":"0.7.10","authors":["maik klein ","Maja Kądziołka "],"id":"registry+https://github.com/rust-lang/crates.io-index#enumflags2@0.7.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Enum-based bit flags","dependencies":[{"name":"enumflags2_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"enumflags2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumflags2-0.7.10/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumflags2-0.7.10/Cargo.toml","categories":[],"keywords":["enum","bitflag","flag","bitflags"],"readme":"README.md","repository":"https://github.com/meithecatte/enumflags2","homepage":null,"documentation":"https://docs.rs/enumflags2","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"enumflags2_derive","version":"0.7.10","authors":["maik klein ","Maja Kądziołka "],"id":"registry+https://github.com/rust-lang/crates.io-index#enumflags2_derive@0.7.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions.","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","printing","derive","proc-macro"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"enumflags2_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumflags2_derive-0.7.10/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumflags2_derive-0.7.10/Cargo.toml","categories":[],"keywords":["enum","bitflag","flag","bitflags"],"readme":null,"repository":"https://github.com/meithecatte/enumflags2","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"enumn","version":"0.1.13","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#enumn@0.1.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Convert number to enum","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"enumn","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumn-0.1.13/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumn-0.1.13/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumn-0.1.13/Cargo.toml","categories":["rust-patterns","no-std","no-std::no-alloc"],"keywords":["enum","integer"],"readme":"README.md","repository":"https://github.com/dtolnay/enumn","homepage":null,"documentation":"https://docs.rs/enumn","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"env_filter","version":"0.1.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#env_filter@0.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Filter log events using environment variables\n","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"normal","optional":true,"uses_default_features":false,"features":["std","perf"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"env_filter","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_filter-0.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["regex"],"regex":["dep:regex"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_filter-0.1.0/Cargo.toml","categories":["development-tools::debugging"],"keywords":["logging","log","logger"],"readme":"README.md","repository":"https://github.com/rust-cli/env_logger","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/env_logger/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"env_logger","version":"0.11.3","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#env_logger@0.11.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A logging implementation for `log` which is configured via an environment\nvariable.\n","dependencies":[{"name":"anstream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.11","kind":"normal","optional":true,"uses_default_features":false,"features":["wincon"],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_filter","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"humantime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.21","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"env_logger","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"custom_default_format","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/examples/custom_default_format.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"custom_format","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/examples/custom_format.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"default","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/examples/default.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"direct_logger","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/examples/direct_logger.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"filters_from_code","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/examples/filters_from_code.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"in_tests","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/examples/in_tests.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"syslog_friendly_format","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/examples/syslog_friendly_format.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"regexp_filter","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/tests/regexp_filter.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"log-in-log","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/tests/log-in-log.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"log_tls_dtors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/tests/log_tls_dtors.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"init-twice-retains-filter","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/tests/init-twice-retains-filter.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"auto-color":["color","anstream/auto"],"color":["dep:anstream","dep:anstyle"],"default":["auto-color","humantime","regex"],"humantime":["dep:humantime"],"regex":["env_filter/regex"],"unstable-kv":["log/kv"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.3/Cargo.toml","categories":["development-tools::debugging"],"keywords":["logging","log","logger"],"readme":"README.md","repository":"https://github.com/rust-cli/env_logger","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/env_logger/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"epaint","version":"0.28.1","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#epaint@0.28.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Minimal 2D graphics library for GUI work","dependencies":[{"name":"ab_glyph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ecolor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"emath","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"nohash-hasher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive","derive","rc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null}],"license":"(MIT OR Apache-2.0) AND OFL-1.1 AND LicenseRef-UFL-1.0","license_file":null,"targets":[{"name":"epaint","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint-0.28.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"benchmark","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint-0.28.1/benches/benchmark.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"bytemuck":["dep:bytemuck","emath/bytemuck","ecolor/bytemuck"],"cint":["ecolor/cint"],"color-hex":["ecolor/color-hex"],"deadlock_detection":["dep:backtrace"],"default":["default_fonts"],"default_fonts":[],"document-features":["dep:document-features"],"log":["dep:log"],"mint":["emath/mint"],"puffin":["dep:puffin"],"rayon":["dep:rayon"],"serde":["dep:serde","ahash/serde","emath/serde","ecolor/serde"],"unity":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint-0.28.1/Cargo.toml","categories":["graphics","gui"],"keywords":["graphics","gui","egui"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/epaint","homepage":"https://github.com/emilk/egui/tree/master/crates/epaint","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"license":"(MIT OR Apache-2.0) AND OFL-1.1 AND LicenseRef-UFL-1.0"},{"package":{"name":"equivalent","version":"1.0.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Traits for key comparison in maps.","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"equivalent","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/Cargo.toml","categories":["data-structures","no-std"],"keywords":["hashmap","no_std"],"readme":"README.md","repository":"https://github.com/cuviper/equivalent","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":"1.6.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"errno","version":"0.3.9","authors":["Chris Wong "],"id":"registry+https://github.com/rust-lang/crates.io-index#errno@0.3.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross-platform interface to the `errno` variable.","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"hermit\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"wasi\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_System_Diagnostics_Debug"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"errno","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":["libc/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/Cargo.toml","categories":["no-std","os"],"keywords":[],"readme":"README.md","repository":"https://github.com/lambda-fairy/rust-errno","homepage":null,"documentation":"https://docs.rs/errno","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"error-code","version":"3.2.0","authors":["Douman "],"id":"registry+https://github.com/rust-lang/crates.io-index#error-code@3.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Error code","dependencies":[],"license":"BSL-1.0","license_file":null,"targets":[{"name":"error-code","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/error-code-3.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"error_code","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/error-code-3.2.0/tests/error_code.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/error-code-3.2.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/DoumanAsh/error-code","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["std"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"BSL-1.0"},{"package":{"name":"event-listener","version":"2.5.3","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@2.5.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Notify async tasks or threads","dependencies":[{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"event-listener","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"mutex","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/examples/mutex.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/tests/notify.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["condvar","eventcount","wake","blocking","park"],"readme":"README.md","repository":"https://github.com/smol-rs/event-listener","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"event-listener","version":"3.1.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@3.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Notify async tasks or threads","dependencies":[{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"portable_atomic_crate","registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_family = \"wasm\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"event-listener","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"mutex","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/examples/mutex.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/tests/notify.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"parking":["dep:parking"],"portable-atomic":["portable-atomic-util","portable_atomic_crate"],"portable-atomic-util":["dep:portable-atomic-util"],"portable_atomic_crate":["dep:portable_atomic_crate"],"std":["concurrent-queue/std","parking"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["condvar","eventcount","wake","blocking","park"],"readme":"README.md","repository":"https://github.com/smol-rs/event-listener","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.59.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"event-listener","version":"5.3.1","authors":["Stjepan Glavina ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@5.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Notify async tasks or threads","dependencies":[{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"portable_atomic_crate","registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"try-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_family = \"wasm\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"event-listener","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"mutex","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/examples/mutex.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/tests/loom.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/tests/notify.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"loom":["concurrent-queue/loom","parking?/loom","dep:loom"],"parking":["dep:parking"],"portable-atomic":["portable-atomic-util","portable_atomic_crate","concurrent-queue/portable-atomic"],"portable-atomic-util":["dep:portable-atomic-util"],"portable_atomic_crate":["dep:portable_atomic_crate"],"std":["concurrent-queue/std","parking"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["condvar","eventcount","wake","blocking","park"],"readme":"README.md","repository":"https://github.com/smol-rs/event-listener","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"event-listener-strategy","version":"0.5.2","authors":["John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#event-listener-strategy@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Block or poll on event_listener easily","dependencies":[{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"event-listener-strategy","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"easy_wrapper","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/tests/easy_wrapper.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["event-listener/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["condvar","envcount","wake","blocking","park"],"readme":"README.md","repository":"https://github.com/smol-rs/event-listener-strategy","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"fastrand","version":"1.9.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#fastrand@1.9.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple and fast random number generator","dependencies":[{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wyhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"instant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":["js"],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"instant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":["wasm-bindgen"],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"fastrand","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"char","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/tests/char.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"smoke","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/tests/smoke.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/Cargo.toml","categories":["algorithms"],"keywords":["simple","fast","rand","random","wyrand"],"readme":"README.md","repository":"https://github.com/smol-rs/fastrand","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.34.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"fastrand","version":"2.1.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#fastrand@2.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple and fast random number generator","dependencies":[{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wyhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":["js"],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":["js"],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"fastrand","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"char","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/tests/char.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"smoke","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/tests/smoke.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"getrandom":["dep:getrandom"],"js":["std","getrandom"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/Cargo.toml","categories":["algorithms"],"keywords":["simple","fast","rand","random","wyrand"],"readme":"README.md","repository":"https://github.com/smol-rs/fastrand","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"fdeflate","version":"0.3.4","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast specialized deflate implementation","dependencies":[{"name":"simd-adler32","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"fdeflate","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fdeflate-0.3.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fdeflate-0.3.4/Cargo.toml","categories":["compression"],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/fdeflate","homepage":"https://github.com/image-rs/fdeflate","documentation":"https://docs.rs/fdeflate","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"findshlibs","version":"0.10.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#findshlibs@0.10.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Find the set of shared libraries loaded in the current process with a cross platform API","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.104","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.67","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\", target_os = \"ios\"))","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["psapi","memoryapi","libloaderapi","processthreadsapi"],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"findshlibs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/findshlibs-0.10.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"list_segments","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/findshlibs-0.10.2/examples/list_segments.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/findshlibs-0.10.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/findshlibs-0.10.2/Cargo.toml","categories":[],"keywords":["dyld","dylib","shared","library","dl_iterate_phdr"],"readme":"./README.md","repository":"https://github.com/gimli-rs/findshlibs","homepage":null,"documentation":"https://docs.rs/findshlibs","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"flate2","version":"1.0.30","authors":["Alex Crichton ","Josh Triplett "],"id":"registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"DEFLATE compression and decompression exposed as Read/BufRead/Write streams.\nSupports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,\nand raw deflate streams.\n","dependencies":[{"name":"cloudflare-zlib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crc32fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libz-ng-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libz-rs-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":true,"uses_default_features":false,"features":["std","rust-allocator"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libz-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"normal","optional":true,"uses_default_features":false,"features":["with-alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"normal","optional":false,"uses_default_features":false,"features":["with-alloc"],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"flate2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"compress_file","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/compress_file.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"decompress_file","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/decompress_file.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflatedecoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/deflatedecoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflatedecoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/deflatedecoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflatedecoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/deflatedecoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflateencoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/deflateencoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflateencoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/deflateencoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflateencoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/deflateencoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzbuilder","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/gzbuilder.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzdecoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/gzdecoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzdecoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/gzdecoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzdecoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/gzdecoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzencoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/gzencoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzencoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/gzencoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzencoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/gzencoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzmultidecoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/gzmultidecoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzmultidecoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/gzmultidecoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibdecoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/zlibdecoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibdecoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/zlibdecoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibdecoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/zlibdecoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibencoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/zlibencoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibencoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/zlibencoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibencoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/examples/zlibencoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"early-flush","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/tests/early-flush.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"empty-read","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/tests/empty-read.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"gunzip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/tests/gunzip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"zero-write","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/tests/zero-write.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"any_impl":[],"any_zlib":["any_impl"],"cloudflare-zlib-sys":["dep:cloudflare-zlib-sys"],"cloudflare_zlib":["any_zlib","cloudflare-zlib-sys"],"default":["rust_backend"],"libz-ng-sys":["dep:libz-ng-sys"],"libz-rs-sys":["dep:libz-rs-sys"],"libz-sys":["dep:libz-sys"],"miniz-sys":["rust_backend"],"miniz_oxide":["dep:miniz_oxide"],"rust_backend":["miniz_oxide","any_impl"],"zlib":["any_zlib","libz-sys"],"zlib-default":["any_zlib","libz-sys/default"],"zlib-ng":["any_zlib","libz-ng-sys"],"zlib-ng-compat":["zlib","libz-sys/zlib-ng"],"zlib-rs":["any_zlib","libz-rs-sys"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.30/Cargo.toml","categories":["compression","api-bindings"],"keywords":["gzip","deflate","zlib","zlib-ng","encoding"],"readme":"README.md","repository":"https://github.com/rust-lang/flate2-rs","homepage":"https://github.com/rust-lang/flate2-rs","documentation":"https://docs.rs/flate2","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"fnv","version":"1.0.7","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fowler–Noll–Vo hash function","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"fnv","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/rust-fnv","homepage":null,"documentation":"https://doc.servo.org/fnv/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"foreign-types","version":"0.5.0","authors":["Steven Fackler "],"id":"registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A framework for Rust wrappers over C APIs","dependencies":[{"name":"foreign-types-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"foreign-types-shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"foreign-types","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["foreign-types-macros/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/sfackler/foreign-types","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"foreign-types-macros","version":"0.2.3","authors":["Steven Fackler "],"id":"registry+https://github.com/rust-lang/crates.io-index#foreign-types-macros@0.2.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An internal crate used by foreign-types","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"foreign-types-macros","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/sfackler/foreign-types","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"foreign-types-shared","version":"0.3.1","authors":["Steven Fackler "],"id":"registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An internal crate used by foreign-types","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"foreign-types-shared","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/sfackler/foreign-types","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"form_urlencoded","version":"1.2.1","authors":["The rust-url developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.","dependencies":[{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"form_urlencoded","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs","edition":"2018","doctest":true,"test":false,"doc":true}],"features":{"alloc":["percent-encoding/alloc"],"default":["std"],"std":["alloc","percent-encoding/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/Cargo.toml","categories":["no_std"],"keywords":[],"readme":null,"repository":"https://github.com/servo/rust-url","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"futures-channel","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Channels for asynchronous communication using futures-rs.\n","dependencies":[{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-sink","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures-channel","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"channel","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/channel.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mpsc-close","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc-close.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mpsc-size_hint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc-size_hint.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mpsc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"oneshot","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/oneshot.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"sync_mpsc","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/benches/sync_mpsc.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":["futures-core/alloc"],"cfg-target-has-atomic":[],"default":["std"],"futures-sink":["dep:futures-sink"],"sink":["futures-sink"],"std":["alloc","futures-core/std"],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"futures-core","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The core traits and types in for the `futures` library.\n","dependencies":[{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"normal","optional":true,"uses_default_features":false,"features":["require-cas"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures-core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"cfg-target-has-atomic":[],"default":["std"],"portable-atomic":["dep:portable-atomic"],"std":["alloc"],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"futures-executor","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Executors for asynchronous tasks based on the futures-rs library.\n","dependencies":[{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num_cpus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures-executor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"local_pool","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/tests/local_pool.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"thread_notify","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/benches/thread_notify.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"num_cpus":["dep:num_cpus"],"std":["futures-core/std","futures-task/std","futures-util/std"],"thread-pool":["std","num_cpus"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"futures-io","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures-io","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"futures-lite","version":"1.13.0","authors":["Stjepan Glavina ","Contributors to futures-rs"],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-lite@1.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Futures, streams, and async I/O combinators","dependencies":[{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"spin_on","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"futures-lite","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-1.13.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"fastrand":["dep:fastrand"],"futures-io":["dep:futures-io"],"memchr":["dep:memchr"],"parking":["dep:parking"],"std":["alloc","fastrand","futures-io","parking","memchr","waker-fn"],"waker-fn":["dep:waker-fn"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-1.13.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["asynchronous","futures","async"],"readme":"README.md","repository":"https://github.com/smol-rs/futures-lite","homepage":"https://github.com/smol-rs/futures-lite","documentation":"https://docs.rs/futures-lite","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.40.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"futures-lite","version":"2.3.0","authors":["Stjepan Glavina ","Contributors to futures-rs"],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-lite@2.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Futures, streams, and async I/O combinators","dependencies":[{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"spin_on","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"futures-lite","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["race","std"],"fastrand":["dep:fastrand"],"futures-io":["dep:futures-io"],"memchr":["dep:memchr"],"parking":["dep:parking"],"race":["fastrand"],"std":["alloc","fastrand/std","futures-io","parking"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["asynchronous","futures","async"],"readme":"README.md","repository":"https://github.com/smol-rs/futures-lite","homepage":"https://github.com/smol-rs/futures-lite","documentation":"https://docs.rs/futures-lite","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"futures-macro","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The futures-rs procedural macro implementations.\n","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.8","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures-macro","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"futures-sink","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The asynchronous `Sink` trait for the futures-rs library.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures-sink","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"futures-task","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Tools for working with tasks.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures-task","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"cfg-target-has-atomic":[],"default":["std"],"std":["alloc"],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"futures-util","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common utilities and extension traits for the futures-rs library.\n","dependencies":[{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-macro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-sink","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.25","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"futures_01","registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures-util","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"bilock","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/bilock.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"flatten_unordered","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/flatten_unordered.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"futures_unordered","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/futures_unordered.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"select","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/select.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":["futures-core/alloc","futures-task/alloc"],"async-await":[],"async-await-macro":["async-await","futures-macro"],"bilock":[],"cfg-target-has-atomic":[],"channel":["std","futures-channel"],"compat":["std","futures_01"],"default":["std","async-await","async-await-macro"],"futures-channel":["dep:futures-channel"],"futures-io":["dep:futures-io"],"futures-macro":["dep:futures-macro"],"futures-sink":["dep:futures-sink"],"futures_01":["dep:futures_01"],"io":["std","futures-io","memchr"],"io-compat":["io","compat","tokio-io"],"memchr":["dep:memchr"],"portable-atomic":["futures-core/portable-atomic"],"sink":["futures-sink"],"slab":["dep:slab"],"std":["alloc","futures-core/std","futures-task/std","slab"],"tokio-io":["dep:tokio-io"],"unstable":["futures-core/unstable","futures-task/unstable"],"write-all-vectored":["io"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"gdk-pixbuf-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gdk-pixbuf-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgdk_pixbuf-2.0","dependencies":[{"name":"gio-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gio","registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gdk_pixbuf_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-pixbuf-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-pixbuf-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-pixbuf-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_40":[],"v2_42":["v2_40"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-pixbuf-sys-0.18.0/Cargo.toml","categories":[],"keywords":["gdk-pixbuf","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gdk_pixbuf_2_0":{"name":"gdk-pixbuf-2.0","v2_40":{"version":"2.40"},"v2_42":{"version":"2.42"},"version":"2.36.8"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"gdk-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gdk-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgdk-3","dependencies":[{"name":"cairo-sys-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"cairo","registry":null,"path":null},{"name":"gdk-pixbuf-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gdk_pixbuf","registry":null,"path":null},{"name":"gio-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gio","registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pango-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"pango","registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gdk_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v3_24":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-sys-0.18.0/Cargo.toml","categories":[],"keywords":["gdk","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk3-rs","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gdk_3_0":{"name":"gdk-3.0","v3_24":{"version":"3.24"},"version":"3.22"}}},"links":"gdk-3","publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"generic-array","version":"0.14.7","authors":["Bartłomiej Kamiński ","Aaron Trent "],"id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generic types implementing functionality of arrays","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"typenum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zeroize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"version_check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"generic_array","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"more_lengths":[],"serde":["dep:serde"],"zeroize":["dep:zeroize"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/Cargo.toml","categories":["data-structures","no-std"],"keywords":["generic","array"],"readme":"README.md","repository":"https://github.com/fizyk20/generic-array.git","homepage":null,"documentation":"http://fizyk20.github.io/generic-array/generic_array/","edition":"2015","metadata":{"docs":{"rs":{"features":["serde","zeroize"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"gethostname","version":"0.4.3","authors":["Sebastian Wiesner "],"id":"registry+https://github.com/rust-lang/crates.io-index#gethostname@0.4.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"gethostname for all platforms","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.141","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(windows))","rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"gethostname","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.4.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.4.3/Cargo.toml","categories":["os","api-bindings"],"keywords":["gethostname","DNS","hostname"],"readme":"README.md","repository":"https://github.com/swsnr/gethostname.rs.git","homepage":"https://github.com/swsnr/gethostname.rs","documentation":"https://docs.rs/gethostname","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"Apache-2.0"},{"package":{"name":"getrandom","version":"0.2.15","authors":["The Rand Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A small cross-platform library for retrieving random data from system source","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.62","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"wasi\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.154","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"getrandom","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"custom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/tests/custom.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"normal","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/tests/normal.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"rdrand","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/tests/rdrand.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"buffer","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/benches/buffer.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"custom":[],"js":["wasm-bindgen","js-sys"],"js-sys":["dep:js-sys"],"linux_disable_fallback":[],"rdrand":[],"rustc-dep-of-std":["compiler_builtins","core","libc/rustc-dep-of-std","wasi/rustc-dep-of-std"],"std":[],"test-in-browser":[],"wasm-bindgen":["dep:wasm-bindgen"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/Cargo.toml","categories":["os","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-random/getrandom","homepage":null,"documentation":"https://docs.rs/getrandom","edition":"2018","metadata":{"cross":{"target":{"x86_64-unknown-netbsd":{"pre-build":["mkdir -p /tmp/netbsd","curl https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O","tar -C /tmp/netbsd -xJf base.tar.xz","cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib","rm base.tar.xz","rm -rf /tmp/netbsd"]}}},"docs":{"rs":{"features":["std","custom"],"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"gimli","version":"0.29.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#gimli@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for reading and writing the DWARF debugging format.","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"fallible-iterator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"stable_deref_trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"test-assembler","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gimli","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.29.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["read-all","write"],"endian-reader":["read","dep:stable_deref_trait"],"fallible-iterator":["dep:fallible-iterator"],"read":["read-core"],"read-all":["read","std","fallible-iterator","endian-reader"],"read-core":[],"rustc-dep-of-std":["dep:core","dep:alloc","dep:compiler_builtins"],"std":["fallible-iterator?/std","stable_deref_trait?/std"],"write":["dep:indexmap"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.29.0/Cargo.toml","categories":["development-tools::debugging","development-tools::profiling","parser-implementations"],"keywords":["DWARF","debug","ELF","eh_frame"],"readme":"./README.md","repository":"https://github.com/gimli-rs/gimli","homepage":null,"documentation":"https://docs.rs/gimli","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"gio-sys","version":"0.18.1","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gio-sys@0.18.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgio-2.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["ws2def","winsock2"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gio_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.18.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.18.1/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.18.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_60":["v2_58"],"v2_62":["v2_60"],"v2_64":["v2_62"],"v2_66":["v2_64"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_76"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.18.1/Cargo.toml","categories":[],"keywords":["gio","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gio_2_0":{"name":"gio-2.0","v2_58":{"version":"2.58"},"v2_60":{"version":"2.60"},"v2_62":{"version":"2.62"},"v2_64":{"version":"2.64"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"gio-sys","version":"0.20.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gio-sys@0.20.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgio-2.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Networking_WinSock"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gio_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.20.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.20.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.20.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_60":["v2_58"],"v2_62":["v2_60"],"v2_64":["v2_62"],"v2_66":["v2_64"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_76"],"v2_80":["v2_78"],"v2_82":["v2_80"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.20.0/Cargo.toml","categories":[],"keywords":["gio","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gio_2_0":{"name":"gio-2.0","v2_58":{"version":"2.58"},"v2_60":{"version":"2.60"},"v2_62":{"version":"2.62"},"v2_64":{"version":"2.64"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"v2_80":{"version":"2.80"},"v2_82":{"version":"2.81"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"gl_generator","version":"0.14.0","authors":["Brendan Zabarauskas ","Corey Richardson","Arseny Kapoulkine"],"id":"registry+https://github.com/rust-lang/crates.io-index#gl_generator@0.14.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Code generators for creating bindings to the Khronos OpenGL APIs.","dependencies":[{"name":"khronos_api","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xml-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"gl_generator","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gl_generator-0.14.0/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"unstable_generator_utils":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gl_generator-0.14.0/Cargo.toml","categories":["api-bindings","rendering::graphics-api"],"keywords":["gl","egl","opengl","khronos"],"readme":"README.md","repository":"https://github.com/brendanzab/gl-rs/","homepage":"https://github.com/brendanzab/gl-rs/","documentation":"https://docs.rs/gl_generator","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0"},{"package":{"name":"glam","version":"0.24.2","authors":["Cameron Hart "],"id":"registry+https://github.com/rust-lang/crates.io-index#glam@0.24.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple and fast 3D math library for games and graphics","dependencies":[{"name":"approx","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytecheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"mint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xoshiro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":["size_32"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":["html_reports"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"glam","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"affine2","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/affine2.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"affine3","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/affine3.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"euler","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/euler.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mat2","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/mat2.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mat3","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/mat3.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mat4","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/mat4.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"quat","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/quat.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"support","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/support.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_f32","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_f32.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_f64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_f64.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_i32","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_i32.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_i64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_i64.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_u32","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_u32.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_u64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_u64.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"vec2","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/vec2.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"vec3","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/vec3.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"vec4","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/vec4.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mat2","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/mat2.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"mat3","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/mat3.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"mat3a","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/mat3a.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"affine2","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/affine2.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"affine3","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/affine3.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"mat4","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/mat4.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"quat","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/quat.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"vec2","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/vec2.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"vec3","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/vec3.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"vec3a","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/vec3a.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"vec4","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/vec4.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"support","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/support.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"approx":["dep:approx"],"bytecheck":["dep:bytecheck"],"bytemuck":["dep:bytemuck"],"core-simd":[],"cuda":[],"debug-glam-assert":[],"default":["std"],"fast-math":[],"glam-assert":[],"libm":["dep:libm"],"mint":["dep:mint"],"rand":["dep:rand"],"rkyv":["dep:rkyv"],"scalar-math":[],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/Cargo.toml","categories":["game-engines","no-std"],"keywords":["gamedev","math","matrix","vector","quaternion"],"readme":"README.md","repository":"https://github.com/bitshifter/glam-rs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.58.1"},"license":"MIT OR Apache-2.0"},{"package":{"name":"glib","version":"0.20.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#glib@0.20.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for the GLib library","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gio-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.7.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rs-log","registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13","kind":"normal","optional":false,"uses_default_features":true,"features":["union","const_generics","const_new"],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glib","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"subclass_compiletest","kind":["test"],"crate_types":["bin"],"required-features":["compiletests"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/tests/subclass_compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"clone","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/tests/clone.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"derive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/tests/derive.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"log","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/tests/log.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"print","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/tests/print.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"regex_compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/tests/regex_compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"structured_log","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/tests/structured_log.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"value","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/tests/value.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"gstring","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/benches/gstring.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"compiletests":[],"default":["gio"],"gio":["gio-sys"],"gio-sys":["dep:gio-sys"],"log":["rs-log"],"log_macros":["log"],"rs-log":["dep:rs-log"],"v2_58":["glib-sys/v2_58","gobject-sys/v2_58"],"v2_60":["v2_58","glib-sys/v2_60"],"v2_62":["v2_60","glib-sys/v2_62","gobject-sys/v2_62"],"v2_64":["v2_62","glib-sys/v2_64"],"v2_66":["v2_64","glib-sys/v2_66","gobject-sys/v2_66"],"v2_68":["v2_66","glib-sys/v2_68","gobject-sys/v2_68"],"v2_70":["v2_68","glib-sys/v2_70","gobject-sys/v2_70"],"v2_72":["v2_70","glib-sys/v2_72","gobject-sys/v2_72"],"v2_74":["v2_72","glib-sys/v2_74","gobject-sys/v2_74"],"v2_76":["v2_74","glib-sys/v2_76","gobject-sys/v2_76"],"v2_78":["v2_76","glib-sys/v2_78","gobject-sys/v2_78"],"v2_80":["v2_78","glib-sys/v2_80","gobject-sys/v2_80"],"v2_82":["v2_80","glib-sys/v2_82","gobject-sys/v2_82"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.0/Cargo.toml","categories":[],"keywords":["glib","gtk-rs","gnome","GUI"],"readme":"README.md","repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":"https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"glib-macros","version":"0.20.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#glib-macros@0.20.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for the GLib library, proc macros crate","dependencies":[{"name":"heck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro-crate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.68","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glib-macros","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"clone","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/tests/clone.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"closure","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/tests/closure.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"enum_dynamic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/tests/enum_dynamic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"flags_dynamic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/tests/flags_dynamic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"object_subclass_dynamic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/tests/object_subclass_dynamic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"properties","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/tests/properties.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"value_delegate_derive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/tests/value_delegate_derive.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.0/Cargo.toml","categories":[],"keywords":["glib","gtk-rs","gnome","GUI"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":"https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib_macros/","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"glib-sys","version":"0.18.1","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#glib-sys@0.18.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libglib-2.0","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glib_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.18.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.18.1/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.18.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_60":["v2_58"],"v2_62":["v2_60"],"v2_64":["v2_62"],"v2_66":["v2_64"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_76"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.18.1/Cargo.toml","categories":[],"keywords":["glib","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"glib_2_0":{"name":"glib-2.0","v2_58":{"version":"2.58"},"v2_60":{"version":"2.60"},"v2_62":{"version":"2.62"},"v2_64":{"version":"2.64"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"version":"2.56"},"gobject_2_0":{"name":"gobject-2.0","v2_58":{"version":"2.58"},"v2_62":{"version":"2.62"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"glib-sys","version":"0.20.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#glib-sys@0.20.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libglib-2.0","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glib_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.20.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.20.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.20.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_60":["v2_58"],"v2_62":["v2_60"],"v2_64":["v2_62"],"v2_66":["v2_64"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_76"],"v2_80":["v2_78"],"v2_82":["v2_80"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.20.0/Cargo.toml","categories":[],"keywords":["glib","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"glib_2_0":{"name":"glib-2.0","v2_58":{"version":"2.58"},"v2_60":{"version":"2.60"},"v2_62":{"version":"2.62"},"v2_64":{"version":"2.64"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"v2_80":{"version":"2.80"},"v2_82":{"version":"2.81"},"version":"2.56"},"gobject_2_0":{"name":"gobject-2.0","v2_58":{"version":"2.58"},"v2_62":{"version":"2.62"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"glow","version":"0.13.1","authors":["Joshua Groves ","Dzmitry Malyshau "],"id":"registry+https://github.com/rust-lang/crates.io-index#glow@0.13.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"GL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code.","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.16","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"slotmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.3.60","kind":"normal","optional":false,"uses_default_features":true,"features":["Document","Element","HtmlCanvasElement","HtmlImageElement","HtmlVideoElement","ImageBitmap","VideoFrame","WebGlActiveInfo","WebGlBuffer","WebGlFramebuffer","WebGlProgram","WebGlQuery","WebGlRenderbuffer","WebGlRenderingContext","WebGl2RenderingContext","WebGlSampler","WebGlShader","WebGlSync","WebGlTexture","WebGlTransformFeedback","WebGlUniformLocation","WebGlVertexArrayObject","Window","AngleInstancedArrays","ExtBlendMinmax","ExtColorBufferFloat","ExtColorBufferHalfFloat","ExtDisjointTimerQuery","ExtFragDepth","ExtShaderTextureLod","ExtSRgb","ExtTextureFilterAnisotropic","OesElementIndexUint","OesStandardDerivatives","OesTextureFloat","OesTextureFloatLinear","OesTextureHalfFloat","OesTextureHalfFloatLinear","OesVertexArrayObject","WebglColorBufferFloat","WebglCompressedTextureAstc","WebglCompressedTextureEtc","WebglCompressedTextureEtc1","WebglCompressedTexturePvrtc","WebglCompressedTextureS3tc","WebglCompressedTextureS3tcSrgb","WebglDebugRendererInfo","WebglDebugShaders","WebglDepthTexture","WebglDrawBuffers","WebglLoseContext","OvrMultiview2"],"target":"cfg(target_arch = \"wasm32\")","rename":"web_sys","registry":null,"path":null}],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"glow","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glow-0.13.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"debug_automatic_glGetError":[],"debug_trace_calls":[],"log":["dep:log"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glow-0.13.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/grovesNL/glow","homepage":"https://github.com/grovesNL/glow.git","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-unknown-linux-gnu","targets":["x86_64-unknown-linux-gnu","x86_64-apple-darwin","x86_64-pc-windows-msvc","i686-unknown-linux-gnu","i686-pc-windows-msvc","wasm32-unknown-unknown"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0 OR Zlib"},{"package":{"name":"glutin","version":"0.31.3","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin@0.31.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross-platform OpenGL context provider.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg_aliases","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glutin_egl_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"glutin_glx_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"wayland-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"normal","optional":true,"uses_default_features":false,"features":["egl","client","dlopen"],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"x11-dl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.20.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"cgl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"dispatch","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"icrate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0.4","kind":"normal","optional":false,"uses_default_features":true,"features":["dispatch","Foundation","Foundation_NSArray","Foundation_NSThread","AppKit","AppKit_NSView","AppKit_NSWindow"],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":false,"uses_default_features":true,"features":["relax-void-encoding"],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"glutin_egl_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"glutin_egl_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"glutin_wgl_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":true,"uses_default_features":true,"features":["Win32_Foundation","Win32_Graphics_Gdi","Win32_Graphics_OpenGL","Win32_System_LibraryLoader","Win32_UI_WindowsAndMessaging"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"glutin","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-0.31.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-0.31.3/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["egl","glx","x11","wayland","wgl"],"egl":["glutin_egl_sys","libloading"],"glutin_egl_sys":["dep:glutin_egl_sys"],"glutin_glx_sys":["dep:glutin_glx_sys"],"glutin_wgl_sys":["dep:glutin_wgl_sys"],"glx":["x11","glutin_glx_sys","libloading"],"libloading":["dep:libloading"],"wayland":["wayland-sys","egl"],"wayland-sys":["dep:wayland-sys"],"wgl":["glutin_wgl_sys","windows-sys"],"windows-sys":["dep:windows-sys"],"x11":["x11-dl"],"x11-dl":["dep:x11-dl"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-0.31.3/Cargo.toml","categories":[],"keywords":["windowing","opengl","egl"],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":"https://docs.rs/glutin","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-unknown-linux-gnu","rustdoc-args":["--cfg","docsrs"],"targets":["aarch64-linux-android","x86_64-unknown-linux-gnu","x86_64-pc-windows-msvc","x86_64-apple-darwin","i686-unknown-linux-gnu","i686-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"Apache-2.0"},{"package":{"name":"glutin-winit","version":"0.4.2","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin-winit@0.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Glutin bootstrapping helpers with winit","dependencies":[{"name":"glutin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.2","kind":"normal","optional":false,"uses_default_features":false,"features":["rwh_05"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg_aliases","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glutin-winit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-winit-0.4.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-winit-0.4.2/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["egl","glx","x11","wayland","wgl"],"egl":["glutin/egl"],"glx":["glutin/glx","glutin/x11","winit/x11","x11"],"wayland":["glutin/wayland","winit/wayland"],"wgl":["glutin/wgl"],"x11":["glutin/x11","winit/x11"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-winit-0.4.2/Cargo.toml","categories":[],"keywords":["windowing","opengl","winit"],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"glutin_egl_sys","version":"0.6.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin_egl_sys@0.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The egl bindings for glutin","dependencies":[{"name":"gl_generator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Graphics_Gdi"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"glutin_egl_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_egl_sys-0.6.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_egl_sys-0.6.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_egl_sys-0.6.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"Apache-2.0"},{"package":{"name":"glutin_glx_sys","version":"0.5.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin_glx_sys@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The glx bindings for glutin","dependencies":[{"name":"gl_generator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"x11-dl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.18.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"glutin_glx_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_glx_sys-0.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_glx_sys-0.5.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_glx_sys-0.5.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"Apache-2.0"},{"package":{"name":"glutin_wgl_sys","version":"0.5.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin_wgl_sys@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The wgl bindings for glutin","dependencies":[{"name":"gl_generator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"glutin_wgl_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_wgl_sys-0.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_wgl_sys-0.5.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_wgl_sys-0.5.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"Apache-2.0"},{"package":{"name":"gobject-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gobject-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgobject-2.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gobject_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_62":["v2_58"],"v2_66":["v2_62"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_74"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.18.0/Cargo.toml","categories":[],"keywords":["gobject","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gobject_2_0":{"name":"gobject-2.0","v2_58":{"version":"2.58"},"v2_62":{"version":"2.62"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"gobject-sys","version":"0.20.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gobject-sys@0.20.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgobject-2.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gobject_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.20.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.20.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.20.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_62":["v2_58"],"v2_66":["v2_62"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_74"],"v2_80":["v2_78"],"v2_82":["v2_80"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.20.0/Cargo.toml","categories":[],"keywords":["gobject","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gobject_2_0":{"name":"gobject-2.0","v2_58":{"version":"2.58"},"v2_62":{"version":"2.62"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"v2_80":{"version":"2.80"},"v2_82":{"version":"2.81"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"gstreamer","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for GStreamer","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"muldiv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-integer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-rational","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"option-operations","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"opt-ops","registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":["write"],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gstreamer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-0.23.0/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"log":["dep:log"],"serde":["num-rational/serde","dep:serde","serde_bytes"],"serde_bytes":["dep:serde_bytes"],"v1_16":["gstreamer-sys/v1_16"],"v1_18":["gstreamer-sys/v1_18","v1_16"],"v1_20":["gstreamer-sys/v1_20","v1_18"],"v1_22":["gstreamer-sys/v1_22","v1_20"],"v1_24":["gstreamer-sys/v1_24","v1_22"],"v1_26":["gstreamer-sys/v1_26","v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["gstreamer","multimedia","audio","video","gnome"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"license":"MIT OR Apache-2.0"},{"package":{"name":"gstreamer-base","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-base@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for GStreamer Base library","dependencies":[{"name":"atomic_refcell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst","registry":null,"path":null},{"name":"gstreamer-base-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gstreamer-base","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-0.23.0/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"v1_14_1":["gstreamer-base-sys/v1_14_1"],"v1_16":["gst/v1_16","gstreamer-base-sys/v1_16","v1_14_1"],"v1_18":["gst/v1_18","gstreamer-base-sys/v1_18","v1_16"],"v1_20":["gst/v1_20","gstreamer-base-sys/v1_20","v1_18"],"v1_22":["gst/v1_22","gstreamer-base-sys/v1_22","v1_20"],"v1_24":["gst/v1_24","gstreamer-base-sys/v1_24","v1_22"],"v1_26":["gst/v1_26","gstreamer-base-sys/v1_26","v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["gstreamer","multimedia","audio","video","gnome"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_base/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"license":"MIT OR Apache-2.0"},{"package":{"name":"gstreamer-base-sys","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-base-sys@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgstbase-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gstreamer_base_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-sys-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-sys-0.23.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-sys-0.23.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_14_1":[],"v1_14_3":["v1_14_1"],"v1_16":["v1_14_3"],"v1_18":["v1_16"],"v1_20":["v1_18"],"v1_22":["v1_20"],"v1_24":["v1_22"],"v1_26":["v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-sys-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["ffi","gstreamer","gnome","multimedia"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_base_sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gstreamer_base_1_0":{"name":"gstreamer-base-1.0","v1_14_1":{"version":"1.14.1"},"v1_14_3":{"version":"1.14.3"},"v1_16":{"version":"1.16"},"v1_18":{"version":"1.18"},"v1_20":{"version":"1.20"},"v1_22":{"version":"1.22"},"v1_24":{"version":"1.24"},"v1_26":{"version":"1.25"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"license":"MIT"},{"package":{"name":"gstreamer-controller","version":"0.23.0","authors":["Alexey Galakhov ","Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-controller@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for GStreamer Controller library","dependencies":[{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst","registry":null,"path":null},{"name":"gstreamer-controller-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gstreamer-controller","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-0.23.0/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"v1_16":["gst/v1_16","gstreamer-controller-sys/v1_16"],"v1_18":["gst/v1_18","gstreamer-controller-sys/v1_18","v1_16"],"v1_20":["gst/v1_20","gstreamer-controller-sys/v1_20","v1_18"],"v1_22":["gst/v1_22","gstreamer-controller-sys/v1_22","v1_20"],"v1_24":["gst/v1_24","gstreamer-controller-sys/v1_24","v1_22"],"v1_26":["gst/v1_26","gstreamer-controller-sys/v1_26","v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["gstreamer","multimedia","audio","video","gnome"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_controller/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"license":"MIT OR Apache-2.0"},{"package":{"name":"gstreamer-controller-sys","version":"0.23.0","authors":["Alexey Galakhov "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-controller-sys@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgstcontroller-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gstreamer_controller_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-sys-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-sys-0.23.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-sys-0.23.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_16":[],"v1_18":["v1_16"],"v1_20":["v1_18"],"v1_22":["v1_20"],"v1_24":["v1_22"],"v1_26":["v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-sys-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["ffi","gstreamer","gnome","multimedia"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_app_sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gstreamer_controller_1_0":{"name":"gstreamer-controller-1.0","v1_16":{"version":"1.16"},"v1_18":{"version":"1.18"},"v1_20":{"version":"1.20"},"v1_22":{"version":"1.22"},"v1_24":{"version":"1.24"},"v1_26":{"version":"1.25"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"license":"MIT"},{"package":{"name":"gstreamer-sys","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-sys@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgstreamer-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gstreamer_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-sys-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-sys-0.23.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-sys-0.23.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_16":[],"v1_18":["v1_16"],"v1_18_3":["v1_18"],"v1_20":["v1_18_3"],"v1_20_4":["v1_20"],"v1_22":["v1_20_4"],"v1_24":["v1_22"],"v1_26":["v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-sys-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["ffi","gstreamer","gnome","multimedia"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gstreamer_1_0":{"name":"gstreamer-1.0","v1_16":{"version":"1.16"},"v1_18":{"version":"1.18"},"v1_18_3":{"version":"1.18.3"},"v1_20":{"version":"1.20"},"v1_20_4":{"version":"1.20.4"},"v1_22":{"version":"1.22"},"v1_24":{"version":"1.24"},"v1_26":{"version":"1.25"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"license":"MIT"},{"package":{"name":"gstreamer-video","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-video@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for GStreamer Video library","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst","registry":null,"path":null},{"name":"gstreamer-base","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst-base","registry":null,"path":null},{"name":"gstreamer-video-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.49","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst-check","registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gstreamer-video","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-0.23.0/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"serde":["dep:serde","gst/serde"],"v1_16":["gst/v1_16","gst-base/v1_16","gstreamer-video-sys/v1_16"],"v1_18":["gst/v1_18","gst-base/v1_18","gstreamer-video-sys/v1_18","v1_16"],"v1_20":["gst/v1_20","gst-base/v1_20","gstreamer-video-sys/v1_20","v1_18"],"v1_22":["gst/v1_22","gst-base/v1_22","gstreamer-video-sys/v1_22","v1_20"],"v1_24":["gst/v1_24","gst-base/v1_24","gstreamer-video-sys/v1_24","v1_22"],"v1_26":["gst/v1_26","gst-base/v1_26","gstreamer-video-sys/v1_26","v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["gstreamer","multimedia","audio","video","gnome"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_video/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"license":"MIT OR Apache-2.0"},{"package":{"name":"gstreamer-video-sys","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-video-sys@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgstvideo-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-base-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gstreamer_video_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-sys-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-sys-0.23.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-sys-0.23.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_16":[],"v1_18":["v1_16"],"v1_20":["v1_18"],"v1_22":["v1_20"],"v1_24":["v1_22"],"v1_26":["v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-sys-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["ffi","gstreamer","gnome","multimedia"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_video_sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gstreamer_video_1_0":{"name":"gstreamer-video-1.0","v1_16":{"version":"1.16"},"v1_18":{"version":"1.18"},"v1_20":{"version":"1.20"},"v1_22":{"version":"1.22"},"v1_24":{"version":"1.24"},"v1_26":{"version":"1.25"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"license":"MIT"},{"package":{"name":"gtk-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gtk-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgtk-3","dependencies":[{"name":"atk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"atk","registry":null,"path":null},{"name":"cairo-sys-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"cairo","registry":null,"path":null},{"name":"gdk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gdk","registry":null,"path":null},{"name":"gdk-pixbuf-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gdk_pixbuf","registry":null,"path":null},{"name":"gio-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gio","registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pango-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"pango","registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gtk_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gtk-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gtk-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gtk-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v3_24":[],"v3_24_1":["v3_24"],"v3_24_11":["v3_24_9"],"v3_24_30":["v3_24_11"],"v3_24_8":["v3_24_1"],"v3_24_9":["v3_24_8"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gtk-sys-0.18.0/Cargo.toml","categories":[],"keywords":["gtk","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk3-rs","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gtk+_3_0":{"name":"gtk+-3.0","v3_24":{"version":"3.24"},"v3_24_1":{"version":"3.24.1"},"v3_24_11":{"version":"3.24.11"},"v3_24_30":{"version":"3.24.30"},"v3_24_8":{"version":"3.24.8"},"v3_24_9":{"version":"3.24.9"},"version":"3.22"}}},"links":"gtk-3","publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"gui","version":"0.8.0","authors":[],"id":"path+file:///home/va_erie/Projects/ntscrs/crates/gui#0.8.0","source":null,"description":null,"dependencies":[{"name":"arboard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.7.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dirs-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"eframe","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.1","kind":"normal","optional":false,"uses_default_features":true,"features":["persistence"],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-base","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-controller","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-video","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"logos","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ntscrs","source":null,"req":"*","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":"/home/va_erie/Projects/ntscrs/crates/ntscrs"},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.19.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"open","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rfd","source":"git+https://github.com/PolyMeilex/rfd?rev=1791c98","req":"*","kind":"normal","optional":false,"uses_default_features":false,"features":["gtk3"],"target":null,"rename":null,"registry":null,"path":null},{"name":"snafu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tinyjson","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"embed-resource","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"GPL-3.0","license_file":null,"targets":[{"name":"gui","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/gui/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"ntsc-rs-standalone","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/gui/src/bin/ntsc-rs-standalone.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"ntsc-rs-launcher","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/gui/src/bin/ntsc-rs-launcher.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/gui/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/Projects/ntscrs/crates/gui/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/valadaptive/ntsc-rs/tree/main/crates/gui","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":"ntsc-rs-standalone","rust_version":null},"license":"GPL-3.0"},{"package":{"name":"half","version":"2.4.1","authors":["Kathryn Long "],"id":"registry+https://github.com/rust-lang/crates.io-index#half@2.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.1","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":"normal","optional":true,"uses_default_features":false,"features":["libm"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_distr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crunchy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck_macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crunchy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"spirv\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"half","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"convert","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/benches/convert.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"bytemuck":["dep:bytemuck"],"default":["std"],"num-traits":["dep:num-traits"],"rand_distr":["dep:rand","dep:rand_distr"],"rkyv":["dep:rkyv"],"serde":["dep:serde"],"std":["alloc"],"use-intrinsics":[],"zerocopy":["dep:zerocopy"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/Cargo.toml","categories":["no-std","data-structures","encoding"],"keywords":["f16","bfloat16","no_std"],"readme":"README.md","repository":"https://github.com/starkat99/half-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"hashbrown","version":"0.14.5","authors":["Amanieu d'Antras "],"id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust port of Google's SwissTable hash map","dependencies":[{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.7","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"allocator-api2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.9","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"equivalent","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.42","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.25","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bumpalo","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":["allocator-api2"],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.42","kind":"dev","optional":false,"uses_default_features":true,"features":["validation"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"hashbrown","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"equivalent_trait","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/equivalent_trait.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"hasher","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/hasher.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"raw","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/raw.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rayon","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/rayon.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/serde.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"set","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/set.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"insert_unique_unchecked","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/benches/insert_unique_unchecked.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"ahash":["dep:ahash"],"alloc":["dep:alloc"],"allocator-api2":["dep:allocator-api2"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["ahash","inline-more","allocator-api2"],"equivalent":["dep:equivalent"],"inline-more":[],"nightly":["allocator-api2?/nightly","bumpalo/allocator_api"],"raw":[],"rayon":["dep:rayon"],"rkyv":["dep:rkyv"],"rustc-dep-of-std":["nightly","core","compiler_builtins","alloc","rustc-internal-api"],"rustc-internal-api":[],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/Cargo.toml","categories":["data-structures","no-std"],"keywords":["hash","no_std","hashmap","swisstable"],"readme":"README.md","repository":"https://github.com/rust-lang/hashbrown","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["nightly","rayon","serde","raw"],"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"heck","version":"0.5.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"heck is a case conversion library.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"heck","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/Cargo.toml","categories":["no-std"],"keywords":["string","case","camel","snake","unicode"],"readme":"README.md","repository":"https://github.com/withoutboats/heck","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"hermit-abi","version":"0.3.9","authors":["Stefan Lankes"],"id":"registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.3.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Hermit system calls definitions.","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"hermit-abi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.3.9/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":[],"rustc-dep-of-std":["core","alloc","compiler_builtins/rustc-dep-of-std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.3.9/Cargo.toml","categories":["os"],"keywords":["unikernel","libos"],"readme":"README.md","repository":"https://github.com/hermit-os/hermit-rs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"hermit-abi","version":"0.4.0","authors":["Stefan Lankes"],"id":"registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Hermit system calls definitions.","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"hermit-abi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.4.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":[],"rustc-dep-of-std":["core","alloc","compiler_builtins/rustc-dep-of-std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.4.0/Cargo.toml","categories":["os"],"keywords":["unikernel","libos"],"readme":"README.md","repository":"https://github.com/hermit-os/hermit-rs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"hex","version":"0.4.3","authors":["KokaKiwi "],"id":"registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Encoding and decoding data into/from hexadecimal representation.","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"faster-hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"version-sync","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"hex","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/tests/serde.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"version-number","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/tests/version-number.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"hex","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/benches/hex.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"serde":["dep:serde"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/Cargo.toml","categories":["encoding","no-std"],"keywords":["no_std","hex"],"readme":"README.md","repository":"https://github.com/KokaKiwi/rust-hex","homepage":null,"documentation":"https://docs.rs/hex/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"home","version":"0.5.9","authors":["Brian Anderson "],"id":"registry+https://github.com/rust-lang/crates.io-index#home@0.5.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Shared definitions of home directories.","dependencies":[{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_UI_Shell","Win32_System_Com"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"home","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/cargo","homepage":null,"documentation":"https://docs.rs/home","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"humantime","version":"2.1.0","authors":["Paul Colomiets "],"id":"registry+https://github.com/rust-lang/crates.io-index#humantime@2.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":" A parser and formatter for std::time::{Duration, SystemTime}\n","dependencies":[{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"humantime","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"datetime_format","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/benches/datetime_format.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"datetime_parse","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/benches/datetime_parse.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/Cargo.toml","categories":["date-and-time"],"keywords":["time","human","human-friendly","parser","duration"],"readme":"README.md","repository":"https://github.com/tailhook/humantime","homepage":"https://github.com/tailhook/humantime","documentation":"https://docs.rs/humantime","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"iana-time-zone","version":"0.1.60","authors":["Andrew Straw ","René Kijewski ","Ryan Lopopolo "],"id":"registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.60","source":"registry+https://github.com/rust-lang/crates.io-index","description":"get the IANA time zone for the current system","dependencies":[{"name":"core-foundation-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\", target_os = \"ios\"))","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.50","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.70","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"android_system_properties","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"iana-time-zone-haiku","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"haiku\")","rename":null,"registry":null,"path":null},{"name":"windows-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.50, <=0.52","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"iana-time-zone","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"get_timezone","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/examples/get_timezone.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"stress-test","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/examples/stress-test.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"fallback":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.60/Cargo.toml","categories":["date-and-time","internationalization","os"],"keywords":["IANA","time"],"readme":"README.md","repository":"https://github.com/strawlab/iana-time-zone","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"iana-time-zone-haiku","version":"0.1.2","authors":["René Kijewski "],"id":"registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"iana-time-zone support crate for Haiku OS","dependencies":[{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"iana-time-zone-haiku","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/Cargo.toml","categories":["date-and-time","internationalization","os"],"keywords":["IANA","time"],"readme":"README.md","repository":"https://github.com/strawlab/iana-time-zone","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"icrate","version":"0.0.4","authors":["Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#icrate@0.0.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to Apple's frameworks","dependencies":[{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dispatch","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"icrate","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"basic_usage","kind":["example"],"crate_types":["bin"],"required-features":["unstable-example-basic_usage"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/examples/basic_usage.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"delegate","kind":["example"],"crate_types":["bin"],"required-features":["unstable-example-delegate"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/examples/delegate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"speech_synthesis","kind":["example"],"crate_types":["bin"],"required-features":["unstable-example-speech_synthesis"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/examples/speech_synthesis.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"nspasteboard","kind":["example"],"crate_types":["bin"],"required-features":["unstable-example-nspasteboard"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/examples/nspasteboard.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"browser","kind":["example"],"crate_types":["bin"],"required-features":["unstable-example-browser"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/examples/browser.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"array","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/array.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"attributed_string","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/attributed_string.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"auto_traits","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/auto_traits.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bundle","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/bundle.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"data","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/data.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"debug","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/debug.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"dictionary","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/dictionary.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"exception","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/exception.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/lock.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mutable_array","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/mutable_array.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mutable_data","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/mutable_data.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mutable_dictionary","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/mutable_dictionary.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mutable_set","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/mutable_set.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mutable_string","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/mutable_string.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"number","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/number.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"proxy","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/proxy.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"set","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/set.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"string","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/string.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"struct_encoding","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/struct_encoding.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"thread","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/thread.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"uuid","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/uuid.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"value","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/tests/value.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"Accessibility":["Foundation"],"Accessibility_AXBrailleMap":[],"Accessibility_AXCategoricalDataAxisDescriptor":[],"Accessibility_AXChartDescriptor":[],"Accessibility_AXCustomContent":[],"Accessibility_AXDataPoint":[],"Accessibility_AXDataPointValue":[],"Accessibility_AXDataSeriesDescriptor":[],"Accessibility_AXLiveAudioGraph":[],"Accessibility_AXNumericDataAxisDescriptor":[],"Accessibility_all":["Accessibility","Accessibility_AXBrailleMap","Accessibility_AXCategoricalDataAxisDescriptor","Accessibility_AXChartDescriptor","Accessibility_AXCustomContent","Accessibility_AXDataPoint","Accessibility_AXDataPointValue","Accessibility_AXDataSeriesDescriptor","Accessibility_AXLiveAudioGraph","Accessibility_AXNumericDataAxisDescriptor"],"AdServices":["Foundation"],"AdServices_AAAttribution":[],"AdServices_all":["AdServices","AdServices_AAAttribution"],"AdSupport":["Foundation"],"AdSupport_ASIdentifierManager":[],"AdSupport_all":["AdSupport","AdSupport_ASIdentifierManager"],"AppKit":["CoreData","Foundation","AppKit_NSApplication","AppKit_NSCollectionLayoutSection","AppKit_NSCollectionLayoutGroupCustomItem","AppKit_NSCollectionView","AppKit_NSView","AppKit_NSTableView","AppKit_NSTableColumn","AppKit_NSTableRowView","Foundation_NSIndexPath","Foundation_NSArray","Foundation_NSCoder"],"AppKit_NSATSTypesetter":["AppKit_NSTypesetter"],"AppKit_NSAccessibilityCustomAction":[],"AppKit_NSAccessibilityCustomRotor":[],"AppKit_NSAccessibilityCustomRotorItemResult":[],"AppKit_NSAccessibilityCustomRotorSearchParameters":[],"AppKit_NSAccessibilityElement":[],"AppKit_NSActionCell":["AppKit_NSCell"],"AppKit_NSAlert":[],"AppKit_NSAlignmentFeedbackFilter":[],"AppKit_NSAnimation":[],"AppKit_NSAnimationContext":[],"AppKit_NSAppearance":[],"AppKit_NSApplication":["AppKit_NSResponder"],"AppKit_NSArrayController":["AppKit_NSObjectController"],"AppKit_NSBezierPath":[],"AppKit_NSBindingSelectionMarker":[],"AppKit_NSBitmapImageRep":["AppKit_NSImageRep"],"AppKit_NSBox":["AppKit_NSView"],"AppKit_NSBrowser":["AppKit_NSControl"],"AppKit_NSBrowserCell":["AppKit_NSCell"],"AppKit_NSButton":["AppKit_NSControl"],"AppKit_NSButtonCell":["AppKit_NSActionCell"],"AppKit_NSButtonTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSCachedImageRep":["AppKit_NSImageRep"],"AppKit_NSCandidateListTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSCell":[],"AppKit_NSClickGestureRecognizer":["AppKit_NSGestureRecognizer"],"AppKit_NSClipView":["AppKit_NSView"],"AppKit_NSCollectionLayoutAnchor":[],"AppKit_NSCollectionLayoutBoundarySupplementaryItem":["AppKit_NSCollectionLayoutSupplementaryItem"],"AppKit_NSCollectionLayoutDecorationItem":["AppKit_NSCollectionLayoutItem"],"AppKit_NSCollectionLayoutDimension":[],"AppKit_NSCollectionLayoutEdgeSpacing":[],"AppKit_NSCollectionLayoutGroup":["AppKit_NSCollectionLayoutItem"],"AppKit_NSCollectionLayoutGroupCustomItem":[],"AppKit_NSCollectionLayoutItem":[],"AppKit_NSCollectionLayoutSection":[],"AppKit_NSCollectionLayoutSize":[],"AppKit_NSCollectionLayoutSpacing":[],"AppKit_NSCollectionLayoutSupplementaryItem":["AppKit_NSCollectionLayoutItem"],"AppKit_NSCollectionView":["AppKit_NSView"],"AppKit_NSCollectionViewCompositionalLayout":["AppKit_NSCollectionViewLayout"],"AppKit_NSCollectionViewCompositionalLayoutConfiguration":[],"AppKit_NSCollectionViewDiffableDataSource":[],"AppKit_NSCollectionViewFlowLayout":["AppKit_NSCollectionViewLayout"],"AppKit_NSCollectionViewFlowLayoutInvalidationContext":["AppKit_NSCollectionViewLayoutInvalidationContext"],"AppKit_NSCollectionViewGridLayout":["AppKit_NSCollectionViewLayout"],"AppKit_NSCollectionViewItem":["AppKit_NSViewController"],"AppKit_NSCollectionViewLayout":[],"AppKit_NSCollectionViewLayoutAttributes":[],"AppKit_NSCollectionViewLayoutInvalidationContext":[],"AppKit_NSCollectionViewTransitionLayout":["AppKit_NSCollectionViewLayout"],"AppKit_NSCollectionViewUpdateItem":[],"AppKit_NSColor":[],"AppKit_NSColorList":[],"AppKit_NSColorPanel":["AppKit_NSPanel"],"AppKit_NSColorPicker":[],"AppKit_NSColorPickerTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSColorSampler":[],"AppKit_NSColorSpace":[],"AppKit_NSColorWell":["AppKit_NSControl"],"AppKit_NSComboBox":["AppKit_NSTextField"],"AppKit_NSComboBoxCell":["AppKit_NSTextFieldCell"],"AppKit_NSComboButton":["AppKit_NSControl"],"AppKit_NSControl":["AppKit_NSView"],"AppKit_NSController":[],"AppKit_NSCursor":[],"AppKit_NSCustomImageRep":["AppKit_NSImageRep"],"AppKit_NSCustomTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSDataAsset":[],"AppKit_NSDatePicker":["AppKit_NSControl"],"AppKit_NSDatePickerCell":["AppKit_NSActionCell"],"AppKit_NSDictionaryController":["AppKit_NSArrayController"],"AppKit_NSDictionaryControllerKeyValuePair":[],"AppKit_NSDiffableDataSourceSnapshot":[],"AppKit_NSDockTile":[],"AppKit_NSDocument":[],"AppKit_NSDocumentController":[],"AppKit_NSDraggingImageComponent":[],"AppKit_NSDraggingItem":[],"AppKit_NSDraggingSession":[],"AppKit_NSDrawer":["AppKit_NSResponder"],"AppKit_NSEPSImageRep":["AppKit_NSImageRep"],"AppKit_NSEvent":[],"AppKit_NSFilePromiseProvider":[],"AppKit_NSFilePromiseReceiver":[],"AppKit_NSFont":[],"AppKit_NSFontAssetRequest":[],"AppKit_NSFontCollection":[],"AppKit_NSFontDescriptor":[],"AppKit_NSFontManager":[],"AppKit_NSFontPanel":["AppKit_NSPanel"],"AppKit_NSForm":["AppKit_NSMatrix"],"AppKit_NSFormCell":["AppKit_NSActionCell"],"AppKit_NSGestureRecognizer":[],"AppKit_NSGlyphGenerator":[],"AppKit_NSGlyphInfo":[],"AppKit_NSGradient":[],"AppKit_NSGraphicsContext":[],"AppKit_NSGridCell":[],"AppKit_NSGridColumn":[],"AppKit_NSGridRow":[],"AppKit_NSGridView":["AppKit_NSView"],"AppKit_NSGroupTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSHapticFeedbackManager":[],"AppKit_NSHelpManager":[],"AppKit_NSImage":[],"AppKit_NSImageCell":["AppKit_NSCell"],"AppKit_NSImageRep":[],"AppKit_NSImageSymbolConfiguration":[],"AppKit_NSImageView":["AppKit_NSControl"],"AppKit_NSInputManager":[],"AppKit_NSInputServer":[],"AppKit_NSLayoutAnchor":[],"AppKit_NSLayoutConstraint":[],"AppKit_NSLayoutDimension":["AppKit_NSLayoutAnchor"],"AppKit_NSLayoutGuide":[],"AppKit_NSLayoutManager":[],"AppKit_NSLayoutXAxisAnchor":["AppKit_NSLayoutAnchor"],"AppKit_NSLayoutYAxisAnchor":["AppKit_NSLayoutAnchor"],"AppKit_NSLevelIndicator":["AppKit_NSControl"],"AppKit_NSLevelIndicatorCell":["AppKit_NSActionCell"],"AppKit_NSMagnificationGestureRecognizer":["AppKit_NSGestureRecognizer"],"AppKit_NSMatrix":["AppKit_NSControl"],"AppKit_NSMediaLibraryBrowserController":[],"AppKit_NSMenu":[],"AppKit_NSMenuItem":[],"AppKit_NSMenuItemCell":["AppKit_NSButtonCell"],"AppKit_NSMenuToolbarItem":["AppKit_NSToolbarItem"],"AppKit_NSMovie":[],"AppKit_NSMutableFontCollection":["AppKit_NSFontCollection"],"AppKit_NSMutableParagraphStyle":["AppKit_NSParagraphStyle"],"AppKit_NSNib":[],"AppKit_NSObjectController":["AppKit_NSController"],"AppKit_NSOpenPanel":["AppKit_NSSavePanel"],"AppKit_NSOutlineView":["AppKit_NSTableView"],"AppKit_NSPDFImageRep":["AppKit_NSImageRep"],"AppKit_NSPDFInfo":[],"AppKit_NSPDFPanel":[],"AppKit_NSPICTImageRep":["AppKit_NSImageRep"],"AppKit_NSPageController":["AppKit_NSViewController"],"AppKit_NSPageLayout":[],"AppKit_NSPanGestureRecognizer":["AppKit_NSGestureRecognizer"],"AppKit_NSPanel":["AppKit_NSWindow"],"AppKit_NSParagraphStyle":[],"AppKit_NSPasteboard":[],"AppKit_NSPasteboardItem":[],"AppKit_NSPathCell":["AppKit_NSActionCell"],"AppKit_NSPathComponentCell":["AppKit_NSTextFieldCell"],"AppKit_NSPathControl":["AppKit_NSControl"],"AppKit_NSPathControlItem":[],"AppKit_NSPersistentDocument":["AppKit_NSDocument"],"AppKit_NSPickerTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSPopUpButton":["AppKit_NSButton"],"AppKit_NSPopUpButtonCell":["AppKit_NSMenuItemCell"],"AppKit_NSPopover":["AppKit_NSResponder"],"AppKit_NSPopoverTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSPredicateEditor":["AppKit_NSRuleEditor"],"AppKit_NSPredicateEditorRowTemplate":[],"AppKit_NSPressGestureRecognizer":["AppKit_NSGestureRecognizer"],"AppKit_NSPressureConfiguration":[],"AppKit_NSPreviewRepresentingActivityItem":[],"AppKit_NSPrintInfo":[],"AppKit_NSPrintOperation":[],"AppKit_NSPrintPanel":[],"AppKit_NSPrinter":[],"AppKit_NSProgressIndicator":["AppKit_NSView"],"AppKit_NSResponder":[],"AppKit_NSRotationGestureRecognizer":["AppKit_NSGestureRecognizer"],"AppKit_NSRuleEditor":["AppKit_NSControl"],"AppKit_NSRulerMarker":[],"AppKit_NSRulerView":["AppKit_NSView"],"AppKit_NSRunningApplication":[],"AppKit_NSSavePanel":["AppKit_NSPanel"],"AppKit_NSScreen":[],"AppKit_NSScrollView":["AppKit_NSView"],"AppKit_NSScroller":["AppKit_NSControl"],"AppKit_NSScrubber":["AppKit_NSView"],"AppKit_NSScrubberArrangedView":["AppKit_NSView"],"AppKit_NSScrubberFlowLayout":["AppKit_NSScrubberLayout"],"AppKit_NSScrubberImageItemView":["AppKit_NSScrubberItemView"],"AppKit_NSScrubberItemView":["AppKit_NSScrubberArrangedView"],"AppKit_NSScrubberLayout":[],"AppKit_NSScrubberLayoutAttributes":[],"AppKit_NSScrubberProportionalLayout":["AppKit_NSScrubberLayout"],"AppKit_NSScrubberSelectionStyle":[],"AppKit_NSScrubberSelectionView":["AppKit_NSScrubberArrangedView"],"AppKit_NSScrubberTextItemView":["AppKit_NSScrubberItemView"],"AppKit_NSSearchField":["AppKit_NSTextField"],"AppKit_NSSearchFieldCell":["AppKit_NSTextFieldCell"],"AppKit_NSSearchToolbarItem":["AppKit_NSToolbarItem"],"AppKit_NSSecureTextField":["AppKit_NSTextField"],"AppKit_NSSecureTextFieldCell":["AppKit_NSTextFieldCell"],"AppKit_NSSegmentedCell":["AppKit_NSActionCell"],"AppKit_NSSegmentedControl":["AppKit_NSControl"],"AppKit_NSShadow":[],"AppKit_NSSharingService":[],"AppKit_NSSharingServicePicker":[],"AppKit_NSSharingServicePickerToolbarItem":["AppKit_NSToolbarItem"],"AppKit_NSSharingServicePickerTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSSlider":["AppKit_NSControl"],"AppKit_NSSliderAccessory":[],"AppKit_NSSliderAccessoryBehavior":[],"AppKit_NSSliderCell":["AppKit_NSActionCell"],"AppKit_NSSliderTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSSound":[],"AppKit_NSSpeechRecognizer":[],"AppKit_NSSpeechSynthesizer":[],"AppKit_NSSpellChecker":[],"AppKit_NSSplitView":["AppKit_NSView"],"AppKit_NSSplitViewController":["AppKit_NSViewController"],"AppKit_NSSplitViewItem":[],"AppKit_NSStackView":["AppKit_NSView"],"AppKit_NSStatusBar":[],"AppKit_NSStatusBarButton":["AppKit_NSButton"],"AppKit_NSStatusItem":[],"AppKit_NSStepper":["AppKit_NSControl"],"AppKit_NSStepperCell":["AppKit_NSActionCell"],"AppKit_NSStepperTouchBarItem":["AppKit_NSTouchBarItem"],"AppKit_NSStoryboard":[],"AppKit_NSStoryboardSegue":[],"AppKit_NSStringDrawingContext":[],"AppKit_NSSwitch":["AppKit_NSControl"],"AppKit_NSTabView":["AppKit_NSView"],"AppKit_NSTabViewController":["AppKit_NSViewController"],"AppKit_NSTabViewItem":[],"AppKit_NSTableCellView":["AppKit_NSView"],"AppKit_NSTableColumn":[],"AppKit_NSTableHeaderCell":["AppKit_NSTextFieldCell"],"AppKit_NSTableHeaderView":["AppKit_NSView"],"AppKit_NSTableRowView":["AppKit_NSView"],"AppKit_NSTableView":["AppKit_NSControl"],"AppKit_NSTableViewDiffableDataSource":[],"AppKit_NSTableViewRowAction":[],"AppKit_NSText":["AppKit_NSView"],"AppKit_NSTextAlternatives":[],"AppKit_NSTextAttachment":[],"AppKit_NSTextAttachmentCell":["AppKit_NSCell"],"AppKit_NSTextAttachmentViewProvider":[],"AppKit_NSTextBlock":[],"AppKit_NSTextCheckingController":[],"AppKit_NSTextContainer":[],"AppKit_NSTextContentManager":[],"AppKit_NSTextContentStorage":["AppKit_NSTextContentManager"],"AppKit_NSTextElement":[],"AppKit_NSTextField":["AppKit_NSControl"],"AppKit_NSTextFieldCell":["AppKit_NSActionCell"],"AppKit_NSTextFinder":[],"AppKit_NSTextInputContext":[],"AppKit_NSTextLayoutFragment":[],"AppKit_NSTextLayoutManager":[],"AppKit_NSTextLineFragment":[],"AppKit_NSTextList":[],"AppKit_NSTextListElement":["AppKit_NSTextParagraph"],"AppKit_NSTextParagraph":["AppKit_NSTextElement"],"AppKit_NSTextRange":[],"AppKit_NSTextSelection":[],"AppKit_NSTextSelectionNavigation":[],"AppKit_NSTextStorage":["Foundation_NSMutableAttributedString"],"AppKit_NSTextTab":[],"AppKit_NSTextTable":["AppKit_NSTextBlock"],"AppKit_NSTextTableBlock":["AppKit_NSTextBlock"],"AppKit_NSTextView":["AppKit_NSText"],"AppKit_NSTextViewportLayoutController":[],"AppKit_NSTintConfiguration":[],"AppKit_NSTitlebarAccessoryViewController":["AppKit_NSViewController"],"AppKit_NSTokenField":["AppKit_NSTextField"],"AppKit_NSTokenFieldCell":["AppKit_NSTextFieldCell"],"AppKit_NSToolbar":[],"AppKit_NSToolbarItem":[],"AppKit_NSToolbarItemGroup":["AppKit_NSToolbarItem"],"AppKit_NSTouch":[],"AppKit_NSTouchBar":[],"AppKit_NSTouchBarItem":[],"AppKit_NSTrackingArea":[],"AppKit_NSTrackingSeparatorToolbarItem":["AppKit_NSToolbarItem"],"AppKit_NSTreeController":["AppKit_NSObjectController"],"AppKit_NSTreeNode":[],"AppKit_NSTypesetter":[],"AppKit_NSUserDefaultsController":["AppKit_NSController"],"AppKit_NSUserInterfaceCompressionOptions":[],"AppKit_NSView":["AppKit_NSResponder"],"AppKit_NSViewAnimation":["AppKit_NSAnimation"],"AppKit_NSViewController":["AppKit_NSResponder"],"AppKit_NSVisualEffectView":["AppKit_NSView"],"AppKit_NSWindow":["AppKit_NSResponder"],"AppKit_NSWindowController":["AppKit_NSResponder"],"AppKit_NSWindowTab":[],"AppKit_NSWindowTabGroup":[],"AppKit_NSWorkspace":[],"AppKit_NSWorkspaceAuthorization":[],"AppKit_NSWorkspaceOpenConfiguration":[],"AppKit_all":["AppKit","AppKit_NSATSTypesetter","AppKit_NSAccessibilityCustomAction","AppKit_NSAccessibilityCustomRotor","AppKit_NSAccessibilityCustomRotorItemResult","AppKit_NSAccessibilityCustomRotorSearchParameters","AppKit_NSAccessibilityElement","AppKit_NSActionCell","AppKit_NSAlert","AppKit_NSAlignmentFeedbackFilter","AppKit_NSAnimation","AppKit_NSAnimationContext","AppKit_NSAppearance","AppKit_NSApplication","AppKit_NSArrayController","AppKit_NSBezierPath","AppKit_NSBindingSelectionMarker","AppKit_NSBitmapImageRep","AppKit_NSBox","AppKit_NSBrowser","AppKit_NSBrowserCell","AppKit_NSButton","AppKit_NSButtonCell","AppKit_NSButtonTouchBarItem","AppKit_NSCachedImageRep","AppKit_NSCandidateListTouchBarItem","AppKit_NSCell","AppKit_NSClickGestureRecognizer","AppKit_NSClipView","AppKit_NSCollectionLayoutAnchor","AppKit_NSCollectionLayoutBoundarySupplementaryItem","AppKit_NSCollectionLayoutDecorationItem","AppKit_NSCollectionLayoutDimension","AppKit_NSCollectionLayoutEdgeSpacing","AppKit_NSCollectionLayoutGroup","AppKit_NSCollectionLayoutGroupCustomItem","AppKit_NSCollectionLayoutItem","AppKit_NSCollectionLayoutSection","AppKit_NSCollectionLayoutSize","AppKit_NSCollectionLayoutSpacing","AppKit_NSCollectionLayoutSupplementaryItem","AppKit_NSCollectionView","AppKit_NSCollectionViewCompositionalLayout","AppKit_NSCollectionViewCompositionalLayoutConfiguration","AppKit_NSCollectionViewDiffableDataSource","AppKit_NSCollectionViewFlowLayout","AppKit_NSCollectionViewFlowLayoutInvalidationContext","AppKit_NSCollectionViewGridLayout","AppKit_NSCollectionViewItem","AppKit_NSCollectionViewLayout","AppKit_NSCollectionViewLayoutAttributes","AppKit_NSCollectionViewLayoutInvalidationContext","AppKit_NSCollectionViewTransitionLayout","AppKit_NSCollectionViewUpdateItem","AppKit_NSColor","AppKit_NSColorList","AppKit_NSColorPanel","AppKit_NSColorPicker","AppKit_NSColorPickerTouchBarItem","AppKit_NSColorSampler","AppKit_NSColorSpace","AppKit_NSColorWell","AppKit_NSComboBox","AppKit_NSComboBoxCell","AppKit_NSComboButton","AppKit_NSControl","AppKit_NSController","AppKit_NSCursor","AppKit_NSCustomImageRep","AppKit_NSCustomTouchBarItem","AppKit_NSDataAsset","AppKit_NSDatePicker","AppKit_NSDatePickerCell","AppKit_NSDictionaryController","AppKit_NSDictionaryControllerKeyValuePair","AppKit_NSDiffableDataSourceSnapshot","AppKit_NSDockTile","AppKit_NSDocument","AppKit_NSDocumentController","AppKit_NSDraggingImageComponent","AppKit_NSDraggingItem","AppKit_NSDraggingSession","AppKit_NSDrawer","AppKit_NSEPSImageRep","AppKit_NSEvent","AppKit_NSFilePromiseProvider","AppKit_NSFilePromiseReceiver","AppKit_NSFont","AppKit_NSFontAssetRequest","AppKit_NSFontCollection","AppKit_NSFontDescriptor","AppKit_NSFontManager","AppKit_NSFontPanel","AppKit_NSForm","AppKit_NSFormCell","AppKit_NSGestureRecognizer","AppKit_NSGlyphGenerator","AppKit_NSGlyphInfo","AppKit_NSGradient","AppKit_NSGraphicsContext","AppKit_NSGridCell","AppKit_NSGridColumn","AppKit_NSGridRow","AppKit_NSGridView","AppKit_NSGroupTouchBarItem","AppKit_NSHapticFeedbackManager","AppKit_NSHelpManager","AppKit_NSImage","AppKit_NSImageCell","AppKit_NSImageRep","AppKit_NSImageSymbolConfiguration","AppKit_NSImageView","AppKit_NSInputManager","AppKit_NSInputServer","AppKit_NSLayoutAnchor","AppKit_NSLayoutConstraint","AppKit_NSLayoutDimension","AppKit_NSLayoutGuide","AppKit_NSLayoutManager","AppKit_NSLayoutXAxisAnchor","AppKit_NSLayoutYAxisAnchor","AppKit_NSLevelIndicator","AppKit_NSLevelIndicatorCell","AppKit_NSMagnificationGestureRecognizer","AppKit_NSMatrix","AppKit_NSMediaLibraryBrowserController","AppKit_NSMenu","AppKit_NSMenuItem","AppKit_NSMenuItemCell","AppKit_NSMenuToolbarItem","AppKit_NSMovie","AppKit_NSMutableFontCollection","AppKit_NSMutableParagraphStyle","AppKit_NSNib","AppKit_NSObjectController","AppKit_NSOpenPanel","AppKit_NSOutlineView","AppKit_NSPDFImageRep","AppKit_NSPDFInfo","AppKit_NSPDFPanel","AppKit_NSPICTImageRep","AppKit_NSPageController","AppKit_NSPageLayout","AppKit_NSPanGestureRecognizer","AppKit_NSPanel","AppKit_NSParagraphStyle","AppKit_NSPasteboard","AppKit_NSPasteboardItem","AppKit_NSPathCell","AppKit_NSPathComponentCell","AppKit_NSPathControl","AppKit_NSPathControlItem","AppKit_NSPersistentDocument","AppKit_NSPickerTouchBarItem","AppKit_NSPopUpButton","AppKit_NSPopUpButtonCell","AppKit_NSPopover","AppKit_NSPopoverTouchBarItem","AppKit_NSPredicateEditor","AppKit_NSPredicateEditorRowTemplate","AppKit_NSPressGestureRecognizer","AppKit_NSPressureConfiguration","AppKit_NSPreviewRepresentingActivityItem","AppKit_NSPrintInfo","AppKit_NSPrintOperation","AppKit_NSPrintPanel","AppKit_NSPrinter","AppKit_NSProgressIndicator","AppKit_NSResponder","AppKit_NSRotationGestureRecognizer","AppKit_NSRuleEditor","AppKit_NSRulerMarker","AppKit_NSRulerView","AppKit_NSRunningApplication","AppKit_NSSavePanel","AppKit_NSScreen","AppKit_NSScrollView","AppKit_NSScroller","AppKit_NSScrubber","AppKit_NSScrubberArrangedView","AppKit_NSScrubberFlowLayout","AppKit_NSScrubberImageItemView","AppKit_NSScrubberItemView","AppKit_NSScrubberLayout","AppKit_NSScrubberLayoutAttributes","AppKit_NSScrubberProportionalLayout","AppKit_NSScrubberSelectionStyle","AppKit_NSScrubberSelectionView","AppKit_NSScrubberTextItemView","AppKit_NSSearchField","AppKit_NSSearchFieldCell","AppKit_NSSearchToolbarItem","AppKit_NSSecureTextField","AppKit_NSSecureTextFieldCell","AppKit_NSSegmentedCell","AppKit_NSSegmentedControl","AppKit_NSShadow","AppKit_NSSharingService","AppKit_NSSharingServicePicker","AppKit_NSSharingServicePickerToolbarItem","AppKit_NSSharingServicePickerTouchBarItem","AppKit_NSSlider","AppKit_NSSliderAccessory","AppKit_NSSliderAccessoryBehavior","AppKit_NSSliderCell","AppKit_NSSliderTouchBarItem","AppKit_NSSound","AppKit_NSSpeechRecognizer","AppKit_NSSpeechSynthesizer","AppKit_NSSpellChecker","AppKit_NSSplitView","AppKit_NSSplitViewController","AppKit_NSSplitViewItem","AppKit_NSStackView","AppKit_NSStatusBar","AppKit_NSStatusBarButton","AppKit_NSStatusItem","AppKit_NSStepper","AppKit_NSStepperCell","AppKit_NSStepperTouchBarItem","AppKit_NSStoryboard","AppKit_NSStoryboardSegue","AppKit_NSStringDrawingContext","AppKit_NSSwitch","AppKit_NSTabView","AppKit_NSTabViewController","AppKit_NSTabViewItem","AppKit_NSTableCellView","AppKit_NSTableColumn","AppKit_NSTableHeaderCell","AppKit_NSTableHeaderView","AppKit_NSTableRowView","AppKit_NSTableView","AppKit_NSTableViewDiffableDataSource","AppKit_NSTableViewRowAction","AppKit_NSText","AppKit_NSTextAlternatives","AppKit_NSTextAttachment","AppKit_NSTextAttachmentCell","AppKit_NSTextAttachmentViewProvider","AppKit_NSTextBlock","AppKit_NSTextCheckingController","AppKit_NSTextContainer","AppKit_NSTextContentManager","AppKit_NSTextContentStorage","AppKit_NSTextElement","AppKit_NSTextField","AppKit_NSTextFieldCell","AppKit_NSTextFinder","AppKit_NSTextInputContext","AppKit_NSTextLayoutFragment","AppKit_NSTextLayoutManager","AppKit_NSTextLineFragment","AppKit_NSTextList","AppKit_NSTextListElement","AppKit_NSTextParagraph","AppKit_NSTextRange","AppKit_NSTextSelection","AppKit_NSTextSelectionNavigation","AppKit_NSTextStorage","AppKit_NSTextTab","AppKit_NSTextTable","AppKit_NSTextTableBlock","AppKit_NSTextView","AppKit_NSTextViewportLayoutController","AppKit_NSTintConfiguration","AppKit_NSTitlebarAccessoryViewController","AppKit_NSTokenField","AppKit_NSTokenFieldCell","AppKit_NSToolbar","AppKit_NSToolbarItem","AppKit_NSToolbarItemGroup","AppKit_NSTouch","AppKit_NSTouchBar","AppKit_NSTouchBarItem","AppKit_NSTrackingArea","AppKit_NSTrackingSeparatorToolbarItem","AppKit_NSTreeController","AppKit_NSTreeNode","AppKit_NSTypesetter","AppKit_NSUserDefaultsController","AppKit_NSUserInterfaceCompressionOptions","AppKit_NSView","AppKit_NSViewAnimation","AppKit_NSViewController","AppKit_NSVisualEffectView","AppKit_NSWindow","AppKit_NSWindowController","AppKit_NSWindowTab","AppKit_NSWindowTabGroup","AppKit_NSWorkspace","AppKit_NSWorkspaceAuthorization","AppKit_NSWorkspaceOpenConfiguration"],"AuthenticationServices":["AppKit","Foundation","Foundation_NSURL"],"AuthenticationServices_ASAccountAuthenticationModificationController":[],"AuthenticationServices_ASAccountAuthenticationModificationExtensionContext":["Foundation_NSExtensionContext"],"AuthenticationServices_ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest":["AuthenticationServices_ASAccountAuthenticationModificationRequest"],"AuthenticationServices_ASAccountAuthenticationModificationRequest":[],"AuthenticationServices_ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest":["AuthenticationServices_ASAccountAuthenticationModificationRequest"],"AuthenticationServices_ASAccountAuthenticationModificationViewController":["AppKit_NSViewController"],"AuthenticationServices_ASAuthorization":[],"AuthenticationServices_ASAuthorizationAppleIDButton":["AppKit_NSControl"],"AuthenticationServices_ASAuthorizationAppleIDCredential":[],"AuthenticationServices_ASAuthorizationAppleIDProvider":[],"AuthenticationServices_ASAuthorizationAppleIDRequest":["AuthenticationServices_ASAuthorizationOpenIDRequest"],"AuthenticationServices_ASAuthorizationController":[],"AuthenticationServices_ASAuthorizationOpenIDRequest":["AuthenticationServices_ASAuthorizationRequest"],"AuthenticationServices_ASAuthorizationPasswordProvider":[],"AuthenticationServices_ASAuthorizationPasswordRequest":["AuthenticationServices_ASAuthorizationRequest"],"AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialAssertion":[],"AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialAssertionRequest":["AuthenticationServices_ASAuthorizationRequest"],"AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialDescriptor":[],"AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialProvider":[],"AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialRegistration":[],"AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialRegistrationRequest":["AuthenticationServices_ASAuthorizationRequest"],"AuthenticationServices_ASAuthorizationProviderExtensionAuthorizationRequest":[],"AuthenticationServices_ASAuthorizationProviderExtensionAuthorizationResult":[],"AuthenticationServices_ASAuthorizationProviderExtensionKerberosMapping":[],"AuthenticationServices_ASAuthorizationProviderExtensionLoginConfiguration":[],"AuthenticationServices_ASAuthorizationProviderExtensionLoginManager":[],"AuthenticationServices_ASAuthorizationPublicKeyCredentialParameters":[],"AuthenticationServices_ASAuthorizationRequest":[],"AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialAssertion":[],"AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialAssertionRequest":["AuthenticationServices_ASAuthorizationRequest"],"AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor":[],"AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialProvider":[],"AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialRegistration":[],"AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialRegistrationRequest":["AuthenticationServices_ASAuthorizationRequest"],"AuthenticationServices_ASAuthorizationSingleSignOnCredential":[],"AuthenticationServices_ASAuthorizationSingleSignOnProvider":[],"AuthenticationServices_ASAuthorizationSingleSignOnRequest":["AuthenticationServices_ASAuthorizationOpenIDRequest"],"AuthenticationServices_ASCredentialIdentityStore":[],"AuthenticationServices_ASCredentialIdentityStoreState":[],"AuthenticationServices_ASCredentialProviderExtensionContext":["Foundation_NSExtensionContext"],"AuthenticationServices_ASCredentialProviderViewController":["AppKit_NSViewController"],"AuthenticationServices_ASCredentialServiceIdentifier":[],"AuthenticationServices_ASPasswordCredential":[],"AuthenticationServices_ASPasswordCredentialIdentity":[],"AuthenticationServices_ASWebAuthenticationSession":[],"AuthenticationServices_ASWebAuthenticationSessionRequest":[],"AuthenticationServices_ASWebAuthenticationSessionWebBrowserSessionManager":[],"AuthenticationServices_all":["AuthenticationServices","AuthenticationServices_ASAccountAuthenticationModificationController","AuthenticationServices_ASAccountAuthenticationModificationExtensionContext","AuthenticationServices_ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest","AuthenticationServices_ASAccountAuthenticationModificationRequest","AuthenticationServices_ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest","AuthenticationServices_ASAccountAuthenticationModificationViewController","AuthenticationServices_ASAuthorization","AuthenticationServices_ASAuthorizationAppleIDButton","AuthenticationServices_ASAuthorizationAppleIDCredential","AuthenticationServices_ASAuthorizationAppleIDProvider","AuthenticationServices_ASAuthorizationAppleIDRequest","AuthenticationServices_ASAuthorizationController","AuthenticationServices_ASAuthorizationOpenIDRequest","AuthenticationServices_ASAuthorizationPasswordProvider","AuthenticationServices_ASAuthorizationPasswordRequest","AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialAssertion","AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialAssertionRequest","AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialDescriptor","AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialProvider","AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialRegistration","AuthenticationServices_ASAuthorizationPlatformPublicKeyCredentialRegistrationRequest","AuthenticationServices_ASAuthorizationProviderExtensionAuthorizationRequest","AuthenticationServices_ASAuthorizationProviderExtensionAuthorizationResult","AuthenticationServices_ASAuthorizationProviderExtensionKerberosMapping","AuthenticationServices_ASAuthorizationProviderExtensionLoginConfiguration","AuthenticationServices_ASAuthorizationProviderExtensionLoginManager","AuthenticationServices_ASAuthorizationPublicKeyCredentialParameters","AuthenticationServices_ASAuthorizationRequest","AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialAssertion","AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialAssertionRequest","AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor","AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialProvider","AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialRegistration","AuthenticationServices_ASAuthorizationSecurityKeyPublicKeyCredentialRegistrationRequest","AuthenticationServices_ASAuthorizationSingleSignOnCredential","AuthenticationServices_ASAuthorizationSingleSignOnProvider","AuthenticationServices_ASAuthorizationSingleSignOnRequest","AuthenticationServices_ASCredentialIdentityStore","AuthenticationServices_ASCredentialIdentityStoreState","AuthenticationServices_ASCredentialProviderExtensionContext","AuthenticationServices_ASCredentialProviderViewController","AuthenticationServices_ASCredentialServiceIdentifier","AuthenticationServices_ASPasswordCredential","AuthenticationServices_ASPasswordCredentialIdentity","AuthenticationServices_ASWebAuthenticationSession","AuthenticationServices_ASWebAuthenticationSessionRequest","AuthenticationServices_ASWebAuthenticationSessionWebBrowserSessionManager"],"AutomaticAssessmentConfiguration":["Foundation"],"AutomaticAssessmentConfiguration_AEAssessmentApplication":[],"AutomaticAssessmentConfiguration_AEAssessmentConfiguration":[],"AutomaticAssessmentConfiguration_AEAssessmentParticipantConfiguration":[],"AutomaticAssessmentConfiguration_AEAssessmentSession":[],"AutomaticAssessmentConfiguration_all":["AutomaticAssessmentConfiguration","AutomaticAssessmentConfiguration_AEAssessmentApplication","AutomaticAssessmentConfiguration_AEAssessmentConfiguration","AutomaticAssessmentConfiguration_AEAssessmentParticipantConfiguration","AutomaticAssessmentConfiguration_AEAssessmentSession"],"Automator":["AppKit","Foundation","OSAKit"],"Automator_AMAction":[],"Automator_AMAppleScriptAction":["Automator_AMBundleAction"],"Automator_AMBundleAction":["Automator_AMAction"],"Automator_AMShellScriptAction":["Automator_AMBundleAction"],"Automator_AMWorkflow":[],"Automator_AMWorkflowController":["AppKit_NSController"],"Automator_AMWorkflowView":["AppKit_NSView"],"Automator_AMWorkspace":[],"Automator_all":["Automator","Automator_AMAction","Automator_AMAppleScriptAction","Automator_AMBundleAction","Automator_AMShellScriptAction","Automator_AMWorkflow","Automator_AMWorkflowController","Automator_AMWorkflowView","Automator_AMWorkspace"],"BackgroundAssets":["Foundation"],"BackgroundAssets_BAAppExtensionInfo":[],"BackgroundAssets_BADownload":[],"BackgroundAssets_BADownloadManager":[],"BackgroundAssets_BAURLDownload":["BackgroundAssets_BADownload"],"BackgroundAssets_all":["BackgroundAssets","BackgroundAssets_BAAppExtensionInfo","BackgroundAssets_BADownload","BackgroundAssets_BADownloadManager","BackgroundAssets_BAURLDownload"],"BackgroundTasks":["Foundation"],"BackgroundTasks_BGAppRefreshTask":["BackgroundTasks_BGTask"],"BackgroundTasks_BGAppRefreshTaskRequest":["BackgroundTasks_BGTaskRequest"],"BackgroundTasks_BGProcessingTask":["BackgroundTasks_BGTask"],"BackgroundTasks_BGProcessingTaskRequest":["BackgroundTasks_BGTaskRequest"],"BackgroundTasks_BGTask":[],"BackgroundTasks_BGTaskRequest":[],"BackgroundTasks_BGTaskScheduler":[],"BackgroundTasks_all":["BackgroundTasks","BackgroundTasks_BGAppRefreshTask","BackgroundTasks_BGAppRefreshTaskRequest","BackgroundTasks_BGProcessingTask","BackgroundTasks_BGProcessingTaskRequest","BackgroundTasks_BGTask","BackgroundTasks_BGTaskRequest","BackgroundTasks_BGTaskScheduler"],"BusinessChat":["AppKit","Foundation"],"BusinessChat_BCChatAction":[],"BusinessChat_BCChatButton":["AppKit_NSControl"],"BusinessChat_all":["BusinessChat","BusinessChat_BCChatAction","BusinessChat_BCChatButton"],"CallKit":["Foundation"],"CallKit_CXAction":[],"CallKit_CXAnswerCallAction":["CallKit_CXCallAction"],"CallKit_CXCall":[],"CallKit_CXCallAction":["CallKit_CXAction"],"CallKit_CXCallController":[],"CallKit_CXCallDirectoryExtensionContext":["Foundation_NSExtensionContext"],"CallKit_CXCallDirectoryManager":[],"CallKit_CXCallDirectoryProvider":[],"CallKit_CXCallObserver":[],"CallKit_CXCallUpdate":[],"CallKit_CXEndCallAction":["CallKit_CXCallAction"],"CallKit_CXHandle":[],"CallKit_CXPlayDTMFCallAction":["CallKit_CXCallAction"],"CallKit_CXProvider":[],"CallKit_CXProviderConfiguration":[],"CallKit_CXSetGroupCallAction":["CallKit_CXCallAction"],"CallKit_CXSetHeldCallAction":["CallKit_CXCallAction"],"CallKit_CXSetMutedCallAction":["CallKit_CXCallAction"],"CallKit_CXStartCallAction":["CallKit_CXCallAction"],"CallKit_CXTransaction":[],"CallKit_all":["CallKit","CallKit_CXAction","CallKit_CXAnswerCallAction","CallKit_CXCall","CallKit_CXCallAction","CallKit_CXCallController","CallKit_CXCallDirectoryExtensionContext","CallKit_CXCallDirectoryManager","CallKit_CXCallDirectoryProvider","CallKit_CXCallObserver","CallKit_CXCallUpdate","CallKit_CXEndCallAction","CallKit_CXHandle","CallKit_CXPlayDTMFCallAction","CallKit_CXProvider","CallKit_CXProviderConfiguration","CallKit_CXSetGroupCallAction","CallKit_CXSetHeldCallAction","CallKit_CXSetMutedCallAction","CallKit_CXStartCallAction","CallKit_CXTransaction"],"ClassKit":["Foundation"],"ClassKit_CLSActivity":["ClassKit_CLSObject"],"ClassKit_CLSActivityItem":["ClassKit_CLSObject"],"ClassKit_CLSBinaryItem":["ClassKit_CLSActivityItem"],"ClassKit_CLSContext":["ClassKit_CLSObject"],"ClassKit_CLSDataStore":[],"ClassKit_CLSObject":[],"ClassKit_CLSProgressReportingCapability":["ClassKit_CLSObject"],"ClassKit_CLSQuantityItem":["ClassKit_CLSActivityItem"],"ClassKit_CLSScoreItem":["ClassKit_CLSActivityItem"],"ClassKit_all":["ClassKit","ClassKit_CLSActivity","ClassKit_CLSActivityItem","ClassKit_CLSBinaryItem","ClassKit_CLSContext","ClassKit_CLSDataStore","ClassKit_CLSObject","ClassKit_CLSProgressReportingCapability","ClassKit_CLSQuantityItem","ClassKit_CLSScoreItem"],"CloudKit":["CoreLocation","Foundation","CloudKit_CKShare"],"CloudKit_CKAcceptSharesOperation":["CloudKit_CKOperation"],"CloudKit_CKAllowedSharingOptions":[],"CloudKit_CKAsset":[],"CloudKit_CKContainer":[],"CloudKit_CKDatabase":[],"CloudKit_CKDatabaseNotification":["CloudKit_CKNotification"],"CloudKit_CKDatabaseOperation":["CloudKit_CKOperation"],"CloudKit_CKDatabaseSubscription":["CloudKit_CKSubscription"],"CloudKit_CKDiscoverAllUserIdentitiesOperation":["CloudKit_CKOperation"],"CloudKit_CKDiscoverUserIdentitiesOperation":["CloudKit_CKOperation"],"CloudKit_CKFetchDatabaseChangesOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKFetchNotificationChangesOperation":["CloudKit_CKOperation"],"CloudKit_CKFetchRecordChangesOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKFetchRecordZoneChangesConfiguration":[],"CloudKit_CKFetchRecordZoneChangesOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKFetchRecordZoneChangesOptions":[],"CloudKit_CKFetchRecordZonesOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKFetchRecordsOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKFetchShareMetadataOperation":["CloudKit_CKOperation"],"CloudKit_CKFetchShareParticipantsOperation":["CloudKit_CKOperation"],"CloudKit_CKFetchSubscriptionsOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKFetchWebAuthTokenOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKLocationSortDescriptor":["Foundation_NSSortDescriptor"],"CloudKit_CKMarkNotificationsReadOperation":["CloudKit_CKOperation"],"CloudKit_CKModifyBadgeOperation":["CloudKit_CKOperation"],"CloudKit_CKModifyRecordZonesOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKModifyRecordsOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKModifySubscriptionsOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKNotification":[],"CloudKit_CKNotificationID":[],"CloudKit_CKNotificationInfo":[],"CloudKit_CKOperation":["Foundation_NSOperation"],"CloudKit_CKOperationConfiguration":[],"CloudKit_CKOperationGroup":[],"CloudKit_CKQuery":[],"CloudKit_CKQueryCursor":[],"CloudKit_CKQueryNotification":["CloudKit_CKNotification"],"CloudKit_CKQueryOperation":["CloudKit_CKDatabaseOperation"],"CloudKit_CKQuerySubscription":["CloudKit_CKSubscription"],"CloudKit_CKRecord":[],"CloudKit_CKRecordID":[],"CloudKit_CKRecordZone":[],"CloudKit_CKRecordZoneID":[],"CloudKit_CKRecordZoneNotification":["CloudKit_CKNotification"],"CloudKit_CKRecordZoneSubscription":["CloudKit_CKSubscription"],"CloudKit_CKReference":[],"CloudKit_CKServerChangeToken":[],"CloudKit_CKShare":["CloudKit_CKRecord"],"CloudKit_CKShareMetadata":[],"CloudKit_CKShareParticipant":[],"CloudKit_CKSubscription":[],"CloudKit_CKSystemSharingUIObserver":[],"CloudKit_CKUserIdentity":[],"CloudKit_CKUserIdentityLookupInfo":[],"CloudKit_all":["CloudKit","CloudKit_CKAcceptSharesOperation","CloudKit_CKAllowedSharingOptions","CloudKit_CKAsset","CloudKit_CKContainer","CloudKit_CKDatabase","CloudKit_CKDatabaseNotification","CloudKit_CKDatabaseOperation","CloudKit_CKDatabaseSubscription","CloudKit_CKDiscoverAllUserIdentitiesOperation","CloudKit_CKDiscoverUserIdentitiesOperation","CloudKit_CKFetchDatabaseChangesOperation","CloudKit_CKFetchNotificationChangesOperation","CloudKit_CKFetchRecordChangesOperation","CloudKit_CKFetchRecordZoneChangesConfiguration","CloudKit_CKFetchRecordZoneChangesOperation","CloudKit_CKFetchRecordZoneChangesOptions","CloudKit_CKFetchRecordZonesOperation","CloudKit_CKFetchRecordsOperation","CloudKit_CKFetchShareMetadataOperation","CloudKit_CKFetchShareParticipantsOperation","CloudKit_CKFetchSubscriptionsOperation","CloudKit_CKFetchWebAuthTokenOperation","CloudKit_CKLocationSortDescriptor","CloudKit_CKMarkNotificationsReadOperation","CloudKit_CKModifyBadgeOperation","CloudKit_CKModifyRecordZonesOperation","CloudKit_CKModifyRecordsOperation","CloudKit_CKModifySubscriptionsOperation","CloudKit_CKNotification","CloudKit_CKNotificationID","CloudKit_CKNotificationInfo","CloudKit_CKOperation","CloudKit_CKOperationConfiguration","CloudKit_CKOperationGroup","CloudKit_CKQuery","CloudKit_CKQueryCursor","CloudKit_CKQueryNotification","CloudKit_CKQueryOperation","CloudKit_CKQuerySubscription","CloudKit_CKRecord","CloudKit_CKRecordID","CloudKit_CKRecordZone","CloudKit_CKRecordZoneID","CloudKit_CKRecordZoneNotification","CloudKit_CKRecordZoneSubscription","CloudKit_CKReference","CloudKit_CKServerChangeToken","CloudKit_CKShare","CloudKit_CKShareMetadata","CloudKit_CKShareParticipant","CloudKit_CKSubscription","CloudKit_CKSystemSharingUIObserver","CloudKit_CKUserIdentity","CloudKit_CKUserIdentityLookupInfo"],"Contacts":["Foundation"],"Contacts_CNChangeHistoryAddContactEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryAddGroupEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryAddMemberToGroupEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryAddSubgroupToGroupEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryDeleteContactEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryDeleteGroupEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryDropEverythingEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryEvent":[],"Contacts_CNChangeHistoryFetchRequest":["Contacts_CNFetchRequest"],"Contacts_CNChangeHistoryRemoveMemberFromGroupEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryRemoveSubgroupFromGroupEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryUpdateContactEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNChangeHistoryUpdateGroupEvent":["Contacts_CNChangeHistoryEvent"],"Contacts_CNContact":[],"Contacts_CNContactFetchRequest":["Contacts_CNFetchRequest"],"Contacts_CNContactFormatter":["Foundation_NSFormatter"],"Contacts_CNContactProperty":[],"Contacts_CNContactRelation":[],"Contacts_CNContactStore":[],"Contacts_CNContactVCardSerialization":[],"Contacts_CNContactsUserDefaults":[],"Contacts_CNContainer":[],"Contacts_CNFetchRequest":[],"Contacts_CNFetchResult":[],"Contacts_CNGroup":[],"Contacts_CNInstantMessageAddress":[],"Contacts_CNLabeledValue":[],"Contacts_CNMutableContact":["Contacts_CNContact"],"Contacts_CNMutableGroup":["Contacts_CNGroup"],"Contacts_CNMutablePostalAddress":["Contacts_CNPostalAddress"],"Contacts_CNPhoneNumber":[],"Contacts_CNPostalAddress":[],"Contacts_CNPostalAddressFormatter":["Foundation_NSFormatter"],"Contacts_CNSaveRequest":[],"Contacts_CNSocialProfile":[],"Contacts_all":["Contacts","Contacts_CNChangeHistoryAddContactEvent","Contacts_CNChangeHistoryAddGroupEvent","Contacts_CNChangeHistoryAddMemberToGroupEvent","Contacts_CNChangeHistoryAddSubgroupToGroupEvent","Contacts_CNChangeHistoryDeleteContactEvent","Contacts_CNChangeHistoryDeleteGroupEvent","Contacts_CNChangeHistoryDropEverythingEvent","Contacts_CNChangeHistoryEvent","Contacts_CNChangeHistoryFetchRequest","Contacts_CNChangeHistoryRemoveMemberFromGroupEvent","Contacts_CNChangeHistoryRemoveSubgroupFromGroupEvent","Contacts_CNChangeHistoryUpdateContactEvent","Contacts_CNChangeHistoryUpdateGroupEvent","Contacts_CNContact","Contacts_CNContactFetchRequest","Contacts_CNContactFormatter","Contacts_CNContactProperty","Contacts_CNContactRelation","Contacts_CNContactStore","Contacts_CNContactVCardSerialization","Contacts_CNContactsUserDefaults","Contacts_CNContainer","Contacts_CNFetchRequest","Contacts_CNFetchResult","Contacts_CNGroup","Contacts_CNInstantMessageAddress","Contacts_CNLabeledValue","Contacts_CNMutableContact","Contacts_CNMutableGroup","Contacts_CNMutablePostalAddress","Contacts_CNPhoneNumber","Contacts_CNPostalAddress","Contacts_CNPostalAddressFormatter","Contacts_CNSaveRequest","Contacts_CNSocialProfile"],"CoreAnimation":["Foundation"],"CoreAnimation_CAAnimation":[],"CoreAnimation_CAAnimationGroup":["CoreAnimation_CAAnimation"],"CoreAnimation_CABasicAnimation":["CoreAnimation_CAPropertyAnimation"],"CoreAnimation_CAConstraint":[],"CoreAnimation_CAConstraintLayoutManager":[],"CoreAnimation_CADisplayLink":[],"CoreAnimation_CAEDRMetadata":[],"CoreAnimation_CAEmitterCell":[],"CoreAnimation_CAEmitterLayer":["CoreAnimation_CALayer"],"CoreAnimation_CAGradientLayer":["CoreAnimation_CALayer"],"CoreAnimation_CAKeyframeAnimation":["CoreAnimation_CAPropertyAnimation"],"CoreAnimation_CALayer":[],"CoreAnimation_CAMediaTimingFunction":[],"CoreAnimation_CAPropertyAnimation":["CoreAnimation_CAAnimation"],"CoreAnimation_CARemoteLayerClient":[],"CoreAnimation_CARemoteLayerServer":[],"CoreAnimation_CARenderer":[],"CoreAnimation_CAReplicatorLayer":["CoreAnimation_CALayer"],"CoreAnimation_CAScrollLayer":["CoreAnimation_CALayer"],"CoreAnimation_CAShapeLayer":["CoreAnimation_CALayer"],"CoreAnimation_CASpringAnimation":["CoreAnimation_CABasicAnimation"],"CoreAnimation_CATextLayer":["CoreAnimation_CALayer"],"CoreAnimation_CATiledLayer":["CoreAnimation_CALayer"],"CoreAnimation_CATransaction":[],"CoreAnimation_CATransformLayer":["CoreAnimation_CALayer"],"CoreAnimation_CATransition":["CoreAnimation_CAAnimation"],"CoreAnimation_CAValueFunction":[],"CoreAnimation_all":["CoreAnimation","CoreAnimation_CAAnimation","CoreAnimation_CAAnimationGroup","CoreAnimation_CABasicAnimation","CoreAnimation_CAConstraint","CoreAnimation_CAConstraintLayoutManager","CoreAnimation_CADisplayLink","CoreAnimation_CAEDRMetadata","CoreAnimation_CAEmitterCell","CoreAnimation_CAEmitterLayer","CoreAnimation_CAGradientLayer","CoreAnimation_CAKeyframeAnimation","CoreAnimation_CALayer","CoreAnimation_CAMediaTimingFunction","CoreAnimation_CAPropertyAnimation","CoreAnimation_CARemoteLayerClient","CoreAnimation_CARemoteLayerServer","CoreAnimation_CARenderer","CoreAnimation_CAReplicatorLayer","CoreAnimation_CAScrollLayer","CoreAnimation_CAShapeLayer","CoreAnimation_CASpringAnimation","CoreAnimation_CATextLayer","CoreAnimation_CATiledLayer","CoreAnimation_CATransaction","CoreAnimation_CATransformLayer","CoreAnimation_CATransition","CoreAnimation_CAValueFunction"],"CoreData":["Foundation","CoreData_NSAsynchronousFetchResult"],"CoreData_NSAsynchronousFetchRequest":["CoreData_NSPersistentStoreRequest"],"CoreData_NSAsynchronousFetchResult":["CoreData_NSPersistentStoreAsynchronousResult"],"CoreData_NSAtomicStore":["CoreData_NSPersistentStore"],"CoreData_NSAtomicStoreCacheNode":[],"CoreData_NSAttributeDescription":["CoreData_NSPropertyDescription"],"CoreData_NSBatchDeleteRequest":["CoreData_NSPersistentStoreRequest"],"CoreData_NSBatchDeleteResult":["CoreData_NSPersistentStoreResult"],"CoreData_NSBatchInsertRequest":["CoreData_NSPersistentStoreRequest"],"CoreData_NSBatchInsertResult":["CoreData_NSPersistentStoreResult"],"CoreData_NSBatchUpdateRequest":["CoreData_NSPersistentStoreRequest"],"CoreData_NSBatchUpdateResult":["CoreData_NSPersistentStoreResult"],"CoreData_NSConstraintConflict":[],"CoreData_NSCoreDataCoreSpotlightDelegate":[],"CoreData_NSDerivedAttributeDescription":["CoreData_NSAttributeDescription"],"CoreData_NSEntityDescription":[],"CoreData_NSEntityMapping":[],"CoreData_NSEntityMigrationPolicy":[],"CoreData_NSExpressionDescription":["CoreData_NSPropertyDescription"],"CoreData_NSFetchIndexDescription":[],"CoreData_NSFetchIndexElementDescription":[],"CoreData_NSFetchRequest":["CoreData_NSPersistentStoreRequest"],"CoreData_NSFetchRequestExpression":["Foundation_NSExpression"],"CoreData_NSFetchedPropertyDescription":["CoreData_NSPropertyDescription"],"CoreData_NSFetchedResultsController":[],"CoreData_NSIncrementalStore":["CoreData_NSPersistentStore"],"CoreData_NSIncrementalStoreNode":[],"CoreData_NSManagedObject":[],"CoreData_NSManagedObjectContext":[],"CoreData_NSManagedObjectID":[],"CoreData_NSManagedObjectModel":[],"CoreData_NSMappingModel":[],"CoreData_NSMergeConflict":[],"CoreData_NSMergePolicy":[],"CoreData_NSMigrationManager":[],"CoreData_NSPersistentCloudKitContainer":["CoreData_NSPersistentContainer"],"CoreData_NSPersistentCloudKitContainerEvent":[],"CoreData_NSPersistentCloudKitContainerEventRequest":["CoreData_NSPersistentStoreRequest"],"CoreData_NSPersistentCloudKitContainerEventResult":["CoreData_NSPersistentStoreResult"],"CoreData_NSPersistentCloudKitContainerOptions":[],"CoreData_NSPersistentContainer":[],"CoreData_NSPersistentHistoryChange":[],"CoreData_NSPersistentHistoryChangeRequest":["CoreData_NSPersistentStoreRequest"],"CoreData_NSPersistentHistoryResult":["CoreData_NSPersistentStoreResult"],"CoreData_NSPersistentHistoryToken":[],"CoreData_NSPersistentHistoryTransaction":[],"CoreData_NSPersistentStore":[],"CoreData_NSPersistentStoreAsynchronousResult":["CoreData_NSPersistentStoreResult"],"CoreData_NSPersistentStoreCoordinator":[],"CoreData_NSPersistentStoreDescription":[],"CoreData_NSPersistentStoreRequest":[],"CoreData_NSPersistentStoreResult":[],"CoreData_NSPropertyDescription":[],"CoreData_NSPropertyMapping":[],"CoreData_NSQueryGenerationToken":[],"CoreData_NSRelationshipDescription":["CoreData_NSPropertyDescription"],"CoreData_NSSaveChangesRequest":["CoreData_NSPersistentStoreRequest"],"CoreData_all":["CoreData","CoreData_NSAsynchronousFetchRequest","CoreData_NSAsynchronousFetchResult","CoreData_NSAtomicStore","CoreData_NSAtomicStoreCacheNode","CoreData_NSAttributeDescription","CoreData_NSBatchDeleteRequest","CoreData_NSBatchDeleteResult","CoreData_NSBatchInsertRequest","CoreData_NSBatchInsertResult","CoreData_NSBatchUpdateRequest","CoreData_NSBatchUpdateResult","CoreData_NSConstraintConflict","CoreData_NSCoreDataCoreSpotlightDelegate","CoreData_NSDerivedAttributeDescription","CoreData_NSEntityDescription","CoreData_NSEntityMapping","CoreData_NSEntityMigrationPolicy","CoreData_NSExpressionDescription","CoreData_NSFetchIndexDescription","CoreData_NSFetchIndexElementDescription","CoreData_NSFetchRequest","CoreData_NSFetchRequestExpression","CoreData_NSFetchedPropertyDescription","CoreData_NSFetchedResultsController","CoreData_NSIncrementalStore","CoreData_NSIncrementalStoreNode","CoreData_NSManagedObject","CoreData_NSManagedObjectContext","CoreData_NSManagedObjectID","CoreData_NSManagedObjectModel","CoreData_NSMappingModel","CoreData_NSMergeConflict","CoreData_NSMergePolicy","CoreData_NSMigrationManager","CoreData_NSPersistentCloudKitContainer","CoreData_NSPersistentCloudKitContainerEvent","CoreData_NSPersistentCloudKitContainerEventRequest","CoreData_NSPersistentCloudKitContainerEventResult","CoreData_NSPersistentCloudKitContainerOptions","CoreData_NSPersistentContainer","CoreData_NSPersistentHistoryChange","CoreData_NSPersistentHistoryChangeRequest","CoreData_NSPersistentHistoryResult","CoreData_NSPersistentHistoryToken","CoreData_NSPersistentHistoryTransaction","CoreData_NSPersistentStore","CoreData_NSPersistentStoreAsynchronousResult","CoreData_NSPersistentStoreCoordinator","CoreData_NSPersistentStoreDescription","CoreData_NSPersistentStoreRequest","CoreData_NSPersistentStoreResult","CoreData_NSPropertyDescription","CoreData_NSPropertyMapping","CoreData_NSQueryGenerationToken","CoreData_NSRelationshipDescription","CoreData_NSSaveChangesRequest"],"CoreLocation":["Contacts","Foundation","CoreLocation_CLPlacemark"],"CoreLocation_CLBeacon":[],"CoreLocation_CLBeaconIdentityConstraint":[],"CoreLocation_CLBeaconRegion":["CoreLocation_CLRegion"],"CoreLocation_CLCircularRegion":["CoreLocation_CLRegion"],"CoreLocation_CLFloor":[],"CoreLocation_CLGeocoder":[],"CoreLocation_CLHeading":[],"CoreLocation_CLLocation":[],"CoreLocation_CLLocationManager":[],"CoreLocation_CLLocationSourceInformation":[],"CoreLocation_CLPlacemark":[],"CoreLocation_CLRegion":[],"CoreLocation_CLVisit":[],"CoreLocation_all":["CoreLocation","CoreLocation_CLBeacon","CoreLocation_CLBeaconIdentityConstraint","CoreLocation_CLBeaconRegion","CoreLocation_CLCircularRegion","CoreLocation_CLFloor","CoreLocation_CLGeocoder","CoreLocation_CLHeading","CoreLocation_CLLocation","CoreLocation_CLLocationManager","CoreLocation_CLLocationSourceInformation","CoreLocation_CLPlacemark","CoreLocation_CLRegion","CoreLocation_CLVisit"],"DataDetection":["Foundation"],"DataDetection_DDMatch":[],"DataDetection_DDMatchCalendarEvent":["DataDetection_DDMatch"],"DataDetection_DDMatchEmailAddress":["DataDetection_DDMatch"],"DataDetection_DDMatchFlightNumber":["DataDetection_DDMatch"],"DataDetection_DDMatchLink":["DataDetection_DDMatch"],"DataDetection_DDMatchMoneyAmount":["DataDetection_DDMatch"],"DataDetection_DDMatchPhoneNumber":["DataDetection_DDMatch"],"DataDetection_DDMatchPostalAddress":["DataDetection_DDMatch"],"DataDetection_DDMatchShipmentTrackingNumber":["DataDetection_DDMatch"],"DataDetection_all":["DataDetection","DataDetection_DDMatch","DataDetection_DDMatchCalendarEvent","DataDetection_DDMatchEmailAddress","DataDetection_DDMatchFlightNumber","DataDetection_DDMatchLink","DataDetection_DDMatchMoneyAmount","DataDetection_DDMatchPhoneNumber","DataDetection_DDMatchPostalAddress","DataDetection_DDMatchShipmentTrackingNumber"],"DeviceCheck":["Foundation"],"DeviceCheck_DCAppAttestService":[],"DeviceCheck_DCDevice":[],"DeviceCheck_all":["DeviceCheck","DeviceCheck_DCAppAttestService","DeviceCheck_DCDevice"],"EventKit":["AppKit","CoreLocation","Foundation","MapKit","EventKit_EKEvent"],"EventKit_EKAlarm":["EventKit_EKObject"],"EventKit_EKCalendar":["EventKit_EKObject"],"EventKit_EKCalendarItem":["EventKit_EKObject"],"EventKit_EKEvent":["EventKit_EKCalendarItem"],"EventKit_EKEventStore":[],"EventKit_EKObject":[],"EventKit_EKParticipant":["EventKit_EKObject"],"EventKit_EKRecurrenceDayOfWeek":[],"EventKit_EKRecurrenceEnd":[],"EventKit_EKRecurrenceRule":["EventKit_EKObject"],"EventKit_EKReminder":["EventKit_EKCalendarItem"],"EventKit_EKSource":["EventKit_EKObject"],"EventKit_EKStructuredLocation":["EventKit_EKObject"],"EventKit_EKVirtualConferenceDescriptor":[],"EventKit_EKVirtualConferenceProvider":[],"EventKit_EKVirtualConferenceRoomTypeDescriptor":[],"EventKit_EKVirtualConferenceURLDescriptor":[],"EventKit_all":["EventKit","EventKit_EKAlarm","EventKit_EKCalendar","EventKit_EKCalendarItem","EventKit_EKEvent","EventKit_EKEventStore","EventKit_EKObject","EventKit_EKParticipant","EventKit_EKRecurrenceDayOfWeek","EventKit_EKRecurrenceEnd","EventKit_EKRecurrenceRule","EventKit_EKReminder","EventKit_EKSource","EventKit_EKStructuredLocation","EventKit_EKVirtualConferenceDescriptor","EventKit_EKVirtualConferenceProvider","EventKit_EKVirtualConferenceRoomTypeDescriptor","EventKit_EKVirtualConferenceURLDescriptor"],"ExceptionHandling":["Foundation"],"ExceptionHandling_NSExceptionHandler":[],"ExceptionHandling_all":["ExceptionHandling","ExceptionHandling_NSExceptionHandler"],"ExtensionKit":["AppKit","Foundation"],"ExtensionKit_EXAppExtensionBrowserViewController":["AppKit_NSViewController"],"ExtensionKit_EXHostViewController":["AppKit_NSViewController"],"ExtensionKit_all":["ExtensionKit","ExtensionKit_EXAppExtensionBrowserViewController","ExtensionKit_EXHostViewController"],"ExternalAccessory":["Foundation"],"ExternalAccessory_EAAccessory":[],"ExternalAccessory_EAAccessoryManager":[],"ExternalAccessory_EASession":[],"ExternalAccessory_EAWiFiUnconfiguredAccessory":[],"ExternalAccessory_EAWiFiUnconfiguredAccessoryBrowser":[],"ExternalAccessory_all":["ExternalAccessory","ExternalAccessory_EAAccessory","ExternalAccessory_EAAccessoryManager","ExternalAccessory_EASession","ExternalAccessory_EAWiFiUnconfiguredAccessory","ExternalAccessory_EAWiFiUnconfiguredAccessoryBrowser"],"FileProvider":["AppKit","Foundation","UniformTypeIdentifiers"],"FileProviderUI":["AppKit","FileProvider","Foundation"],"FileProviderUI_FPUIActionExtensionContext":["Foundation_NSExtensionContext"],"FileProviderUI_FPUIActionExtensionViewController":["AppKit_NSViewController"],"FileProviderUI_all":["FileProviderUI","FileProviderUI_FPUIActionExtensionContext","FileProviderUI_FPUIActionExtensionViewController"],"FileProvider_NSFileProviderDomain":[],"FileProvider_NSFileProviderDomainVersion":[],"FileProvider_NSFileProviderExtension":[],"FileProvider_NSFileProviderItemVersion":[],"FileProvider_NSFileProviderManager":[],"FileProvider_NSFileProviderRequest":[],"FileProvider_all":["FileProvider","FileProvider_NSFileProviderDomain","FileProvider_NSFileProviderDomainVersion","FileProvider_NSFileProviderExtension","FileProvider_NSFileProviderItemVersion","FileProvider_NSFileProviderManager","FileProvider_NSFileProviderRequest"],"Foundation":["objective-c","block","Foundation_NSError","Foundation_NSAppleEventDescriptor","Foundation_NSHashTable","Foundation_NSMapTable","Foundation_NSProgress","Foundation_NSString","Foundation_NSDictionary","Foundation_NSEnumerator"],"Foundation_NSAffineTransform":[],"Foundation_NSAppleEventDescriptor":[],"Foundation_NSAppleEventManager":[],"Foundation_NSAppleScript":[],"Foundation_NSArchiver":["Foundation_NSCoder"],"Foundation_NSArray":[],"Foundation_NSAssertionHandler":[],"Foundation_NSAttributedString":[],"Foundation_NSAttributedStringMarkdownParsingOptions":[],"Foundation_NSAttributedStringMarkdownSourcePosition":[],"Foundation_NSAutoreleasePool":[],"Foundation_NSBackgroundActivityScheduler":[],"Foundation_NSBlockOperation":["Foundation_NSOperation"],"Foundation_NSBundle":[],"Foundation_NSBundleResourceRequest":[],"Foundation_NSByteCountFormatter":["Foundation_NSFormatter"],"Foundation_NSCache":[],"Foundation_NSCachedURLResponse":[],"Foundation_NSCalendar":[],"Foundation_NSCalendarDate":["Foundation_NSDate"],"Foundation_NSCharacterSet":[],"Foundation_NSClassDescription":[],"Foundation_NSCloneCommand":["Foundation_NSScriptCommand"],"Foundation_NSCloseCommand":["Foundation_NSScriptCommand"],"Foundation_NSCoder":[],"Foundation_NSComparisonPredicate":["Foundation_NSPredicate"],"Foundation_NSCompoundPredicate":["Foundation_NSPredicate"],"Foundation_NSCondition":[],"Foundation_NSConditionLock":[],"Foundation_NSConnection":[],"Foundation_NSConstantString":["Foundation_NSSimpleCString"],"Foundation_NSCountCommand":["Foundation_NSScriptCommand"],"Foundation_NSCountedSet":["Foundation_NSMutableSet"],"Foundation_NSCreateCommand":["Foundation_NSScriptCommand"],"Foundation_NSData":[],"Foundation_NSDataDetector":["Foundation_NSRegularExpression"],"Foundation_NSDate":[],"Foundation_NSDateComponents":[],"Foundation_NSDateComponentsFormatter":["Foundation_NSFormatter"],"Foundation_NSDateFormatter":["Foundation_NSFormatter"],"Foundation_NSDateInterval":[],"Foundation_NSDateIntervalFormatter":["Foundation_NSFormatter"],"Foundation_NSDecimalNumber":["Foundation_NSNumber"],"Foundation_NSDecimalNumberHandler":[],"Foundation_NSDeleteCommand":["Foundation_NSScriptCommand"],"Foundation_NSDictionary":[],"Foundation_NSDimension":["Foundation_NSUnit"],"Foundation_NSDirectoryEnumerator":["Foundation_NSEnumerator"],"Foundation_NSDistantObject":["Foundation_NSProxy"],"Foundation_NSDistantObjectRequest":[],"Foundation_NSDistributedLock":[],"Foundation_NSDistributedNotificationCenter":["Foundation_NSNotificationCenter"],"Foundation_NSEnergyFormatter":["Foundation_NSFormatter"],"Foundation_NSEnumerator":[],"Foundation_NSError":[],"Foundation_NSException":[],"Foundation_NSExistsCommand":["Foundation_NSScriptCommand"],"Foundation_NSExpression":[],"Foundation_NSExtensionContext":[],"Foundation_NSExtensionItem":[],"Foundation_NSFileAccessIntent":[],"Foundation_NSFileCoordinator":[],"Foundation_NSFileHandle":[],"Foundation_NSFileManager":[],"Foundation_NSFileProviderService":[],"Foundation_NSFileSecurity":[],"Foundation_NSFileVersion":[],"Foundation_NSFileWrapper":[],"Foundation_NSFormatter":[],"Foundation_NSGarbageCollector":[],"Foundation_NSGetCommand":["Foundation_NSScriptCommand"],"Foundation_NSHTTPCookie":[],"Foundation_NSHTTPCookieStorage":[],"Foundation_NSHTTPURLResponse":["Foundation_NSURLResponse"],"Foundation_NSHashTable":[],"Foundation_NSHost":[],"Foundation_NSISO8601DateFormatter":["Foundation_NSFormatter"],"Foundation_NSIndexPath":[],"Foundation_NSIndexSet":[],"Foundation_NSIndexSpecifier":["Foundation_NSScriptObjectSpecifier"],"Foundation_NSInflectionRule":[],"Foundation_NSInflectionRuleExplicit":["Foundation_NSInflectionRule"],"Foundation_NSInputStream":["Foundation_NSStream"],"Foundation_NSInvocation":[],"Foundation_NSInvocationOperation":["Foundation_NSOperation"],"Foundation_NSItemProvider":[],"Foundation_NSJSONSerialization":[],"Foundation_NSKeyedArchiver":["Foundation_NSCoder"],"Foundation_NSKeyedUnarchiver":["Foundation_NSCoder"],"Foundation_NSLengthFormatter":["Foundation_NSFormatter"],"Foundation_NSLinguisticTagger":[],"Foundation_NSListFormatter":["Foundation_NSFormatter"],"Foundation_NSLocale":[],"Foundation_NSLock":[],"Foundation_NSLogicalTest":["Foundation_NSScriptWhoseTest"],"Foundation_NSMachBootstrapServer":["Foundation_NSPortNameServer"],"Foundation_NSMachPort":["Foundation_NSPort"],"Foundation_NSMapTable":[],"Foundation_NSMassFormatter":["Foundation_NSFormatter"],"Foundation_NSMeasurement":[],"Foundation_NSMeasurementFormatter":["Foundation_NSFormatter"],"Foundation_NSMessagePort":["Foundation_NSPort"],"Foundation_NSMessagePortNameServer":["Foundation_NSPortNameServer"],"Foundation_NSMetadataItem":[],"Foundation_NSMetadataQuery":[],"Foundation_NSMetadataQueryAttributeValueTuple":[],"Foundation_NSMetadataQueryResultGroup":[],"Foundation_NSMethodSignature":[],"Foundation_NSMiddleSpecifier":["Foundation_NSScriptObjectSpecifier"],"Foundation_NSMorphology":[],"Foundation_NSMorphologyCustomPronoun":[],"Foundation_NSMoveCommand":["Foundation_NSScriptCommand"],"Foundation_NSMutableArray":["Foundation_NSArray"],"Foundation_NSMutableAttributedString":["Foundation_NSAttributedString"],"Foundation_NSMutableCharacterSet":["Foundation_NSCharacterSet"],"Foundation_NSMutableData":["Foundation_NSData"],"Foundation_NSMutableDictionary":["Foundation_NSDictionary"],"Foundation_NSMutableIndexSet":["Foundation_NSIndexSet"],"Foundation_NSMutableOrderedSet":["Foundation_NSOrderedSet"],"Foundation_NSMutableSet":["Foundation_NSSet"],"Foundation_NSMutableString":["Foundation_NSString"],"Foundation_NSMutableURLRequest":["Foundation_NSURLRequest"],"Foundation_NSNameSpecifier":["Foundation_NSScriptObjectSpecifier"],"Foundation_NSNetService":[],"Foundation_NSNetServiceBrowser":[],"Foundation_NSNotification":[],"Foundation_NSNotificationCenter":[],"Foundation_NSNotificationQueue":[],"Foundation_NSNull":[],"Foundation_NSNumber":["Foundation_NSValue"],"Foundation_NSNumberFormatter":["Foundation_NSFormatter"],"Foundation_NSOperation":[],"Foundation_NSOperationQueue":[],"Foundation_NSOrderedCollectionChange":[],"Foundation_NSOrderedCollectionDifference":[],"Foundation_NSOrderedSet":[],"Foundation_NSOrthography":[],"Foundation_NSOutputStream":["Foundation_NSStream"],"Foundation_NSPersonNameComponents":[],"Foundation_NSPersonNameComponentsFormatter":["Foundation_NSFormatter"],"Foundation_NSPipe":[],"Foundation_NSPointerArray":[],"Foundation_NSPointerFunctions":[],"Foundation_NSPort":[],"Foundation_NSPortCoder":["Foundation_NSCoder"],"Foundation_NSPortMessage":[],"Foundation_NSPortNameServer":[],"Foundation_NSPositionalSpecifier":[],"Foundation_NSPredicate":[],"Foundation_NSPresentationIntent":[],"Foundation_NSProcessInfo":[],"Foundation_NSProgress":[],"Foundation_NSPropertyListSerialization":[],"Foundation_NSPropertySpecifier":["Foundation_NSScriptObjectSpecifier"],"Foundation_NSProtocolChecker":["Foundation_NSProxy"],"Foundation_NSProxy":[],"Foundation_NSPurgeableData":["Foundation_NSMutableData"],"Foundation_NSQuitCommand":["Foundation_NSScriptCommand"],"Foundation_NSRandomSpecifier":["Foundation_NSScriptObjectSpecifier"],"Foundation_NSRangeSpecifier":["Foundation_NSScriptObjectSpecifier"],"Foundation_NSRecursiveLock":[],"Foundation_NSRegularExpression":[],"Foundation_NSRelativeDateTimeFormatter":["Foundation_NSFormatter"],"Foundation_NSRelativeSpecifier":["Foundation_NSScriptObjectSpecifier"],"Foundation_NSRunLoop":[],"Foundation_NSScanner":[],"Foundation_NSScriptClassDescription":["Foundation_NSClassDescription"],"Foundation_NSScriptCoercionHandler":[],"Foundation_NSScriptCommand":[],"Foundation_NSScriptCommandDescription":[],"Foundation_NSScriptExecutionContext":[],"Foundation_NSScriptObjectSpecifier":[],"Foundation_NSScriptSuiteRegistry":[],"Foundation_NSScriptWhoseTest":[],"Foundation_NSSecureUnarchiveFromDataTransformer":["Foundation_NSValueTransformer"],"Foundation_NSSet":[],"Foundation_NSSetCommand":["Foundation_NSScriptCommand"],"Foundation_NSSimpleCString":["Foundation_NSString"],"Foundation_NSSocketPort":["Foundation_NSPort"],"Foundation_NSSocketPortNameServer":["Foundation_NSPortNameServer"],"Foundation_NSSortDescriptor":[],"Foundation_NSSpecifierTest":["Foundation_NSScriptWhoseTest"],"Foundation_NSSpellServer":[],"Foundation_NSStream":[],"Foundation_NSString":[],"Foundation_NSTask":[],"Foundation_NSTextCheckingResult":[],"Foundation_NSThread":[],"Foundation_NSTimeZone":[],"Foundation_NSTimer":[],"Foundation_NSURL":[],"Foundation_NSURLAuthenticationChallenge":[],"Foundation_NSURLCache":[],"Foundation_NSURLComponents":[],"Foundation_NSURLConnection":[],"Foundation_NSURLCredential":[],"Foundation_NSURLCredentialStorage":[],"Foundation_NSURLDownload":[],"Foundation_NSURLHandle":[],"Foundation_NSURLProtectionSpace":[],"Foundation_NSURLProtocol":[],"Foundation_NSURLQueryItem":[],"Foundation_NSURLRequest":[],"Foundation_NSURLResponse":[],"Foundation_NSURLSession":[],"Foundation_NSURLSessionConfiguration":[],"Foundation_NSURLSessionDataTask":["Foundation_NSURLSessionTask"],"Foundation_NSURLSessionDownloadTask":["Foundation_NSURLSessionTask"],"Foundation_NSURLSessionStreamTask":["Foundation_NSURLSessionTask"],"Foundation_NSURLSessionTask":[],"Foundation_NSURLSessionTaskMetrics":[],"Foundation_NSURLSessionTaskTransactionMetrics":[],"Foundation_NSURLSessionUploadTask":["Foundation_NSURLSessionDataTask"],"Foundation_NSURLSessionWebSocketMessage":[],"Foundation_NSURLSessionWebSocketTask":["Foundation_NSURLSessionTask"],"Foundation_NSUUID":[],"Foundation_NSUbiquitousKeyValueStore":[],"Foundation_NSUnarchiver":["Foundation_NSCoder"],"Foundation_NSUndoManager":[],"Foundation_NSUniqueIDSpecifier":["Foundation_NSScriptObjectSpecifier"],"Foundation_NSUnit":[],"Foundation_NSUnitAcceleration":["Foundation_NSDimension"],"Foundation_NSUnitAngle":["Foundation_NSDimension"],"Foundation_NSUnitArea":["Foundation_NSDimension"],"Foundation_NSUnitConcentrationMass":["Foundation_NSDimension"],"Foundation_NSUnitConverter":[],"Foundation_NSUnitConverterLinear":["Foundation_NSUnitConverter"],"Foundation_NSUnitDispersion":["Foundation_NSDimension"],"Foundation_NSUnitDuration":["Foundation_NSDimension"],"Foundation_NSUnitElectricCharge":["Foundation_NSDimension"],"Foundation_NSUnitElectricCurrent":["Foundation_NSDimension"],"Foundation_NSUnitElectricPotentialDifference":["Foundation_NSDimension"],"Foundation_NSUnitElectricResistance":["Foundation_NSDimension"],"Foundation_NSUnitEnergy":["Foundation_NSDimension"],"Foundation_NSUnitFrequency":["Foundation_NSDimension"],"Foundation_NSUnitFuelEfficiency":["Foundation_NSDimension"],"Foundation_NSUnitIlluminance":["Foundation_NSDimension"],"Foundation_NSUnitInformationStorage":["Foundation_NSDimension"],"Foundation_NSUnitLength":["Foundation_NSDimension"],"Foundation_NSUnitMass":["Foundation_NSDimension"],"Foundation_NSUnitPower":["Foundation_NSDimension"],"Foundation_NSUnitPressure":["Foundation_NSDimension"],"Foundation_NSUnitSpeed":["Foundation_NSDimension"],"Foundation_NSUnitTemperature":["Foundation_NSDimension"],"Foundation_NSUnitVolume":["Foundation_NSDimension"],"Foundation_NSUserActivity":[],"Foundation_NSUserAppleScriptTask":["Foundation_NSUserScriptTask"],"Foundation_NSUserAutomatorTask":["Foundation_NSUserScriptTask"],"Foundation_NSUserDefaults":[],"Foundation_NSUserNotification":[],"Foundation_NSUserNotificationAction":[],"Foundation_NSUserNotificationCenter":[],"Foundation_NSUserScriptTask":[],"Foundation_NSUserUnixTask":["Foundation_NSUserScriptTask"],"Foundation_NSValue":[],"Foundation_NSValueTransformer":[],"Foundation_NSWhoseSpecifier":["Foundation_NSScriptObjectSpecifier"],"Foundation_NSXMLDTD":["Foundation_NSXMLNode"],"Foundation_NSXMLDTDNode":["Foundation_NSXMLNode"],"Foundation_NSXMLDocument":["Foundation_NSXMLNode"],"Foundation_NSXMLElement":["Foundation_NSXMLNode"],"Foundation_NSXMLNode":[],"Foundation_NSXMLParser":[],"Foundation_NSXPCCoder":["Foundation_NSCoder"],"Foundation_NSXPCConnection":[],"Foundation_NSXPCInterface":[],"Foundation_NSXPCListener":[],"Foundation_NSXPCListenerEndpoint":[],"Foundation_all":["Foundation","Foundation_NSAffineTransform","Foundation_NSAppleEventDescriptor","Foundation_NSAppleEventManager","Foundation_NSAppleScript","Foundation_NSArchiver","Foundation_NSArray","Foundation_NSAssertionHandler","Foundation_NSAttributedString","Foundation_NSAttributedStringMarkdownParsingOptions","Foundation_NSAttributedStringMarkdownSourcePosition","Foundation_NSAutoreleasePool","Foundation_NSBackgroundActivityScheduler","Foundation_NSBlockOperation","Foundation_NSBundle","Foundation_NSBundleResourceRequest","Foundation_NSByteCountFormatter","Foundation_NSCache","Foundation_NSCachedURLResponse","Foundation_NSCalendar","Foundation_NSCalendarDate","Foundation_NSCharacterSet","Foundation_NSClassDescription","Foundation_NSCloneCommand","Foundation_NSCloseCommand","Foundation_NSCoder","Foundation_NSComparisonPredicate","Foundation_NSCompoundPredicate","Foundation_NSCondition","Foundation_NSConditionLock","Foundation_NSConnection","Foundation_NSConstantString","Foundation_NSCountCommand","Foundation_NSCountedSet","Foundation_NSCreateCommand","Foundation_NSData","Foundation_NSDataDetector","Foundation_NSDate","Foundation_NSDateComponents","Foundation_NSDateComponentsFormatter","Foundation_NSDateFormatter","Foundation_NSDateInterval","Foundation_NSDateIntervalFormatter","Foundation_NSDecimalNumber","Foundation_NSDecimalNumberHandler","Foundation_NSDeleteCommand","Foundation_NSDictionary","Foundation_NSDimension","Foundation_NSDirectoryEnumerator","Foundation_NSDistantObject","Foundation_NSDistantObjectRequest","Foundation_NSDistributedLock","Foundation_NSDistributedNotificationCenter","Foundation_NSEnergyFormatter","Foundation_NSEnumerator","Foundation_NSError","Foundation_NSException","Foundation_NSExistsCommand","Foundation_NSExpression","Foundation_NSExtensionContext","Foundation_NSExtensionItem","Foundation_NSFileAccessIntent","Foundation_NSFileCoordinator","Foundation_NSFileHandle","Foundation_NSFileManager","Foundation_NSFileProviderService","Foundation_NSFileSecurity","Foundation_NSFileVersion","Foundation_NSFileWrapper","Foundation_NSFormatter","Foundation_NSGarbageCollector","Foundation_NSGetCommand","Foundation_NSHTTPCookie","Foundation_NSHTTPCookieStorage","Foundation_NSHTTPURLResponse","Foundation_NSHashTable","Foundation_NSHost","Foundation_NSISO8601DateFormatter","Foundation_NSIndexPath","Foundation_NSIndexSet","Foundation_NSIndexSpecifier","Foundation_NSInflectionRule","Foundation_NSInflectionRuleExplicit","Foundation_NSInputStream","Foundation_NSInvocation","Foundation_NSInvocationOperation","Foundation_NSItemProvider","Foundation_NSJSONSerialization","Foundation_NSKeyedArchiver","Foundation_NSKeyedUnarchiver","Foundation_NSLengthFormatter","Foundation_NSLinguisticTagger","Foundation_NSListFormatter","Foundation_NSLocale","Foundation_NSLock","Foundation_NSLogicalTest","Foundation_NSMachBootstrapServer","Foundation_NSMachPort","Foundation_NSMapTable","Foundation_NSMassFormatter","Foundation_NSMeasurement","Foundation_NSMeasurementFormatter","Foundation_NSMessagePort","Foundation_NSMessagePortNameServer","Foundation_NSMetadataItem","Foundation_NSMetadataQuery","Foundation_NSMetadataQueryAttributeValueTuple","Foundation_NSMetadataQueryResultGroup","Foundation_NSMethodSignature","Foundation_NSMiddleSpecifier","Foundation_NSMorphology","Foundation_NSMorphologyCustomPronoun","Foundation_NSMoveCommand","Foundation_NSMutableArray","Foundation_NSMutableAttributedString","Foundation_NSMutableCharacterSet","Foundation_NSMutableData","Foundation_NSMutableDictionary","Foundation_NSMutableIndexSet","Foundation_NSMutableOrderedSet","Foundation_NSMutableSet","Foundation_NSMutableString","Foundation_NSMutableURLRequest","Foundation_NSNameSpecifier","Foundation_NSNetService","Foundation_NSNetServiceBrowser","Foundation_NSNotification","Foundation_NSNotificationCenter","Foundation_NSNotificationQueue","Foundation_NSNull","Foundation_NSNumber","Foundation_NSNumberFormatter","Foundation_NSOperation","Foundation_NSOperationQueue","Foundation_NSOrderedCollectionChange","Foundation_NSOrderedCollectionDifference","Foundation_NSOrderedSet","Foundation_NSOrthography","Foundation_NSOutputStream","Foundation_NSPersonNameComponents","Foundation_NSPersonNameComponentsFormatter","Foundation_NSPipe","Foundation_NSPointerArray","Foundation_NSPointerFunctions","Foundation_NSPort","Foundation_NSPortCoder","Foundation_NSPortMessage","Foundation_NSPortNameServer","Foundation_NSPositionalSpecifier","Foundation_NSPredicate","Foundation_NSPresentationIntent","Foundation_NSProcessInfo","Foundation_NSProgress","Foundation_NSPropertyListSerialization","Foundation_NSPropertySpecifier","Foundation_NSProtocolChecker","Foundation_NSPurgeableData","Foundation_NSQuitCommand","Foundation_NSRandomSpecifier","Foundation_NSRangeSpecifier","Foundation_NSRecursiveLock","Foundation_NSRegularExpression","Foundation_NSRelativeDateTimeFormatter","Foundation_NSRelativeSpecifier","Foundation_NSRunLoop","Foundation_NSScanner","Foundation_NSScriptClassDescription","Foundation_NSScriptCoercionHandler","Foundation_NSScriptCommand","Foundation_NSScriptCommandDescription","Foundation_NSScriptExecutionContext","Foundation_NSScriptObjectSpecifier","Foundation_NSScriptSuiteRegistry","Foundation_NSScriptWhoseTest","Foundation_NSSecureUnarchiveFromDataTransformer","Foundation_NSSet","Foundation_NSSetCommand","Foundation_NSSimpleCString","Foundation_NSSocketPort","Foundation_NSSocketPortNameServer","Foundation_NSSortDescriptor","Foundation_NSSpecifierTest","Foundation_NSSpellServer","Foundation_NSStream","Foundation_NSString","Foundation_NSTask","Foundation_NSTextCheckingResult","Foundation_NSThread","Foundation_NSTimeZone","Foundation_NSTimer","Foundation_NSURL","Foundation_NSURLAuthenticationChallenge","Foundation_NSURLCache","Foundation_NSURLComponents","Foundation_NSURLConnection","Foundation_NSURLCredential","Foundation_NSURLCredentialStorage","Foundation_NSURLDownload","Foundation_NSURLHandle","Foundation_NSURLProtectionSpace","Foundation_NSURLProtocol","Foundation_NSURLQueryItem","Foundation_NSURLRequest","Foundation_NSURLResponse","Foundation_NSURLSession","Foundation_NSURLSessionConfiguration","Foundation_NSURLSessionDataTask","Foundation_NSURLSessionDownloadTask","Foundation_NSURLSessionStreamTask","Foundation_NSURLSessionTask","Foundation_NSURLSessionTaskMetrics","Foundation_NSURLSessionTaskTransactionMetrics","Foundation_NSURLSessionUploadTask","Foundation_NSURLSessionWebSocketMessage","Foundation_NSURLSessionWebSocketTask","Foundation_NSUUID","Foundation_NSUbiquitousKeyValueStore","Foundation_NSUnarchiver","Foundation_NSUndoManager","Foundation_NSUniqueIDSpecifier","Foundation_NSUnit","Foundation_NSUnitAcceleration","Foundation_NSUnitAngle","Foundation_NSUnitArea","Foundation_NSUnitConcentrationMass","Foundation_NSUnitConverter","Foundation_NSUnitConverterLinear","Foundation_NSUnitDispersion","Foundation_NSUnitDuration","Foundation_NSUnitElectricCharge","Foundation_NSUnitElectricCurrent","Foundation_NSUnitElectricPotentialDifference","Foundation_NSUnitElectricResistance","Foundation_NSUnitEnergy","Foundation_NSUnitFrequency","Foundation_NSUnitFuelEfficiency","Foundation_NSUnitIlluminance","Foundation_NSUnitInformationStorage","Foundation_NSUnitLength","Foundation_NSUnitMass","Foundation_NSUnitPower","Foundation_NSUnitPressure","Foundation_NSUnitSpeed","Foundation_NSUnitTemperature","Foundation_NSUnitVolume","Foundation_NSUserActivity","Foundation_NSUserAppleScriptTask","Foundation_NSUserAutomatorTask","Foundation_NSUserDefaults","Foundation_NSUserNotification","Foundation_NSUserNotificationAction","Foundation_NSUserNotificationCenter","Foundation_NSUserScriptTask","Foundation_NSUserUnixTask","Foundation_NSValue","Foundation_NSValueTransformer","Foundation_NSWhoseSpecifier","Foundation_NSXMLDTD","Foundation_NSXMLDTDNode","Foundation_NSXMLDocument","Foundation_NSXMLElement","Foundation_NSXMLNode","Foundation_NSXMLParser","Foundation_NSXPCCoder","Foundation_NSXPCConnection","Foundation_NSXPCInterface","Foundation_NSXPCListener","Foundation_NSXPCListenerEndpoint"],"GameController":["AppKit","Foundation","GameController_GCControllerAxisInput","GameController_GCControllerButtonInput","GameController_GCControllerDirectionPad","GameController_GCControllerTouchpad","GameController_GCExtendedGamepad","GameController_GCControllerElement","GameController_GCGamepad","GameController_GCKeyboardInput","GameController_GCMicroGamepad","GameController_GCMotion","GameController_GCMouseInput"],"GameController_GCColor":[],"GameController_GCController":[],"GameController_GCControllerAxisInput":["GameController_GCControllerElement"],"GameController_GCControllerButtonInput":["GameController_GCControllerElement"],"GameController_GCControllerDirectionPad":["GameController_GCControllerElement"],"GameController_GCControllerElement":[],"GameController_GCControllerTouchpad":["GameController_GCControllerElement"],"GameController_GCDeviceBattery":[],"GameController_GCDeviceCursor":["GameController_GCControllerDirectionPad"],"GameController_GCDeviceHaptics":[],"GameController_GCDeviceLight":[],"GameController_GCDirectionalGamepad":["GameController_GCMicroGamepad"],"GameController_GCDualSenseAdaptiveTrigger":["GameController_GCControllerButtonInput"],"GameController_GCDualSenseGamepad":["GameController_GCExtendedGamepad"],"GameController_GCDualShockGamepad":["GameController_GCExtendedGamepad"],"GameController_GCEventViewController":["AppKit_NSViewController"],"GameController_GCExtendedGamepad":["GameController_GCPhysicalInputProfile"],"GameController_GCExtendedGamepadSnapshot":["GameController_GCExtendedGamepad"],"GameController_GCGamepad":["GameController_GCPhysicalInputProfile"],"GameController_GCGamepadSnapshot":["GameController_GCGamepad"],"GameController_GCGearShifterElement":[],"GameController_GCKeyboard":[],"GameController_GCKeyboardInput":["GameController_GCPhysicalInputProfile"],"GameController_GCMicroGamepad":["GameController_GCPhysicalInputProfile"],"GameController_GCMicroGamepadSnapshot":["GameController_GCMicroGamepad"],"GameController_GCMotion":[],"GameController_GCMouse":[],"GameController_GCMouseInput":["GameController_GCPhysicalInputProfile"],"GameController_GCPhysicalInputElementCollection":[],"GameController_GCPhysicalInputProfile":[],"GameController_GCRacingWheel":[],"GameController_GCRacingWheelInput":["GameController_GCRacingWheelInputState"],"GameController_GCRacingWheelInputState":[],"GameController_GCSteeringWheelElement":[],"GameController_GCXboxGamepad":["GameController_GCExtendedGamepad"],"GameController_all":["GameController","GameController_GCColor","GameController_GCController","GameController_GCControllerAxisInput","GameController_GCControllerButtonInput","GameController_GCControllerDirectionPad","GameController_GCControllerElement","GameController_GCControllerTouchpad","GameController_GCDeviceBattery","GameController_GCDeviceCursor","GameController_GCDeviceHaptics","GameController_GCDeviceLight","GameController_GCDirectionalGamepad","GameController_GCDualSenseAdaptiveTrigger","GameController_GCDualSenseGamepad","GameController_GCDualShockGamepad","GameController_GCEventViewController","GameController_GCExtendedGamepad","GameController_GCExtendedGamepadSnapshot","GameController_GCGamepad","GameController_GCGamepadSnapshot","GameController_GCGearShifterElement","GameController_GCKeyboard","GameController_GCKeyboardInput","GameController_GCMicroGamepad","GameController_GCMicroGamepadSnapshot","GameController_GCMotion","GameController_GCMouse","GameController_GCMouseInput","GameController_GCPhysicalInputElementCollection","GameController_GCPhysicalInputProfile","GameController_GCRacingWheel","GameController_GCRacingWheelInput","GameController_GCRacingWheelInputState","GameController_GCSteeringWheelElement","GameController_GCXboxGamepad"],"GameKit":["AppKit","Foundation","AppKit_NSViewController"],"GameKit_GKAccessPoint":[],"GameKit_GKAchievement":[],"GameKit_GKAchievementChallenge":["GameKit_GKChallenge"],"GameKit_GKAchievementDescription":[],"GameKit_GKAchievementViewController":["GameKit_GKGameCenterViewController"],"GameKit_GKBasePlayer":[],"GameKit_GKChallenge":[],"GameKit_GKChallengeEventHandler":[],"GameKit_GKChallengesViewController":["AppKit_NSViewController"],"GameKit_GKCloudPlayer":["GameKit_GKBasePlayer"],"GameKit_GKDialogController":["AppKit_NSResponder"],"GameKit_GKFriendRequestComposeViewController":["AppKit_NSViewController"],"GameKit_GKGameCenterViewController":["AppKit_NSViewController"],"GameKit_GKGameSession":[],"GameKit_GKInvite":[],"GameKit_GKLeaderboard":[],"GameKit_GKLeaderboardEntry":[],"GameKit_GKLeaderboardScore":[],"GameKit_GKLeaderboardSet":[],"GameKit_GKLeaderboardViewController":["GameKit_GKGameCenterViewController"],"GameKit_GKLocalPlayer":["GameKit_GKPlayer"],"GameKit_GKMatch":[],"GameKit_GKMatchRequest":[],"GameKit_GKMatchmaker":[],"GameKit_GKMatchmakerViewController":["AppKit_NSViewController"],"GameKit_GKNotificationBanner":[],"GameKit_GKPlayer":["GameKit_GKBasePlayer"],"GameKit_GKSavedGame":[],"GameKit_GKScore":[],"GameKit_GKScoreChallenge":["GameKit_GKChallenge"],"GameKit_GKSession":[],"GameKit_GKTurnBasedEventHandler":[],"GameKit_GKTurnBasedExchange":[],"GameKit_GKTurnBasedExchangeReply":[],"GameKit_GKTurnBasedMatch":[],"GameKit_GKTurnBasedMatchmakerViewController":["AppKit_NSViewController"],"GameKit_GKTurnBasedParticipant":[],"GameKit_GKVoiceChat":[],"GameKit_GKVoiceChatService":[],"GameKit_all":["GameKit","GameKit_GKAccessPoint","GameKit_GKAchievement","GameKit_GKAchievementChallenge","GameKit_GKAchievementDescription","GameKit_GKAchievementViewController","GameKit_GKBasePlayer","GameKit_GKChallenge","GameKit_GKChallengeEventHandler","GameKit_GKChallengesViewController","GameKit_GKCloudPlayer","GameKit_GKDialogController","GameKit_GKFriendRequestComposeViewController","GameKit_GKGameCenterViewController","GameKit_GKGameSession","GameKit_GKInvite","GameKit_GKLeaderboard","GameKit_GKLeaderboardEntry","GameKit_GKLeaderboardScore","GameKit_GKLeaderboardSet","GameKit_GKLeaderboardViewController","GameKit_GKLocalPlayer","GameKit_GKMatch","GameKit_GKMatchRequest","GameKit_GKMatchmaker","GameKit_GKMatchmakerViewController","GameKit_GKNotificationBanner","GameKit_GKPlayer","GameKit_GKSavedGame","GameKit_GKScore","GameKit_GKScoreChallenge","GameKit_GKSession","GameKit_GKTurnBasedEventHandler","GameKit_GKTurnBasedExchange","GameKit_GKTurnBasedExchangeReply","GameKit_GKTurnBasedMatch","GameKit_GKTurnBasedMatchmakerViewController","GameKit_GKTurnBasedParticipant","GameKit_GKVoiceChat","GameKit_GKVoiceChatService"],"HealthKit":["CoreLocation","Foundation","UniformTypeIdentifiers"],"HealthKit_HKActivityMoveModeObject":[],"HealthKit_HKActivitySummary":[],"HealthKit_HKActivitySummaryQuery":["HealthKit_HKQuery"],"HealthKit_HKActivitySummaryType":["HealthKit_HKObjectType"],"HealthKit_HKAnchoredObjectQuery":["HealthKit_HKQuery"],"HealthKit_HKAttachment":[],"HealthKit_HKAttachmentStore":[],"HealthKit_HKAudiogramSample":["HealthKit_HKSample"],"HealthKit_HKAudiogramSampleType":["HealthKit_HKSampleType"],"HealthKit_HKAudiogramSensitivityPoint":[],"HealthKit_HKBiologicalSexObject":[],"HealthKit_HKBloodTypeObject":[],"HealthKit_HKCDADocument":[],"HealthKit_HKCDADocumentSample":["HealthKit_HKDocumentSample"],"HealthKit_HKCategorySample":["HealthKit_HKSample"],"HealthKit_HKCategoryType":["HealthKit_HKSampleType"],"HealthKit_HKCharacteristicType":["HealthKit_HKObjectType"],"HealthKit_HKClinicalRecord":["HealthKit_HKSample"],"HealthKit_HKClinicalType":["HealthKit_HKSampleType"],"HealthKit_HKContactsLensSpecification":["HealthKit_HKLensSpecification"],"HealthKit_HKContactsPrescription":["HealthKit_HKVisionPrescription"],"HealthKit_HKCorrelation":["HealthKit_HKSample"],"HealthKit_HKCorrelationQuery":["HealthKit_HKQuery"],"HealthKit_HKCorrelationType":["HealthKit_HKSampleType"],"HealthKit_HKCumulativeQuantitySample":["HealthKit_HKQuantitySample"],"HealthKit_HKCumulativeQuantitySeriesSample":["HealthKit_HKCumulativeQuantitySample"],"HealthKit_HKDeletedObject":[],"HealthKit_HKDevice":[],"HealthKit_HKDiscreteQuantitySample":["HealthKit_HKQuantitySample"],"HealthKit_HKDocumentQuery":["HealthKit_HKQuery"],"HealthKit_HKDocumentSample":["HealthKit_HKSample"],"HealthKit_HKDocumentType":["HealthKit_HKSampleType"],"HealthKit_HKElectrocardiogram":["HealthKit_HKSample"],"HealthKit_HKElectrocardiogramQuery":["HealthKit_HKQuery"],"HealthKit_HKElectrocardiogramType":["HealthKit_HKSampleType"],"HealthKit_HKElectrocardiogramVoltageMeasurement":[],"HealthKit_HKFHIRResource":[],"HealthKit_HKFHIRVersion":[],"HealthKit_HKFitzpatrickSkinTypeObject":[],"HealthKit_HKGlassesLensSpecification":["HealthKit_HKLensSpecification"],"HealthKit_HKGlassesPrescription":["HealthKit_HKVisionPrescription"],"HealthKit_HKHealthStore":[],"HealthKit_HKHeartbeatSeriesBuilder":["HealthKit_HKSeriesBuilder"],"HealthKit_HKHeartbeatSeriesQuery":["HealthKit_HKQuery"],"HealthKit_HKHeartbeatSeriesSample":["HealthKit_HKSeriesSample"],"HealthKit_HKLensSpecification":[],"HealthKit_HKLiveWorkoutBuilder":["HealthKit_HKWorkoutBuilder"],"HealthKit_HKLiveWorkoutDataSource":[],"HealthKit_HKObject":[],"HealthKit_HKObjectType":[],"HealthKit_HKObserverQuery":["HealthKit_HKQuery"],"HealthKit_HKPrescriptionType":["HealthKit_HKSampleType"],"HealthKit_HKQuantity":[],"HealthKit_HKQuantitySample":["HealthKit_HKSample"],"HealthKit_HKQuantitySeriesSampleBuilder":[],"HealthKit_HKQuantitySeriesSampleQuery":["HealthKit_HKQuery"],"HealthKit_HKQuantityType":["HealthKit_HKSampleType"],"HealthKit_HKQuery":[],"HealthKit_HKQueryAnchor":[],"HealthKit_HKQueryDescriptor":[],"HealthKit_HKSample":["HealthKit_HKObject"],"HealthKit_HKSampleQuery":["HealthKit_HKQuery"],"HealthKit_HKSampleType":["HealthKit_HKObjectType"],"HealthKit_HKSeriesBuilder":[],"HealthKit_HKSeriesSample":["HealthKit_HKSample"],"HealthKit_HKSeriesType":["HealthKit_HKSampleType"],"HealthKit_HKSource":[],"HealthKit_HKSourceQuery":["HealthKit_HKQuery"],"HealthKit_HKSourceRevision":[],"HealthKit_HKStatistics":[],"HealthKit_HKStatisticsCollection":[],"HealthKit_HKStatisticsCollectionQuery":["HealthKit_HKQuery"],"HealthKit_HKStatisticsQuery":["HealthKit_HKQuery"],"HealthKit_HKUnit":[],"HealthKit_HKVerifiableClinicalRecord":["HealthKit_HKSample"],"HealthKit_HKVerifiableClinicalRecordQuery":["HealthKit_HKQuery"],"HealthKit_HKVerifiableClinicalRecordSubject":[],"HealthKit_HKVisionPrescription":["HealthKit_HKSample"],"HealthKit_HKVisionPrism":[],"HealthKit_HKWheelchairUseObject":[],"HealthKit_HKWorkout":["HealthKit_HKSample"],"HealthKit_HKWorkoutActivity":[],"HealthKit_HKWorkoutBuilder":[],"HealthKit_HKWorkoutConfiguration":[],"HealthKit_HKWorkoutEvent":[],"HealthKit_HKWorkoutRoute":["HealthKit_HKSeriesSample"],"HealthKit_HKWorkoutRouteBuilder":["HealthKit_HKSeriesBuilder"],"HealthKit_HKWorkoutRouteQuery":["HealthKit_HKQuery"],"HealthKit_HKWorkoutSession":[],"HealthKit_HKWorkoutType":["HealthKit_HKSampleType"],"HealthKit_all":["HealthKit","HealthKit_HKActivityMoveModeObject","HealthKit_HKActivitySummary","HealthKit_HKActivitySummaryQuery","HealthKit_HKActivitySummaryType","HealthKit_HKAnchoredObjectQuery","HealthKit_HKAttachment","HealthKit_HKAttachmentStore","HealthKit_HKAudiogramSample","HealthKit_HKAudiogramSampleType","HealthKit_HKAudiogramSensitivityPoint","HealthKit_HKBiologicalSexObject","HealthKit_HKBloodTypeObject","HealthKit_HKCDADocument","HealthKit_HKCDADocumentSample","HealthKit_HKCategorySample","HealthKit_HKCategoryType","HealthKit_HKCharacteristicType","HealthKit_HKClinicalRecord","HealthKit_HKClinicalType","HealthKit_HKContactsLensSpecification","HealthKit_HKContactsPrescription","HealthKit_HKCorrelation","HealthKit_HKCorrelationQuery","HealthKit_HKCorrelationType","HealthKit_HKCumulativeQuantitySample","HealthKit_HKCumulativeQuantitySeriesSample","HealthKit_HKDeletedObject","HealthKit_HKDevice","HealthKit_HKDiscreteQuantitySample","HealthKit_HKDocumentQuery","HealthKit_HKDocumentSample","HealthKit_HKDocumentType","HealthKit_HKElectrocardiogram","HealthKit_HKElectrocardiogramQuery","HealthKit_HKElectrocardiogramType","HealthKit_HKElectrocardiogramVoltageMeasurement","HealthKit_HKFHIRResource","HealthKit_HKFHIRVersion","HealthKit_HKFitzpatrickSkinTypeObject","HealthKit_HKGlassesLensSpecification","HealthKit_HKGlassesPrescription","HealthKit_HKHealthStore","HealthKit_HKHeartbeatSeriesBuilder","HealthKit_HKHeartbeatSeriesQuery","HealthKit_HKHeartbeatSeriesSample","HealthKit_HKLensSpecification","HealthKit_HKLiveWorkoutBuilder","HealthKit_HKLiveWorkoutDataSource","HealthKit_HKObject","HealthKit_HKObjectType","HealthKit_HKObserverQuery","HealthKit_HKPrescriptionType","HealthKit_HKQuantity","HealthKit_HKQuantitySample","HealthKit_HKQuantitySeriesSampleBuilder","HealthKit_HKQuantitySeriesSampleQuery","HealthKit_HKQuantityType","HealthKit_HKQuery","HealthKit_HKQueryAnchor","HealthKit_HKQueryDescriptor","HealthKit_HKSample","HealthKit_HKSampleQuery","HealthKit_HKSampleType","HealthKit_HKSeriesBuilder","HealthKit_HKSeriesSample","HealthKit_HKSeriesType","HealthKit_HKSource","HealthKit_HKSourceQuery","HealthKit_HKSourceRevision","HealthKit_HKStatistics","HealthKit_HKStatisticsCollection","HealthKit_HKStatisticsCollectionQuery","HealthKit_HKStatisticsQuery","HealthKit_HKUnit","HealthKit_HKVerifiableClinicalRecord","HealthKit_HKVerifiableClinicalRecordQuery","HealthKit_HKVerifiableClinicalRecordSubject","HealthKit_HKVisionPrescription","HealthKit_HKVisionPrism","HealthKit_HKWheelchairUseObject","HealthKit_HKWorkout","HealthKit_HKWorkoutActivity","HealthKit_HKWorkoutBuilder","HealthKit_HKWorkoutConfiguration","HealthKit_HKWorkoutEvent","HealthKit_HKWorkoutRoute","HealthKit_HKWorkoutRouteBuilder","HealthKit_HKWorkoutRouteQuery","HealthKit_HKWorkoutSession","HealthKit_HKWorkoutType"],"IdentityLookup":["Foundation"],"IdentityLookup_ILCallClassificationRequest":["IdentityLookup_ILClassificationRequest"],"IdentityLookup_ILCallCommunication":["IdentityLookup_ILCommunication"],"IdentityLookup_ILClassificationRequest":[],"IdentityLookup_ILClassificationResponse":[],"IdentityLookup_ILCommunication":[],"IdentityLookup_ILMessageClassificationRequest":["IdentityLookup_ILClassificationRequest"],"IdentityLookup_ILMessageCommunication":["IdentityLookup_ILCommunication"],"IdentityLookup_ILMessageFilterCapabilitiesQueryRequest":[],"IdentityLookup_ILMessageFilterCapabilitiesQueryResponse":[],"IdentityLookup_ILMessageFilterExtension":[],"IdentityLookup_ILMessageFilterExtensionContext":["Foundation_NSExtensionContext"],"IdentityLookup_ILMessageFilterQueryRequest":[],"IdentityLookup_ILMessageFilterQueryResponse":[],"IdentityLookup_ILNetworkResponse":[],"IdentityLookup_all":["IdentityLookup","IdentityLookup_ILCallClassificationRequest","IdentityLookup_ILCallCommunication","IdentityLookup_ILClassificationRequest","IdentityLookup_ILClassificationResponse","IdentityLookup_ILCommunication","IdentityLookup_ILMessageClassificationRequest","IdentityLookup_ILMessageCommunication","IdentityLookup_ILMessageFilterCapabilitiesQueryRequest","IdentityLookup_ILMessageFilterCapabilitiesQueryResponse","IdentityLookup_ILMessageFilterExtension","IdentityLookup_ILMessageFilterExtensionContext","IdentityLookup_ILMessageFilterQueryRequest","IdentityLookup_ILMessageFilterQueryResponse","IdentityLookup_ILNetworkResponse"],"InputMethodKit":["AppKit","Foundation"],"InputMethodKit_IMKCandidates":["AppKit_NSResponder"],"InputMethodKit_IMKInputController":[],"InputMethodKit_IMKServer":[],"InputMethodKit_all":["InputMethodKit","InputMethodKit_IMKCandidates","InputMethodKit_IMKInputController","InputMethodKit_IMKServer"],"LinkPresentation":["AppKit","Foundation"],"LinkPresentation_LPLinkMetadata":[],"LinkPresentation_LPLinkView":["AppKit_NSView"],"LinkPresentation_LPMetadataProvider":[],"LinkPresentation_all":["LinkPresentation","LinkPresentation_LPLinkMetadata","LinkPresentation_LPLinkView","LinkPresentation_LPMetadataProvider"],"LocalAuthentication":["Foundation"],"LocalAuthenticationEmbeddedUI":["AppKit","Foundation","LocalAuthentication","AppKit_NSWindow"],"LocalAuthenticationEmbeddedUI_LAAuthenticationView":["AppKit_NSView"],"LocalAuthenticationEmbeddedUI_all":["LocalAuthenticationEmbeddedUI","LocalAuthenticationEmbeddedUI_LAAuthenticationView"],"LocalAuthentication_LAAuthenticationRequirement":[],"LocalAuthentication_LABiometryFallbackRequirement":[],"LocalAuthentication_LAContext":[],"LocalAuthentication_LAPersistedRight":["LocalAuthentication_LARight"],"LocalAuthentication_LAPrivateKey":[],"LocalAuthentication_LAPublicKey":[],"LocalAuthentication_LARight":[],"LocalAuthentication_LARightStore":[],"LocalAuthentication_LASecret":[],"LocalAuthentication_all":["LocalAuthentication","LocalAuthentication_LAAuthenticationRequirement","LocalAuthentication_LABiometryFallbackRequirement","LocalAuthentication_LAContext","LocalAuthentication_LAPersistedRight","LocalAuthentication_LAPrivateKey","LocalAuthentication_LAPublicKey","LocalAuthentication_LARight","LocalAuthentication_LARightStore","LocalAuthentication_LASecret"],"MailKit":["AppKit","Foundation"],"MailKit_MEAddressAnnotation":[],"MailKit_MEComposeContext":[],"MailKit_MEComposeSession":[],"MailKit_MEDecodedMessage":[],"MailKit_MEDecodedMessageBanner":[],"MailKit_MEEmailAddress":[],"MailKit_MEEncodedOutgoingMessage":[],"MailKit_MEExtensionManager":[],"MailKit_MEExtensionViewController":["AppKit_NSViewController"],"MailKit_MEMessage":[],"MailKit_MEMessageAction":[],"MailKit_MEMessageActionDecision":[],"MailKit_MEMessageEncodingResult":[],"MailKit_MEMessageSecurityInformation":[],"MailKit_MEMessageSigner":[],"MailKit_MEOutgoingMessageEncodingStatus":[],"MailKit_all":["MailKit","MailKit_MEAddressAnnotation","MailKit_MEComposeContext","MailKit_MEComposeSession","MailKit_MEDecodedMessage","MailKit_MEDecodedMessageBanner","MailKit_MEEmailAddress","MailKit_MEEncodedOutgoingMessage","MailKit_MEExtensionManager","MailKit_MEExtensionViewController","MailKit_MEMessage","MailKit_MEMessageAction","MailKit_MEMessageActionDecision","MailKit_MEMessageEncodingResult","MailKit_MEMessageSecurityInformation","MailKit_MEMessageSigner","MailKit_MEOutgoingMessageEncodingStatus"],"MapKit":["AppKit","Contacts","CoreLocation","Foundation","MapKit_MKDirectionsResponse","MapKit_MKETAResponse","MapKit_MKLocalSearchResponse","MapKit_MKMapSnapshot"],"MapKit_MKAnnotationView":["AppKit_NSView"],"MapKit_MKCircle":["MapKit_MKShape"],"MapKit_MKCircleRenderer":["MapKit_MKOverlayPathRenderer"],"MapKit_MKClusterAnnotation":[],"MapKit_MKCompassButton":["AppKit_NSView"],"MapKit_MKDirections":[],"MapKit_MKDirectionsRequest":[],"MapKit_MKDirectionsResponse":[],"MapKit_MKDistanceFormatter":["Foundation_NSFormatter"],"MapKit_MKETAResponse":[],"MapKit_MKGeoJSONDecoder":[],"MapKit_MKGeoJSONFeature":[],"MapKit_MKGeodesicPolyline":["MapKit_MKPolyline"],"MapKit_MKGradientPolylineRenderer":["MapKit_MKPolylineRenderer"],"MapKit_MKHybridMapConfiguration":["MapKit_MKMapConfiguration"],"MapKit_MKImageryMapConfiguration":["MapKit_MKMapConfiguration"],"MapKit_MKLocalPointsOfInterestRequest":[],"MapKit_MKLocalSearch":[],"MapKit_MKLocalSearchCompleter":[],"MapKit_MKLocalSearchCompletion":[],"MapKit_MKLocalSearchRequest":[],"MapKit_MKLocalSearchResponse":[],"MapKit_MKLookAroundScene":[],"MapKit_MKLookAroundSceneRequest":[],"MapKit_MKLookAroundSnapshot":[],"MapKit_MKLookAroundSnapshotOptions":[],"MapKit_MKLookAroundSnapshotter":[],"MapKit_MKLookAroundViewController":["AppKit_NSViewController"],"MapKit_MKMapCamera":[],"MapKit_MKMapCameraBoundary":[],"MapKit_MKMapCameraZoomRange":[],"MapKit_MKMapConfiguration":[],"MapKit_MKMapItem":[],"MapKit_MKMapSnapshot":[],"MapKit_MKMapSnapshotOptions":[],"MapKit_MKMapSnapshotter":[],"MapKit_MKMapView":["AppKit_NSView"],"MapKit_MKMarkerAnnotationView":["MapKit_MKAnnotationView"],"MapKit_MKMultiPoint":["MapKit_MKShape"],"MapKit_MKMultiPolygon":["MapKit_MKShape"],"MapKit_MKMultiPolygonRenderer":["MapKit_MKOverlayPathRenderer"],"MapKit_MKMultiPolyline":["MapKit_MKShape"],"MapKit_MKMultiPolylineRenderer":["MapKit_MKOverlayPathRenderer"],"MapKit_MKOverlayPathRenderer":["MapKit_MKOverlayRenderer"],"MapKit_MKOverlayRenderer":[],"MapKit_MKPinAnnotationView":["MapKit_MKAnnotationView"],"MapKit_MKPitchControl":["AppKit_NSView"],"MapKit_MKPlacemark":["CoreLocation_CLPlacemark"],"MapKit_MKPointAnnotation":["MapKit_MKShape"],"MapKit_MKPointOfInterestFilter":[],"MapKit_MKPolygon":["MapKit_MKMultiPoint"],"MapKit_MKPolygonRenderer":["MapKit_MKOverlayPathRenderer"],"MapKit_MKPolyline":["MapKit_MKMultiPoint"],"MapKit_MKPolylineRenderer":["MapKit_MKOverlayPathRenderer"],"MapKit_MKRoute":[],"MapKit_MKRouteStep":[],"MapKit_MKShape":[],"MapKit_MKStandardMapConfiguration":["MapKit_MKMapConfiguration"],"MapKit_MKTileOverlay":[],"MapKit_MKTileOverlayRenderer":["MapKit_MKOverlayRenderer"],"MapKit_MKUserLocation":[],"MapKit_MKUserLocationView":["MapKit_MKAnnotationView"],"MapKit_MKZoomControl":["AppKit_NSView"],"MapKit_all":["MapKit","MapKit_MKAnnotationView","MapKit_MKCircle","MapKit_MKCircleRenderer","MapKit_MKClusterAnnotation","MapKit_MKCompassButton","MapKit_MKDirections","MapKit_MKDirectionsRequest","MapKit_MKDirectionsResponse","MapKit_MKDistanceFormatter","MapKit_MKETAResponse","MapKit_MKGeoJSONDecoder","MapKit_MKGeoJSONFeature","MapKit_MKGeodesicPolyline","MapKit_MKGradientPolylineRenderer","MapKit_MKHybridMapConfiguration","MapKit_MKImageryMapConfiguration","MapKit_MKLocalPointsOfInterestRequest","MapKit_MKLocalSearch","MapKit_MKLocalSearchCompleter","MapKit_MKLocalSearchCompletion","MapKit_MKLocalSearchRequest","MapKit_MKLocalSearchResponse","MapKit_MKLookAroundScene","MapKit_MKLookAroundSceneRequest","MapKit_MKLookAroundSnapshot","MapKit_MKLookAroundSnapshotOptions","MapKit_MKLookAroundSnapshotter","MapKit_MKLookAroundViewController","MapKit_MKMapCamera","MapKit_MKMapCameraBoundary","MapKit_MKMapCameraZoomRange","MapKit_MKMapConfiguration","MapKit_MKMapItem","MapKit_MKMapSnapshot","MapKit_MKMapSnapshotOptions","MapKit_MKMapSnapshotter","MapKit_MKMapView","MapKit_MKMarkerAnnotationView","MapKit_MKMultiPoint","MapKit_MKMultiPolygon","MapKit_MKMultiPolygonRenderer","MapKit_MKMultiPolyline","MapKit_MKMultiPolylineRenderer","MapKit_MKOverlayPathRenderer","MapKit_MKOverlayRenderer","MapKit_MKPinAnnotationView","MapKit_MKPitchControl","MapKit_MKPlacemark","MapKit_MKPointAnnotation","MapKit_MKPointOfInterestFilter","MapKit_MKPolygon","MapKit_MKPolygonRenderer","MapKit_MKPolyline","MapKit_MKPolylineRenderer","MapKit_MKRoute","MapKit_MKRouteStep","MapKit_MKShape","MapKit_MKStandardMapConfiguration","MapKit_MKTileOverlay","MapKit_MKTileOverlayRenderer","MapKit_MKUserLocation","MapKit_MKUserLocationView","MapKit_MKZoomControl"],"MediaPlayer":["AppKit","Foundation"],"MediaPlayer_MPAdTimeRange":[],"MediaPlayer_MPChangeLanguageOptionCommandEvent":["MediaPlayer_MPRemoteCommandEvent"],"MediaPlayer_MPChangePlaybackPositionCommand":["MediaPlayer_MPRemoteCommand"],"MediaPlayer_MPChangePlaybackPositionCommandEvent":["MediaPlayer_MPRemoteCommandEvent"],"MediaPlayer_MPChangePlaybackRateCommand":["MediaPlayer_MPRemoteCommand"],"MediaPlayer_MPChangePlaybackRateCommandEvent":["MediaPlayer_MPRemoteCommandEvent"],"MediaPlayer_MPChangeRepeatModeCommand":["MediaPlayer_MPRemoteCommand"],"MediaPlayer_MPChangeRepeatModeCommandEvent":["MediaPlayer_MPRemoteCommandEvent"],"MediaPlayer_MPChangeShuffleModeCommand":["MediaPlayer_MPRemoteCommand"],"MediaPlayer_MPChangeShuffleModeCommandEvent":["MediaPlayer_MPRemoteCommandEvent"],"MediaPlayer_MPContentItem":[],"MediaPlayer_MPFeedbackCommand":["MediaPlayer_MPRemoteCommand"],"MediaPlayer_MPFeedbackCommandEvent":["MediaPlayer_MPRemoteCommandEvent"],"MediaPlayer_MPMediaEntity":[],"MediaPlayer_MPMediaItem":["MediaPlayer_MPMediaEntity"],"MediaPlayer_MPMediaItemArtwork":[],"MediaPlayer_MPMediaItemCollection":["MediaPlayer_MPMediaEntity"],"MediaPlayer_MPMediaLibrary":[],"MediaPlayer_MPMediaPlaylist":["MediaPlayer_MPMediaItemCollection"],"MediaPlayer_MPMediaPlaylistCreationMetadata":[],"MediaPlayer_MPMediaPredicate":[],"MediaPlayer_MPMediaPropertyPredicate":["MediaPlayer_MPMediaPredicate"],"MediaPlayer_MPMediaQuery":[],"MediaPlayer_MPMediaQuerySection":[],"MediaPlayer_MPMusicPlayerApplicationController":["MediaPlayer_MPMusicPlayerController"],"MediaPlayer_MPMusicPlayerController":[],"MediaPlayer_MPMusicPlayerControllerMutableQueue":["MediaPlayer_MPMusicPlayerControllerQueue"],"MediaPlayer_MPMusicPlayerControllerQueue":[],"MediaPlayer_MPMusicPlayerMediaItemQueueDescriptor":["MediaPlayer_MPMusicPlayerQueueDescriptor"],"MediaPlayer_MPMusicPlayerPlayParameters":[],"MediaPlayer_MPMusicPlayerPlayParametersQueueDescriptor":["MediaPlayer_MPMusicPlayerQueueDescriptor"],"MediaPlayer_MPMusicPlayerQueueDescriptor":[],"MediaPlayer_MPMusicPlayerStoreQueueDescriptor":["MediaPlayer_MPMusicPlayerQueueDescriptor"],"MediaPlayer_MPNowPlayingInfoCenter":[],"MediaPlayer_MPNowPlayingInfoLanguageOption":[],"MediaPlayer_MPNowPlayingInfoLanguageOptionGroup":[],"MediaPlayer_MPNowPlayingSession":[],"MediaPlayer_MPPlayableContentManager":[],"MediaPlayer_MPPlayableContentManagerContext":[],"MediaPlayer_MPRatingCommand":["MediaPlayer_MPRemoteCommand"],"MediaPlayer_MPRatingCommandEvent":["MediaPlayer_MPRemoteCommandEvent"],"MediaPlayer_MPRemoteCommand":[],"MediaPlayer_MPRemoteCommandCenter":[],"MediaPlayer_MPRemoteCommandEvent":[],"MediaPlayer_MPSeekCommandEvent":["MediaPlayer_MPRemoteCommandEvent"],"MediaPlayer_MPSkipIntervalCommand":["MediaPlayer_MPRemoteCommand"],"MediaPlayer_MPSkipIntervalCommandEvent":["MediaPlayer_MPRemoteCommandEvent"],"MediaPlayer_all":["MediaPlayer","MediaPlayer_MPAdTimeRange","MediaPlayer_MPChangeLanguageOptionCommandEvent","MediaPlayer_MPChangePlaybackPositionCommand","MediaPlayer_MPChangePlaybackPositionCommandEvent","MediaPlayer_MPChangePlaybackRateCommand","MediaPlayer_MPChangePlaybackRateCommandEvent","MediaPlayer_MPChangeRepeatModeCommand","MediaPlayer_MPChangeRepeatModeCommandEvent","MediaPlayer_MPChangeShuffleModeCommand","MediaPlayer_MPChangeShuffleModeCommandEvent","MediaPlayer_MPContentItem","MediaPlayer_MPFeedbackCommand","MediaPlayer_MPFeedbackCommandEvent","MediaPlayer_MPMediaEntity","MediaPlayer_MPMediaItem","MediaPlayer_MPMediaItemArtwork","MediaPlayer_MPMediaItemCollection","MediaPlayer_MPMediaLibrary","MediaPlayer_MPMediaPlaylist","MediaPlayer_MPMediaPlaylistCreationMetadata","MediaPlayer_MPMediaPredicate","MediaPlayer_MPMediaPropertyPredicate","MediaPlayer_MPMediaQuery","MediaPlayer_MPMediaQuerySection","MediaPlayer_MPMusicPlayerApplicationController","MediaPlayer_MPMusicPlayerController","MediaPlayer_MPMusicPlayerControllerMutableQueue","MediaPlayer_MPMusicPlayerControllerQueue","MediaPlayer_MPMusicPlayerMediaItemQueueDescriptor","MediaPlayer_MPMusicPlayerPlayParameters","MediaPlayer_MPMusicPlayerPlayParametersQueueDescriptor","MediaPlayer_MPMusicPlayerQueueDescriptor","MediaPlayer_MPMusicPlayerStoreQueueDescriptor","MediaPlayer_MPNowPlayingInfoCenter","MediaPlayer_MPNowPlayingInfoLanguageOption","MediaPlayer_MPNowPlayingInfoLanguageOptionGroup","MediaPlayer_MPNowPlayingSession","MediaPlayer_MPPlayableContentManager","MediaPlayer_MPPlayableContentManagerContext","MediaPlayer_MPRatingCommand","MediaPlayer_MPRatingCommandEvent","MediaPlayer_MPRemoteCommand","MediaPlayer_MPRemoteCommandCenter","MediaPlayer_MPRemoteCommandEvent","MediaPlayer_MPSeekCommandEvent","MediaPlayer_MPSkipIntervalCommand","MediaPlayer_MPSkipIntervalCommandEvent"],"Metal":["Foundation"],"MetalFX":["Metal"],"MetalFX_MTLFXSpatialScalerDescriptor":[],"MetalFX_MTLFXTemporalScalerDescriptor":[],"MetalFX_all":["MetalFX","MetalFX_MTLFXSpatialScalerDescriptor","MetalFX_MTLFXTemporalScalerDescriptor"],"MetalKit":["AppKit","Foundation","Metal","Metal_MTLRenderPipelineReflection","Metal_MTLComputePipelineReflection"],"MetalKit_MTKMesh":[],"MetalKit_MTKMeshBuffer":[],"MetalKit_MTKMeshBufferAllocator":[],"MetalKit_MTKSubmesh":[],"MetalKit_MTKTextureLoader":[],"MetalKit_MTKView":["AppKit_NSView"],"MetalKit_all":["MetalKit","MetalKit_MTKMesh","MetalKit_MTKMeshBuffer","MetalKit_MTKMeshBufferAllocator","MetalKit_MTKSubmesh","MetalKit_MTKTextureLoader","MetalKit_MTKView"],"Metal_MTLAccelerationStructureBoundingBoxGeometryDescriptor":["Metal_MTLAccelerationStructureGeometryDescriptor"],"Metal_MTLAccelerationStructureDescriptor":[],"Metal_MTLAccelerationStructureGeometryDescriptor":[],"Metal_MTLAccelerationStructureMotionBoundingBoxGeometryDescriptor":["Metal_MTLAccelerationStructureGeometryDescriptor"],"Metal_MTLAccelerationStructureMotionTriangleGeometryDescriptor":["Metal_MTLAccelerationStructureGeometryDescriptor"],"Metal_MTLAccelerationStructurePassDescriptor":[],"Metal_MTLAccelerationStructurePassSampleBufferAttachmentDescriptor":[],"Metal_MTLAccelerationStructurePassSampleBufferAttachmentDescriptorArray":[],"Metal_MTLAccelerationStructureTriangleGeometryDescriptor":["Metal_MTLAccelerationStructureGeometryDescriptor"],"Metal_MTLArgument":[],"Metal_MTLArgumentDescriptor":[],"Metal_MTLArrayType":["Metal_MTLType"],"Metal_MTLAttribute":[],"Metal_MTLAttributeDescriptor":[],"Metal_MTLAttributeDescriptorArray":[],"Metal_MTLBinaryArchiveDescriptor":[],"Metal_MTLBlitPassDescriptor":[],"Metal_MTLBlitPassSampleBufferAttachmentDescriptor":[],"Metal_MTLBlitPassSampleBufferAttachmentDescriptorArray":[],"Metal_MTLBufferLayoutDescriptor":[],"Metal_MTLBufferLayoutDescriptorArray":[],"Metal_MTLCaptureDescriptor":[],"Metal_MTLCaptureManager":[],"Metal_MTLCommandBufferDescriptor":[],"Metal_MTLCompileOptions":[],"Metal_MTLComputePassDescriptor":[],"Metal_MTLComputePassSampleBufferAttachmentDescriptor":[],"Metal_MTLComputePassSampleBufferAttachmentDescriptorArray":[],"Metal_MTLComputePipelineDescriptor":[],"Metal_MTLComputePipelineReflection":[],"Metal_MTLCounterSampleBufferDescriptor":[],"Metal_MTLDepthStencilDescriptor":[],"Metal_MTLFunctionConstant":[],"Metal_MTLFunctionConstantValues":[],"Metal_MTLFunctionDescriptor":[],"Metal_MTLFunctionStitchingAttributeAlwaysInline":[],"Metal_MTLFunctionStitchingFunctionNode":[],"Metal_MTLFunctionStitchingGraph":[],"Metal_MTLFunctionStitchingInputNode":[],"Metal_MTLHeapDescriptor":[],"Metal_MTLIOCommandQueueDescriptor":[],"Metal_MTLIndirectCommandBufferDescriptor":[],"Metal_MTLInstanceAccelerationStructureDescriptor":["Metal_MTLAccelerationStructureDescriptor"],"Metal_MTLIntersectionFunctionDescriptor":["Metal_MTLFunctionDescriptor"],"Metal_MTLIntersectionFunctionTableDescriptor":[],"Metal_MTLLinkedFunctions":[],"Metal_MTLMeshRenderPipelineDescriptor":[],"Metal_MTLMotionKeyframeData":[],"Metal_MTLPipelineBufferDescriptor":[],"Metal_MTLPipelineBufferDescriptorArray":[],"Metal_MTLPointerType":["Metal_MTLType"],"Metal_MTLPrimitiveAccelerationStructureDescriptor":["Metal_MTLAccelerationStructureDescriptor"],"Metal_MTLRasterizationRateLayerArray":[],"Metal_MTLRasterizationRateLayerDescriptor":[],"Metal_MTLRasterizationRateMapDescriptor":[],"Metal_MTLRasterizationRateSampleArray":[],"Metal_MTLRenderPassAttachmentDescriptor":[],"Metal_MTLRenderPassColorAttachmentDescriptor":["Metal_MTLRenderPassAttachmentDescriptor"],"Metal_MTLRenderPassColorAttachmentDescriptorArray":[],"Metal_MTLRenderPassDepthAttachmentDescriptor":["Metal_MTLRenderPassAttachmentDescriptor"],"Metal_MTLRenderPassDescriptor":[],"Metal_MTLRenderPassSampleBufferAttachmentDescriptor":[],"Metal_MTLRenderPassSampleBufferAttachmentDescriptorArray":[],"Metal_MTLRenderPassStencilAttachmentDescriptor":["Metal_MTLRenderPassAttachmentDescriptor"],"Metal_MTLRenderPipelineColorAttachmentDescriptor":[],"Metal_MTLRenderPipelineColorAttachmentDescriptorArray":[],"Metal_MTLRenderPipelineDescriptor":[],"Metal_MTLRenderPipelineFunctionsDescriptor":[],"Metal_MTLRenderPipelineReflection":[],"Metal_MTLResourceStatePassDescriptor":[],"Metal_MTLResourceStatePassSampleBufferAttachmentDescriptor":[],"Metal_MTLResourceStatePassSampleBufferAttachmentDescriptorArray":[],"Metal_MTLSamplerDescriptor":[],"Metal_MTLSharedEventHandle":[],"Metal_MTLSharedEventListener":[],"Metal_MTLSharedTextureHandle":[],"Metal_MTLStageInputOutputDescriptor":[],"Metal_MTLStencilDescriptor":[],"Metal_MTLStitchedLibraryDescriptor":[],"Metal_MTLStructMember":[],"Metal_MTLStructType":["Metal_MTLType"],"Metal_MTLTextureDescriptor":[],"Metal_MTLTextureReferenceType":["Metal_MTLType"],"Metal_MTLTileRenderPipelineColorAttachmentDescriptor":[],"Metal_MTLTileRenderPipelineColorAttachmentDescriptorArray":[],"Metal_MTLTileRenderPipelineDescriptor":[],"Metal_MTLType":[],"Metal_MTLVertexAttribute":[],"Metal_MTLVertexAttributeDescriptor":[],"Metal_MTLVertexAttributeDescriptorArray":[],"Metal_MTLVertexBufferLayoutDescriptor":[],"Metal_MTLVertexBufferLayoutDescriptorArray":[],"Metal_MTLVertexDescriptor":[],"Metal_MTLVisibleFunctionTableDescriptor":[],"Metal_all":["Metal","Metal_MTLAccelerationStructureBoundingBoxGeometryDescriptor","Metal_MTLAccelerationStructureDescriptor","Metal_MTLAccelerationStructureGeometryDescriptor","Metal_MTLAccelerationStructureMotionBoundingBoxGeometryDescriptor","Metal_MTLAccelerationStructureMotionTriangleGeometryDescriptor","Metal_MTLAccelerationStructurePassDescriptor","Metal_MTLAccelerationStructurePassSampleBufferAttachmentDescriptor","Metal_MTLAccelerationStructurePassSampleBufferAttachmentDescriptorArray","Metal_MTLAccelerationStructureTriangleGeometryDescriptor","Metal_MTLArgument","Metal_MTLArgumentDescriptor","Metal_MTLArrayType","Metal_MTLAttribute","Metal_MTLAttributeDescriptor","Metal_MTLAttributeDescriptorArray","Metal_MTLBinaryArchiveDescriptor","Metal_MTLBlitPassDescriptor","Metal_MTLBlitPassSampleBufferAttachmentDescriptor","Metal_MTLBlitPassSampleBufferAttachmentDescriptorArray","Metal_MTLBufferLayoutDescriptor","Metal_MTLBufferLayoutDescriptorArray","Metal_MTLCaptureDescriptor","Metal_MTLCaptureManager","Metal_MTLCommandBufferDescriptor","Metal_MTLCompileOptions","Metal_MTLComputePassDescriptor","Metal_MTLComputePassSampleBufferAttachmentDescriptor","Metal_MTLComputePassSampleBufferAttachmentDescriptorArray","Metal_MTLComputePipelineDescriptor","Metal_MTLComputePipelineReflection","Metal_MTLCounterSampleBufferDescriptor","Metal_MTLDepthStencilDescriptor","Metal_MTLFunctionConstant","Metal_MTLFunctionConstantValues","Metal_MTLFunctionDescriptor","Metal_MTLFunctionStitchingAttributeAlwaysInline","Metal_MTLFunctionStitchingFunctionNode","Metal_MTLFunctionStitchingGraph","Metal_MTLFunctionStitchingInputNode","Metal_MTLHeapDescriptor","Metal_MTLIOCommandQueueDescriptor","Metal_MTLIndirectCommandBufferDescriptor","Metal_MTLInstanceAccelerationStructureDescriptor","Metal_MTLIntersectionFunctionDescriptor","Metal_MTLIntersectionFunctionTableDescriptor","Metal_MTLLinkedFunctions","Metal_MTLMeshRenderPipelineDescriptor","Metal_MTLMotionKeyframeData","Metal_MTLPipelineBufferDescriptor","Metal_MTLPipelineBufferDescriptorArray","Metal_MTLPointerType","Metal_MTLPrimitiveAccelerationStructureDescriptor","Metal_MTLRasterizationRateLayerArray","Metal_MTLRasterizationRateLayerDescriptor","Metal_MTLRasterizationRateMapDescriptor","Metal_MTLRasterizationRateSampleArray","Metal_MTLRenderPassAttachmentDescriptor","Metal_MTLRenderPassColorAttachmentDescriptor","Metal_MTLRenderPassColorAttachmentDescriptorArray","Metal_MTLRenderPassDepthAttachmentDescriptor","Metal_MTLRenderPassDescriptor","Metal_MTLRenderPassSampleBufferAttachmentDescriptor","Metal_MTLRenderPassSampleBufferAttachmentDescriptorArray","Metal_MTLRenderPassStencilAttachmentDescriptor","Metal_MTLRenderPipelineColorAttachmentDescriptor","Metal_MTLRenderPipelineColorAttachmentDescriptorArray","Metal_MTLRenderPipelineDescriptor","Metal_MTLRenderPipelineFunctionsDescriptor","Metal_MTLRenderPipelineReflection","Metal_MTLResourceStatePassDescriptor","Metal_MTLResourceStatePassSampleBufferAttachmentDescriptor","Metal_MTLResourceStatePassSampleBufferAttachmentDescriptorArray","Metal_MTLSamplerDescriptor","Metal_MTLSharedEventHandle","Metal_MTLSharedEventListener","Metal_MTLSharedTextureHandle","Metal_MTLStageInputOutputDescriptor","Metal_MTLStencilDescriptor","Metal_MTLStitchedLibraryDescriptor","Metal_MTLStructMember","Metal_MTLStructType","Metal_MTLTextureDescriptor","Metal_MTLTextureReferenceType","Metal_MTLTileRenderPipelineColorAttachmentDescriptor","Metal_MTLTileRenderPipelineColorAttachmentDescriptorArray","Metal_MTLTileRenderPipelineDescriptor","Metal_MTLType","Metal_MTLVertexAttribute","Metal_MTLVertexAttributeDescriptor","Metal_MTLVertexAttributeDescriptorArray","Metal_MTLVertexBufferLayoutDescriptor","Metal_MTLVertexBufferLayoutDescriptorArray","Metal_MTLVertexDescriptor","Metal_MTLVisibleFunctionTableDescriptor"],"MetricKit":["Foundation"],"MetricKit_MXAnimationMetric":["MetricKit_MXMetric"],"MetricKit_MXAppExitMetric":["MetricKit_MXMetric"],"MetricKit_MXAppLaunchDiagnostic":["MetricKit_MXDiagnostic"],"MetricKit_MXAppLaunchMetric":["MetricKit_MXMetric"],"MetricKit_MXAppResponsivenessMetric":["MetricKit_MXMetric"],"MetricKit_MXAppRunTimeMetric":["MetricKit_MXMetric"],"MetricKit_MXAverage":[],"MetricKit_MXBackgroundExitData":[],"MetricKit_MXCPUExceptionDiagnostic":["MetricKit_MXDiagnostic"],"MetricKit_MXCPUMetric":["MetricKit_MXMetric"],"MetricKit_MXCallStackTree":[],"MetricKit_MXCellularConditionMetric":["MetricKit_MXMetric"],"MetricKit_MXCrashDiagnostic":["MetricKit_MXDiagnostic"],"MetricKit_MXDiagnostic":[],"MetricKit_MXDiagnosticPayload":[],"MetricKit_MXDiskIOMetric":["MetricKit_MXMetric"],"MetricKit_MXDiskWriteExceptionDiagnostic":["MetricKit_MXDiagnostic"],"MetricKit_MXDisplayMetric":["MetricKit_MXMetric"],"MetricKit_MXForegroundExitData":[],"MetricKit_MXGPUMetric":["MetricKit_MXMetric"],"MetricKit_MXHangDiagnostic":["MetricKit_MXDiagnostic"],"MetricKit_MXHistogram":[],"MetricKit_MXHistogramBucket":[],"MetricKit_MXLocationActivityMetric":["MetricKit_MXMetric"],"MetricKit_MXMemoryMetric":["MetricKit_MXMetric"],"MetricKit_MXMetaData":[],"MetricKit_MXMetric":[],"MetricKit_MXMetricManager":[],"MetricKit_MXMetricPayload":[],"MetricKit_MXNetworkTransferMetric":["MetricKit_MXMetric"],"MetricKit_MXSignpostIntervalData":[],"MetricKit_MXSignpostMetric":["MetricKit_MXMetric"],"MetricKit_MXUnitAveragePixelLuminance":["Foundation_NSDimension"],"MetricKit_MXUnitSignalBars":["Foundation_NSDimension"],"MetricKit_all":["MetricKit","MetricKit_MXAnimationMetric","MetricKit_MXAppExitMetric","MetricKit_MXAppLaunchDiagnostic","MetricKit_MXAppLaunchMetric","MetricKit_MXAppResponsivenessMetric","MetricKit_MXAppRunTimeMetric","MetricKit_MXAverage","MetricKit_MXBackgroundExitData","MetricKit_MXCPUExceptionDiagnostic","MetricKit_MXCPUMetric","MetricKit_MXCallStackTree","MetricKit_MXCellularConditionMetric","MetricKit_MXCrashDiagnostic","MetricKit_MXDiagnostic","MetricKit_MXDiagnosticPayload","MetricKit_MXDiskIOMetric","MetricKit_MXDiskWriteExceptionDiagnostic","MetricKit_MXDisplayMetric","MetricKit_MXForegroundExitData","MetricKit_MXGPUMetric","MetricKit_MXHangDiagnostic","MetricKit_MXHistogram","MetricKit_MXHistogramBucket","MetricKit_MXLocationActivityMetric","MetricKit_MXMemoryMetric","MetricKit_MXMetaData","MetricKit_MXMetric","MetricKit_MXMetricManager","MetricKit_MXMetricPayload","MetricKit_MXNetworkTransferMetric","MetricKit_MXSignpostIntervalData","MetricKit_MXSignpostMetric","MetricKit_MXUnitAveragePixelLuminance","MetricKit_MXUnitSignalBars"],"OSAKit":["AppKit","Foundation"],"OSAKit_OSALanguage":[],"OSAKit_OSALanguageInstance":[],"OSAKit_OSAScript":[],"OSAKit_OSAScriptController":["AppKit_NSController"],"OSAKit_OSAScriptView":["AppKit_NSTextView"],"OSAKit_all":["OSAKit","OSAKit_OSALanguage","OSAKit_OSALanguageInstance","OSAKit_OSAScript","OSAKit_OSAScriptController","OSAKit_OSAScriptView"],"PhotoKit":["AppKit","CoreLocation","Foundation"],"PhotoKit_PHAdjustmentData":[],"PhotoKit_PHAsset":["PhotoKit_PHObject"],"PhotoKit_PHAssetChangeRequest":["PhotoKit_PHChangeRequest"],"PhotoKit_PHAssetCollection":["PhotoKit_PHCollection"],"PhotoKit_PHAssetCollectionChangeRequest":["PhotoKit_PHChangeRequest"],"PhotoKit_PHAssetCreationRequest":["PhotoKit_PHAssetChangeRequest"],"PhotoKit_PHAssetResource":[],"PhotoKit_PHAssetResourceCreationOptions":[],"PhotoKit_PHAssetResourceManager":[],"PhotoKit_PHAssetResourceRequestOptions":[],"PhotoKit_PHCachingImageManager":["PhotoKit_PHImageManager"],"PhotoKit_PHChange":[],"PhotoKit_PHChangeRequest":[],"PhotoKit_PHCloudIdentifier":[],"PhotoKit_PHCloudIdentifierMapping":[],"PhotoKit_PHCollection":["PhotoKit_PHObject"],"PhotoKit_PHCollectionList":["PhotoKit_PHCollection"],"PhotoKit_PHCollectionListChangeRequest":["PhotoKit_PHChangeRequest"],"PhotoKit_PHContentEditingInput":[],"PhotoKit_PHContentEditingInputRequestOptions":[],"PhotoKit_PHContentEditingOutput":[],"PhotoKit_PHFetchOptions":[],"PhotoKit_PHFetchResult":[],"PhotoKit_PHFetchResultChangeDetails":[],"PhotoKit_PHImageManager":[],"PhotoKit_PHImageRequestOptions":[],"PhotoKit_PHLivePhoto":[],"PhotoKit_PHLivePhotoEditingContext":[],"PhotoKit_PHLivePhotoRequestOptions":[],"PhotoKit_PHLocalIdentifierMapping":[],"PhotoKit_PHObject":[],"PhotoKit_PHObjectChangeDetails":[],"PhotoKit_PHObjectPlaceholder":["PhotoKit_PHObject"],"PhotoKit_PHPersistentChange":[],"PhotoKit_PHPersistentChangeFetchResult":[],"PhotoKit_PHPersistentChangeToken":[],"PhotoKit_PHPersistentObjectChangeDetails":[],"PhotoKit_PHPhotoLibrary":[],"PhotoKit_PHProject":["PhotoKit_PHAssetCollection"],"PhotoKit_PHProjectChangeRequest":["PhotoKit_PHChangeRequest"],"PhotoKit_PHVideoRequestOptions":[],"PhotoKit_all":["PhotoKit","PhotoKit_PHAdjustmentData","PhotoKit_PHAsset","PhotoKit_PHAssetChangeRequest","PhotoKit_PHAssetCollection","PhotoKit_PHAssetCollectionChangeRequest","PhotoKit_PHAssetCreationRequest","PhotoKit_PHAssetResource","PhotoKit_PHAssetResourceCreationOptions","PhotoKit_PHAssetResourceManager","PhotoKit_PHAssetResourceRequestOptions","PhotoKit_PHCachingImageManager","PhotoKit_PHChange","PhotoKit_PHChangeRequest","PhotoKit_PHCloudIdentifier","PhotoKit_PHCloudIdentifierMapping","PhotoKit_PHCollection","PhotoKit_PHCollectionList","PhotoKit_PHCollectionListChangeRequest","PhotoKit_PHContentEditingInput","PhotoKit_PHContentEditingInputRequestOptions","PhotoKit_PHContentEditingOutput","PhotoKit_PHFetchOptions","PhotoKit_PHFetchResult","PhotoKit_PHFetchResultChangeDetails","PhotoKit_PHImageManager","PhotoKit_PHImageRequestOptions","PhotoKit_PHLivePhoto","PhotoKit_PHLivePhotoEditingContext","PhotoKit_PHLivePhotoRequestOptions","PhotoKit_PHLocalIdentifierMapping","PhotoKit_PHObject","PhotoKit_PHObjectChangeDetails","PhotoKit_PHObjectPlaceholder","PhotoKit_PHPersistentChange","PhotoKit_PHPersistentChangeFetchResult","PhotoKit_PHPersistentChangeToken","PhotoKit_PHPersistentObjectChangeDetails","PhotoKit_PHPhotoLibrary","PhotoKit_PHProject","PhotoKit_PHProjectChangeRequest","PhotoKit_PHVideoRequestOptions"],"SoundAnalysis":["Foundation"],"SoundAnalysis_SNAudioFileAnalyzer":[],"SoundAnalysis_SNAudioStreamAnalyzer":[],"SoundAnalysis_SNClassification":[],"SoundAnalysis_SNClassificationResult":[],"SoundAnalysis_SNClassifySoundRequest":[],"SoundAnalysis_SNTimeDurationConstraint":[],"SoundAnalysis_all":["SoundAnalysis","SoundAnalysis_SNAudioFileAnalyzer","SoundAnalysis_SNAudioStreamAnalyzer","SoundAnalysis_SNClassification","SoundAnalysis_SNClassificationResult","SoundAnalysis_SNClassifySoundRequest","SoundAnalysis_SNTimeDurationConstraint"],"Speech":["Foundation"],"Speech_SFAcousticFeature":[],"Speech_SFSpeechAudioBufferRecognitionRequest":["Speech_SFSpeechRecognitionRequest"],"Speech_SFSpeechRecognitionMetadata":[],"Speech_SFSpeechRecognitionRequest":[],"Speech_SFSpeechRecognitionResult":[],"Speech_SFSpeechRecognitionTask":[],"Speech_SFSpeechRecognizer":[],"Speech_SFSpeechURLRecognitionRequest":["Speech_SFSpeechRecognitionRequest"],"Speech_SFTranscription":[],"Speech_SFTranscriptionSegment":[],"Speech_SFVoiceAnalytics":[],"Speech_all":["Speech","Speech_SFAcousticFeature","Speech_SFSpeechAudioBufferRecognitionRequest","Speech_SFSpeechRecognitionMetadata","Speech_SFSpeechRecognitionRequest","Speech_SFSpeechRecognitionResult","Speech_SFSpeechRecognitionTask","Speech_SFSpeechRecognizer","Speech_SFSpeechURLRecognitionRequest","Speech_SFTranscription","Speech_SFTranscriptionSegment","Speech_SFVoiceAnalytics"],"StoreKit":["AppKit","Foundation"],"StoreKit_SKAdImpression":[],"StoreKit_SKAdNetwork":[],"StoreKit_SKArcadeService":[],"StoreKit_SKCloudServiceController":[],"StoreKit_SKCloudServiceSetupViewController":["AppKit_NSViewController"],"StoreKit_SKDownload":[],"StoreKit_SKMutablePayment":["StoreKit_SKPayment"],"StoreKit_SKOverlay":[],"StoreKit_SKOverlayAppClipConfiguration":["StoreKit_SKOverlayConfiguration"],"StoreKit_SKOverlayAppConfiguration":["StoreKit_SKOverlayConfiguration"],"StoreKit_SKOverlayConfiguration":[],"StoreKit_SKOverlayTransitionContext":[],"StoreKit_SKPayment":[],"StoreKit_SKPaymentDiscount":[],"StoreKit_SKPaymentQueue":[],"StoreKit_SKPaymentTransaction":[],"StoreKit_SKProduct":[],"StoreKit_SKProductDiscount":[],"StoreKit_SKProductStorePromotionController":[],"StoreKit_SKProductSubscriptionPeriod":[],"StoreKit_SKProductsRequest":["StoreKit_SKRequest"],"StoreKit_SKProductsResponse":[],"StoreKit_SKReceiptRefreshRequest":["StoreKit_SKRequest"],"StoreKit_SKRequest":[],"StoreKit_SKStoreProductViewController":["AppKit_NSViewController"],"StoreKit_SKStoreReviewController":[],"StoreKit_SKStorefront":[],"StoreKit_all":["StoreKit","StoreKit_SKAdImpression","StoreKit_SKAdNetwork","StoreKit_SKArcadeService","StoreKit_SKCloudServiceController","StoreKit_SKCloudServiceSetupViewController","StoreKit_SKDownload","StoreKit_SKMutablePayment","StoreKit_SKOverlay","StoreKit_SKOverlayAppClipConfiguration","StoreKit_SKOverlayAppConfiguration","StoreKit_SKOverlayConfiguration","StoreKit_SKOverlayTransitionContext","StoreKit_SKPayment","StoreKit_SKPaymentDiscount","StoreKit_SKPaymentQueue","StoreKit_SKPaymentTransaction","StoreKit_SKProduct","StoreKit_SKProductDiscount","StoreKit_SKProductStorePromotionController","StoreKit_SKProductSubscriptionPeriod","StoreKit_SKProductsRequest","StoreKit_SKProductsResponse","StoreKit_SKReceiptRefreshRequest","StoreKit_SKRequest","StoreKit_SKStoreProductViewController","StoreKit_SKStoreReviewController","StoreKit_SKStorefront"],"UniformTypeIdentifiers":["Foundation","UniformTypeIdentifiers_UTType"],"UniformTypeIdentifiers_UTType":[],"UniformTypeIdentifiers_all":["UniformTypeIdentifiers","UniformTypeIdentifiers_UTType"],"UserNotifications":["CoreLocation","Foundation"],"UserNotifications_UNCalendarNotificationTrigger":["UserNotifications_UNNotificationTrigger"],"UserNotifications_UNLocationNotificationTrigger":["UserNotifications_UNNotificationTrigger"],"UserNotifications_UNMutableNotificationContent":["UserNotifications_UNNotificationContent"],"UserNotifications_UNNotification":[],"UserNotifications_UNNotificationAction":[],"UserNotifications_UNNotificationActionIcon":[],"UserNotifications_UNNotificationAttachment":[],"UserNotifications_UNNotificationCategory":[],"UserNotifications_UNNotificationContent":[],"UserNotifications_UNNotificationRequest":[],"UserNotifications_UNNotificationResponse":[],"UserNotifications_UNNotificationServiceExtension":[],"UserNotifications_UNNotificationSettings":[],"UserNotifications_UNNotificationSound":[],"UserNotifications_UNNotificationTrigger":[],"UserNotifications_UNPushNotificationTrigger":["UserNotifications_UNNotificationTrigger"],"UserNotifications_UNTextInputNotificationAction":["UserNotifications_UNNotificationAction"],"UserNotifications_UNTextInputNotificationResponse":["UserNotifications_UNNotificationResponse"],"UserNotifications_UNTimeIntervalNotificationTrigger":["UserNotifications_UNNotificationTrigger"],"UserNotifications_UNUserNotificationCenter":[],"UserNotifications_all":["UserNotifications","UserNotifications_UNCalendarNotificationTrigger","UserNotifications_UNLocationNotificationTrigger","UserNotifications_UNMutableNotificationContent","UserNotifications_UNNotification","UserNotifications_UNNotificationAction","UserNotifications_UNNotificationActionIcon","UserNotifications_UNNotificationAttachment","UserNotifications_UNNotificationCategory","UserNotifications_UNNotificationContent","UserNotifications_UNNotificationRequest","UserNotifications_UNNotificationResponse","UserNotifications_UNNotificationServiceExtension","UserNotifications_UNNotificationSettings","UserNotifications_UNNotificationSound","UserNotifications_UNNotificationTrigger","UserNotifications_UNPushNotificationTrigger","UserNotifications_UNTextInputNotificationAction","UserNotifications_UNTextInputNotificationResponse","UserNotifications_UNTimeIntervalNotificationTrigger","UserNotifications_UNUserNotificationCenter"],"WebKit":["AppKit","Foundation","Foundation_NSAttributedString"],"WebKit_DOMAbstractView":["WebKit_DOMObject"],"WebKit_DOMAttr":["WebKit_DOMNode"],"WebKit_DOMBlob":["WebKit_DOMObject"],"WebKit_DOMCDATASection":["WebKit_DOMText"],"WebKit_DOMCSSCharsetRule":["WebKit_DOMCSSRule"],"WebKit_DOMCSSFontFaceRule":["WebKit_DOMCSSRule"],"WebKit_DOMCSSImportRule":["WebKit_DOMCSSRule"],"WebKit_DOMCSSMediaRule":["WebKit_DOMCSSRule"],"WebKit_DOMCSSPageRule":["WebKit_DOMCSSRule"],"WebKit_DOMCSSPrimitiveValue":["WebKit_DOMCSSValue"],"WebKit_DOMCSSRule":["WebKit_DOMObject"],"WebKit_DOMCSSRuleList":["WebKit_DOMObject"],"WebKit_DOMCSSStyleDeclaration":["WebKit_DOMObject"],"WebKit_DOMCSSStyleRule":["WebKit_DOMCSSRule"],"WebKit_DOMCSSStyleSheet":["WebKit_DOMStyleSheet"],"WebKit_DOMCSSUnknownRule":["WebKit_DOMCSSRule"],"WebKit_DOMCSSValue":["WebKit_DOMObject"],"WebKit_DOMCSSValueList":["WebKit_DOMCSSValue"],"WebKit_DOMCharacterData":["WebKit_DOMNode"],"WebKit_DOMComment":["WebKit_DOMCharacterData"],"WebKit_DOMCounter":["WebKit_DOMObject"],"WebKit_DOMDocument":["WebKit_DOMNode"],"WebKit_DOMDocumentFragment":["WebKit_DOMNode"],"WebKit_DOMDocumentType":["WebKit_DOMNode"],"WebKit_DOMElement":["WebKit_DOMNode"],"WebKit_DOMEntity":["WebKit_DOMNode"],"WebKit_DOMEntityReference":["WebKit_DOMNode"],"WebKit_DOMEvent":["WebKit_DOMObject"],"WebKit_DOMFile":["WebKit_DOMBlob"],"WebKit_DOMFileList":["WebKit_DOMObject"],"WebKit_DOMHTMLAnchorElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLAppletElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLAreaElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLBRElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLBaseElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLBaseFontElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLBodyElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLButtonElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLCollection":["WebKit_DOMObject"],"WebKit_DOMHTMLDListElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLDirectoryElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLDivElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLDocument":["WebKit_DOMDocument"],"WebKit_DOMHTMLElement":["WebKit_DOMElement"],"WebKit_DOMHTMLEmbedElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLFieldSetElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLFontElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLFormElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLFrameElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLFrameSetElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLHRElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLHeadElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLHeadingElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLHtmlElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLIFrameElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLImageElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLInputElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLLIElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLLabelElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLLegendElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLLinkElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLMapElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLMarqueeElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLMenuElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLMetaElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLModElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLOListElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLObjectElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLOptGroupElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLOptionElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLOptionsCollection":["WebKit_DOMObject"],"WebKit_DOMHTMLParagraphElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLParamElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLPreElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLQuoteElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLScriptElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLSelectElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLStyleElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLTableCaptionElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLTableCellElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLTableColElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLTableElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLTableRowElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLTableSectionElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLTextAreaElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLTitleElement":["WebKit_DOMHTMLElement"],"WebKit_DOMHTMLUListElement":["WebKit_DOMHTMLElement"],"WebKit_DOMImplementation":["WebKit_DOMObject"],"WebKit_DOMKeyboardEvent":["WebKit_DOMUIEvent"],"WebKit_DOMMediaList":["WebKit_DOMObject"],"WebKit_DOMMouseEvent":["WebKit_DOMUIEvent"],"WebKit_DOMMutationEvent":["WebKit_DOMEvent"],"WebKit_DOMNamedNodeMap":["WebKit_DOMObject"],"WebKit_DOMNode":["WebKit_DOMObject"],"WebKit_DOMNodeIterator":["WebKit_DOMObject"],"WebKit_DOMNodeList":["WebKit_DOMObject"],"WebKit_DOMObject":["WebKit_WebScriptObject"],"WebKit_DOMOverflowEvent":["WebKit_DOMEvent"],"WebKit_DOMProcessingInstruction":["WebKit_DOMCharacterData"],"WebKit_DOMProgressEvent":["WebKit_DOMEvent"],"WebKit_DOMRGBColor":["WebKit_DOMObject"],"WebKit_DOMRange":["WebKit_DOMObject"],"WebKit_DOMRect":["WebKit_DOMObject"],"WebKit_DOMStyleSheet":["WebKit_DOMObject"],"WebKit_DOMStyleSheetList":["WebKit_DOMObject"],"WebKit_DOMText":["WebKit_DOMCharacterData"],"WebKit_DOMTreeWalker":["WebKit_DOMObject"],"WebKit_DOMUIEvent":["WebKit_DOMEvent"],"WebKit_DOMWheelEvent":["WebKit_DOMMouseEvent"],"WebKit_DOMXPathExpression":["WebKit_DOMObject"],"WebKit_DOMXPathResult":["WebKit_DOMObject"],"WebKit_WKBackForwardList":[],"WebKit_WKBackForwardListItem":[],"WebKit_WKContentRuleList":[],"WebKit_WKContentRuleListStore":[],"WebKit_WKContentWorld":[],"WebKit_WKDownload":[],"WebKit_WKFindConfiguration":[],"WebKit_WKFindResult":[],"WebKit_WKFrameInfo":[],"WebKit_WKHTTPCookieStore":[],"WebKit_WKNavigation":[],"WebKit_WKNavigationAction":[],"WebKit_WKNavigationResponse":[],"WebKit_WKOpenPanelParameters":[],"WebKit_WKPDFConfiguration":[],"WebKit_WKPreferences":[],"WebKit_WKProcessPool":[],"WebKit_WKScriptMessage":[],"WebKit_WKSecurityOrigin":[],"WebKit_WKSnapshotConfiguration":[],"WebKit_WKUserContentController":[],"WebKit_WKUserScript":[],"WebKit_WKWebView":["AppKit_NSView"],"WebKit_WKWebViewConfiguration":[],"WebKit_WKWebpagePreferences":[],"WebKit_WKWebsiteDataRecord":[],"WebKit_WKWebsiteDataStore":[],"WebKit_WKWindowFeatures":[],"WebKit_WebArchive":[],"WebKit_WebBackForwardList":[],"WebKit_WebDataSource":[],"WebKit_WebDownload":["Foundation_NSURLDownload"],"WebKit_WebFrame":[],"WebKit_WebFrameView":["AppKit_NSView"],"WebKit_WebHistory":[],"WebKit_WebHistoryItem":[],"WebKit_WebPreferences":[],"WebKit_WebResource":[],"WebKit_WebScriptObject":[],"WebKit_WebUndefined":[],"WebKit_WebView":["AppKit_NSView"],"WebKit_all":["WebKit","WebKit_DOMAbstractView","WebKit_DOMAttr","WebKit_DOMBlob","WebKit_DOMCDATASection","WebKit_DOMCSSCharsetRule","WebKit_DOMCSSFontFaceRule","WebKit_DOMCSSImportRule","WebKit_DOMCSSMediaRule","WebKit_DOMCSSPageRule","WebKit_DOMCSSPrimitiveValue","WebKit_DOMCSSRule","WebKit_DOMCSSRuleList","WebKit_DOMCSSStyleDeclaration","WebKit_DOMCSSStyleRule","WebKit_DOMCSSStyleSheet","WebKit_DOMCSSUnknownRule","WebKit_DOMCSSValue","WebKit_DOMCSSValueList","WebKit_DOMCharacterData","WebKit_DOMComment","WebKit_DOMCounter","WebKit_DOMDocument","WebKit_DOMDocumentFragment","WebKit_DOMDocumentType","WebKit_DOMElement","WebKit_DOMEntity","WebKit_DOMEntityReference","WebKit_DOMEvent","WebKit_DOMFile","WebKit_DOMFileList","WebKit_DOMHTMLAnchorElement","WebKit_DOMHTMLAppletElement","WebKit_DOMHTMLAreaElement","WebKit_DOMHTMLBRElement","WebKit_DOMHTMLBaseElement","WebKit_DOMHTMLBaseFontElement","WebKit_DOMHTMLBodyElement","WebKit_DOMHTMLButtonElement","WebKit_DOMHTMLCollection","WebKit_DOMHTMLDListElement","WebKit_DOMHTMLDirectoryElement","WebKit_DOMHTMLDivElement","WebKit_DOMHTMLDocument","WebKit_DOMHTMLElement","WebKit_DOMHTMLEmbedElement","WebKit_DOMHTMLFieldSetElement","WebKit_DOMHTMLFontElement","WebKit_DOMHTMLFormElement","WebKit_DOMHTMLFrameElement","WebKit_DOMHTMLFrameSetElement","WebKit_DOMHTMLHRElement","WebKit_DOMHTMLHeadElement","WebKit_DOMHTMLHeadingElement","WebKit_DOMHTMLHtmlElement","WebKit_DOMHTMLIFrameElement","WebKit_DOMHTMLImageElement","WebKit_DOMHTMLInputElement","WebKit_DOMHTMLLIElement","WebKit_DOMHTMLLabelElement","WebKit_DOMHTMLLegendElement","WebKit_DOMHTMLLinkElement","WebKit_DOMHTMLMapElement","WebKit_DOMHTMLMarqueeElement","WebKit_DOMHTMLMenuElement","WebKit_DOMHTMLMetaElement","WebKit_DOMHTMLModElement","WebKit_DOMHTMLOListElement","WebKit_DOMHTMLObjectElement","WebKit_DOMHTMLOptGroupElement","WebKit_DOMHTMLOptionElement","WebKit_DOMHTMLOptionsCollection","WebKit_DOMHTMLParagraphElement","WebKit_DOMHTMLParamElement","WebKit_DOMHTMLPreElement","WebKit_DOMHTMLQuoteElement","WebKit_DOMHTMLScriptElement","WebKit_DOMHTMLSelectElement","WebKit_DOMHTMLStyleElement","WebKit_DOMHTMLTableCaptionElement","WebKit_DOMHTMLTableCellElement","WebKit_DOMHTMLTableColElement","WebKit_DOMHTMLTableElement","WebKit_DOMHTMLTableRowElement","WebKit_DOMHTMLTableSectionElement","WebKit_DOMHTMLTextAreaElement","WebKit_DOMHTMLTitleElement","WebKit_DOMHTMLUListElement","WebKit_DOMImplementation","WebKit_DOMKeyboardEvent","WebKit_DOMMediaList","WebKit_DOMMouseEvent","WebKit_DOMMutationEvent","WebKit_DOMNamedNodeMap","WebKit_DOMNode","WebKit_DOMNodeIterator","WebKit_DOMNodeList","WebKit_DOMObject","WebKit_DOMOverflowEvent","WebKit_DOMProcessingInstruction","WebKit_DOMProgressEvent","WebKit_DOMRGBColor","WebKit_DOMRange","WebKit_DOMRect","WebKit_DOMStyleSheet","WebKit_DOMStyleSheetList","WebKit_DOMText","WebKit_DOMTreeWalker","WebKit_DOMUIEvent","WebKit_DOMWheelEvent","WebKit_DOMXPathExpression","WebKit_DOMXPathResult","WebKit_WKBackForwardList","WebKit_WKBackForwardListItem","WebKit_WKContentRuleList","WebKit_WKContentRuleListStore","WebKit_WKContentWorld","WebKit_WKDownload","WebKit_WKFindConfiguration","WebKit_WKFindResult","WebKit_WKFrameInfo","WebKit_WKHTTPCookieStore","WebKit_WKNavigation","WebKit_WKNavigationAction","WebKit_WKNavigationResponse","WebKit_WKOpenPanelParameters","WebKit_WKPDFConfiguration","WebKit_WKPreferences","WebKit_WKProcessPool","WebKit_WKScriptMessage","WebKit_WKSecurityOrigin","WebKit_WKSnapshotConfiguration","WebKit_WKUserContentController","WebKit_WKUserScript","WebKit_WKWebView","WebKit_WKWebViewConfiguration","WebKit_WKWebpagePreferences","WebKit_WKWebsiteDataRecord","WebKit_WKWebsiteDataStore","WebKit_WKWindowFeatures","WebKit_WebArchive","WebKit_WebBackForwardList","WebKit_WebDataSource","WebKit_WebDownload","WebKit_WebFrame","WebKit_WebFrameView","WebKit_WebHistory","WebKit_WebHistoryItem","WebKit_WebPreferences","WebKit_WebResource","WebKit_WebScriptObject","WebKit_WebUndefined","WebKit_WebView"],"alloc":["objc2?/alloc","block2?/alloc"],"apple":["objc2?/apple","block2?/apple"],"block":["block2"],"block2":["dep:block2"],"default":["std","apple"],"dispatch":["dep:dispatch"],"gnustep-1-7":["objc2?/gnustep-1-7","block2?/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc2?/gnustep-1-8","block2?/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc2?/gnustep-1-9","block2?/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc2?/gnustep-2-0","block2?/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc2?/gnustep-2-1","block2?/gnustep-2-1"],"objc2":["dep:objc2"],"objective-c":["objc2"],"std":["alloc","objc2?/std","block2?/std"],"unstable-docsrs":[],"unstable-example-basic_usage":["Foundation","Foundation_NSArray","Foundation_NSDictionary","Foundation_NSEnumerator"],"unstable-example-browser":["apple","AppKit","AppKit_NSButton","AppKit_NSColor","AppKit_NSMenu","AppKit_NSMenuItem","AppKit_NSStackView","AppKit_NSTextAttachmentCell","AppKit_NSTextField","AppKit_NSTextView","AppKit_NSWindow","Foundation","Foundation_NSString","Foundation_NSURL","Foundation_NSURLRequest","WebKit","WebKit_WKNavigation","WebKit_WKWebView"],"unstable-example-delegate":["apple","Foundation","Foundation_NSString","AppKit","AppKit_NSResponder"],"unstable-example-nspasteboard":["apple","Foundation","Foundation_NSArray","Foundation_NSDictionary","Foundation_NSString","AppKit","AppKit_NSPasteboard"],"unstable-example-speech_synthesis":["apple","Foundation","Foundation_NSString"],"unstable-frameworks-all":["unstable-frameworks-ios","unstable-frameworks-macos-13"],"unstable-frameworks-gnustep":["AppKit_all","Foundation_all"],"unstable-frameworks-gnustep-32bit":["Foundation_all"],"unstable-frameworks-ios":["Foundation_all","unstable-example-basic_usage","unstable-example-speech_synthesis"],"unstable-frameworks-macos-10-13":["CloudKit_all","Contacts_all","CoreLocation_all","EventKit_all","ExternalAccessory_all","GameController_all","GameKit_all","LocalAuthentication_all","MapKit_all","MediaPlayer_all","MetalKit_all","Metal_all","PhotoKit_all","unstable-example-delegate","unstable-example-nspasteboard","unstable-example-speech_synthesis","unstable-frameworks-macos-10-7"],"unstable-frameworks-macos-10-7":["AppKit_all","Automator_all","CoreAnimation_all","CoreData_all","ExceptionHandling_all","Foundation_all","InputMethodKit_all","OSAKit_all","StoreKit_all","WebKit_all","unstable-example-basic_usage"],"unstable-frameworks-macos-11":["Accessibility_all","ClassKit_all","UniformTypeIdentifiers_all","unstable-frameworks-macos-10-13"],"unstable-frameworks-macos-12":["DataDetection_all","LocalAuthenticationEmbeddedUI_all","MailKit_all","MetricKit_all","unstable-frameworks-macos-11"],"unstable-frameworks-macos-13":["AdServices_all","AdSupport_all","AuthenticationServices_all","AutomaticAssessmentConfiguration_all","BackgroundAssets_all","BusinessChat_all","CallKit_all","DeviceCheck_all","ExtensionKit_all","FileProviderUI_all","FileProvider_all","HealthKit_all","IdentityLookup_all","LinkPresentation_all","MetalFX_all","SoundAnalysis_all","Speech_all","UserNotifications_all","unstable-example-browser","unstable-frameworks-macos-12"],"unstable-private":[],"unstable-static-nsstring":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icrate-0.0.4/Cargo.toml","categories":["accessibility","api-bindings","development-tools::ffi","external-ffi-bindings","os::macos-apis"],"keywords":["macos","ios","cocoa","apple","framework"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/icrate/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin","features":["block","objective-c","dispatch","unstable-frameworks-all","unstable-private","unstable-docsrs"],"targets":["x86_64-apple-darwin","aarch64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"idna","version":"0.5.0","authors":["The rust-url developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#idna@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"IDNA (Internationalizing Domain Names in Applications) and Punycode.","dependencies":[{"name":"unicode-bidi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.10","kind":"normal","optional":false,"uses_default_features":false,"features":["hardcoded-data"],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-normalization","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.22","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tester","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"idna","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs","edition":"2018","doctest":false,"test":true,"doc":true},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"unit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/tests/unit.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"all","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/benches/all.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"std":["alloc","unicode-bidi/std","unicode-normalization/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/Cargo.toml","categories":["no_std"],"keywords":[],"readme":null,"repository":"https://github.com/servo/rust-url/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"image","version":"0.25.1","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#image@0.25.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Imaging library. Provides basic image processing and encoders/decoders for common image formats.","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"normal","optional":false,"uses_default_features":true,"features":["extern_crate_alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"color_quant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dav1d","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dcv-color-primitives","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"exr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gif","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"image-webp","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"mp4parse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"png","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"qoi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ravif","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rgb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.25","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tiff","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zune-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zune-jpeg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crc32fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glob","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-complex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"image","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"concat","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/examples/concat/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"convert","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/examples/convert.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"decode","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/examples/decode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"fractal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/examples/fractal.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"gradient","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/examples/gradient/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"opening","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/examples/opening.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"scaledown","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/examples/scaledown/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"scaleup","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/examples/scaleup/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"tile","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/examples/tile/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"conversions","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/tests/conversions.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"limits","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/tests/limits.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"limits_anim","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/tests/limits_anim.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"reference_images","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/tests/reference_images.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"regression","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/tests/regression.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"save_jpeg","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/tests/save_jpeg.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"truncate_images","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/tests/truncate_images.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decode","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/benches/decode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/benches/encode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"copy_from","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/benches/copy_from.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"avif":["dep:ravif","dep:rgb"],"avif-native":["dep:mp4parse","dep:dcv-color-primitives","dep:dav1d"],"benchmarks":[],"bmp":[],"dds":[],"default":["rayon","default-formats"],"default-formats":["avif","bmp","dds","exr","ff","gif","hdr","ico","jpeg","png","pnm","qoi","tga","tiff","webp"],"exr":["dep:exr"],"ff":[],"gif":["dep:gif","dep:color_quant"],"hdr":[],"ico":["bmp","png"],"jpeg":["dep:zune-core","dep:zune-jpeg"],"nasm":["ravif?/asm"],"png":["dep:png"],"pnm":[],"qoi":["dep:qoi"],"rayon":["dep:rayon"],"tga":[],"tiff":["dep:tiff"],"webp":["dep:image-webp"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.1/Cargo.toml","categories":["multimedia::images","multimedia::encoding","encoding"],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/image","homepage":"https://github.com/image-rs/image","documentation":"https://docs.rs/image","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"exclude":["src/png/testdata/*","examples/*","tests/*"],"include":["/LICENSE-APACHE","/LICENSE-MIT","/README.md","/CHANGES.md","/src/","/benches/"],"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.67.1"},"license":"MIT OR Apache-2.0"},{"package":{"name":"indexmap","version":"2.2.6","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.2.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A hash table with consistent order and fast iteration.","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"borsh","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"equivalent","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hashbrown","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.1","kind":"normal","optional":false,"uses_default_features":false,"features":["raw"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rustc-rayon","registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fxhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"indexmap","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"equivalent_trait","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/equivalent_trait.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"macros_full_path","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/macros_full_path.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"quick","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/quick.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/tests/tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"faststring","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/benches/faststring.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"borsh":["dep:borsh"],"default":["std"],"quickcheck":["dep:quickcheck"],"rayon":["dep:rayon"],"rustc-rayon":["dep:rustc-rayon"],"serde":["dep:serde"],"std":[],"test_debug":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.2.6/Cargo.toml","categories":["data-structures","no-std"],"keywords":["hashmap","no_std"],"readme":"README.md","repository":"https://github.com/indexmap-rs/indexmap","homepage":null,"documentation":"https://docs.rs/indexmap/","edition":"2021","metadata":{"docs":{"rs":{"features":["arbitrary","quickcheck","serde","borsh","rayon"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"no-dev-version":true,"tag-name":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"inferno","version":"0.11.19","authors":["Jon Gjengset "],"id":"registry+https://github.com/rust-lang/crates.io-index#inferno@0.11.19","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust port of the FlameGraph performance profiling tool suite","dependencies":[{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dashmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is-terminal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-format","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quick-xml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.26","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rgb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"str_stack","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_cmd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libflate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"maplit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6","kind":"dev","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"testing_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"CDDL-1.0","license_file":null,"targets":[{"name":"inferno","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"inferno-collapse-perf","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/collapse-perf.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-dtrace","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/collapse-dtrace.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-sample","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/collapse-sample.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-vtune","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/collapse-vtune.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-vsprof","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/collapse-vsprof.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-ghcprof","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/collapse-ghcprof.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-guess","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/collapse-guess.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-recursive","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/collapse-recursive.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-flamegraph","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/flamegraph.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-diff-folded","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/src/bin/diff-folded.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"collapse","kind":["bench"],"crate_types":["bin"],"required-features":["multithreaded"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/benches/collapse.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"flamegraph","kind":["bench"],"crate_types":["bin"],"required-features":["multithreaded"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/benches/flamegraph.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"clap":["dep:clap"],"cli":["clap","env_logger"],"crossbeam-channel":["dep:crossbeam-channel"],"crossbeam-utils":["dep:crossbeam-utils"],"dashmap":["dep:dashmap"],"default":["cli","multithreaded","nameattr"],"env_logger":["dep:env_logger"],"indexmap":["dep:indexmap"],"multithreaded":["dashmap","crossbeam-utils","crossbeam-channel"],"nameattr":["indexmap"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.19/Cargo.toml","categories":["command-line-utilities","development-tools::profiling","visualization"],"keywords":["perf","flamegraph","profiling"],"readme":"README.md","repository":"https://github.com/jonhoo/inferno.git","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"CDDL-1.0"},{"package":{"name":"instant","version":"0.1.13","authors":["sebcrozet "],"id":"registry+https://github.com/rust-lang/crates.io-index#instant@0.1.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"asmjs-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"stdweb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"asmjs-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"asmjs-unknown-emscripten","rename":"wasm-bindgen_rs","registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":["Window","Performance","PerformanceTiming"],"target":"asmjs-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"stdweb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-emscripten","rename":"wasm-bindgen_rs","registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":["Window","Performance","PerformanceTiming"],"target":"wasm32-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-unknown","rename":null,"registry":null,"path":null},{"name":"stdweb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-unknown","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-unknown","rename":"wasm-bindgen_rs","registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":["Window","Performance","PerformanceTiming"],"target":"wasm32-unknown-unknown","rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause","license_file":null,"targets":[{"name":"instant","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.13/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.13/tests/wasm.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"inaccurate":[],"js-sys":["dep:js-sys"],"now":[],"stdweb":["dep:stdweb"],"wasm-bindgen":["js-sys","wasm-bindgen_rs","web-sys"],"wasm-bindgen_rs":["dep:wasm-bindgen_rs"],"web-sys":["dep:web-sys"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.13/Cargo.toml","categories":[],"keywords":["time","wasm"],"readme":"README.md","repository":"https://github.com/sebcrozet/instant","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"BSD-3-Clause"},{"package":{"name":"io-lifetimes","version":"1.0.11","authors":["Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.11","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A low-level I/O ownership and borrowing library","dependencies":[{"name":"fs-err","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"mio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":["net","os-ext"],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"os_pipe","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":["io_safety"],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"socket2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":["io-std","fs","net","process"],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.96","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(windows))","rename":null,"registry":null,"path":null},{"name":"hermit-abi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"hermit\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":true,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_FileSystem","Win32_Networking_WinSock","Win32_Security","Win32_System_IO","Win32_System_Threading"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"io-lifetimes","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"async-std":["dep:async-std"],"close":["libc","hermit-abi","windows-sys"],"default":["close"],"fs-err":["dep:fs-err"],"hermit-abi":["dep:hermit-abi"],"libc":["dep:libc"],"mio":["dep:mio"],"os_pipe":["dep:os_pipe"],"socket2":["dep:socket2"],"tokio":["dep:tokio"],"windows-sys":["dep:windows-sys"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/Cargo.toml","categories":["os","rust-patterns"],"keywords":["api","io"],"readme":"README.md","repository":"https://github.com/sunfishcode/io-lifetimes","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"},{"package":{"name":"is-docker","version":"0.2.0","authors":["Sean Larkin "],"id":"registry+https://github.com/rust-lang/crates.io-index#is-docker@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Checks if the process is running inside a Docker container.","dependencies":[{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"is-docker","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-docker-0.2.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"main","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-docker-0.2.0/examples/main.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-docker-0.2.0/Cargo.toml","categories":["command-line-utilities"],"keywords":[],"readme":"README.md","repository":"https://github.com/TheLarkInn/is-docker","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"is-terminal","version":"0.4.12","authors":["softprops ","Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#is-terminal@0.4.12","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Test whether a given stream is a terminal","dependencies":[{"name":"atty","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(unix, target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.110","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(unix, target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.0","kind":"dev","optional":false,"uses_default_features":true,"features":["termios"],"target":"cfg(any(unix, target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.0","kind":"dev","optional":false,"uses_default_features":true,"features":["stdio"],"target":"cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))","rename":null,"registry":null,"path":null},{"name":"hermit-abi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"hermit\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_FileSystem","Win32_System_Console"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"is-terminal","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.12/Cargo.toml","categories":["command-line-interface"],"keywords":["terminal","tty","isatty"],"readme":"README.md","repository":"https://github.com/sunfishcode/is-terminal","homepage":null,"documentation":"https://docs.rs/is-terminal","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT"},{"package":{"name":"is-wsl","version":"0.4.0","authors":["Sean Larkin "],"id":"registry+https://github.com/rust-lang/crates.io-index#is-wsl@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Checks if the process is running inside Windows Subsystem for Linux.","dependencies":[{"name":"is-docker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"is-wsl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-0.4.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"main","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-0.4.0/examples/main.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-0.4.0/Cargo.toml","categories":["command-line-utilities"],"keywords":[],"readme":"README.md","repository":"https://github.com/TheLarkInn/is-wsl","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"is_terminal_polyfill","version":"1.70.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Polyfill for `is_terminal` stdlib feature for use with older MSRVs","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"is_terminal_polyfill","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/polyfill-rs/is_terminal_polyfill","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/polyfill-rs/is_terminal_polyfill/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"itertools","version":"0.10.5","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Extra iterator adaptors, iterator methods, free functions, and macros.","dependencies":[{"name":"either","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"permutohedron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"itertools","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs","edition":"2018","doctest":true,"test":false,"doc":true},{"name":"iris","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/examples/iris.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"adaptors_no_collect","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/adaptors_no_collect.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"flatten_ok","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/flatten_ok.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros_hygiene","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/macros_hygiene.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"merge_join","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/merge_join.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"peeking_take_while","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/peeking_take_while.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"quick","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/quick.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"specializations","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/specializations.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_core","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/test_core.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/test_std.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tuples","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/tuples.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"zip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/zip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tuple_combinations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tuple_combinations.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tuples","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tuples.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"fold_specialization","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/fold_specialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"combinations_with_replacement","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/combinations_with_replacement.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tree_fold1","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tree_fold1.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"bench1","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/bench1.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"combinations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/combinations.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"powerset","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/powerset.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["use_std"],"use_alloc":[],"use_std":["use_alloc","either/use_std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/Cargo.toml","categories":["algorithms","rust-patterns"],"keywords":["iterator","data-structure","zip","product","group-by"],"readme":"README.md","repository":"https://github.com/rust-itertools/itertools","homepage":null,"documentation":"https://docs.rs/itertools/","edition":"2018","metadata":{"release":{"no-dev-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"itertools","version":"0.13.0","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#itertools@0.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Extra iterator adaptors, iterator methods, free functions, and macros.","dependencies":[{"name":"either","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"permutohedron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"itertools","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs","edition":"2018","doctest":true,"test":false,"doc":true},{"name":"iris","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/examples/iris.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"adaptors_no_collect","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/adaptors_no_collect.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"flatten_ok","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/flatten_ok.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"laziness","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/laziness.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros_hygiene","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/macros_hygiene.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"merge_join","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/merge_join.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"peeking_take_while","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/peeking_take_while.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"quick","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/quick.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"specializations","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/specializations.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_core","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/test_core.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/test_std.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tuples","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/tuples.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"zip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/zip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tuple_combinations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/tuple_combinations.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tuples","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/tuples.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"fold_specialization","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/fold_specialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"combinations_with_replacement","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/combinations_with_replacement.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tree_reduce","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/tree_reduce.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"bench1","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/bench1.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"combinations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/combinations.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"powerset","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/powerset.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"specializations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/specializations.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["use_std"],"use_alloc":[],"use_std":["use_alloc","either/use_std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/Cargo.toml","categories":["algorithms","rust-patterns","no-std","no-std::no-alloc"],"keywords":["iterator","data-structure","zip","product"],"readme":"README.md","repository":"https://github.com/rust-itertools/itertools","homepage":null,"documentation":"https://docs.rs/itertools/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.43.1"},"license":"MIT OR Apache-2.0"},{"package":{"name":"itoa","version":"1.0.11","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast integer primitive to string conversion","dependencies":[{"name":"no-panic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"itoa","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"no-panic":["dep:no-panic"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/Cargo.toml","categories":["value-formatting","no-std","no-std::no-alloc"],"keywords":["integer"],"readme":"README.md","repository":"https://github.com/dtolnay/itoa","homepage":null,"documentation":"https://docs.rs/itoa","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"jni","version":"0.21.1","authors":["Josh Chase "],"id":"registry+https://github.com/rust-lang/crates.io-index#jni@0.21.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings to the JNI","dependencies":[{"name":"cesu8","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"combine","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"java-locator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jni-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rusty-fork","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.45.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Globalization"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"jni","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"executor","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/executor.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"executor_nested_attach","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/executor_nested_attach.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"invocation_character_encoding","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/invocation_character_encoding.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"java_integers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/java_integers.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"jmap","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/jmap.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"jni_api","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/jni_api.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"jni_global_refs","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/jni_global_refs.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"jni_weak_refs","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/jni_weak_refs.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_attach_guard","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_attach_guard.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_detach","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_detach.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_detach_daemon","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_detach_daemon.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_explicit_detach","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_explicit_detach.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_explicit_detach_daemon","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_explicit_detach_daemon.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_explicit_detach_permanent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_explicit_detach_permanent.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_nested_attach_daemon","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_nested_attach_daemon.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_nested_attach_guard","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_nested_attach_guard.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_nested_attach_permanently","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_nested_attach_permanently.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"api_calls","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/benches/api_calls.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":[],"invocation":["java-locator","libloading"],"java-locator":["dep:java-locator"],"libloading":["dep:libloading"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/Cargo.toml","categories":["api-bindings"],"keywords":["ffi","jni","java"],"readme":"README.md","repository":"https://github.com/jni-rs/jni-rs","homepage":null,"documentation":"https://docs.rs/jni","edition":"2018","metadata":{"docs":{"rs":{"features":["invocation"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"jni-sys","version":"0.3.0","authors":["Steven Fackler "],"id":"registry+https://github.com/rust-lang/crates.io-index#jni-sys@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust definitions corresponding to jni.h","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"jni-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-sys-0.3.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-sys-0.3.0/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["java","jni"],"readme":"README.md","repository":"https://github.com/sfackler/rust-jni-sys","homepage":null,"documentation":"https://docs.rs/jni-sys/0.3.0/jni_sys","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"jobserver","version":"0.1.31","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.31","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An implementation of the GNU Make jobserver for Rust.\n","dependencies":[{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.10.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.87","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.0","kind":"dev","optional":false,"uses_default_features":true,"features":["fs"],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"jobserver","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.31/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"client","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.31/tests/client.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"server","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.31/tests/server.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"client-of-myself","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.31/tests/client-of-myself.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"make-as-a-client","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.31/tests/make-as-a-client.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"helper","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.31/tests/helper.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.31/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/jobserver-rs","homepage":"https://github.com/rust-lang/jobserver-rs","documentation":"https://docs.rs/jobserver","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"jpeg-decoder","version":"0.3.1","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"JPEG decoder","dependencies":[{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"png","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.83","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"jpeg-decoder","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"decode","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/examples/decode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"rayon","kind":["test"],"crate_types":["bin"],"required-features":["rayon"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rayon-0","kind":["test"],"crate_types":["bin"],"required-features":["rayon"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon-0.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rayon-1","kind":["test"],"crate_types":["bin"],"required-features":["rayon"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon-1.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rayon-2","kind":["test"],"crate_types":["bin"],"required-features":["rayon"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon-2.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lib","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/lib.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoding_benchmark","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/benches/decoding_benchmark.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"large_image","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/benches/large_image.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["rayon"],"nightly_aarch64_neon":[],"platform_independent":[],"rayon":["dep:rayon"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/Cargo.toml","categories":[],"keywords":["jpeg","jpg","decoder","image"],"readme":"README.md","repository":"https://github.com/image-rs/jpeg-decoder","homepage":null,"documentation":"https://docs.rs/jpeg-decoder","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"js-sys","version":"0.3.69","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.69","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for all JS global objects and functions in all JS environments like\nNode.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.\n","dependencies":[{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.92","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.42","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.3.42","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.69","kind":"dev","optional":false,"uses_default_features":true,"features":["Headers","Response","ResponseInit"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"js-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/src/lib.rs","edition":"2018","doctest":false,"test":false,"doc":true},{"name":"headless","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/tests/headless.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/tests/wasm/main.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.69/Cargo.toml","categories":["wasm"],"keywords":[],"readme":"./README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/js-sys","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"khronos_api","version":"3.1.0","authors":["Brendan Zabarauskas ","Corey Richardson","Arseny Kapoulkine","Pierre Krieger "],"id":"registry+https://github.com/rust-lang/crates.io-index#khronos_api@3.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The Khronos XML API Registry, exposed as byte string constants.","dependencies":[],"license":"Apache-2.0","license_file":null,"targets":[{"name":"khronos_api","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/khronos_api-3.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/khronos_api-3.1.0/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/khronos_api-3.1.0/Cargo.toml","categories":["rendering::graphics-api"],"keywords":["gl","egl","opengl","khronos"],"readme":"README.md","repository":"https://github.com/brendanzab/gl-rs/","homepage":"https://github.com/brendanzab/gl-rs/","documentation":"https://docs.rs/khronos_api","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0"},{"package":{"name":"lazy_static","version":"1.4.0","authors":["Marvin Löbel "],"id":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A macro for declaring lazily evaluated statics in Rust.","dependencies":[{"name":"spin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"lazy_static","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"no_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/no_std.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/test.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{"spin":["dep:spin"],"spin_no_std":["spin"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/Cargo.toml","categories":["no-std","rust-patterns","memory-management"],"keywords":["macro","lazy","static"],"readme":"README.md","repository":"https://github.com/rust-lang-nursery/lazy-static.rs","homepage":null,"documentation":"https://docs.rs/lazy_static","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"libc","version":"0.2.155","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.155","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Raw FFI bindings to platform libraries like libc.\n","dependencies":[{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"libc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"const_fn","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/tests/const_fn.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"align":[],"const-extern-fn":[],"default":["std"],"extra_traits":[],"rustc-dep-of-std":["align","rustc-std-workspace-core"],"rustc-std-workspace-core":["dep:rustc-std-workspace-core"],"std":[],"use_std":["std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/Cargo.toml","categories":["external-ffi-bindings","no-std","os"],"keywords":["libc","ffi","bindings","operating","system"],"readme":"README.md","repository":"https://github.com/rust-lang/libc","homepage":"https://github.com/rust-lang/libc","documentation":"https://docs.rs/libc/","edition":"2015","metadata":{"docs":{"rs":{"cargo-args":["-Zbuild-std=core"],"default-target":"x86_64-unknown-linux-gnu","features":["const-extern-fn","extra_traits"],"targets":["aarch64-apple-darwin","aarch64-apple-ios","aarch64-linux-android","aarch64-pc-windows-msvc","aarch64-unknown-freebsd","aarch64-unknown-fuchsia","aarch64-unknown-hermit","aarch64-unknown-linux-gnu","aarch64-unknown-linux-musl","aarch64-unknown-netbsd","aarch64-unknown-openbsd","aarch64-wrs-vxworks","arm-linux-androideabi","arm-unknown-linux-gnueabi","arm-unknown-linux-gnueabihf","arm-unknown-linux-musleabi","arm-unknown-linux-musleabihf","armebv7r-none-eabi","armebv7r-none-eabihf","armv5te-unknown-linux-gnueabi","armv5te-unknown-linux-musleabi","armv7-linux-androideabi","armv7-unknown-linux-gnueabihf","armv7-unknown-linux-musleabihf","armv7-wrs-vxworks-eabihf","armv7r-none-eabi","armv7r-none-eabihf","hexagon-unknown-linux-musl","i586-pc-windows-msvc","i586-unknown-linux-gnu","i586-unknown-linux-musl","i686-linux-android","i686-pc-windows-gnu","i686-pc-windows-msvc","i686-pc-windows-msvc","i686-unknown-freebsd","i686-unknown-haiku","i686-unknown-linux-gnu","i686-unknown-linux-musl","i686-unknown-netbsd","i686-unknown-openbsd","i686-wrs-vxworks","mips-unknown-linux-gnu","mips-unknown-linux-musl","mips64-unknown-linux-gnuabi64","mips64-unknown-linux-muslabi64","mips64el-unknown-linux-gnuabi64","mips64el-unknown-linux-muslabi64","mipsel-sony-psp","mipsel-unknown-linux-gnu","mipsel-unknown-linux-musl","nvptx64-nvidia-cuda","powerpc-unknown-linux-gnu","powerpc-unknown-linux-gnuspe","powerpc-unknown-netbsd","powerpc-wrs-vxworks","powerpc-wrs-vxworks-spe","powerpc64-unknown-freebsd","powerpc64-unknown-linux-gnu","powerpc64-wrs-vxworks","powerpc64le-unknown-linux-gnu","riscv32gc-unknown-linux-gnu","riscv32i-unknown-none-elf","riscv32imac-unknown-none-elf","riscv32imc-unknown-none-elf","riscv64gc-unknown-freebsd","riscv64gc-unknown-hermit","riscv64gc-unknown-linux-gnu","riscv64gc-unknown-linux-musl","riscv64gc-unknown-none-elf","riscv64imac-unknown-none-elf","s390x-unknown-linux-gnu","s390x-unknown-linux-musl","sparc-unknown-linux-gnu","sparc64-unknown-linux-gnu","sparc64-unknown-netbsd","sparcv9-sun-solaris","thumbv6m-none-eabi","thumbv7em-none-eabi","thumbv7em-none-eabihf","thumbv7m-none-eabi","thumbv7neon-linux-androideabi","thumbv7neon-unknown-linux-gnueabihf","wasm32-unknown-emscripten","wasm32-unknown-unknown","wasm32-wasi","x86_64-apple-darwin","x86_64-apple-ios","x86_64-fortanix-unknown-sgx","x86_64-linux-android","x86_64-pc-solaris","x86_64-pc-windows-gnu","x86_64-pc-windows-msvc","x86_64-unknown-dragonfly","x86_64-unknown-freebsd","x86_64-unknown-fuchsia","x86_64-unknown-haiku","x86_64-unknown-hermit","x86_64-unknown-illumos","x86_64-unknown-l4re-uclibc","x86_64-unknown-linux-gnu","x86_64-unknown-linux-gnux32","x86_64-unknown-linux-musl","x86_64-unknown-netbsd","x86_64-unknown-openbsd","x86_64-unknown-redox","x86_64-wrs-vxworks"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"libloading","version":"0.8.3","authors":["Simonas Kazlauskas "],"id":"registry+https://github.com/rust-lang/crates.io-index#libloading@0.8.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.48, <0.53","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"dev","optional":false,"uses_default_features":true,"features":["Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"ISC","license_file":null,"targets":[{"name":"libloading","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"constants","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/constants.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"functions","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/functions.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"library_filename","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/library_filename.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"markers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/markers.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"windows","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/tests/windows.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/Cargo.toml","categories":["api-bindings"],"keywords":["dlopen","load","shared","dylib"],"readme":"README.mkd","repository":"https://github.com/nagisa/rust_libloading/","homepage":null,"documentation":"https://docs.rs/libloading/","edition":"2015","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","libloading_docs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"ISC"},{"package":{"name":"libm","version":"0.1.4","authors":["Jorge Aparicio "],"id":"registry+https://github.com/rust-lang/crates.io-index#libm@0.1.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"libm in pure Rust","dependencies":[{"name":"no-panic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.5","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"libm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.1.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.1.4/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"checked":[],"default":["stable"],"musl-reference-tests":["rand"],"rand":["dep:rand"],"stable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.1.4/Cargo.toml","categories":["no-std"],"keywords":["libm","math"],"readme":"README.md","repository":"https://github.com/rust-lang-nursery/libm","homepage":null,"documentation":"https://docs.rs/libm","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"libredox","version":"0.0.2","authors":["4lDO2 <4lDO2@protonmail.com>"],"id":"registry+https://github.com/rust-lang/crates.io-index#libredox@0.0.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Redox stable ABI","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"redox_syscall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"libredox","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.0.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"call":[],"default":["call"],"scheme":["call"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.0.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://gitlab.redox-os.org/redox-os/libredox.git","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"libredox","version":"0.1.3","authors":["4lDO2 <4lDO2@protonmail.com>"],"id":"registry+https://github.com/rust-lang/crates.io-index#libredox@0.1.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Redox stable ABI","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ioslice","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"redox_syscall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"libredox","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"call":[],"default":["call","std","redox_syscall"],"ioslice":["dep:ioslice"],"mkns":["ioslice"],"redox_syscall":["dep:redox_syscall"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.1.3/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://gitlab.redox-os.org/redox-os/libredox.git","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"linux-raw-sys","version":"0.3.8","authors":["Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.3.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated bindings for Linux's userspace API","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.49","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.100","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"linux-raw-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.3.8/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std","general","errno"],"errno":[],"general":[],"ioctl":[],"netlink":[],"no_std":[],"rustc-dep-of-std":["core","compiler_builtins","no_std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.3.8/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["linux","uapi","ffi"],"readme":"README.md","repository":"https://github.com/sunfishcode/linux-raw-sys","homepage":null,"documentation":"https://docs.rs/linux-raw-sys","edition":"2018","metadata":{"docs":{"rs":{"features":["default","ioctl","netlink"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"},{"package":{"name":"linux-raw-sys","version":"0.4.14","authors":["Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.4.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated bindings for Linux's userspace API","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.49","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.100","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"linux-raw-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.4.14/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"bootparam":[],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std","general","errno"],"elf":[],"errno":[],"general":[],"if_arp":[],"if_ether":[],"if_packet":[],"io_uring":[],"ioctl":[],"loop_device":[],"mempolicy":[],"net":[],"netlink":[],"no_std":[],"prctl":[],"rustc-dep-of-std":["core","compiler_builtins","no_std"],"std":[],"system":[],"xdp":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.4.14/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["linux","uapi","ffi"],"readme":"README.md","repository":"https://github.com/sunfishcode/linux-raw-sys","homepage":null,"documentation":"https://docs.rs/linux-raw-sys","edition":"2021","metadata":{"docs":{"rs":{"features":["default","bootparam","ioctl","netlink","io_uring","if_arp","if_ether","if_packet","net","prctl","elf","xdp","mempolicy","system","loop_device"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"},{"package":{"name":"litrs","version":"0.4.1","authors":["Lukas Kalbertodt "],"id":"registry+https://github.com/rust-lang/crates.io-index#litrs@0.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parse and inspect Rust literals (i.e. tokens in the Rust programming language\nrepresenting fixed values). Particularly useful for proc macros, but can also\nbe used outside of a proc-macro context.\n","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-xid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"litrs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litrs-0.4.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"check_suffix":["unicode-xid"],"default":["proc-macro2"],"proc-macro2":["dep:proc-macro2"],"unicode-xid":["dep:unicode-xid"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litrs-0.4.1/Cargo.toml","categories":["development-tools::procedural-macro-helpers","parser-implementations","development-tools::build-utils"],"keywords":["literal","parsing","proc-macro","type","procedural"],"readme":"README.md","repository":"https://github.com/LukasKalbertodt/litrs/","homepage":null,"documentation":"https://docs.rs/litrs/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.54.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"lock_api","version":"0.4.12","authors":["Amanieu d'Antras "],"id":"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.12","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.","dependencies":[{"name":"owning_ref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"scopeguard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.126","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"lock_api","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"arc_lock":[],"atomic_usize":[],"default":["atomic_usize"],"nightly":[],"owning_ref":["dep:owning_ref"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/Cargo.toml","categories":["concurrency","no-std"],"keywords":["mutex","rwlock","lock","no_std"],"readme":null,"repository":"https://github.com/Amanieu/parking_lot","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"log","version":"0.4.21","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.21","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A lightweight logging facade for Rust\n","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sval","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sval_ref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"value-bag","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":"normal","optional":true,"uses_default_features":false,"features":["inline-i128"],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.63","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sval","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sval_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"value-bag","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":"dev","optional":false,"uses_default_features":true,"features":["test"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"log","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"filters","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/tests/filters.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/tests/macros.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"value","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/benches/value.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"kv":[],"kv_serde":["kv_std","value-bag/serde","serde"],"kv_std":["std","kv","value-bag/error"],"kv_sval":["kv","value-bag/sval","sval","sval_ref"],"kv_unstable":["kv","value-bag"],"kv_unstable_serde":["kv_serde","kv_unstable_std"],"kv_unstable_std":["kv_std","kv_unstable"],"kv_unstable_sval":["kv_sval","kv_unstable"],"max_level_debug":[],"max_level_error":[],"max_level_info":[],"max_level_off":[],"max_level_trace":[],"max_level_warn":[],"release_max_level_debug":[],"release_max_level_error":[],"release_max_level_info":[],"release_max_level_off":[],"release_max_level_trace":[],"release_max_level_warn":[],"serde":["dep:serde"],"std":[],"sval":["dep:sval"],"sval_ref":["dep:sval_ref"],"value-bag":["dep:value-bag"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.21/Cargo.toml","categories":["development-tools::debugging"],"keywords":["logging"],"readme":"README.md","repository":"https://github.com/rust-lang/log","homepage":null,"documentation":"https://docs.rs/log","edition":"2021","metadata":{"docs":{"rs":{"features":["std","serde","kv_std","kv_sval","kv_serde"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"logos","version":"0.14.0","authors":["Maciej Hirsz ","Jérome Eertmans (maintainer) "],"id":"registry+https://github.com/rust-lang/crates.io-index#logos@0.14.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Create ridiculously fast Lexers","dependencies":[{"name":"logos-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ariadne","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":["auto-color"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"logos","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"brainfuck","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.0/examples/brainfuck.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"custom_error","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.0/examples/custom_error.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"extras","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.0/examples/extras.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"json","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.0/examples/json.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["export_derive","std"],"export_derive":["logos-derive"],"logos-derive":["dep:logos-derive"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.0/Cargo.toml","categories":["parsing","text-processing"],"keywords":["lexer","lexical","tokenizer","parser","no_std"],"readme":"README.md","repository":"https://github.com/maciejhirsz/logos","homepage":"https://logos.maciej.codes/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"rustdoc-args":["--cfg","docsrs"]}},"msrv":"1.65.0","release":{"pre-release-replacements":[{"exactly":1,"file":"book/src/getting-started.md","replace":"logos = \"{{version}}\"","search":"logos = \"[0-9]+\\.[0-9]+\\.[0-9]+\""}],"shared-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"logos-codegen","version":"0.14.0","authors":["Maciej Hirsz ","Jérome Eertmans (maintainer) "],"id":"registry+https://github.com/rust-lang/crates.io-index#logos-codegen@0.14.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Create ridiculously fast Lexers","dependencies":[{"name":"beef","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.13","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"logos-codegen","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-codegen-0.14.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-codegen-0.14.0/Cargo.toml","categories":["parsing","text-processing"],"keywords":["lexer","lexical","tokenizer","parser","no_std"],"readme":"README.md","repository":"https://github.com/maciejhirsz/logos","homepage":"https://logos.maciej.codes/","documentation":null,"edition":"2021","metadata":{"release":{"shared-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"logos-derive","version":"0.14.0","authors":["Maciej Hirsz ","Jérome Eertmans (maintainer) "],"id":"registry+https://github.com/rust-lang/crates.io-index#logos-derive@0.14.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Create ridiculously fast Lexers","dependencies":[{"name":"logos-codegen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"logos-derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-derive-0.14.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-derive-0.14.0/Cargo.toml","categories":["parsing","text-processing"],"keywords":["lexer","lexical","tokenizer","parser","no_std"],"readme":"README.md","repository":"https://github.com/maciejhirsz/logos","homepage":"https://logos.maciej.codes/","documentation":null,"edition":"2021","metadata":{"release":{"shared-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"macros","version":"0.1.0","authors":[],"id":"path+file:///home/va_erie/Projects/ntscrs/crates/macros#0.1.0","source":null,"description":null,"dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.56","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.27","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.15","kind":"normal","optional":false,"uses_default_features":true,"features":["full","extra-traits"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR ISC OR Apache-2.0","license_file":null,"targets":[{"name":"macros","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/macros/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/Projects/ntscrs/crates/macros/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/valadaptive/ntsc-rs/tree/main/crates/macros","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR ISC OR Apache-2.0"},{"package":{"name":"memchr","version":"2.7.4","authors":["Andrew Gallant ","bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for\n1, 2 or 3 byte search and single substring search.\n","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.20","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"memchr","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std"],"libc":[],"logging":["dep:log"],"rustc-dep-of-std":["core","compiler_builtins"],"std":["alloc"],"use_std":["std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/Cargo.toml","categories":[],"keywords":["memchr","memmem","substring","find","search"],"readme":"README.md","repository":"https://github.com/BurntSushi/memchr","homepage":"https://github.com/BurntSushi/memchr","documentation":"https://docs.rs/memchr/","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"license":"Unlicense OR MIT"},{"package":{"name":"memmap2","version":"0.9.4","authors":["Dan Burkert ","Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#memmap2@0.9.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross-platform Rust API for memory-mapped file IO","dependencies":[{"name":"stable_deref_trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"owning_ref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.151","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"memmap2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"cat","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.4/examples/cat.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"stable_deref_trait":["dep:stable_deref_trait"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.4/Cargo.toml","categories":[],"keywords":["mmap","memory-map","io","file"],"readme":"README.md","repository":"https://github.com/RazrFalcon/memmap2-rs","homepage":null,"documentation":"https://docs.rs/memmap2","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"memoffset","version":"0.7.1","authors":["Gilad Naaman "],"id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.7.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"offset_of functionality for Rust structs.","dependencies":[{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"memoffset","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":[],"unstable_const":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/Cargo.toml","categories":["no-std"],"keywords":["mem","offset","offset_of","offsetof"],"readme":"README.md","repository":"https://github.com/Gilnaa/memoffset","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"memoffset","version":"0.9.1","authors":["Gilad Naaman "],"id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"offset_of functionality for Rust structs.","dependencies":[{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"memoffset","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":[],"unstable_const":[],"unstable_offset_of":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/Cargo.toml","categories":["no-std"],"keywords":["mem","offset","offset_of","offsetof"],"readme":"README.md","repository":"https://github.com/Gilnaa/memoffset","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"miniz_oxide","version":"0.7.4","authors":["Frommi ","oyvindln "],"id":"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"DEFLATE compression and decompression library rewritten in Rust based on miniz","dependencies":[{"name":"adler","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"simd-adler32","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Zlib OR Apache-2.0","license_file":null,"targets":[{"name":"miniz_oxide","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["with-alloc"],"rustc-dep-of-std":["core","alloc","compiler_builtins","adler/rustc-dep-of-std"],"simd":["simd-adler32"],"simd-adler32":["dep:simd-adler32"],"std":[],"with-alloc":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.4/Cargo.toml","categories":["compression"],"keywords":["zlib","miniz","deflate","encoding"],"readme":"Readme.md","repository":"https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide","homepage":"https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide","documentation":"https://docs.rs/miniz_oxide","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Zlib OR Apache-2.0"},{"package":{"name":"muldiv","version":"1.0.1","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#muldiv@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Provides a trait for numeric types to perform combined multiplication and\ndivision with overflow protection\n","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"muldiv","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/muldiv-1.0.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/muldiv-1.0.1/Cargo.toml","categories":["algorithms"],"keywords":["integer","arithmetic","numerics","no_std"],"readme":"README.md","repository":"https://github.com/sdroege/rust-muldiv","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"ndk","version":"0.8.0","authors":["The Rust Mobile contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#ndk@0.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Safe Rust bindings to the Android NDK","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ndk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"ffi","registry":null,"path":null},{"name":"jni","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jni-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num_enum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_04","registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_05","registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_06","registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ndk","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-0.8.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"all":["audio","bitmap","media","api-level-31","rwh_04","rwh_05","rwh_06"],"api-level-23":[],"api-level-24":["api-level-23"],"api-level-25":["api-level-24"],"api-level-26":["api-level-25"],"api-level-27":["api-level-26"],"api-level-28":["api-level-27"],"api-level-29":["api-level-28"],"api-level-30":["api-level-29"],"api-level-31":["api-level-30"],"audio":["ffi/audio","api-level-26"],"bitmap":["ffi/bitmap"],"default":["rwh_06"],"jni":["dep:jni"],"media":["ffi/media"],"rwh_04":["dep:rwh_04"],"rwh_05":["dep:rwh_05"],"rwh_06":["dep:rwh_06"],"sync":["ffi/sync","api-level-26"],"test":["ffi/test","jni","all"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-0.8.0/Cargo.toml","categories":[],"keywords":["android","ndk"],"readme":"README.md","repository":"https://github.com/rust-mobile/ndk","homepage":"https://github.com/rust-mobile/ndk","documentation":"https://docs.rs/ndk","edition":"2021","metadata":{"docs":{"rs":{"features":["jni","all"],"rustdoc-args":["--cfg","docsrs"],"targets":["aarch64-linux-android","armv7-linux-androideabi","i686-linux-android","x86_64-linux-android"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.66.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"ndk-context","version":"0.1.1","authors":["The Rust Windowing contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#ndk-context@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Handles for accessing Android APIs","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ndk-context","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-context-0.1.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-context-0.1.1/Cargo.toml","categories":[],"keywords":["android","ndk","apk","jni"],"readme":"README.md","repository":"https://github.com/rust-windowing/android-ndk-rs","homepage":"https://github.com/rust-windowing/android-ndk-rs","documentation":"https://docs.rs/ndk-context","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"ndk-sys","version":"0.5.0+25.2.9519653","authors":["The Rust Windowing contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#ndk-sys@0.5.0+25.2.9519653","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings for the Android NDK","dependencies":[{"name":"jni-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ndk-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-sys-0.5.0+25.2.9519653/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"audio":[],"bitmap":[],"media":[],"sync":[],"test":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-sys-0.5.0+25.2.9519653/Cargo.toml","categories":[],"keywords":["android","ndk"],"readme":"README.md","repository":"https://github.com/rust-mobile/ndk","homepage":"https://github.com/rust-mobile/ndk","documentation":"https://docs.rs/ndk-sys","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"],"targets":["aarch64-linux-android","armv7-linux-androideabi","i686-linux-android","x86_64-linux-android"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"nix","version":"0.26.4","authors":["The nix-rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#nix@0.26.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust friendly bindings to *nix APIs","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.137","kind":"normal","optional":false,"uses_default_features":true,"features":["extra_traits"],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert-impl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"semver","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"caps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"android\", target_os = \"linux\"))","rename":null,"registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"sysctl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"freebsd\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"nix","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test-aio-drop","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/sys/test_aio_drop.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test-clearenv","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/test_clearenv.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test-mount","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/test_mount.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test-ptymaster-drop","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/test_ptymaster_drop.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"acct":[],"aio":["pin-utils"],"default":["acct","aio","dir","env","event","feature","fs","hostname","inotify","ioctl","kmod","mman","mount","mqueue","net","personality","poll","process","pthread","ptrace","quota","reboot","resource","sched","signal","socket","term","time","ucontext","uio","user","zerocopy"],"dir":["fs"],"env":[],"event":[],"feature":[],"fs":[],"hostname":[],"inotify":[],"ioctl":[],"kmod":[],"memoffset":["dep:memoffset"],"mman":[],"mount":["uio"],"mqueue":["fs"],"net":["socket"],"personality":[],"pin-utils":["dep:pin-utils"],"poll":[],"process":[],"pthread":[],"ptrace":["process"],"quota":[],"reboot":[],"resource":[],"sched":["process"],"signal":["process"],"socket":["memoffset"],"term":[],"time":[],"ucontext":["signal"],"uio":[],"user":["feature"],"zerocopy":["fs","uio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/Cargo.toml","categories":["os::unix-apis"],"keywords":[],"readme":"README.md","repository":"https://github.com/nix-rust/nix","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"],"targets":["x86_64-unknown-linux-gnu","aarch64-linux-android","x86_64-apple-darwin","aarch64-apple-ios","x86_64-unknown-freebsd","x86_64-unknown-openbsd","x86_64-unknown-netbsd","x86_64-unknown-dragonfly","x86_64-fuchsia","x86_64-unknown-redox","x86_64-unknown-illumos"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT"},{"package":{"name":"nohash-hasher","version":"0.2.0","authors":["Parity Technologies "],"id":"registry+https://github.com/rust-lang/crates.io-index#nohash-hasher@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An implementation of `std::hash::Hasher` which does not hash at all.","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"nohash-hasher","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nohash-hasher-0.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nohash-hasher-0.2.0/Cargo.toml","categories":[],"keywords":["hash","hasher","hashmap","hashset"],"readme":"README.md","repository":"https://github.com/paritytech/nohash-hasher","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"ntscrs","version":"0.1.2","authors":[],"id":"path+file:///home/va_erie/Projects/ntscrs/crates/ntscrs#0.1.2","source":null,"description":null,"dependencies":[{"name":"biquad","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glam","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"macros","source":null,"req":"*","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":"/home/va_erie/Projects/ntscrs/crates/macros"},{"name":"num-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xoshiro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"simdnoise","source":"git+https://github.com/valadaptive/rust-simd-noise?rev=965175f","req":"*","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"siphasher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tinyjson","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":["html_reports"],"target":null,"rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25.1","kind":"dev","optional":false,"uses_default_features":false,"features":["png"],"target":null,"rename":null,"registry":null,"path":null},{"name":"pprof","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":["flamegraph","criterion"],"target":"cfg(not(windows))","rename":null,"registry":null,"path":null}],"license":"MIT OR ISC OR Apache-2.0","license_file":null,"targets":[{"name":"ntscrs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/ntscrs/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"filter_profile","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/ntscrs/benches/filter_profile.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/Projects/ntscrs/crates/ntscrs/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/valadaptive/ntsc-rs/tree/main/crates/ntscrs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR ISC OR Apache-2.0"},{"package":{"name":"num-derive","version":"0.4.2","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Numeric syntax extensions","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/src/lib.rs","edition":"2021","doctest":true,"test":false,"doc":true},{"name":"newtype-2015","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/newtype-2015.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"newtype-2018","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/newtype-2018.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"trivial-2015","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/trivial-2015.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"trivial-2018","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/trivial-2018.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"empty_enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/empty_enum.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue-16","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/issue-16.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue-6","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/issue-6.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue-9","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/issue-9.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"newtype","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/newtype.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"no_implicit_prelude","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/no_implicit_prelude.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"num_derive_without_num","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/num_derive_without_num.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"trivial","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/trivial.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"with_custom_values","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/with_custom_values.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/Cargo.toml","categories":["science"],"keywords":["mathematics","numerics"],"readme":"README.md","repository":"https://github.com/rust-num/num-derive","homepage":"https://github.com/rust-num/num-derive","documentation":"https://docs.rs/num-derive","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"num-format","version":"0.4.4","authors":["Brian Myers "],"id":"registry+https://github.com/rust-lang/crates.io-index#num-format@0.4.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust crate for producing string-representations of numbers, formatted according to international standards","dependencies":[{"name":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.4","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-bigint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.85","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"encoding_rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.31","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.134","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"num-format-windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"widestring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":true,"uses_default_features":true,"features":["winnls"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num-format","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"test_errors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_errors.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_no_bytes_written","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_no_bytes_written.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_non_zero","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_non_zero.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_num_bigint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_num_bigint.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_serialization","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_serialization.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_signed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_signed.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_system_locale_unix","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_system_locale_unix.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_system_locale_windows","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_system_locale_windows.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_unsigned","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_unsigned.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"cfg-if":["dep:cfg-if"],"default":["std"],"encoding_rs":["dep:encoding_rs"],"lazy_static":["dep:lazy_static"],"libc":["dep:libc"],"num-bigint":["dep:num-bigint"],"num-format-windows":["dep:num-format-windows"],"serde":["dep:serde"],"std":["arrayvec/default"],"widestring":["dep:widestring"],"winapi":["dep:winapi"],"with-num-bigint":["num-bigint","std"],"with-serde":["arrayvec/serde","serde/derive"],"with-system-locale":["cfg-if","encoding_rs","lazy_static","libc","num-format-windows","std","widestring","winapi/winnls"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/Cargo.toml","categories":["encoding","internationalization","localization","no-std","value-formatting"],"keywords":["comma","internationalization","number","separator","thousands"],"readme":"README.md","repository":"https://github.com/bcmyers/num-format","homepage":"https://github.com/bcmyers/num-format","documentation":"https://docs.rs/num-format","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"num-integer","version":"0.1.46","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Integer traits and functions","dependencies":[{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"normal","optional":false,"uses_default_features":false,"features":["i128"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num-integer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"average","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/tests/average.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"roots","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/tests/roots.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"average","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/benches/average.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gcd","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/benches/gcd.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"roots","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/benches/roots.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"i128":[],"std":["num-traits/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/Cargo.toml","categories":["algorithms","science","no-std"],"keywords":["mathematics","numerics"],"readme":"README.md","repository":"https://github.com/rust-num/num-integer","homepage":"https://github.com/rust-num/num-integer","documentation":"https://docs.rs/num-integer","edition":"2018","metadata":{"docs":{"rs":{"features":["std"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"num-rational","version":"0.4.2","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#num-rational@0.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rational numbers implementation for Rust","dependencies":[{"name":"num-bigint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-integer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.42","kind":"normal","optional":false,"uses_default_features":false,"features":["i128"],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.18","kind":"normal","optional":false,"uses_default_features":false,"features":["i128"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num-rational","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["num-bigint","std"],"num-bigint":["dep:num-bigint"],"num-bigint-std":["num-bigint/std"],"serde":["dep:serde"],"std":["num-bigint?/std","num-integer/std","num-traits/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/Cargo.toml","categories":["algorithms","data-structures","science","no-std"],"keywords":["mathematics","numerics","fractions"],"readme":"README.md","repository":"https://github.com/rust-num/num-rational","homepage":"https://github.com/rust-num/num-rational","documentation":"https://docs.rs/num-rational","edition":"2021","metadata":{"docs":{"rs":{"features":["std","num-bigint-std","serde"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"num-traits","version":"0.2.19","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Numeric traits for generic mathematics","dependencies":[{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num-traits","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"cast","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/tests/cast.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"i128":[],"libm":["dep:libm"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/Cargo.toml","categories":["algorithms","science","no-std"],"keywords":["mathematics","numerics"],"readme":"README.md","repository":"https://github.com/rust-num/num-traits","homepage":"https://github.com/rust-num/num-traits","documentation":"https://docs.rs/num-traits","edition":"2021","metadata":{"docs":{"rs":{"features":["std"],"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"num_enum","version":"0.7.2","authors":["Daniel Wagner-Hall ","Daniel Henry-Mantilla ","Vincent Esche "],"id":"registry+https://github.com/rust-lang/crates.io-index#num_enum@0.7.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Procedural macros to make inter-operation between primitives and enums easier.","dependencies":[{"name":"num_enum_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.49","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause OR MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_enum","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"default","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/tests/default.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"from_primitive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/tests/from_primitive.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"into_primitive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/tests/into_primitive.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"renamed_num_enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/tests/renamed_num_enum.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"try_build","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/tests/try_build.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"try_from_primitive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/tests/try_from_primitive.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unsafe_from_primitive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/tests/unsafe_from_primitive.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"complex-expressions":["num_enum_derive/complex-expressions"],"default":["std"],"external_doc":[],"std":["num_enum_derive/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.2/Cargo.toml","categories":["rust-patterns"],"keywords":["enum","conversion","safe","ffi","derive"],"readme":"README.md","repository":"https://github.com/illicitonion/num_enum","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["external_doc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"BSD-3-Clause OR MIT OR Apache-2.0"},{"package":{"name":"num_enum_derive","version":"0.7.2","authors":["Daniel Wagner-Hall ","Daniel Henry-Mantilla ","Vincent Esche "],"id":"registry+https://github.com/rust-lang/crates.io-index#num_enum_derive@0.7.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)","dependencies":[{"name":"proc-macro-crate","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=1, <=3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":["parsing"],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":["extra-traits","parsing"],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause OR MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_enum_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"complex-expressions":["syn/full"],"default":["std"],"external_doc":[],"proc-macro-crate":["dep:proc-macro-crate"],"std":["proc-macro-crate"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/illicitonion/num_enum","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["external_doc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"BSD-3-Clause OR MIT OR Apache-2.0"},{"package":{"name":"objc-sys","version":"0.2.0-beta.2","authors":["Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc-sys@0.2.0-beta.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Raw bindings to the Objective-C runtime and ABI","dependencies":[{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc-sys-0.2.0-beta.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc-sys-0.2.0-beta.2/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"apple":[],"cc":["dep:cc"],"default":["std","apple"],"gnustep-1-7":[],"gnustep-1-8":["gnustep-1-7"],"gnustep-1-9":["gnustep-1-8"],"gnustep-2-0":["gnustep-1-9"],"gnustep-2-1":["gnustep-2-0"],"std":["alloc"],"unstable-c-unwind":[],"unstable-docsrs":[],"unstable-exception":["cc"],"unstable-objfw":[],"unstable-winobjc":["gnustep-1-8"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc-sys-0.2.0-beta.2/Cargo.toml","categories":["external-ffi-bindings","os::macos-apis"],"keywords":["objective-c","macos","ios","objc_msgSend","sys"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc-sys/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin","features":["std","unstable-docsrs"],"no-default-features":true,"targets":["x86_64-apple-darwin","aarch64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-pc-windows-msvc"]}}},"links":"objc_0_2","publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"objc-sys","version":"0.3.5","authors":["Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc-sys@0.3.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Raw bindings to the Objective-C runtime and ABI","dependencies":[{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.80","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc-sys-0.3.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc-sys-0.3.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"apple":[],"cc":["dep:cc"],"default":["std"],"gnustep-1-7":[],"gnustep-1-8":["gnustep-1-7"],"gnustep-1-9":["gnustep-1-8"],"gnustep-2-0":["gnustep-1-9"],"gnustep-2-1":["gnustep-2-0"],"std":["alloc"],"unstable-c-unwind":[],"unstable-exception":["cc"],"unstable-objfw":[],"unstable-winobjc":["gnustep-1-8"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc-sys-0.3.5/Cargo.toml","categories":["external-ffi-bindings","os::macos-apis"],"keywords":["objective-c","macos","ios","objc_msgSend","sys"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc-sys/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}},"release":{"enable-features":[],"shared-version":false,"tag-prefix":"objc-sys"}},"links":"objc_0_3","publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"objc2","version":"0.3.0-beta.3.patch-leaks.3","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2@0.3.0-beta.3.patch-leaks.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Objective-C interface and bindings to the Cocoa Foundation framework","dependencies":[{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.0-alpha.6","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"malloc_buf","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.0-beta.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-encode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=2.0.0-pre.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-proc-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"iai","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"basic_usage","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/examples/basic_usage.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"class_with_lifetime","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/examples/class_with_lifetime.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"delegate","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/examples/delegate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"introspection","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/examples/introspection.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"nspasteboard","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/examples/nspasteboard.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"speech_synthethis","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/examples/speech_synthethis.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"id_retain_autoreleased","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/tests/id_retain_autoreleased.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"no_prelude","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/tests/no_prelude.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"use_macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/tests/use_macros.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"autorelease","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/benches/autorelease.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":["objc2-encode/alloc","objc-sys/alloc","block2?/alloc"],"apple":["objc-sys/apple","objc2-encode/apple","block2?/apple"],"block":["block2"],"block2":["dep:block2"],"catch-all":["exception"],"default":["std","apple","foundation"],"exception":["objc-sys/unstable-exception"],"foundation":[],"gnustep-1-7":["objc-sys/gnustep-1-7","objc2-encode/gnustep-1-7","block2?/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc-sys/gnustep-1-8","objc2-encode/gnustep-1-8","block2?/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc-sys/gnustep-1-9","objc2-encode/gnustep-1-9","block2?/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc-sys/gnustep-2-0","objc2-encode/gnustep-2-0","block2?/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc-sys/gnustep-2-1","objc2-encode/gnustep-2-1","block2?/gnustep-2-1"],"malloc":["malloc_buf"],"malloc_buf":["dep:malloc_buf"],"objc2-proc-macros":["dep:objc2-proc-macros"],"std":["alloc","objc2-encode/std","objc-sys/std","block2?/std"],"unstable-autoreleasesafe":[],"unstable-c-unwind":[],"unstable-docsrs":[],"unstable-static-class":["objc2-proc-macros"],"unstable-static-class-inlined":["unstable-static-class"],"unstable-static-sel":["objc2-proc-macros"],"unstable-static-sel-inlined":["unstable-static-sel"],"uuid":["dep:uuid"],"verify_message":["malloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.3.0-beta.3.patch-leaks.3/Cargo.toml","categories":["api-bindings","development-tools::ffi","os::macos-apis"],"keywords":["objective-c","macos","ios","objc_msgSend","cocoa"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc2/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin","features":["exception","malloc","block","uuid","unstable-docsrs"],"targets":["x86_64-apple-darwin","aarch64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"objc2","version":"0.4.1","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2@0.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Objective-C interface and runtime bindings","dependencies":[{"name":"malloc_buf","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-encode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-proc-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"iai","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"class_with_lifetime","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/examples/class_with_lifetime.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_core_graphics","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/examples/encode_core_graphics.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_nsstring","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/examples/encode_nsstring.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_nsuinteger","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/examples/encode_nsuinteger.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_opaque_type","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/examples/encode_opaque_type.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"introspection","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/examples/introspection.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"declare_class_self","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/tests/declare_class_self.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"id_retain_autoreleased","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/tests/id_retain_autoreleased.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"macros_mainthreadmarker","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/tests/macros_mainthreadmarker.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"no_prelude","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/tests/no_prelude.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"track_caller","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/tests/track_caller.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"use_macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/tests/use_macros.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"autorelease","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/benches/autorelease.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":["objc2-encode/alloc","objc-sys/alloc"],"apple":["objc-sys/apple"],"catch-all":["exception"],"default":["std","apple"],"exception":["objc-sys/unstable-exception"],"gnustep-1-7":["objc-sys/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc-sys/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc-sys/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc-sys/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc-sys/gnustep-2-1"],"malloc":["malloc_buf"],"malloc_buf":["dep:malloc_buf"],"objc2-proc-macros":["dep:objc2-proc-macros"],"relax-void-encoding":[],"std":["alloc","objc2-encode/std","objc-sys/std"],"unstable-apple-new":["apple"],"unstable-autoreleasesafe":[],"unstable-c-unwind":[],"unstable-compiler-rt":["apple"],"unstable-docsrs":[],"unstable-static-class":["objc2-proc-macros"],"unstable-static-class-inlined":["unstable-static-class"],"unstable-static-sel":["objc2-proc-macros"],"unstable-static-sel-inlined":["unstable-static-sel"],"verify":["malloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.4.1/Cargo.toml","categories":["api-bindings","development-tools::ffi","os::macos-apis"],"keywords":["objective-c","macos","ios","objc_msgSend","objc"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc2/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin","features":["exception","malloc","unstable-docsrs"],"targets":["x86_64-apple-darwin","aarch64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"objc2","version":"0.5.2","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Objective-C interface and runtime bindings","dependencies":[{"name":"malloc_buf","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-encode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-proc-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"iai","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_vendor = \"apple\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"class_with_lifetime","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/class_with_lifetime.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_opaque_type","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/encode_opaque_type.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_nsstring","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/encode_nsstring.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_nsuinteger","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/encode_nsuinteger.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_core_graphics","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/encode_core_graphics.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"introspection","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/introspection.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"use_macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/use_macros.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"no_prelude","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/no_prelude.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"macros_mainthreadmarker","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/macros_mainthreadmarker.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"id_retain_autoreleased","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/id_retain_autoreleased.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"declare_class_self","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/declare_class_self.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"track_caller","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/track_caller.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"declare_class","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/declare_class.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"autorelease","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/benches/autorelease.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":["objc2-encode/alloc","objc-sys/alloc"],"apple":[],"catch-all":["exception"],"default":["std"],"exception":["objc-sys/unstable-exception"],"gnustep-1-7":["unstable-static-class","objc-sys/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc-sys/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc-sys/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc-sys/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc-sys/gnustep-2-1"],"malloc":["malloc_buf"],"malloc_buf":["dep:malloc_buf"],"objc2-proc-macros":["dep:objc2-proc-macros"],"relax-sign-encoding":[],"relax-void-encoding":[],"std":["alloc","objc2-encode/std","objc-sys/std"],"unstable-apple-new":[],"unstable-autoreleasesafe":[],"unstable-c-unwind":[],"unstable-compiler-rt":["gnustep-1-7"],"unstable-msg-send-always-comma":[],"unstable-static-class":["objc2-proc-macros"],"unstable-static-class-inlined":["unstable-static-class"],"unstable-static-sel":["objc2-proc-macros"],"unstable-static-sel-inlined":["unstable-static-sel"],"verify":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/Cargo.toml","categories":["api-bindings","development-tools::ffi","os::macos-apis"],"keywords":["objective-c","macos","ios","objc_msgSend","objc"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc2/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","features":["exception"],"targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}},"release":{"enable-features":[],"shared-version":false,"tag-prefix":"objc"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"objc2-app-kit","version":"0.2.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2-app-kit@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to the AppKit framework","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.80","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-core-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(target_vendor = \"apple\")","rename":null,"registry":null,"path":null},{"name":"objc2-core-image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(target_vendor = \"apple\")","rename":null,"registry":null,"path":null},{"name":"objc2-quartz-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(target_vendor = \"apple\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2_app_kit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-app-kit-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"delegate","kind":["example"],"crate_types":["bin"],"required-features":["objc2-foundation/NSNotification","objc2-foundation/NSString","objc2-foundation/NSObject","objc2-foundation/NSThread","NSResponder","NSApplication","NSRunningApplication"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-app-kit-0.2.2/examples/delegate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"nspasteboard","kind":["example"],"crate_types":["bin"],"required-features":["objc2-foundation/NSArray","objc2-foundation/NSString","objc2-foundation/NSObject","NSPasteboard"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-app-kit-0.2.2/examples/nspasteboard.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"AppKitDefines":[],"AppKitErrors":[],"NSATSTypesetter":["objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSRange"],"NSAccessibility":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString"],"NSAccessibilityColor":["objc2-foundation/NSString"],"NSAccessibilityConstants":["objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSAccessibilityCustomAction":["objc2-foundation/NSString"],"NSAccessibilityCustomRotor":["objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSAccessibilityElement":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSAccessibilityProtocols":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSValue"],"NSActionCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSAffineTransform":["objc2-foundation/NSAffineTransform"],"NSAlert":["objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSString"],"NSAlignmentFeedbackFilter":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"NSAnimation":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSAnimationContext":["objc2-foundation/NSDate"],"NSAppearance":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSAppleScriptExtensions":["objc2-foundation/NSAppleScript","objc2-foundation/NSAttributedString"],"NSApplication":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSException","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSUserActivity"],"NSApplicationScripting":["objc2-foundation/NSArray"],"NSArrayController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSIndexSet","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString"],"NSAttributedString":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFileWrapper","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSBezierPath":["objc2-foundation/NSAffineTransform","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSBitmapImageRep":["bitflags","objc2-core-image?/CIImage","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSBox":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSBrowser":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSIndexSet","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSBrowserCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSButton":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSButtonCell":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSButtonTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSCIImageRep":["objc2-core-image?/CIImage","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCachedImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCandidateListTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSCell":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSFormatter","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSClickGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"NSClipView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject"],"NSCollectionView":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSIndexSet","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSCollectionViewCompositionalLayout":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSCollectionViewFlowLayout":["objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSCollectionViewGridLayout":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCollectionViewLayout":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSCollectionViewTransitionLayout":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColor":["objc2-core-image?/CIColor","objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColorList":["objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSColorPanel":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColorPicker":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSColorPickerTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColorPicking":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSColorSampler":[],"NSColorSpace":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColorWell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSComboBox":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSComboBoxCell":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSComboButton":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSControl":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSFormatter","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSController":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"NSCursor":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCustomImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCustomTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSDataAsset":["objc2-foundation/NSBundle","objc2-foundation/NSData","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSDatePicker":["objc2-foundation/NSCalendar","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSTimeZone"],"NSDatePickerCell":["bitflags","objc2-foundation/NSCalendar","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSTimeZone"],"NSDictionaryController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSDiffableDataSource":["objc2-foundation/NSArray","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSDockTile":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSDocument":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFilePresenter","objc2-foundation/NSFileVersion","objc2-foundation/NSFileWrapper","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSUndoManager"],"NSDocumentController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSDocumentScripting":["objc2-foundation/NSScriptCommand","objc2-foundation/NSScriptObjectSpecifiers","objc2-foundation/NSScriptStandardSuiteCommands","objc2-foundation/NSString"],"NSDragging":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObjCRuntime","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSDraggingItem":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSDraggingSession":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSDrawer":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSEPSImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSErrors":["objc2-foundation/NSObjCRuntime","objc2-foundation/NSString"],"NSEvent":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSFilePromiseProvider":["objc2-foundation/NSError","objc2-foundation/NSOperation","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSFilePromiseReceiver":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSOperation","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSFileWrapperExtensions":["objc2-foundation/NSFileWrapper"],"NSFont":["objc2-foundation/NSAffineTransform","objc2-foundation/NSCharacterSet","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSFontAssetRequest":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSProgress"],"NSFontCollection":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSLocale","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSFontDescriptor":["bitflags","objc2-foundation/NSAffineTransform","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSFontManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSFontPanel":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSForm":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSFormCell":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSGlyphGenerator":["objc2-foundation/NSAttributedString"],"NSGlyphInfo":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSGradient":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSGraphics":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSGraphicsContext":["objc2-core-image?/CIContext","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSGridView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange"],"NSGroupTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSHapticFeedback":[],"NSHelpManager":["objc2-foundation/NSAttributedString","objc2-foundation/NSBundle","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString"],"NSImage":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSImageCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSImageRep":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSImageView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSInputManager":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSInputServer":["objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSInterfaceStyle":["objc2-foundation/NSString"],"NSItemProvider":["objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSString"],"NSKeyValueBinding":["objc2-core-data?/NSAttributeDescription","objc2-core-data?/NSPropertyDescription","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSLayoutAnchor":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSLayoutConstraint":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSLayoutGuide":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSLayoutManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSLevelIndicator":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSLevelIndicatorCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMagnificationGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSMatrix":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMediaLibraryBrowserController":["bitflags","objc2-foundation/NSGeometry"],"NSMenu":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSZone"],"NSMenuItem":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMenuItemBadge":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMenuItemCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMenuToolbarItem":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMovie":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"NSNib":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSNibDeclarations":[],"NSNibLoading":[],"NSObjectController":["objc2-core-data?/NSFetchRequest","objc2-core-data?/NSManagedObjectContext","objc2-core-data?/NSPersistentStoreRequest","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSString"],"NSOpenGL":[],"NSOpenGLLayer":[],"NSOpenGLView":[],"NSOpenPanel":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSOutlineView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPDFImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPDFInfo":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPDFPanel":["bitflags","objc2-foundation/NSString"],"NSPICTImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPageController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPageLayout":["objc2-foundation/NSArray"],"NSPanGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPanel":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSParagraphStyle":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCharacterSet","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPasteboard":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSFileWrapper","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPasteboardItem":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSString"],"NSPathCell":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPathComponentCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPathControl":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPathControlItem":["objc2-foundation/NSAttributedString","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPersistentDocument":["objc2-core-data?/NSManagedObjectContext","objc2-core-data?/NSManagedObjectModel","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFilePresenter","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPickerTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPopUpButton":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPopUpButtonCell":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPopover":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPopoverTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPredicateEditor":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPredicateEditorRowTemplate":["objc2-core-data?/NSAttributeDescription","objc2-core-data?/NSEntityDescription","objc2-foundation/NSArray","objc2-foundation/NSComparisonPredicate","objc2-foundation/NSExpression","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSPressGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPressureConfiguration":[],"NSPreviewRepresentingActivityItem":["objc2-foundation/NSItemProvider","objc2-foundation/NSString"],"NSPrintInfo":["objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPrintOperation":["objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObjCRuntime","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSPrintPanel":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSPrinter":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSProgressIndicator":["objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSProgress"],"NSResponder":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSUndoManager"],"NSRotationGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSRuleEditor":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSString"],"NSRulerMarker":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSRulerView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSRunningApplication":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSSavePanel":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSScreen":["objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString"],"NSScrollView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSScroller":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSScrubber":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSScrubberItemView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSScrubberLayout":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSObject","objc2-foundation/NSSet"],"NSSearchField":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSearchFieldCell":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSearchToolbarItem":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSecureTextField":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSegmentedCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSegmentedControl":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSShadow":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSSharingService":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSSharingServicePickerToolbarItem":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSharingServicePickerTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSlider":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSliderAccessory":["objc2-foundation/NSObject"],"NSSliderCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSliderTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSound":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSSpeechRecognizer":["objc2-foundation/NSArray","objc2-foundation/NSString"],"NSSpeechSynthesizer":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSSpellChecker":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSOrthography","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSTextCheckingResult"],"NSSpellProtocol":[],"NSSplitView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSplitViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSplitViewItem":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSStackView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSStatusBar":["objc2-foundation/NSGeometry"],"NSStatusBarButton":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSStatusItem":["bitflags","objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSStepper":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSStepperCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSStepperTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSFormatter","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSStoryboard":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSString"],"NSStoryboardSegue":["objc2-foundation/NSString"],"NSStringDrawing":["bitflags","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSSwitch":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTabView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTabViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTabViewItem":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTableCellView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTableColumn":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString"],"NSTableHeaderCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTableHeaderView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTableRowView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTableView":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSEnumerator","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSTableViewDiffableDataSource":[],"NSTableViewRowAction":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSText":["objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextAlternatives":["objc2-foundation/NSArray","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextAttachment":["objc2-foundation/NSAttributedString","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSFileWrapper","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextAttachmentCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextCheckingClient":["objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextCheckingController":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSTextCheckingResult"],"NSTextContainer":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTextContent":["objc2-foundation/NSString"],"NSTextContentManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextElement":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString"],"NSTextField":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSTextCheckingResult"],"NSTextFieldCell":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextFinder":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSTextInputClient":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextInputContext":["objc2-foundation/NSArray","objc2-foundation/NSNotification","objc2-foundation/NSString"],"NSTextInsertionIndicator":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTextLayoutFragment":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSOperation"],"NSTextLayoutManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSOperation","objc2-foundation/NSString"],"NSTextLineFragment":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextList":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextListElement":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSString"],"NSTextRange":["objc2-foundation/NSObjCRuntime"],"NSTextSelection":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextSelectionNavigation":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSTextStorage":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextStorageScripting":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString"],"NSTextTable":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange"],"NSTextView":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSOrthography","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSTextCheckingResult","objc2-foundation/NSURL","objc2-foundation/NSUndoManager","objc2-foundation/NSValue"],"NSTextViewportLayoutController":["objc2-foundation/NSGeometry"],"NSTintConfiguration":["objc2-foundation/NSObject"],"NSTitlebarAccessoryViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTokenField":["objc2-foundation/NSArray","objc2-foundation/NSCharacterSet","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTokenFieldCell":["objc2-foundation/NSArray","objc2-foundation/NSCharacterSet","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSToolbar":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSToolbarItem":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSToolbarItemGroup":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTouch":["bitflags","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTouchBar":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTrackingArea":["bitflags","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTrackingSeparatorToolbarItem":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTreeController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString"],"NSTreeNode":["objc2-foundation/NSArray","objc2-foundation/NSIndexPath","objc2-foundation/NSSortDescriptor"],"NSTypesetter":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSUserActivity":["objc2-foundation/NSString","objc2-foundation/NSUserActivity"],"NSUserDefaultsController":["objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSUserDefaults"],"NSUserInterfaceCompression":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSUserInterfaceItemIdentification":["objc2-foundation/NSString"],"NSUserInterfaceItemSearching":["objc2-foundation/NSArray","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSUserInterfaceLayout":[],"NSUserInterfaceValidation":[],"NSView":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"NSViewController":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSExtensionContext","objc2-foundation/NSExtensionRequestHandling","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSVisualEffectView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSWindow":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSUndoManager","objc2-foundation/NSValue"],"NSWindowController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSWindowRestoration":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSNotification","objc2-foundation/NSOperation","objc2-foundation/NSString"],"NSWindowScripting":["objc2-foundation/NSScriptCommand","objc2-foundation/NSScriptStandardSuiteCommands"],"NSWindowTab":["objc2-foundation/NSAttributedString","objc2-foundation/NSString"],"NSWindowTabGroup":["objc2-foundation/NSArray","objc2-foundation/NSString"],"NSWorkspace":["bitflags","objc2-foundation/NSAppleEventDescriptor","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFileManager","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSValue"],"all":["AppKitDefines","AppKitErrors","NSATSTypesetter","NSAccessibility","NSAccessibilityColor","NSAccessibilityConstants","NSAccessibilityCustomAction","NSAccessibilityCustomRotor","NSAccessibilityElement","NSAccessibilityProtocols","NSActionCell","NSAffineTransform","NSAlert","NSAlignmentFeedbackFilter","NSAnimation","NSAnimationContext","NSAppearance","NSAppleScriptExtensions","NSApplication","NSApplicationScripting","NSArrayController","NSAttributedString","NSBezierPath","NSBitmapImageRep","NSBox","NSBrowser","NSBrowserCell","NSButton","NSButtonCell","NSButtonTouchBarItem","NSCIImageRep","NSCachedImageRep","NSCandidateListTouchBarItem","NSCell","NSClickGestureRecognizer","NSClipView","NSCollectionView","NSCollectionViewCompositionalLayout","NSCollectionViewFlowLayout","NSCollectionViewGridLayout","NSCollectionViewLayout","NSCollectionViewTransitionLayout","NSColor","NSColorList","NSColorPanel","NSColorPicker","NSColorPickerTouchBarItem","NSColorPicking","NSColorSampler","NSColorSpace","NSColorWell","NSComboBox","NSComboBoxCell","NSComboButton","NSControl","NSController","NSCursor","NSCustomImageRep","NSCustomTouchBarItem","NSDataAsset","NSDatePicker","NSDatePickerCell","NSDictionaryController","NSDiffableDataSource","NSDockTile","NSDocument","NSDocumentController","NSDocumentScripting","NSDragging","NSDraggingItem","NSDraggingSession","NSDrawer","NSEPSImageRep","NSErrors","NSEvent","NSFilePromiseProvider","NSFilePromiseReceiver","NSFileWrapperExtensions","NSFont","NSFontAssetRequest","NSFontCollection","NSFontDescriptor","NSFontManager","NSFontPanel","NSForm","NSFormCell","NSGestureRecognizer","NSGlyphGenerator","NSGlyphInfo","NSGradient","NSGraphics","NSGraphicsContext","NSGridView","NSGroupTouchBarItem","NSHapticFeedback","NSHelpManager","NSImage","NSImageCell","NSImageRep","NSImageView","NSInputManager","NSInputServer","NSInterfaceStyle","NSItemProvider","NSKeyValueBinding","NSLayoutAnchor","NSLayoutConstraint","NSLayoutGuide","NSLayoutManager","NSLevelIndicator","NSLevelIndicatorCell","NSMagnificationGestureRecognizer","NSMatrix","NSMediaLibraryBrowserController","NSMenu","NSMenuItem","NSMenuItemBadge","NSMenuItemCell","NSMenuToolbarItem","NSMovie","NSNib","NSNibDeclarations","NSNibLoading","NSObjectController","NSOpenGL","NSOpenGLLayer","NSOpenGLView","NSOpenPanel","NSOutlineView","NSPDFImageRep","NSPDFInfo","NSPDFPanel","NSPICTImageRep","NSPageController","NSPageLayout","NSPanGestureRecognizer","NSPanel","NSParagraphStyle","NSPasteboard","NSPasteboardItem","NSPathCell","NSPathComponentCell","NSPathControl","NSPathControlItem","NSPersistentDocument","NSPickerTouchBarItem","NSPopUpButton","NSPopUpButtonCell","NSPopover","NSPopoverTouchBarItem","NSPredicateEditor","NSPredicateEditorRowTemplate","NSPressGestureRecognizer","NSPressureConfiguration","NSPreviewRepresentingActivityItem","NSPrintInfo","NSPrintOperation","NSPrintPanel","NSPrinter","NSProgressIndicator","NSResponder","NSRotationGestureRecognizer","NSRuleEditor","NSRulerMarker","NSRulerView","NSRunningApplication","NSSavePanel","NSScreen","NSScrollView","NSScroller","NSScrubber","NSScrubberItemView","NSScrubberLayout","NSSearchField","NSSearchFieldCell","NSSearchToolbarItem","NSSecureTextField","NSSegmentedCell","NSSegmentedControl","NSShadow","NSSharingService","NSSharingServicePickerToolbarItem","NSSharingServicePickerTouchBarItem","NSSlider","NSSliderAccessory","NSSliderCell","NSSliderTouchBarItem","NSSound","NSSpeechRecognizer","NSSpeechSynthesizer","NSSpellChecker","NSSpellProtocol","NSSplitView","NSSplitViewController","NSSplitViewItem","NSStackView","NSStatusBar","NSStatusBarButton","NSStatusItem","NSStepper","NSStepperCell","NSStepperTouchBarItem","NSStoryboard","NSStoryboardSegue","NSStringDrawing","NSSwitch","NSTabView","NSTabViewController","NSTabViewItem","NSTableCellView","NSTableColumn","NSTableHeaderCell","NSTableHeaderView","NSTableRowView","NSTableView","NSTableViewDiffableDataSource","NSTableViewRowAction","NSText","NSTextAlternatives","NSTextAttachment","NSTextAttachmentCell","NSTextCheckingClient","NSTextCheckingController","NSTextContainer","NSTextContent","NSTextContentManager","NSTextElement","NSTextField","NSTextFieldCell","NSTextFinder","NSTextInputClient","NSTextInputContext","NSTextInsertionIndicator","NSTextLayoutFragment","NSTextLayoutManager","NSTextLineFragment","NSTextList","NSTextListElement","NSTextRange","NSTextSelection","NSTextSelectionNavigation","NSTextStorage","NSTextStorageScripting","NSTextTable","NSTextView","NSTextViewportLayoutController","NSTintConfiguration","NSTitlebarAccessoryViewController","NSTokenField","NSTokenFieldCell","NSToolbar","NSToolbarItem","NSToolbarItemGroup","NSTouch","NSTouchBar","NSTouchBarItem","NSTrackingArea","NSTrackingSeparatorToolbarItem","NSTreeController","NSTreeNode","NSTypesetter","NSUserActivity","NSUserDefaultsController","NSUserInterfaceCompression","NSUserInterfaceItemIdentification","NSUserInterfaceItemSearching","NSUserInterfaceLayout","NSUserInterfaceValidation","NSView","NSViewController","NSVisualEffectView","NSWindow","NSWindowController","NSWindowRestoration","NSWindowScripting","NSWindowTab","NSWindowTabGroup","NSWorkspace","bitflags","block2","libc","objc2-core-data","objc2-core-image","objc2-quartz-core"],"alloc":["block2?/alloc","objc2/alloc","objc2-core-data?/alloc","objc2-core-image?/alloc","objc2-foundation/alloc","objc2-quartz-core?/alloc"],"apple":[],"bitflags":["dep:bitflags","objc2-core-data?/bitflags","objc2-foundation/bitflags","objc2-quartz-core?/bitflags"],"block2":["dep:block2","objc2-core-data?/block2","objc2-core-image?/block2","objc2-foundation/block2","objc2-quartz-core?/block2"],"default":["std"],"gnustep-1-7":["objc2/gnustep-1-7","block2?/gnustep-1-7","objc2-foundation/gnustep-1-7","objc2-core-data?/gnustep-1-7","objc2-quartz-core?/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc2/gnustep-1-8","block2?/gnustep-1-8","objc2-foundation/gnustep-1-8","objc2-core-data?/gnustep-1-8","objc2-quartz-core?/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc2/gnustep-1-9","block2?/gnustep-1-9","objc2-foundation/gnustep-1-9","objc2-core-data?/gnustep-1-9","objc2-quartz-core?/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc2/gnustep-2-0","block2?/gnustep-2-0","objc2-foundation/gnustep-2-0","objc2-core-data?/gnustep-2-0","objc2-quartz-core?/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc2/gnustep-2-1","block2?/gnustep-2-1","objc2-foundation/gnustep-2-1","objc2-core-data?/gnustep-2-1","objc2-quartz-core?/gnustep-2-1"],"libc":["dep:libc","objc2-foundation/libc"],"objc2-core-data":["dep:objc2-core-data"],"objc2-core-image":["dep:objc2-core-image"],"objc2-quartz-core":["dep:objc2-quartz-core"],"std":["alloc","bitflags?/std","block2?/std","libc?/std","objc2/std","objc2-core-data?/std","objc2-core-image?/std","objc2-foundation/std","objc2-quartz-core?/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-app-kit-0.2.2/Cargo.toml","categories":["api-bindings","development-tools::ffi","external-ffi-bindings","os::macos-apis"],"keywords":["cocoa","apple","framework","macos"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","features":["all"],"targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"objc2-encode","version":"2.0.0-pre.2","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2-encode@2.0.0-pre.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Objective-C type-encodings","dependencies":[{"name":"objc-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.0-beta.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2-encode","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-2.0.0-pre.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"core_graphics","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-2.0.0-pre.2/examples/core_graphics.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ns_string","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-2.0.0-pre.2/examples/ns_string.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ns_uinteger","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-2.0.0-pre.2/examples/ns_uinteger.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"opaque_type","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-2.0.0-pre.2/examples/opaque_type.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":["objc-sys/alloc"],"apple":["objc-sys/apple"],"default":["std","apple"],"gnustep-1-7":["objc-sys/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc-sys/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc-sys/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc-sys/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc-sys/gnustep-2-1"],"std":["alloc","objc-sys/std"],"unstable-c-unwind":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-2.0.0-pre.2/Cargo.toml","categories":["development-tools::ffi","encoding","no-std","os::macos-apis"],"keywords":["objective-c","macos","ios","encode"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc2-encode/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin","targets":["x86_64-apple-darwin","aarch64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"objc2-encode","version":"3.0.0","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2-encode@3.0.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Objective-C type-encoding representation and parsing","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"objc2-encode","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-3.0.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-3.0.0/Cargo.toml","categories":["development-tools::ffi","encoding","no-std","os::macos-apis"],"keywords":["objective-c","macos","ios","encode"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc2-encode/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin","targets":["x86_64-apple-darwin","aarch64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"objc2-encode","version":"4.0.3","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2-encode@4.0.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Objective-C type-encoding representation and parsing","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"objc2_encode","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-4.0.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-4.0.3/Cargo.toml","categories":["development-tools::ffi","encoding","no-std","os::macos-apis"],"keywords":["objective-c","macos","ios","encode"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc2-encode/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}},"release":{"enable-features":[],"shared-version":false,"tag-prefix":"objc-encode"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"objc2-foundation","version":"0.2.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2-foundation@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to the Foundation framework","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dispatch","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.80","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2_foundation","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-foundation-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"basic_usage","kind":["example"],"crate_types":["bin"],"required-features":["NSArray","NSDictionary","NSEnumerator","NSRange","NSObject"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-foundation-0.2.2/examples/basic_usage.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"speech_synthesis","kind":["example"],"crate_types":["bin"],"required-features":["NSString","NSObject"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-foundation-0.2.2/examples/speech_synthesis.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"FoundationErrors":[],"FoundationLegacySwiftCompatibility":[],"NSAffineTransform":[],"NSAppleEventDescriptor":["bitflags"],"NSAppleEventManager":[],"NSAppleScript":[],"NSArchiver":[],"NSArray":["bitflags"],"NSAttributedString":["bitflags"],"NSAutoreleasePool":[],"NSBackgroundActivityScheduler":[],"NSBundle":[],"NSByteCountFormatter":["bitflags"],"NSByteOrder":[],"NSCache":[],"NSCalendar":["bitflags"],"NSCalendarDate":[],"NSCharacterSet":[],"NSClassDescription":[],"NSCoder":[],"NSComparisonPredicate":["bitflags"],"NSCompoundPredicate":[],"NSConnection":[],"NSData":["bitflags"],"NSDate":[],"NSDateComponentsFormatter":["bitflags"],"NSDateFormatter":[],"NSDateInterval":[],"NSDateIntervalFormatter":[],"NSDecimal":[],"NSDecimalNumber":[],"NSDictionary":[],"NSDistantObject":[],"NSDistributedLock":[],"NSDistributedNotificationCenter":["bitflags"],"NSEnergyFormatter":[],"NSEnumerator":[],"NSError":[],"NSException":[],"NSExpression":[],"NSExtensionContext":[],"NSExtensionItem":[],"NSExtensionRequestHandling":[],"NSFileCoordinator":["bitflags"],"NSFileHandle":[],"NSFileManager":["bitflags"],"NSFilePresenter":[],"NSFileVersion":["bitflags"],"NSFileWrapper":["bitflags"],"NSFormatter":[],"NSGarbageCollector":[],"NSGeometry":["bitflags"],"NSHFSFileTypes":[],"NSHTTPCookie":[],"NSHTTPCookieStorage":[],"NSHashTable":[],"NSHost":[],"NSISO8601DateFormatter":["bitflags"],"NSIndexPath":[],"NSIndexSet":[],"NSInflectionRule":[],"NSInvocation":[],"NSItemProvider":["bitflags"],"NSJSONSerialization":["bitflags"],"NSKeyValueCoding":[],"NSKeyValueObserving":["bitflags"],"NSKeyedArchiver":[],"NSLengthFormatter":[],"NSLinguisticTagger":["bitflags"],"NSListFormatter":[],"NSLocale":[],"NSLock":[],"NSMapTable":[],"NSMassFormatter":[],"NSMeasurement":[],"NSMeasurementFormatter":["bitflags"],"NSMetadata":[],"NSMetadataAttributes":[],"NSMethodSignature":[],"NSMorphology":[],"NSNetServices":["bitflags"],"NSNotification":[],"NSNotificationQueue":["bitflags"],"NSNull":[],"NSNumberFormatter":[],"NSObjCRuntime":["bitflags"],"NSObject":[],"NSObjectScripting":[],"NSOperation":[],"NSOrderedCollectionChange":[],"NSOrderedCollectionDifference":["bitflags"],"NSOrderedSet":[],"NSOrthography":[],"NSPathUtilities":["bitflags"],"NSPersonNameComponents":[],"NSPersonNameComponentsFormatter":["bitflags"],"NSPointerArray":[],"NSPointerFunctions":["bitflags"],"NSPort":["bitflags"],"NSPortCoder":[],"NSPortMessage":[],"NSPortNameServer":[],"NSPredicate":[],"NSProcessInfo":["bitflags"],"NSProgress":[],"NSPropertyList":["bitflags"],"NSProtocolChecker":[],"NSProxy":[],"NSRange":[],"NSRegularExpression":["bitflags"],"NSRelativeDateTimeFormatter":[],"NSRunLoop":[],"NSScanner":[],"NSScriptClassDescription":[],"NSScriptCoercionHandler":[],"NSScriptCommand":[],"NSScriptCommandDescription":[],"NSScriptExecutionContext":[],"NSScriptKeyValueCoding":[],"NSScriptObjectSpecifiers":[],"NSScriptStandardSuiteCommands":[],"NSScriptSuiteRegistry":[],"NSScriptWhoseTests":[],"NSSet":[],"NSSortDescriptor":[],"NSSpellServer":[],"NSStream":["bitflags"],"NSString":["bitflags"],"NSTask":[],"NSTermOfAddress":[],"NSTextCheckingResult":["bitflags"],"NSThread":[],"NSTimeZone":[],"NSTimer":[],"NSURL":["bitflags"],"NSURLAuthenticationChallenge":[],"NSURLCache":[],"NSURLConnection":[],"NSURLCredential":[],"NSURLCredentialStorage":[],"NSURLDownload":[],"NSURLError":[],"NSURLHandle":[],"NSURLProtectionSpace":[],"NSURLProtocol":[],"NSURLRequest":[],"NSURLResponse":[],"NSURLSession":[],"NSUUID":[],"NSUbiquitousKeyValueStore":[],"NSUndoManager":[],"NSUnit":[],"NSUserActivity":[],"NSUserDefaults":[],"NSUserNotification":[],"NSUserScriptTask":[],"NSValue":[],"NSValueTransformer":[],"NSXMLDTD":[],"NSXMLDTDNode":[],"NSXMLDocument":[],"NSXMLElement":[],"NSXMLNode":[],"NSXMLNodeOptions":["bitflags"],"NSXMLParser":[],"NSXPCConnection":["bitflags"],"NSZone":[],"all":["FoundationErrors","FoundationLegacySwiftCompatibility","NSAffineTransform","NSAppleEventDescriptor","NSAppleEventManager","NSAppleScript","NSArchiver","NSArray","NSAttributedString","NSAutoreleasePool","NSBackgroundActivityScheduler","NSBundle","NSByteCountFormatter","NSByteOrder","NSCache","NSCalendar","NSCalendarDate","NSCharacterSet","NSClassDescription","NSCoder","NSComparisonPredicate","NSCompoundPredicate","NSConnection","NSData","NSDate","NSDateComponentsFormatter","NSDateFormatter","NSDateInterval","NSDateIntervalFormatter","NSDecimal","NSDecimalNumber","NSDictionary","NSDistantObject","NSDistributedLock","NSDistributedNotificationCenter","NSEnergyFormatter","NSEnumerator","NSError","NSException","NSExpression","NSExtensionContext","NSExtensionItem","NSExtensionRequestHandling","NSFileCoordinator","NSFileHandle","NSFileManager","NSFilePresenter","NSFileVersion","NSFileWrapper","NSFormatter","NSGarbageCollector","NSGeometry","NSHFSFileTypes","NSHTTPCookie","NSHTTPCookieStorage","NSHashTable","NSHost","NSISO8601DateFormatter","NSIndexPath","NSIndexSet","NSInflectionRule","NSInvocation","NSItemProvider","NSJSONSerialization","NSKeyValueCoding","NSKeyValueObserving","NSKeyedArchiver","NSLengthFormatter","NSLinguisticTagger","NSListFormatter","NSLocale","NSLock","NSMapTable","NSMassFormatter","NSMeasurement","NSMeasurementFormatter","NSMetadata","NSMetadataAttributes","NSMethodSignature","NSMorphology","NSNetServices","NSNotification","NSNotificationQueue","NSNull","NSNumberFormatter","NSObjCRuntime","NSObject","NSObjectScripting","NSOperation","NSOrderedCollectionChange","NSOrderedCollectionDifference","NSOrderedSet","NSOrthography","NSPathUtilities","NSPersonNameComponents","NSPersonNameComponentsFormatter","NSPointerArray","NSPointerFunctions","NSPort","NSPortCoder","NSPortMessage","NSPortNameServer","NSPredicate","NSProcessInfo","NSProgress","NSPropertyList","NSProtocolChecker","NSProxy","NSRange","NSRegularExpression","NSRelativeDateTimeFormatter","NSRunLoop","NSScanner","NSScriptClassDescription","NSScriptCoercionHandler","NSScriptCommand","NSScriptCommandDescription","NSScriptExecutionContext","NSScriptKeyValueCoding","NSScriptObjectSpecifiers","NSScriptStandardSuiteCommands","NSScriptSuiteRegistry","NSScriptWhoseTests","NSSet","NSSortDescriptor","NSSpellServer","NSStream","NSString","NSTask","NSTermOfAddress","NSTextCheckingResult","NSThread","NSTimeZone","NSTimer","NSURL","NSURLAuthenticationChallenge","NSURLCache","NSURLConnection","NSURLCredential","NSURLCredentialStorage","NSURLDownload","NSURLError","NSURLHandle","NSURLProtectionSpace","NSURLProtocol","NSURLRequest","NSURLResponse","NSURLSession","NSUUID","NSUbiquitousKeyValueStore","NSUndoManager","NSUnit","NSUserActivity","NSUserDefaults","NSUserNotification","NSUserScriptTask","NSValue","NSValueTransformer","NSXMLDTD","NSXMLDTDNode","NSXMLDocument","NSXMLElement","NSXMLNode","NSXMLNodeOptions","NSXMLParser","NSXPCConnection","NSZone","bitflags","block2","libc"],"alloc":["block2?/alloc","objc2/alloc"],"apple":[],"bitflags":["dep:bitflags"],"block2":["dep:block2"],"default":["std"],"dispatch":["dep:dispatch"],"gnustep-1-7":["objc2/gnustep-1-7","block2?/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc2/gnustep-1-8","block2?/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc2/gnustep-1-9","block2?/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc2/gnustep-2-0","block2?/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc2/gnustep-2-1","block2?/gnustep-2-1"],"libc":["dep:libc"],"std":["alloc","bitflags?/std","block2?/std","libc?/std","objc2/std"],"unstable-static-nsstring":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-foundation-0.2.2/Cargo.toml","categories":["api-bindings","development-tools::ffi","external-ffi-bindings","os::macos-apis"],"keywords":["cocoa","apple","framework","macos","ios"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","features":["dispatch","all"],"targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"object","version":"0.36.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#object@0.36.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A unified interface for reading and writing object file formats.","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"crc32fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hashbrown","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.0","kind":"normal","optional":true,"uses_default_features":false,"features":["ahash"],"target":null,"rename":null,"registry":null,"path":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ruzstd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasmparser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.208.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"object","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"integration","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.0/tests/integration.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parse_self","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.0/tests/parse_self.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"all":["read","write","build","std","compression","wasm"],"alloc":["dep:alloc"],"archive":[],"build":["build_core","write_std","elf"],"build_core":["read_core","write_core"],"cargo-all":[],"coff":[],"compiler_builtins":["dep:compiler_builtins"],"compression":["dep:flate2","dep:ruzstd","std"],"core":["dep:core"],"default":["read","compression"],"doc":["read_core","write_std","build_core","std","compression","archive","coff","elf","macho","pe","wasm","xcoff"],"elf":[],"macho":[],"pe":["coff"],"read":["read_core","archive","coff","elf","macho","pe","xcoff","unaligned"],"read_core":[],"rustc-dep-of-std":["core","compiler_builtins","alloc","memchr/rustc-dep-of-std"],"std":["memchr/std"],"unaligned":[],"unstable":[],"unstable-all":["all","unstable"],"wasm":["dep:wasmparser"],"write":["write_std","coff","elf","macho","pe","xcoff"],"write_core":["dep:crc32fast","dep:indexmap","dep:hashbrown"],"write_std":["write_core","std","indexmap?/std","crc32fast?/std"],"xcoff":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.0/Cargo.toml","categories":[],"keywords":["object","elf","mach-o","pe","coff"],"readme":"README.md","repository":"https://github.com/gimli-rs/object","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["doc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"once_cell","version":"1.19.0","authors":["Aleksey Kladov "],"id":"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Single assignment cells and lazy values.","dependencies":[{"name":"critical-section","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"critical-section","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.1","kind":"dev","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"once_cell","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"bench_acquire","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench_acquire.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"lazy_static","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/lazy_static.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"reentrant_init_deadlocks","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/reentrant_init_deadlocks.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"regex","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/regex.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"test_synchronization","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/test_synchronization.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"it","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/tests/it/main.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"alloc":["race"],"atomic-polyfill":["critical-section"],"critical-section":["dep:critical-section","portable-atomic"],"default":["std"],"parking_lot":["dep:parking_lot_core"],"portable-atomic":["dep:portable-atomic"],"race":[],"std":["alloc"],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/Cargo.toml","categories":["rust-patterns","memory-management"],"keywords":["lazy","static"],"readme":"README.md","repository":"https://github.com/matklad/once_cell","homepage":null,"documentation":"https://docs.rs/once_cell","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"oorandom","version":"11.1.3","authors":["Simon Heath "],"id":"registry+https://github.com/rust-lang/crates.io-index#oorandom@11.1.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A tiny, robust PRNG implementation.","dependencies":[{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_pcg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"random-fast-rng","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"randomize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"oorandom","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.3/Cargo.toml","categories":["algorithms","embedded","no-std"],"keywords":["rng","prng","random","pcg"],"readme":"README.md","repository":"https://sr.ht/~icefox/oorandom/","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"open","version":"5.1.4","authors":["Sebastian Thiel "],"id":"registry+https://github.com/rust-lang/crates.io-index#open@5.1.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Open a path or URL using the program configured on the system","dependencies":[{"name":"pathdiff","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(macos)))","rename":null,"registry":null,"path":null},{"name":"is-wsl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"illumos\", target_os = \"solaris\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"open","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/open-5.1.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"open","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/open-5.1.4/src/main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"shellexecute-on-windows":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/open-5.1.4/Cargo.toml","categories":[],"keywords":["open","xdg-open","start","launch"],"readme":"README.md","repository":"https://github.com/Byron/open-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"license":"MIT"},{"package":{"name":"option-operations","version":"0.5.0","authors":["François Laignel "],"id":"registry+https://github.com/rust-lang/crates.io-index#option-operations@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Traits and auto-implementations to improve arithmetic operations usability when dealing with `Option`s.","dependencies":[{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"option-operations","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-operations-0.5.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-operations-0.5.0/Cargo.toml","categories":["rust-patterns","no-std","mathematics"],"keywords":["option","arithmetic","operations","ord","cmp"],"readme":"README.md","repository":"https://github.com/fengalin/option-operations","homepage":null,"documentation":"https://docs.rs/option-operations","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.53.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"orbclient","version":"0.3.47","authors":["Jeremy Soller "],"id":"registry+https://github.com/rust-lang/crates.io-index#orbclient@0.3.47","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The Orbital Client Library","dependencies":[{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"sdl2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.35.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"sdl2-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.35.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"libredox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"redox\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"orbclient","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"image_bench","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/examples/image_bench.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"rect_bench","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/examples/rect_bench.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"simple","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/examples/simple.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"bundled":["sdl","sdl2/bundled","sdl2/static-link","sdl2-sys/bundled","sdl2-sys/static-link"],"default":["std","sdl","unifont"],"libc":["dep:libc"],"raw-window-handle":["dep:raw-window-handle"],"sdl":["sdl2","sdl2-sys","libc"],"sdl2":["dep:sdl2"],"sdl2-sys":["dep:sdl2-sys"],"std":[],"unifont":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/Cargo.toml","categories":[],"keywords":["orbital","redox","ui"],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/orbclient","homepage":null,"documentation":"https://docs.rs/orbclient","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"ordered-stream","version":"0.2.0","authors":["Daniel De Graaf ","Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#ordered-stream@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Streams that are ordered relative to external events","dependencies":[{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ordered-stream","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-stream-0.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-stream-0.2.0/Cargo.toml","categories":[],"keywords":["async","stream","timestamp"],"readme":"README.md","repository":"https://github.com/danieldg/ordered-stream","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"owned_ttf_parser","version":"0.21.0","authors":["Alex Butler "],"id":"registry+https://github.com/rust-lang/crates.io-index#owned_ttf_parser@0.21.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"ttf-parser plus support for owned data","dependencies":[{"name":"ttf-parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"owned_ttf_parser","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.21.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"face_mut","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.21.0/tests/face_mut.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"owned_ttf","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.21.0/tests/owned_ttf.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"preparse","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.21.0/tests/preparse.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"apple-layout":["ttf-parser/apple-layout"],"default":["std","opentype-layout","apple-layout","variable-fonts","glyph-names"],"glyph-names":["ttf-parser/glyph-names"],"gvar-alloc":["std","ttf-parser/gvar-alloc"],"opentype-layout":["ttf-parser/opentype-layout"],"std":["ttf-parser/std"],"variable-fonts":["ttf-parser/variable-fonts"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.21.0/Cargo.toml","categories":[],"keywords":["ttf","truetype","otf","opentype"],"readme":"README.md","repository":"https://github.com/alexheretic/owned-ttf-parser","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0"},{"package":{"name":"pango-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#pango-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libpango-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"pango_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pango-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pango-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pango-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_42":[],"v1_44":["v1_42"],"v1_46":["v1_44"],"v1_48":["v1_46"],"v1_50":["v1_48"],"v1_52":["v1_50"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pango-sys-0.18.0/Cargo.toml","categories":[],"keywords":["pango","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"pango":{"name":"pango","v1_42":{"version":"1.42"},"v1_44":{"version":"1.44"},"v1_46":{"version":"1.46"},"v1_48":{"version":"1.48"},"v1_50":{"version":"1.49.2"},"v1_52":{"version":"1.51"},"version":"1.40"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"parking","version":"2.2.0","authors":["Stjepan Glavina ","The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#parking@2.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Thread parking and unparking","dependencies":[{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"parking","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/tests/loom.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parking","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/tests/parking.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"loom":["dep:loom"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.0/Cargo.toml","categories":["concurrency"],"keywords":["park","notify","thread","wake","condition"],"readme":"README.md","repository":"https://github.com/smol-rs/parking","homepage":"https://github.com/smol-rs/parking","documentation":"https://docs.rs/parking","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"parking_lot","version":"0.12.3","authors":["Amanieu d'Antras "],"id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"More compact and efficient implementations of the standard synchronization primitives.","dependencies":[{"name":"lock_api","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"parking_lot","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"issue_392","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/tests/issue_392.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue_203","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/tests/issue_203.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"arc_lock":["lock_api/arc_lock"],"deadlock_detection":["parking_lot_core/deadlock_detection"],"default":[],"hardware-lock-elision":[],"nightly":["parking_lot_core/nightly","lock_api/nightly"],"owning_ref":["lock_api/owning_ref"],"send_guard":[],"serde":["lock_api/serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/Cargo.toml","categories":["concurrency"],"keywords":["mutex","condvar","rwlock","once","thread"],"readme":"README.md","repository":"https://github.com/Amanieu/parking_lot","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["arc_lock","serde","deadlock_detection"],"rustdoc-args":["--generate-link-to-definition"]}},"playground":{"features":["arc_lock","serde","deadlock_detection"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"parking_lot_core","version":"0.9.10","authors":["Amanieu d'Antras "],"id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An advanced API for creating custom synchronization primitives.","dependencies":[{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.60","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"petgraph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thread-id","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"redox_syscall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"redox\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.95","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"parking_lot_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"backtrace":["dep:backtrace"],"deadlock_detection":["petgraph","thread-id","backtrace"],"nightly":[],"petgraph":["dep:petgraph"],"thread-id":["dep:thread-id"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/Cargo.toml","categories":["concurrency"],"keywords":["mutex","condvar","rwlock","once","thread"],"readme":null,"repository":"https://github.com/Amanieu/parking_lot","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"paste","version":"1.0.15","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Macros for all your token pasting needs","dependencies":[{"name":"paste-test-suite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.49","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"paste","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test_item","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/test_item.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_attr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/test_attr.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/compiletest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_doc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/test_doc.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_expr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/test_expr.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/Cargo.toml","categories":["development-tools","no-std","no-std::no-alloc"],"keywords":["macros"],"readme":"README.md","repository":"https://github.com/dtolnay/paste","homepage":null,"documentation":"https://docs.rs/paste","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"pathdiff","version":"0.2.1","authors":["Manish Goregaokar "],"id":"registry+https://github.com/rust-lang/crates.io-index#pathdiff@0.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Library for diffing paths to obtain relative paths","dependencies":[{"name":"camino","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"pathdiff","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"camino":["dep:camino"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/Cargo.toml","categories":[],"keywords":["path","relative"],"readme":null,"repository":"https://github.com/Manishearth/pathdiff","homepage":null,"documentation":"https://docs.rs/pathdiff/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"percent-encoding","version":"2.3.1","authors":["The rust-url developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Percent encoding and decoding","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"percent-encoding","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/Cargo.toml","categories":["no_std"],"keywords":[],"readme":null,"repository":"https://github.com/servo/rust-url/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"pin-project-lite","version":"0.2.14","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A lightweight version of pin-project written with declarative macros.\n","dependencies":[{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"pin-project-lite","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/compiletest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"drop_order","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/drop_order.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"expandtest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/expandtest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"proper_unpin","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/proper_unpin.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/Cargo.toml","categories":["no-std","no-std::no-alloc","rust-patterns"],"keywords":["pin","macros"],"readme":"README.md","repository":"https://github.com/taiki-e/pin-project-lite","homepage":null,"documentation":null,"edition":"2018","metadata":{"cargo_check_external_types":{"allowed_external_types":[]},"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.37.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"pin-utils","version":"0.1.0","authors":["Josef Brandl "],"id":"registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Utilities for pinning\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"pin-utils","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"projection","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/tests/projection.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"stack_pin","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/tests/stack_pin.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang-nursery/pin-utils","homepage":null,"documentation":"https://docs.rs/pin-utils","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"piper","version":"0.2.3","authors":["Stjepan Glavina ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#piper@0.2.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async pipes, channels, mutexes, and more.","dependencies":[{"name":"atomic-waker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.28","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"portable_atomic_crate","registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"piper","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"pipe","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.3/tests/pipe.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"pipe_comparison","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.3/benches/pipe_comparison.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"futures-io":["dep:futures-io"],"portable-atomic":["atomic-waker/portable-atomic","portable_atomic_crate","portable-atomic-util"],"portable-atomic-util":["dep:portable-atomic-util"],"portable_atomic_crate":["dep:portable_atomic_crate"],"std":["fastrand/std","futures-io"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.3/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/smol-rs/piper","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"pkg-config","version":"0.3.30","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library to run the pkg-config system tool at build time in order to be used in\nCargo build scripts.\n","dependencies":[{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"pkg-config","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/tests/test.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.30/Cargo.toml","categories":[],"keywords":["build-dependencies"],"readme":"README.md","repository":"https://github.com/rust-lang/pkg-config-rs","homepage":null,"documentation":"https://docs.rs/pkg-config","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":"1.30.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"plotters","version":"0.3.6","authors":["Hao Hou "],"id":"registry+https://github.com/rust-lang/crates.io-index#plotters@0.3.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust drawing library focus on data plotting for both WASM and native applications","dependencies":[{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.20","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters-bitmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters-svg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.139","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.140","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.82","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.62","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.51","kind":"normal","optional":false,"uses_default_features":true,"features":["Document","DomRect","Element","HtmlElement","Node","Window","HtmlCanvasElement","CanvasRenderingContext2d"],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.24","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"ab_glyph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.12","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"font-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.3","kind":"normal","optional":true,"uses_default_features":false,"features":["jpeg","png","bmp"],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"pathfinder_geometry","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"ttf-parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"rand_distr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"rand_xorshift","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"plotters","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"3d-plot","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/3d-plot.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"3d-plot2","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/3d-plot2.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"animation","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/animation.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"area-chart","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/area-chart.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"blit-bitmap","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/blit-bitmap.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"boxplot","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/boxplot.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"chart","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/chart.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"colormaps","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/colormaps.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"console","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/console.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"customized_coord","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/customized_coord.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"errorbar","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/errorbar.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"full_palette","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/full_palette.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"histogram","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/histogram.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"mandelbrot","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/mandelbrot.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"matshow","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/matshow.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"nested_coord","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/nested_coord.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"normal-dist","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/normal-dist.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"normal-dist2","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/normal-dist2.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"pie","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/pie.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"relative_size","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/relative_size.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"sierpinski","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/sierpinski.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"slc-temp","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/slc-temp.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"snowflake","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/snowflake.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"stock","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/stock.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tick_control","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/tick_control.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"two-scales","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/examples/two-scales.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"benchmark","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/benches/main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"ab_glyph":["dep:ab_glyph","once_cell"],"all_elements":["errorbar","candlestick","boxplot","histogram"],"all_series":["area_series","line_series","point_series","surface_series"],"area_series":[],"bitmap_backend":["plotters-bitmap"],"bitmap_encoder":["plotters-bitmap/image_encoder"],"bitmap_gif":["plotters-bitmap/gif_backend"],"boxplot":[],"candlestick":[],"chrono":["dep:chrono"],"colormaps":[],"datetime":["chrono"],"default":["bitmap_backend","bitmap_encoder","bitmap_gif","svg_backend","chrono","ttf","image","deprecated_items","all_series","all_elements","full_palette","colormaps"],"deprecated_items":[],"errorbar":[],"evcxr":["svg_backend"],"evcxr_bitmap":["evcxr","bitmap_backend","plotters-svg/bitmap_encoder"],"font-kit":["dep:font-kit"],"fontconfig-dlopen":["font-kit/source-fontconfig-dlopen"],"full_palette":[],"histogram":[],"image":["dep:image"],"lazy_static":["dep:lazy_static"],"line_series":[],"once_cell":["dep:once_cell"],"pathfinder_geometry":["dep:pathfinder_geometry"],"plotters-bitmap":["dep:plotters-bitmap"],"plotters-svg":["dep:plotters-svg"],"point_series":[],"surface_series":[],"svg_backend":["plotters-svg"],"ttf":["font-kit","ttf-parser","lazy_static","pathfinder_geometry"],"ttf-parser":["dep:ttf-parser"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.6/Cargo.toml","categories":["visualization","wasm"],"keywords":["WebAssembly","Visualization","Plotting","Drawing"],"readme":"README.md","repository":"https://github.com/plotters-rs/plotters","homepage":"https://plotters-rs.github.io/","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"plotters-backend","version":"0.3.6","authors":["Hao Hou "],"id":"registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Plotters Backend API","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"plotters-backend","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.6/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/plotters-rs/plotters","homepage":"https://plotters-rs.github.io","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"plotters-svg","version":"0.3.6","authors":["Hao Hou "],"id":"registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Plotters SVG backend","dependencies":[{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.2","kind":"normal","optional":true,"uses_default_features":false,"features":["jpeg","png","bmp"],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"plotters-svg","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"bitmap_encoder":["image"],"debug":[],"image":["dep:image"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.6/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/plotters-rs/plotters.git","homepage":"https://plotters-rs.github.io","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"png","version":"0.17.13","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#png@0.17.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"PNG decoding and encoding library in pure Rust","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crc32fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fdeflate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"normal","optional":false,"uses_default_features":true,"features":["simd"],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"getopts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glium","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32","kind":"dev","optional":false,"uses_default_features":false,"features":["glutin"],"target":null,"rename":null,"registry":null,"path":null},{"name":"glob","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"term","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"png","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"change-png-info","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/change-png-info.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"corpus-bench","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/corpus-bench.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"png-generate","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/png-generate.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"pngcheck","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/pngcheck.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"show","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/show.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"decoder","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/benches/decoder.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"unfilter","kind":["bench"],"crate_types":["bin"],"required-features":["benchmarks"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/benches/unfilter.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"expand_paletted","kind":["bench"],"crate_types":["bin"],"required-features":["benchmarks"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/benches/expand_paletted.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"benchmarks":[],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/Cargo.toml","categories":["multimedia::images"],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/image-png","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"polling","version":"2.8.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#polling@2.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Portable interface to epoll, kqueue, event ports, and IOCP","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.77","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))","rename":null,"registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Networking_WinSock","Win32_Storage_FileSystem","Win32_System_IO","Win32_System_LibraryLoader","Win32_System_Threading","Win32_System_WindowsProgramming"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"polling","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"two-listeners","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/examples/two-listeners.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"wait-signal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/examples/wait-signal.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"concurrent_modification","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/concurrent_modification.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"io","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/io.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"many_connections","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/many_connections.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/notify.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"other_modes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/other_modes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"precision","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/precision.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"timeout","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/timeout.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"windows_post","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/windows_post.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/Cargo.toml","categories":["asynchronous","network-programming","os"],"keywords":["mio","epoll","kqueue","iocp"],"readme":"README.md","repository":"https://github.com/smol-rs/polling","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.47.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"polling","version":"3.7.2","authors":["Stjepan Glavina ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#polling@3.7.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Portable interface to epoll, kqueue, event ports, and IOCP","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"socket2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.17","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"vita\")))","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.31","kind":"normal","optional":false,"uses_default_features":false,"features":["event","fs","pipe","process","std","time"],"target":"cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))","rename":null,"registry":null,"path":null},{"name":"hermit-abi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"hermit\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Wdk_Foundation","Wdk_Storage_FileSystem","Win32_Foundation","Win32_Networking_WinSock","Win32_Security","Win32_Storage_FileSystem","Win32_System_IO","Win32_System_LibraryLoader","Win32_System_Threading","Win32_System_WindowsProgramming"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"polling","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"tcp_client","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/examples/tcp_client.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"two-listeners","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/examples/two-listeners.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"wait-signal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/examples/wait-signal.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"concurrent_modification","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/concurrent_modification.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"io","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/io.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"many_connections","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/many_connections.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"multiple_pollers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/multiple_pollers.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/notify.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"other_modes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/other_modes.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"precision","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/precision.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"timeout","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/timeout.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"windows_post","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/windows_post.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"windows_waitable","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/tests/windows_waitable.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.2/Cargo.toml","categories":["asynchronous","network-programming","os"],"keywords":["mio","epoll","kqueue","iocp"],"readme":"README.md","repository":"https://github.com/smol-rs/polling","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"pprof","version":"0.13.0","authors":["Yang Keao "],"id":"registry+https://github.com/rust-lang/crates.io-index#pprof@0.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An internal perf tools for rust programs.","dependencies":[{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"findshlibs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"inferno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":true,"uses_default_features":false,"features":["nameattr"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.66","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.26","kind":"normal","optional":false,"uses_default_features":false,"features":["signal","fs"],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"prost","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"prost-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"protobuf","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"symbolic-demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^12.1","kind":"normal","optional":false,"uses_default_features":false,"features":["rust"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"prost-build","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"protobuf-codegen-pure","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sha2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"pprof","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"flamegraph","kind":["example"],"crate_types":["bin"],"required-features":["flamegraph"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/flamegraph.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"profile_proto_with_prost","kind":["example"],"crate_types":["bin"],"required-features":["protobuf","prost-codec"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/profile_proto_with_prost.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"profile_proto_with_protobuf_codec","kind":["example"],"crate_types":["bin"],"required-features":["protobuf","protobuf-codec"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/profile_proto_with_protobuf_codec.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"multithread_flamegraph","kind":["example"],"crate_types":["bin"],"required-features":["flamegraph"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/multithread_flamegraph.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"criterion","kind":["example"],"crate_types":["bin"],"required-features":["flamegraph","criterion"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/criterion.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"backtrace_while_sampling","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/backtrace_while_sampling.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"multithread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/multithread.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"post_processor","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/post_processor.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"prime_number","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/prime_number.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"collector","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/benches/collector.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"addr_validate","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/benches/addr_validate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"_protobuf":[],"cpp":["symbolic-demangle/cpp"],"criterion":["dep:criterion"],"default":["cpp"],"flamegraph":["inferno"],"frame-pointer":[],"inferno":["dep:inferno"],"prost":["dep:prost"],"prost-build":["dep:prost-build"],"prost-codec":["prost","prost-derive","prost-build","sha2","_protobuf"],"prost-derive":["dep:prost-derive"],"protobuf":["dep:protobuf"],"protobuf-codec":["protobuf","protobuf-codegen-pure","_protobuf"],"protobuf-codegen-pure":["dep:protobuf-codegen-pure"],"sha2":["dep:sha2"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/tikv/pprof-rs","homepage":null,"documentation":"https://docs.rs/pprof/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"Apache-2.0"},{"package":{"name":"ppv-lite86","version":"0.2.17","authors":["The CryptoCorrosion Contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.17","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Implementation of the crypto-simd API for x86","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ppv-lite86","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"no_simd":[],"simd":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/Cargo.toml","categories":["cryptography","no-std"],"keywords":["crypto","simd","x86"],"readme":null,"repository":"https://github.com/cryptocorrosion/cryptocorrosion","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"proc-macro-crate","version":"1.3.1","authors":["Bastian Köcher "],"id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@1.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Replacement for crate (macro_rules keyword) in proc-macros\n","dependencies":[{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_edit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.33","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"proc-macro-crate","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/Cargo.toml","categories":["development-tools::procedural-macro-helpers"],"keywords":["macro-rules","crate","macro","proc-macro"],"readme":"./README.md","repository":"https://github.com/bkchr/proc-macro-crate","homepage":null,"documentation":"https://docs.rs/proc-macro-crate","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"proc-macro-crate","version":"3.1.0","authors":["Bastian Köcher "],"id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@3.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Replacement for crate (macro_rules keyword) in proc-macros\n","dependencies":[{"name":"toml_edit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.67","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.33","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"proc-macro-crate","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"workspace_deps","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.1.0/tests/workspace_deps.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.1.0/Cargo.toml","categories":["development-tools::procedural-macro-helpers"],"keywords":["macro-rules","crate","macro","proc-macro"],"readme":"./README.md","repository":"https://github.com/bkchr/proc-macro-crate","homepage":null,"documentation":"https://docs.rs/proc-macro-crate","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.67.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"proc-macro2","version":"1.0.85","authors":["David Tolnay ","Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.85","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.","dependencies":[{"name":"unicode-ident","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"proc_macro2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.85/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"comments","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.85/tests/comments.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_fmt","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.85/tests/test_fmt.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"features","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.85/tests/features.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"marker","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.85/tests/marker.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_size","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.85/tests/test_size.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.85/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.85/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["proc-macro"],"nightly":[],"proc-macro":[],"span-locations":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.85/Cargo.toml","categories":["development-tools::procedural-macro-helpers"],"keywords":["macros","syn"],"readme":"README.md","repository":"https://github.com/dtolnay/proc-macro2","homepage":null,"documentation":"https://docs.rs/proc-macro2","edition":"2021","metadata":{"docs":{"rs":{"rustc-args":["--cfg","procmacro2_semver_exempt"],"rustdoc-args":["--cfg","procmacro2_semver_exempt","--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["span-locations"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"quick-xml","version":"0.26.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.26.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"High performance xml reader and writer","dependencies":[{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"encoding_rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.100","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["io-util"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-value","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.21","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","rt"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"quick-xml","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"encodings","kind":["test"],"crate_types":["bin"],"required-features":["encoding"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/encodings.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde_attrs","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde_attrs.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde_roundtrip","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde_roundtrip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde-de","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde-de.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde-se","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde-se.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde-migrated","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde-migrated.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"async-tokio","kind":["test"],"crate_types":["bin"],"required-features":["async-tokio"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/async-tokio.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"microbenches","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/benches/microbenches.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"macrobenches","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/benches/macrobenches.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"async-tokio":["tokio"],"default":[],"document-features":["dep:document-features"],"encoding":["encoding_rs"],"encoding_rs":["dep:encoding_rs"],"escape-html":[],"overlapped-lists":[],"serde":["dep:serde"],"serialize":["serde"],"tokio":["dep:tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/Cargo.toml","categories":["asynchronous","encoding","parsing","parser-implementations"],"keywords":["xml","serde","parser","writer","html"],"readme":"README.md","repository":"https://github.com/tafia/quick-xml","homepage":null,"documentation":"https://docs.rs/quick-xml","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docs_rs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.46.0"},"license":"MIT"},{"package":{"name":"quick-xml","version":"0.31.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.31.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"High performance xml reader and writer","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"encoding_rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=1.0.100","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.10","kind":"normal","optional":true,"uses_default_features":false,"features":["io-util"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-value","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.21","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","rt"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"quick-xml","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"read_nodes_serde","kind":["example"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/examples/read_nodes_serde.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encodings","kind":["test"],"crate_types":["bin"],"required-features":["encoding"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/tests/encodings.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde_roundtrip","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/tests/serde_roundtrip.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde-de","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/tests/serde-de.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde-de-enum","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/tests/serde-de-enum.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde-de-seq","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/tests/serde-de-seq.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde-se","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/tests/serde-se.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde-migrated","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/tests/serde-migrated.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde-issues","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/tests/serde-issues.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"async-tokio","kind":["test"],"crate_types":["bin"],"required-features":["async-tokio"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/tests/async-tokio.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"microbenches","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/benches/microbenches.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"macrobenches","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/benches/macrobenches.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"async-tokio":["tokio"],"default":[],"document-features":["dep:document-features"],"encoding":["encoding_rs"],"encoding_rs":["dep:encoding_rs"],"escape-html":[],"overlapped-lists":[],"serde":["dep:serde"],"serde-types":["serde/derive"],"serialize":["serde"],"tokio":["dep:tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/Cargo.toml","categories":["asynchronous","encoding","parsing","parser-implementations"],"keywords":["xml","serde","parser","writer","html"],"readme":"README.md","repository":"https://github.com/tafia/quick-xml","homepage":null,"documentation":"https://docs.rs/quick-xml","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docs_rs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT"},{"package":{"name":"quote","version":"1.0.36","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.36","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Quasi-quoting macro quote!(...)","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.66","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"quote","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/tests/compiletest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["proc-macro"],"proc-macro":["proc-macro2/proc-macro"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/Cargo.toml","categories":["development-tools::procedural-macro-helpers"],"keywords":["macros","syn"],"readme":"README.md","repository":"https://github.com/dtolnay/quote","homepage":null,"documentation":"https://docs.rs/quote/","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"rand","version":"0.8.5","authors":["The Rand Project Developers","The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Random number generators and other randomness functionality.\n","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"packed_simd_2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"normal","optional":true,"uses_default_features":true,"features":["into_bits"],"target":null,"rename":"packed_simd","registry":null,"path":null},{"name":"rand_chacha","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_pcg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.22","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rand","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":["rand_core/alloc"],"default":["std","std_rng"],"getrandom":["rand_core/getrandom"],"libc":["dep:libc"],"log":["dep:log"],"min_const_gen":[],"nightly":[],"packed_simd":["dep:packed_simd"],"rand_chacha":["dep:rand_chacha"],"serde":["dep:serde"],"serde1":["serde","rand_core/serde1"],"simd_support":["packed_simd"],"small_rng":[],"std":["rand_core/std","rand_chacha/std","alloc","getrandom","libc"],"std_rng":["rand_chacha"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/Cargo.toml","categories":["algorithms","no-std"],"keywords":["random","rng"],"readme":"README.md","repository":"https://github.com/rust-random/rand","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"]}},"playground":{"features":["small_rng","serde1"]}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"rand_chacha","version":"0.3.1","authors":["The Rand Project Developers","The Rust Project Developers","The CryptoCorrosion Contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"ChaCha random number generator\n","dependencies":[{"name":"ppv-lite86","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":false,"uses_default_features":false,"features":["simd"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rand_chacha","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"serde":["dep:serde"],"serde1":["serde"],"simd":[],"std":["ppv-lite86/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/Cargo.toml","categories":["algorithms","no-std"],"keywords":["random","rng","chacha"],"readme":"README.md","repository":"https://github.com/rust-random/rand","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand_chacha","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"rand_core","version":"0.6.4","authors":["The Rand Project Developers","The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Core random number generator traits and tools for implementation.\n","dependencies":[{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rand_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"getrandom":["dep:getrandom"],"serde":["dep:serde"],"serde1":["serde"],"std":["alloc","getrandom","getrandom/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/Cargo.toml","categories":["algorithms","no-std"],"keywords":["random","rng"],"readme":"README.md","repository":"https://github.com/rust-random/rand","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand_core","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"]}},"playground":{"all-features":true}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"rand_xoshiro","version":"0.6.0","authors":["The Rand Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#rand_xoshiro@0.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Xoshiro, xoroshiro and splitmix64 random number generators","dependencies":[{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rand_xoshiro","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xoshiro-0.6.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xoshiro-0.6.0/tests/serde.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"serde":["dep:serde"],"serde1":["serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xoshiro-0.6.0/Cargo.toml","categories":["algorithms"],"keywords":["random","rng"],"readme":"README.md","repository":"https://github.com/rust-random/rngs","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand_xoshiro","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"raw-window-handle","version":"0.5.2","authors":["Osspial "],"id":"registry+https://github.com/rust-lang/crates.io-index#raw-window-handle@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Interoperability library for Rust Windowing applications.","dependencies":[],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"raw-window-handle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-window-handle-0.5.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-window-handle-0.5.2/Cargo.toml","categories":[],"keywords":["windowing"],"readme":"README.md","repository":"https://github.com/rust-windowing/raw-window-handle","homepage":null,"documentation":"https://docs.rs/raw-window-handle","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT OR Apache-2.0 OR Zlib"},{"package":{"name":"raw-window-handle","version":"0.6.2","authors":["Osspial "],"id":"registry+https://github.com/rust-lang/crates.io-index#raw-window-handle@0.6.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Interoperability library for Rust Windowing applications.","dependencies":[{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.87","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"raw_window_handle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-window-handle-0.6.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"std":["alloc"],"wasm-bindgen":["dep:wasm-bindgen"],"wasm-bindgen-0-2":["wasm-bindgen","std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-window-handle-0.6.2/Cargo.toml","categories":[],"keywords":["windowing"],"readme":"README.md","repository":"https://github.com/rust-windowing/raw-window-handle","homepage":null,"documentation":"https://docs.rs/raw-window-handle","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT OR Apache-2.0 OR Zlib"},{"package":{"name":"rayon","version":"1.10.0","authors":["Niko Matsakis ","Josh Stone "],"id":"registry+https://github.com/rust-lang/crates.io-index#rayon@1.10.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Simple work-stealing parallelism for Rust","dependencies":[{"name":"either","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm_sync","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xorshift","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rayon","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"chars","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/chars.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"clones","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/clones.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"collect","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/collect.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"cross-pool","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/cross-pool.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"debug","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/debug.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"drain_vec","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/drain_vec.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"intersperse","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/intersperse.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue671-unzip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/issue671-unzip.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue671","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/issue671.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"iter_panic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/iter_panic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"named-threads","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/named-threads.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"octillion","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/octillion.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"par_bridge_recursion","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/par_bridge_recursion.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"producer_split_at","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/producer_split_at.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"sort-panic-safe","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/sort-panic-safe.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"str","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/str.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"web_spin_lock":["dep:wasm_sync","rayon-core/web_spin_lock"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/Cargo.toml","categories":["concurrency"],"keywords":["parallel","thread","concurrency","join","performance"],"readme":"README.md","repository":"https://github.com/rayon-rs/rayon","homepage":null,"documentation":"https://docs.rs/rayon/","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"rayon-core","version":"1.12.1","authors":["Niko Matsakis ","Josh Stone "],"id":"registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.12.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Core APIs for Rayon","dependencies":[{"name":"crossbeam-deque","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm_sync","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xorshift","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"scoped-tls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rayon-core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"stack_overflow_crash","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/stack_overflow_crash.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"double_init_fail","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/double_init_fail.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"init_zero_threads","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/init_zero_threads.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"scope_join","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/scope_join.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"simple_panic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/simple_panic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"scoped_threadpool","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/scoped_threadpool.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"use_current_thread","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/use_current_thread.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"web_spin_lock":["dep:wasm_sync"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/Cargo.toml","categories":["concurrency"],"keywords":["parallel","thread","concurrency","join","performance"],"readme":"README.md","repository":"https://github.com/rayon-rs/rayon","homepage":null,"documentation":"https://docs.rs/rayon/","edition":"2021","links":"rayon-core","publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"redox_syscall","version":"0.3.5","authors":["Jeremy Soller "],"id":"registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.3.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust library to access raw Redox system calls","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"syscall","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.3.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"core":["dep:core"],"rustc-dep-of-std":["core","bitflags/rustc-dep-of-std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.3.5/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/syscall","homepage":null,"documentation":"https://docs.rs/redox_syscall","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"redox_syscall","version":"0.4.1","authors":["Jeremy Soller "],"id":"registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust library to access raw Redox system calls","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"syscall","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.4.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"core":["dep:core"],"rustc-dep-of-std":["core","bitflags/rustc-dep-of-std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.4.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/syscall","homepage":null,"documentation":"https://docs.rs/redox_syscall","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"redox_syscall","version":"0.5.2","authors":["Jeremy Soller "],"id":"registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust library to access raw Redox system calls","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"syscall","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.5.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"core":["dep:core"],"rustc-dep-of-std":["core","bitflags/rustc-dep-of-std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.5.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/syscall","homepage":null,"documentation":"https://docs.rs/redox_syscall","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"redox_users","version":"0.4.5","authors":["Jose Narvaez ","Wesley Hershberger "],"id":"registry+https://github.com/rust-lang/crates.io-index#redox_users@0.4.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust library to access Redox users and groups functionality","dependencies":[{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libredox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":"normal","optional":false,"uses_default_features":false,"features":["std","call"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rust-argon2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zeroize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"normal","optional":true,"uses_default_features":true,"features":["zeroize_derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"redox_users","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_users-0.4.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"auth":["rust-argon2","zeroize"],"default":["auth"],"rust-argon2":["dep:rust-argon2"],"zeroize":["dep:zeroize"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_users-0.4.5/Cargo.toml","categories":[],"keywords":["redox","auth"],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/users","homepage":null,"documentation":"https://docs.rs/redox_users","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"regex","version":"1.10.5","authors":["The Rust Project Developers","Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#regex@1.10.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An implementation of regular expressions for Rust. This implementation uses\nfinite automata and guarantees linear time matching on all inputs.\n","dependencies":[{"name":"aho-corasick","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-automata","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":false,"uses_default_features":false,"features":["alloc","syntax","meta","nfa-pikevm"],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.69","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"dev","optional":false,"uses_default_features":false,"features":["atty","humantime","termcolor"],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"regex","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"integration","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.5/tests/lib.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std","perf","unicode","regex-syntax/default"],"logging":["aho-corasick?/logging","memchr?/logging","regex-automata/logging"],"pattern":[],"perf":["perf-cache","perf-dfa","perf-onepass","perf-backtrack","perf-inline","perf-literal"],"perf-backtrack":["regex-automata/nfa-backtrack"],"perf-cache":[],"perf-dfa":["regex-automata/hybrid"],"perf-dfa-full":["regex-automata/dfa-build","regex-automata/dfa-search"],"perf-inline":["regex-automata/perf-inline"],"perf-literal":["dep:aho-corasick","dep:memchr","regex-automata/perf-literal"],"perf-onepass":["regex-automata/dfa-onepass"],"std":["aho-corasick?/std","memchr?/std","regex-automata/std","regex-syntax/std"],"unicode":["unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment","regex-automata/unicode","regex-syntax/unicode"],"unicode-age":["regex-automata/unicode-age","regex-syntax/unicode-age"],"unicode-bool":["regex-automata/unicode-bool","regex-syntax/unicode-bool"],"unicode-case":["regex-automata/unicode-case","regex-syntax/unicode-case"],"unicode-gencat":["regex-automata/unicode-gencat","regex-syntax/unicode-gencat"],"unicode-perl":["regex-automata/unicode-perl","regex-automata/unicode-word-boundary","regex-syntax/unicode-perl"],"unicode-script":["regex-automata/unicode-script","regex-syntax/unicode-script"],"unicode-segment":["regex-automata/unicode-segment","regex-syntax/unicode-segment"],"unstable":["pattern"],"use_std":["std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.5/Cargo.toml","categories":["text-processing"],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/regex","homepage":"https://github.com/rust-lang/regex","documentation":"https://docs.rs/regex","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"regex-automata","version":"0.4.7","authors":["The Rust Project Developers","Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Automata construction and matching using regular expressions.","dependencies":[{"name":"aho-corasick","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.14","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.69","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bstr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"dev","optional":false,"uses_default_features":false,"features":["atty","humantime","termcolor"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"regex_automata","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.7/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"integration","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.7/tests/lib.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"alloc":[],"default":["std","syntax","perf","unicode","meta","nfa","dfa","hybrid"],"dfa":["dfa-build","dfa-search","dfa-onepass"],"dfa-build":["nfa-thompson","dfa-search"],"dfa-onepass":["nfa-thompson"],"dfa-search":[],"hybrid":["alloc","nfa-thompson"],"internal-instrument":["internal-instrument-pikevm"],"internal-instrument-pikevm":["logging","std"],"logging":["dep:log","aho-corasick?/logging","memchr?/logging"],"meta":["syntax","nfa-pikevm"],"nfa":["nfa-thompson","nfa-pikevm","nfa-backtrack"],"nfa-backtrack":["nfa-thompson"],"nfa-pikevm":["nfa-thompson"],"nfa-thompson":["alloc"],"perf":["perf-inline","perf-literal"],"perf-inline":[],"perf-literal":["perf-literal-substring","perf-literal-multisubstring"],"perf-literal-multisubstring":["std","dep:aho-corasick"],"perf-literal-substring":["aho-corasick?/perf-literal","dep:memchr"],"std":["regex-syntax?/std","memchr?/std","aho-corasick?/std","alloc"],"syntax":["dep:regex-syntax","alloc"],"unicode":["unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment","unicode-word-boundary","regex-syntax?/unicode"],"unicode-age":["regex-syntax?/unicode-age"],"unicode-bool":["regex-syntax?/unicode-bool"],"unicode-case":["regex-syntax?/unicode-case"],"unicode-gencat":["regex-syntax?/unicode-gencat"],"unicode-perl":["regex-syntax?/unicode-perl"],"unicode-script":["regex-syntax?/unicode-script"],"unicode-segment":["regex-syntax?/unicode-segment"],"unicode-word-boundary":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.7/Cargo.toml","categories":["text-processing"],"keywords":["regex","dfa","automata","automaton","nfa"],"readme":"README.md","repository":"https://github.com/rust-lang/regex/tree/master/regex-automata","homepage":null,"documentation":"https://docs.rs/regex-automata","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"regex-syntax","version":"0.8.4","authors":["The Rust Project Developers","Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A regular expression parser.","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"regex_syntax","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"default":["std","unicode"],"std":[],"unicode":["unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"unicode-age":[],"unicode-bool":[],"unicode-case":[],"unicode-gencat":[],"unicode-perl":[],"unicode-script":[],"unicode-segment":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/regex/tree/master/regex-syntax","homepage":null,"documentation":"https://docs.rs/regex-syntax","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"rfd","version":"0.14.1","authors":["Poly "],"id":"git+https://github.com/PolyMeilex/rfd?rev=1791c98#0.14.1","source":"git+https://github.com/PolyMeilex/rfd?rev=1791c98#1791c981de8559c16f353416048d7e6e3a3098f9","description":"Rusty File Dialog","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.12","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ashpd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"gtk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"normal","optional":true,"uses_default_features":true,"features":["v3_24"],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"pollster","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"urlencoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.46","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.69","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.19","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.46","kind":"normal","optional":false,"uses_default_features":true,"features":["Document","Element","HtmlInputElement","HtmlButtonElement","HtmlAnchorElement","Window","File","FileList","FileReader","Blob","BlobPropertyBag","Url"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-app-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["block2","NSAlert","NSApplication","NSButton","NSControl","NSOpenPanel","NSPanel","NSResponder","NSRunningApplication","NSSavePanel","NSView","NSWindow"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["dispatch","NSArray","NSEnumerator","NSString","NSThread","NSURL"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_System_Com","Win32_UI_Shell_Common","Win32_UI_Shell","Win32_UI_WindowsAndMessaging"],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"rfd","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/1791c98/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"simple","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/1791c98/examples/simple.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"async","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/1791c98/examples/async.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"msg","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/1791c98/examples/msg.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"save","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/1791c98/examples/save.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/1791c98/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"ashpd":["dep:ashpd"],"async-std":["ashpd?/async-std"],"common-controls-v6":["windows-sys/Win32_UI_Controls"],"default":["xdg-portal","async-std"],"file-handle-inner":[],"glib-sys":["dep:glib-sys"],"gobject-sys":["dep:gobject-sys"],"gtk-sys":["dep:gtk-sys"],"gtk3":["gtk-sys","glib-sys","gobject-sys"],"pollster":["dep:pollster"],"tokio":["ashpd?/tokio"],"urlencoding":["dep:urlencoding"],"xdg-portal":["ashpd","urlencoding","pollster"]},"manifest_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/1791c98/Cargo.toml","categories":[],"keywords":["file","ui","dialog"],"readme":"README.md","repository":"https://github.com/PolyMeilex/rfd","homepage":null,"documentation":"https://docs.rs/rfd","edition":"2021","metadata":{"docs":{"rs":{"features":["file-handle-inner"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"rgb","version":"0.8.44","authors":["Kornel Lesiński "],"id":"registry+https://github.com/rust-lang/crates.io-index#rgb@0.8.44","source":"registry+https://github.com/rust-lang/crates.io-index","description":"`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods for color manipulation.\nAllows no-copy high-level interoperability. Also adds common convenience methods and implements standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class Rust objects.","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.16","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"defmt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.200","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.100","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"rgb","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rgb-0.8.44/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"serde","kind":["example"],"crate_types":["bin"],"required-features":["serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rgb-0.8.44/examples/serde.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"example","kind":["example"],"crate_types":["bin"],"required-features":["as-bytes"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rgb-0.8.44/examples/example.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"argb":[],"as-bytes":["bytemuck"],"bytemuck":["dep:bytemuck"],"checked_fns":[],"default":["as-bytes","argb","grb"],"defmt-03":["dep:defmt"],"grb":[],"serde":["dep:serde"],"unstable-experimental":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rgb-0.8.44/Cargo.toml","categories":["graphics","rust-patterns","multimedia::images"],"keywords":["rgb","rgba","bgra","pixel","color"],"readme":"README.md","repository":"https://github.com/kornelski/rust-rgb","homepage":"https://lib.rs/crates/rgb","documentation":"https://docs.rs/rgb","edition":"2021","metadata":{"docs":{"rs":{"features":["as-bytes","serde"],"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"ron","version":"0.8.1","authors":["Christopher Durham ","Dzmitry Malyshau ","Thomas Schaller ","Juniper Tyree "],"id":"registry+https://github.com/rust-lang/crates.io-index#ron@0.8.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rusty Object Notation","dependencies":[{"name":"base64","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"option_set","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ron","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"decode","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/examples/decode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"decode_file","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/examples/decode_file.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/examples/encode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"transcode","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/examples/transcode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"117_untagged_tuple_variant","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/117_untagged_tuple_variant.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"123_enum_representation","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/123_enum_representation.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"129_indexmap","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/129_indexmap.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"147_empty_sets_serialisation","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/147_empty_sets_serialisation.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"152_bitflags","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/152_bitflags.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"203_error_positions","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/203_error_positions.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"207_adjacently_tagged_enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/207_adjacently_tagged_enum.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"238_array","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/238_array.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"240_array_pretty","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/240_array_pretty.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"250_variant_newtypes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/250_variant_newtypes.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"256_comma_error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/256_comma_error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"289_enumerate_arrays","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/289_enumerate_arrays.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"301_struct_name_mismatch","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/301_struct_name_mismatch.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"307_stack_overflow","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/307_stack_overflow.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"322_escape_idents","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/322_escape_idents.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"337_value_float_roundtrip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/337_value_float_roundtrip.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"359_deserialize_seed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/359_deserialize_seed.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"367_implicit_some","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/367_implicit_some.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"370_float_parsing","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/370_float_parsing.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"393_serde_errors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/393_serde_errors.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"401_raw_identifier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/401_raw_identifier.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"410_trailing_comma","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/410_trailing_comma.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"423_de_borrowed_identifier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/423_de_borrowed_identifier.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"462_bytes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/462_bytes.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"big_struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/big_struct.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"borrowed_str","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/borrowed_str.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"comments","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/comments.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"depth_limit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/depth_limit.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"escape","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/escape.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"extensions","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/extensions.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"floats","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/floats.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"large_number","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/large_number.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"min_max","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/min_max.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"non_identifier_identifier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/non_identifier_identifier.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"numbers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/numbers.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"options","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/options.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"preserve_sequence","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/preserve_sequence.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"roundtrip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/roundtrip.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"struct_integers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/struct_integers.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"to_string_pretty","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/to_string_pretty.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unicode","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/unicode.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"value","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/value.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"indexmap":["dep:indexmap"],"integer128":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/Cargo.toml","categories":["encoding"],"keywords":["parser","serde","serialization"],"readme":"README.md","repository":"https://github.com/ron-rs/ron","homepage":"https://github.com/ron-rs/ron","documentation":"https://docs.rs/ron/","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"rustc-demangle","version":"0.1.24","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.24","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust compiler symbol demangling.\n","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rustc_demangle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.24/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"rustc-dep-of-std":["core","compiler_builtins"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.24/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/rustc-demangle","homepage":"https://github.com/rust-lang/rustc-demangle","documentation":"https://docs.rs/rustc-demangle","edition":"2015","metadata":{"docs":{"rs":{"features":["std"],"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"rustc_version","version":"0.4.0","authors":["Dirkjan Ochtman ","Marvin Löbel "],"id":"registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for querying the version of a installed rustc compiler","dependencies":[{"name":"semver","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rustc_version","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"all","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/tests/all.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/Cargo.toml","categories":[],"keywords":["version","rustc"],"readme":"README.md","repository":"https://github.com/Kimundi/rustc-version-rs","homepage":null,"documentation":"https://docs.rs/rustc_version/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"rustix","version":"0.37.27","authors":["Dan Gohman ","Jakub Konka "],"id":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.37.27","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.49","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"io-lifetimes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.10","kind":"normal","optional":true,"uses_default_features":false,"features":["close"],"target":null,"rename":null,"registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"io-lifetimes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.10","kind":"dev","optional":false,"uses_default_features":false,"features":["close"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.144","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":"libc_errno","registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.68","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"linux-raw-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":false,"features":["general","ioctl","no_std"],"target":"cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.144","kind":"normal","optional":true,"uses_default_features":true,"features":["extra_traits"],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))","rename":"libc_errno","registry":null,"path":null},{"name":"linux-raw-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":false,"features":["general","errno","ioctl","no_std"],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.144","kind":"normal","optional":false,"uses_default_features":true,"features":["extra_traits"],"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))","rename":"libc_errno","registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"android\", target_os = \"linux\"))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(windows)","rename":"libc_errno","registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Networking_WinSock","Win32_NetworkManagement_IpHelper","Win32_System_Threading"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"ctor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"rustix","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.27/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.27/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"all-apis":["fs","io_uring","mm","net","param","process","procfs","pty","rand","runtime","termios","thread","time"],"all-impls":["os_pipe","fs-err"],"alloc":["dep:alloc"],"cc":["dep:cc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std","use-libc-auxv"],"fs":[],"fs-err":["io-lifetimes/fs-err"],"io-lifetimes":["dep:io-lifetimes"],"io_uring":["fs","net"],"itoa":["dep:itoa"],"libc":["dep:libc"],"libc_errno":["dep:libc_errno"],"linux_4_11":[],"linux_latest":["linux_4_11"],"mm":[],"net":[],"once_cell":["dep:once_cell"],"os_pipe":["io-lifetimes/os_pipe"],"param":["fs"],"process":[],"procfs":["once_cell","itoa","fs"],"pty":["itoa","fs"],"rand":[],"runtime":[],"rustc-dep-of-std":["core","alloc","compiler_builtins","linux-raw-sys/rustc-dep-of-std","bitflags/rustc-dep-of-std"],"std":["io-lifetimes"],"termios":[],"thread":[],"time":[],"use-libc":["libc_errno","libc"],"use-libc-auxv":["libc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.27/Cargo.toml","categories":["os::unix-apis","date-and-time","filesystem","network-programming"],"keywords":["api","file","network","safe","syscall"],"readme":"README.md","repository":"https://github.com/bytecodealliance/rustix","homepage":null,"documentation":"https://docs.rs/rustix","edition":"2018","metadata":{"docs":{"rs":{"features":["all-apis"],"rustdoc-args":["--cfg","doc_cfg"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-apple-darwin","x86_64-pc-windows-msvc","x86_64-unknown-freebsd","x86_64-unknown-openbsd","x86_64-unknown-netbsd","x86_64-unknown-dragonfly","x86_64-unknown-illumos","x86_64-unknown-redox","x86_64-unknown-haiku","wasm32-unknown-emscripten","wasm32-wasi"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"},{"package":{"name":"rustix","version":"0.38.34","authors":["Dan Gohman ","Jakub Konka "],"id":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.38.34","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.49","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.153","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":"libc_errno","registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serial_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"linux-raw-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.12","kind":"normal","optional":false,"uses_default_features":false,"features":["general","ioctl","no_std"],"target":"cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))","rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(criterion, not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.153","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))","rename":"libc_errno","registry":null,"path":null},{"name":"linux-raw-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.12","kind":"normal","optional":false,"uses_default_features":false,"features":["general","errno","ioctl","no_std","elf"],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.153","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))","rename":"libc_errno","registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"android\", target_os = \"linux\"))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(windows)","rename":"libc_errno","registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Networking_WinSock","Win32_NetworkManagement_IpHelper","Win32_System_Threading"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"ctor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"rustix","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"mod","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/benches/mod.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"all-apis":["event","fs","io_uring","mm","mount","net","param","pipe","process","procfs","pty","rand","runtime","shm","stdio","system","termios","thread","time"],"alloc":[],"cc":[],"default":["std","use-libc-auxv"],"event":[],"fs":[],"io_uring":["event","fs","net","linux-raw-sys/io_uring"],"itoa":["dep:itoa"],"libc":["dep:libc"],"libc-extra-traits":["libc?/extra_traits"],"libc_errno":["dep:libc_errno"],"linux_4_11":[],"linux_latest":["linux_4_11"],"mm":[],"mount":[],"net":["linux-raw-sys/net","linux-raw-sys/netlink","linux-raw-sys/if_ether","linux-raw-sys/xdp"],"once_cell":["dep:once_cell"],"param":["fs"],"pipe":[],"process":["linux-raw-sys/prctl"],"procfs":["once_cell","itoa","fs"],"pty":["itoa","fs"],"rand":[],"runtime":["linux-raw-sys/prctl"],"rustc-dep-of-std":["dep:core","dep:alloc","dep:compiler_builtins","linux-raw-sys/rustc-dep-of-std","bitflags/rustc-dep-of-std","compiler_builtins?/rustc-dep-of-std"],"shm":["fs"],"std":["bitflags/std","alloc","libc?/std","libc_errno?/std","libc-extra-traits"],"stdio":[],"system":["linux-raw-sys/system"],"termios":[],"thread":["linux-raw-sys/prctl"],"time":[],"use-explicitly-provided-auxv":[],"use-libc":["libc_errno","libc","libc-extra-traits"],"use-libc-auxv":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/Cargo.toml","categories":["os::unix-apis","date-and-time","filesystem","network-programming"],"keywords":["api","file","network","safe","syscall"],"readme":"README.md","repository":"https://github.com/bytecodealliance/rustix","homepage":null,"documentation":"https://docs.rs/rustix","edition":"2021","metadata":{"docs":{"rs":{"features":["all-apis"],"rustdoc-args":["--cfg","doc_cfg"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-apple-darwin","x86_64-pc-windows-msvc","x86_64-unknown-freebsd","x86_64-unknown-openbsd","x86_64-unknown-netbsd","x86_64-unknown-dragonfly","x86_64-unknown-illumos","x86_64-unknown-redox","x86_64-unknown-haiku","wasm32-unknown-emscripten","wasm32-wasi"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"},{"package":{"name":"ryu","version":"1.0.18","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.18","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast floating point to string conversion","dependencies":[{"name":"no-panic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num_cpus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xorshift","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR BSL-1.0","license_file":null,"targets":[{"name":"ryu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"upstream_benchmark","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/examples/upstream_benchmark.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"s2f_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/s2f_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"common_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/common_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"s2d_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/s2d_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"d2s_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/d2s_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"f2s_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/f2s_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"d2s_table_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/d2s_table_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"exhaustive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/exhaustive.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"d2s_intrinsics_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/d2s_intrinsics_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"no-panic":["dep:no-panic"],"small":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/Cargo.toml","categories":["value-formatting","no-std","no-std::no-alloc"],"keywords":["float"],"readme":"README.md","repository":"https://github.com/dtolnay/ryu","homepage":null,"documentation":"https://docs.rs/ryu","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"Apache-2.0 OR BSL-1.0"},{"package":{"name":"same-file","version":"1.0.6","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple crate for determining whether two file paths point to the same file.\n","dependencies":[{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"same-file","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"is_same_file","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_same_file.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"is_stderr","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_stderr.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/Cargo.toml","categories":[],"keywords":["same","file","equal","inode"],"readme":"README.md","repository":"https://github.com/BurntSushi/same-file","homepage":"https://github.com/BurntSushi/same-file","documentation":"https://docs.rs/same-file","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Unlicense OR MIT"},{"package":{"name":"scoped-tls","version":"1.0.1","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#scoped-tls@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Library implementation of the standard library's old `scoped_thread_local!`\nmacro for providing scoped access to thread local storage (TLS) so any type can\nbe stored into TLS.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"scoped-tls","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/alexcrichton/scoped-tls","homepage":"https://github.com/alexcrichton/scoped-tls","documentation":"https://docs.rs/scoped-tls","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":"1.59.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"scopeguard","version":"1.2.0","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A RAII scope guard that will run a given closure when it goes out of scope,\neven if the code between panics (assuming unwinding panic).\n\nDefines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"scopeguard","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"readme","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/examples/readme.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":["use_std"],"use_std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/Cargo.toml","categories":["rust-patterns","no-std"],"keywords":["scope-guard","defer","panic","unwind"],"readme":"README.md","repository":"https://github.com/bluss/scopeguard","homepage":null,"documentation":"https://docs.rs/scopeguard/","edition":"2015","metadata":{"release":{"no-dev-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"sctk-adwaita","version":"0.8.3","authors":["Poly "],"id":"registry+https://github.com/rust-lang/crates.io-index#sctk-adwaita@0.8.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Adwaita-like SCTK Frame","dependencies":[{"name":"ab_glyph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossfont","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smithay-client-toolkit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tiny-skia","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":false,"uses_default_features":false,"features":["std","simd"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"sctk-adwaita","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sctk-adwaita-0.8.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sctk-adwaita-0.8.3/examples/window.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"ab_glyph":["dep:ab_glyph","memmap2"],"crossfont":["dep:crossfont"],"default":["ab_glyph"],"memmap2":["dep:memmap2"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sctk-adwaita-0.8.3/Cargo.toml","categories":[],"keywords":["sctk"],"readme":"README.md","repository":"https://github.com/PolyMeilex/sctk-adwaita","homepage":null,"documentation":"https://docs.rs/sctk-adwaita","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"semver","version":"1.0.23","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#semver@1.0.23","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser and evaluator for Cargo's flavor of Semantic Versioning","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.194","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"semver","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test_version_req","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/tests/test_version_req.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_identifier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/tests/test_identifier.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_autotrait","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/tests/test_autotrait.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_version","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/tests/test_version.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parse","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/benches/parse.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/Cargo.toml","categories":["data-structures","no-std"],"keywords":["cargo"],"readme":"README.md","repository":"https://github.com/dtolnay/semver","homepage":null,"documentation":"https://docs.rs/semver","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","doc_cfg","--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"serde","version":"1.0.203","authors":["Erick Tryzelaar ","David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.203","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A generic serialization/deserialization framework","dependencies":[{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.203","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any())","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"derive":["serde_derive"],"rc":[],"serde_derive":["dep:serde_derive"],"std":[],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.203/Cargo.toml","categories":["encoding","no-std","no-std::no-alloc"],"keywords":["serde","serialization","no_std"],"readme":"crates-io.md","repository":"https://github.com/serde-rs/serde","homepage":"https://serde.rs","documentation":"https://docs.rs/serde","edition":"2018","metadata":{"docs":{"rs":{"features":["derive","rc","unstable"],"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["derive","rc"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"serde_derive","version":"1.0.203","authors":["Erick Tryzelaar ","David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.203","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Macros 1.1 implementation of #[derive(Serialize, Deserialize)]","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":false,"features":["proc-macro"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":false,"features":["proc-macro"],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":false,"features":["clone-impls","derive","parsing","printing","proc-macro"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.203/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"default":[],"deserialize_in_place":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.203/Cargo.toml","categories":["no-std","no-std::no-alloc"],"keywords":["serde","serialization","no_std","derive"],"readme":"crates-io.md","repository":"https://github.com/serde-rs/serde","homepage":"https://serde.rs","documentation":"https://serde.rs/derive.html","edition":"2015","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"serde_json","version":"1.0.117","authors":["Erick Tryzelaar ","David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.117","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A JSON serialization file format","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ryu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.194","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"indoc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ref-cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.194","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.166","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_stacker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.81","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde_json","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"regression","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/tests/regression.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"map","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/tests/map.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"debug","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/tests/debug.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/tests/compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lexical","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/tests/lexical.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"stream","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/tests/stream.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":["serde/alloc"],"arbitrary_precision":[],"default":["std"],"float_roundtrip":[],"indexmap":["dep:indexmap"],"preserve_order":["indexmap","std"],"raw_value":[],"std":["serde/std"],"unbounded_depth":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.117/Cargo.toml","categories":["encoding","parser-implementations","no-std"],"keywords":["json","serde","serialization"],"readme":"README.md","repository":"https://github.com/serde-rs/json","homepage":null,"documentation":"https://docs.rs/serde_json","edition":"2021","metadata":{"docs":{"rs":{"features":["preserve_order","raw_value","unbounded_depth"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["raw_value"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"serde_repr","version":"0.1.19","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#serde_repr@0.1.19","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum.","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.166","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.100","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.81","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde_repr","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/tests/compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/Cargo.toml","categories":["encoding","no-std","no-std::no-alloc"],"keywords":["serde","serialization","integer"],"readme":"README.md","repository":"https://github.com/dtolnay/serde-repr","homepage":null,"documentation":"https://docs.rs/serde_repr","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"serde_spanned","version":"0.6.6","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Serde-compatible spanned Value","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-untagged","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde_spanned","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.6/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["serde","span"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":"https://github.com/toml-rs/toml","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"sha1","version":"0.10.6","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#sha1@0.10.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"SHA-1 hash function","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"digest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"digest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.7","kind":"dev","optional":false,"uses_default_features":true,"features":["dev"],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex-literal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cpufeatures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))","rename":null,"registry":null,"path":null},{"name":"sha1-asm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"sha1","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"mod","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/tests/mod.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mod","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/benches/mod.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"asm":["sha1-asm"],"compress":[],"default":["std"],"force-soft":[],"loongarch64_asm":[],"oid":["digest/oid"],"sha1-asm":["dep:sha1-asm"],"std":["digest/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/Cargo.toml","categories":["cryptography","no-std"],"keywords":["crypto","sha1","hash","digest"],"readme":"README.md","repository":"https://github.com/RustCrypto/hashes","homepage":null,"documentation":"https://docs.rs/sha1","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"signal-hook-registry","version":"1.4.2","authors":["Michal 'vorner' Vaner ","Masaki Hara "],"id":"registry+https://github.com/rust-lang/crates.io-index#signal-hook-registry@1.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Backend crate for signal-hook","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"signal-hook-registry","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"unregister_signal","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/tests/unregister_signal.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/Cargo.toml","categories":[],"keywords":["signal","unix","daemon"],"readme":"README.md","repository":"https://github.com/vorner/signal-hook","homepage":null,"documentation":"https://docs.rs/signal-hook-registry","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"simd-adler32","version":"0.3.7","authors":["Marvin Countryman "],"id":"registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A SIMD-accelerated Adler-32 hash algorithm implementation.","dependencies":[{"name":"adler","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"adler32","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"simd-adler32","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"alts","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/bench/alts.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"variants","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/bench/variants.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"const-generics":[],"default":["std","const-generics"],"nightly":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/Cargo.toml","categories":["algorithms","no-std"],"keywords":["simd","avx2","ssse3","adler","adler32"],"readme":"README.md","repository":"https://github.com/mcountryman/simd-adler32","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"simdeez","version":"2.0.0-dev3","authors":["Jack Mott ","Arduano"],"id":"registry+https://github.com/rust-lang/crates.io-index#simdeez@2.0.0-dev3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"SIMD library to abstract over different instruction sets and widths","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sleef-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_chacha","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"simdeez","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simdeez-2.0.0-dev3/src/lib.rs","edition":"2018","doctest":false,"test":true,"doc":true},{"name":"string_parse_sum","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simdeez-2.0.0-dev3/examples/string_parse_sum.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"numparse","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simdeez-2.0.0-dev3/benches/numparse.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":[],"no_std":["dep:libm"],"sleef":["sleef-sys"],"sleef-sys":["dep:sleef-sys"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simdeez-2.0.0-dev3/Cargo.toml","categories":["hardware-support","science","game-engines"],"keywords":["SIMD","avx2","sse","performance","no_std"],"readme":"README.md","repository":"https://github.com/jackmott/simdeez","homepage":null,"documentation":"https://docs.rs/simdeez/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"simdnoise","version":"3.1.7","authors":["Jack Mott "],"id":"git+https://github.com/valadaptive/rust-simd-noise?rev=965175f#simdnoise@3.1.7","source":"git+https://github.com/valadaptive/rust-simd-noise?rev=965175f#965175f2ad1e92162de951fc536e49cb91961bcd","description":"SIMD accelerate noise library with runtime feature detection","dependencies":[{"name":"simdeez","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0-dev3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"simdnoise","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"helpers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/tests/helpers.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"intrinsics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/tests/intrinsics.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"noisebuilder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/tests/noisebuilder.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/benches/benchmarks.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/Cargo.toml","categories":["game-engines","multimedia::images"],"keywords":["SIMD","noise","simplex","perlin","performance"],"readme":"README.md","repository":"https://github.com/verpeteren/rust-simd-noise","homepage":null,"documentation":"https://docs.rs/simdnoise/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"siphasher","version":"1.0.1","authors":["Frank Denis "],"id":"registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"siphasher","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-1.0.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"serde":["dep:serde"],"serde_json":["dep:serde_json"],"serde_no_std":["serde/alloc"],"serde_std":["std","serde/std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-1.0.1/Cargo.toml","categories":["algorithms","cryptography"],"keywords":["crypto","hash","siphash"],"readme":"README.md","repository":"https://github.com/jedisct1/rust-siphash","homepage":"https://docs.rs/siphasher","documentation":"https://docs.rs/siphasher","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"slab","version":"0.4.9","authors":["Carl Lerche "],"id":"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Pre-allocated storage for a uniform data type","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.95","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"slab","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/tests/serde.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"slab","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/tests/slab.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/Cargo.toml","categories":["memory-management","data-structures","no-std"],"keywords":["slab","allocator","no_std"],"readme":"README.md","repository":"https://github.com/tokio-rs/slab","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"license":"MIT"},{"package":{"name":"slotmap","version":"1.0.7","authors":["Orson Peters "],"id":"registry+https://github.com/rust-lang/crates.io-index#slotmap@1.0.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Slotmap data structure","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["derive","alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"fxhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"version_check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Zlib","license_file":null,"targets":[{"name":"slotmap","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"doubly_linked_list","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/examples/doubly_linked_list.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"rand_meld_heap","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/examples/rand_meld_heap.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/Cargo.toml","categories":["data-structures","memory-management","caching"],"keywords":["slotmap","storage","allocator","arena","reference"],"readme":"README.md","repository":"https://github.com/orlp/slotmap","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Zlib"},{"package":{"name":"smallvec","version":"1.13.2","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.13.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"'Small vector' optimization: store up to a small number of items on the stack","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"debugger_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"debugger_test_parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"smallvec","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"debugger_visualizer","kind":["test"],"crate_types":["bin"],"required-features":["debugger_visualizer"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/tests/debugger_visualizer.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"macro","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/tests/macro.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"const_generics":[],"const_new":["const_generics"],"debugger_visualizer":[],"drain_filter":[],"drain_keep_rest":["drain_filter"],"may_dangle":[],"serde":["dep:serde"],"specialization":[],"union":[],"write":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/Cargo.toml","categories":["data-structures"],"keywords":["small","vec","vector","stack","no_std"],"readme":"README.md","repository":"https://github.com/servo/rust-smallvec","homepage":null,"documentation":"https://docs.rs/smallvec/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"smithay-client-toolkit","version":"0.18.1","authors":["Elinor Berger ","i509VCB ","Ashley Wulber "],"id":"registry+https://github.com/rust-lang/crates.io-index#smithay-client-toolkit@0.18.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Toolkit for making client wayland applications.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"calloop","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"calloop-wayland-source","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cursor-icon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.148","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.15","kind":"normal","optional":false,"uses_default_features":true,"features":["fs","pipe","shm"],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.30","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-csd-frame","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-cursor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":["client","staging","unstable"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols-wlr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["client"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xkbcommon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":true,"uses_default_features":true,"features":["wayland"],"target":null,"rename":null,"registry":null,"path":null},{"name":"xkeysym","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"drm-fourcc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"font-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pollster","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raqote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"smithay-client-toolkit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"wgpu","kind":["example"],"crate_types":["bin"],"required-features":["wayland-backend/client_system"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/wgpu.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"data_device","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/data_device.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"dmabuf_formats","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/dmabuf_formats.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"generic_list_seats","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/generic_list_seats.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"generic_simple_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/generic_simple_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"image_viewer","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/image_viewer.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"image_viewporter","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/image_viewporter.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_outputs","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/list_outputs.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_seats","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/list_seats.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_shm_formats","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/list_shm_formats.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"relative_pointer","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/relative_pointer.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"session_lock","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/session_lock.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_layer","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/simple_layer.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/simple_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"themed_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/examples/themed_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"bytemuck":["dep:bytemuck"],"calloop":["dep:calloop","calloop-wayland-source"],"calloop-wayland-source":["dep:calloop-wayland-source"],"default":["calloop","xkbcommon"],"pkg-config":["dep:pkg-config"],"xkbcommon":["dep:xkbcommon","bytemuck","pkg-config","xkeysym/bytemuck"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.18.1/Cargo.toml","categories":["gui"],"keywords":["wayland","client"],"readme":"README.md","repository":"https://github.com/smithay/client-toolkit","homepage":null,"documentation":"https://smithay.github.io/client-toolkit","edition":"2021","metadata":{"docs":{"rs":{"features":["calloop","xkbcommon"],"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"smithay-clipboard","version":"0.7.1","authors":["Kirill Chibisov ","Victor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#smithay-clipboard@0.7.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Provides access to the wayland clipboard for client applications.","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smithay-client-toolkit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"normal","optional":false,"uses_default_features":false,"features":["calloop"],"target":null,"rename":"sctk","registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":["client_system"],"target":null,"rename":null,"registry":null,"path":null},{"name":"smithay-client-toolkit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"dev","optional":false,"uses_default_features":false,"features":["calloop","xkbcommon"],"target":null,"rename":"sctk","registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"smithay-clipboard","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"clipboard","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/examples/clipboard.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["dlopen"],"dlopen":["wayland-backend/dlopen"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.1/Cargo.toml","categories":[],"keywords":["clipboard","wayland"],"readme":"README.md","repository":"https://github.com/smithay/smithay-clipboard","homepage":null,"documentation":"https://smithay.github.io/smithay-clipboard","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"smol_str","version":"0.2.2","authors":["Aleksey Kladov "],"id":"registry+https://github.com/rust-lang/crates.io-index#smol_str@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"small-string optimized string type with O(1) clone","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.136","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.136","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"smol_str","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tidy","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/tests/tidy.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"default":["std"],"serde":["dep:serde"],"std":["serde?/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-analyzer/smol_str","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"snafu","version":"0.8.3","authors":["Jake Goulding "],"id":"registry+https://github.com/rust-lang/crates.io-index#snafu@0.8.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An ergonomic error handling library","dependencies":[{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"futures-core-crate","registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.11","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"futures-crate","registry":null,"path":null},{"name":"pin-project","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snafu-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"snafu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"backtrace-optional-enabled","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/backtrace-optional-enabled.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"backtrace-optional","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/backtrace-optional.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"backtrace","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/backtrace.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"backtrace_attributes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/backtrace_attributes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"boxed_error_trait_object","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/boxed_error_trait_object.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"boxing-errors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/boxing-errors.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-leaf-error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/build-leaf-error.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"context_selector_name","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/context_selector_name.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"default_error_display","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/default_error_display.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"display-shorthand","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/display-shorthand.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"doc_comment","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/doc_comment.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"ensure","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/ensure.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"error_chain","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/error_chain.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/generics.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"generics_with_default","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/generics_with_default.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"implicit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/implicit.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"location","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/location.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mapping_result_without_try_operator","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/mapping_result_without_try_operator.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"module","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/module.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"multiple_attributes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/multiple_attributes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"name-conflicts","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/name-conflicts.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"no_context","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/no_context.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"opaque","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/opaque.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"options","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/options.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"premade_error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/premade_error.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"raw_idents","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/raw_idents.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"recursive_error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/recursive_error.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"report","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/report.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"send_between_threads","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/send_between_threads.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"single_use_lifetimes_lint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/single_use_lifetimes_lint.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"source_attributes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/source_attributes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"stringly_typed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/stringly_typed.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"structs","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/structs/main.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"transparent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/transparent.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"visibility","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/tests/visibility.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"backtrace":["dep:backtrace"],"backtraces-impl-backtrace-crate":["backtrace"],"default":["std","rust_1_65"],"futures":["futures-core-crate","pin-project"],"futures-core-crate":["dep:futures-core-crate"],"futures-crate":["dep:futures-crate"],"guide":[],"internal-dev-dependencies":["futures-crate"],"pin-project":["dep:pin-project"],"rust_1_61":["snafu-derive/rust_1_61"],"rust_1_65":["rust_1_61"],"std":[],"unstable-core-error":[],"unstable-provider-api":["snafu-derive/unstable-provider-api"],"unstable-try-trait":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.3/Cargo.toml","categories":["rust-patterns","no-std"],"keywords":["error","ergonomic","library","no_std"],"readme":"README.md","repository":"https://github.com/shepmaster/snafu","homepage":null,"documentation":"https://docs.rs/snafu","edition":"2018","metadata":{"docs":{"rs":{"features":["futures","guide"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"snafu-derive","version":"0.8.3","authors":["Jake Goulding "],"id":"registry+https://github.com/rust-lang/crates.io-index#snafu-derive@0.8.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An ergonomic error handling library","dependencies":[{"name":"heck","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.4, <0.6","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.52","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.25","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"snafu-derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"rust_1_61":[],"unstable-provider-api":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.3/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/shepmaster/snafu","homepage":null,"documentation":"https://docs.rs/snafu","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"socket2","version":"0.4.10","authors":["Alex Crichton ","Thomas de Zeeuw "],"id":"registry+https://github.com/rust-lang/crates.io-index#socket2@0.4.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Utilities for handling networking sockets with a maximal amount of configuration\npossible intended.\n","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["handleapi","ws2ipdef","ws2tcpip"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"socket2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"all":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/Cargo.toml","categories":["api-bindings","network-programming"],"keywords":["io","socket","network"],"readme":"README.md","repository":"https://github.com/rust-lang/socket2","homepage":"https://github.com/rust-lang/socket2","documentation":"https://docs.rs/socket2","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["all"]}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"stable_deref_trait","version":"1.2.0","authors":["Robert Grosse "],"id":"registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"stable_deref_trait","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/Cargo.toml","categories":["memory-management","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/storyyeller/stable_deref_trait","homepage":null,"documentation":"https://docs.rs/stable_deref_trait/1.2.0/stable_deref_trait","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"static_assertions","version":"1.1.0","authors":["Nikolai Vazquez"],"id":"registry+https://github.com/rust-lang/crates.io-index#static_assertions@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Compile-time assertions to ensure that invariants are met.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"static_assertions","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"nightly":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/Cargo.toml","categories":["no-std","rust-patterns","development-tools::testing"],"keywords":["assert","static","testing"],"readme":"README.md","repository":"https://github.com/nvzqz/static-assertions-rs","homepage":"https://github.com/nvzqz/static-assertions-rs","documentation":"https://docs.rs/static_assertions/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"str_stack","version":"0.1.0","authors":["Steven Allen "],"id":"registry+https://github.com/rust-lang/crates.io-index#str_stack@0.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A string allocator for allocating many write-once strings.\n\nThis library is primarily useful for parsing where you need to repeatedly build\nmany strings, use them, and then throw them away. Instead of allocating many independent strings, this library will put them all in the same buffer.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"str_stack","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/str_stack-0.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"main","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/str_stack-0.1.0/benches/main.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/str_stack-0.1.0/Cargo.toml","categories":[],"keywords":["string","dst","stack"],"readme":"README.md","repository":"https://github.com/Stebalien/str_stack","homepage":null,"documentation":"https://stebalien.github.io/str_stack/str_stack/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"strict-num","version":"0.1.1","authors":["Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#strict-num@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A collection of bounded numeric types","dependencies":[{"name":"float-cmp","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"strict-num","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strict-num-0.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"approx-eq":["float-cmp"],"default":["approx-eq"],"float-cmp":["dep:float-cmp"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strict-num-0.1.1/Cargo.toml","categories":["mathematics","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/RazrFalcon/strict-num","homepage":null,"documentation":"https://docs.rs/strict-num/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"symbolic-common","version":"12.9.2","authors":["Armin Ronacher ","Jan Michael Auer "],"id":"registry+https://github.com/rust-lang/crates.io-index#symbolic-common@12.9.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common types and utilities for symbolic, a library to symbolicate and process\nstack traces from native applications, minidumps or minified JavaScript.\n","dependencies":[{"name":"debugid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.171","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"stable_deref_trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"similar-asserts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"symbolic-common","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-common-12.9.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"serde":["dep:serde","debugid/serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-common-12.9.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/getsentry/symbolic","homepage":"https://github.com/getsentry/symbolic","documentation":"https://docs.rs/symbolic-common","edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"symbolic-demangle","version":"12.9.2","authors":["Armin Ronacher ","Jan Michael Auer "],"id":"registry+https://github.com/rust-lang/crates.io-index#symbolic-demangle@12.9.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library to demangle symbols from various languages and compilers.\n","dependencies":[{"name":"cpp_demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"msvc-demangler","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.21","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"symbolic-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^12.9.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"similar-asserts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"symbolic-demangle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-demangle-12.9.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-demangle-12.9.2/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"cc":["dep:cc"],"cpp":["cpp_demangle"],"cpp_demangle":["dep:cpp_demangle"],"default":["cpp","msvc","rust","swift"],"msvc":["msvc-demangler"],"msvc-demangler":["dep:msvc-demangler"],"rust":["rustc-demangle"],"rustc-demangle":["dep:rustc-demangle"],"swift":["cc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-demangle-12.9.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/getsentry/symbolic","homepage":"https://github.com/getsentry/symbolic","documentation":"https://docs.rs/symbolic-demangle","edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"syn","version":"1.0.109","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser for Rust source code","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.46","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-ident","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"insta","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ref-cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"reqwest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":["blocking"],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn-test-suite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.16","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"termcolor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"syn","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"regression","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/regression.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_asyncness","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_asyncness.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_attribute","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_attribute.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_derive_input","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_derive_input.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_expr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_expr.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_generics.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_grouping","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_grouping.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_ident","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_ident.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_item","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_item.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_iterators","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_iterators.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_lit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_lit.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_meta","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_meta.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_parse_buffer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_parse_buffer.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_parse_stream","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_parse_stream.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_pat","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_pat.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_path","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_path.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_precedence","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_precedence.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_receiver","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_receiver.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_round_trip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_round_trip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_shebang","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_shebang.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_should_parse","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_should_parse.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_size","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_size.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_stmt","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_stmt.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_token_trees","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_token_trees.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_ty","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_ty.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_visibility","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_visibility.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"zzz_stable","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/zzz_stable.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"rust","kind":["bench"],"crate_types":["bin"],"required-features":["full","parsing"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/benches/rust.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"file","kind":["bench"],"crate_types":["bin"],"required-features":["full","parsing"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/benches/file.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"clone-impls":[],"default":["derive","parsing","printing","clone-impls","proc-macro"],"derive":[],"extra-traits":[],"fold":[],"full":[],"parsing":[],"printing":["quote"],"proc-macro":["proc-macro2/proc-macro","quote/proc-macro"],"quote":["dep:quote"],"test":["syn-test-suite/all-features"],"visit":[],"visit-mut":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/Cargo.toml","categories":["development-tools::procedural-macro-helpers","parser-implementations"],"keywords":["macros","syn"],"readme":"README.md","repository":"https://github.com/dtolnay/syn","homepage":null,"documentation":"https://docs.rs/syn","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["full","visit","visit-mut","fold","extra-traits"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"syn","version":"2.0.72","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.72","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser for Rust source code","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.83","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-ident","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"insta","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ref-cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn-test-suite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"termcolor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null},{"name":"reqwest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"dev","optional":false,"uses_default_features":true,"features":["blocking"],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null},{"name":"tar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.16","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"syn","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"regression","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/regression.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_asyncness","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_asyncness.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_attribute","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_attribute.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_derive_input","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_derive_input.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_expr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_expr.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_generics.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_grouping","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_grouping.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_ident","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_ident.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_item","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_item.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_iterators","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_iterators.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_lit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_lit.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_meta","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_meta.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_parse_buffer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_parse_buffer.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_parse_quote","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_parse_quote.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_parse_stream","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_parse_stream.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_pat","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_pat.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_path","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_path.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_precedence","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_precedence.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_receiver","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_receiver.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_round_trip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_round_trip.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_shebang","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_shebang.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_size","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_size.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_stmt","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_stmt.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_token_trees","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_token_trees.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_ty","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_ty.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_unparenthesize","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_unparenthesize.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_visibility","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/test_visibility.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"zzz_stable","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/tests/zzz_stable.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"file","kind":["bench"],"crate_types":["bin"],"required-features":["full","parsing"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/benches/file.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"rust","kind":["bench"],"crate_types":["bin"],"required-features":["full","parsing"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/benches/rust.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"clone-impls":[],"default":["derive","parsing","printing","clone-impls","proc-macro"],"derive":[],"extra-traits":[],"fold":[],"full":[],"parsing":[],"printing":["dep:quote"],"proc-macro":["proc-macro2/proc-macro","quote?/proc-macro"],"test":["syn-test-suite/all-features"],"visit":[],"visit-mut":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.72/Cargo.toml","categories":["development-tools::procedural-macro-helpers","parser-implementations"],"keywords":["macros","syn"],"readme":"README.md","repository":"https://github.com/dtolnay/syn","homepage":null,"documentation":"https://docs.rs/syn","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["full","visit","visit-mut","fold","extra-traits"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"system-deps","version":"6.2.2","authors":["Guillaume Desmottes ","Josh Triplett "],"id":"registry+https://github.com/rust-lang/crates.io-index#system-deps@6.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Discover and configure system dependencies from declarative dependencies in Cargo.toml","dependencies":[{"name":"cfg-expr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15.5","kind":"normal","optional":false,"uses_default_features":true,"features":["targets"],"target":null,"rename":null,"registry":null,"path":null},{"name":"heck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":false,"features":["parse"],"target":null,"rename":null,"registry":null,"path":null},{"name":"version-compare","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"system-deps","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/system-deps-6.2.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/system-deps-6.2.2/Cargo.toml","categories":[],"keywords":["pkg-config","build-dependencies","build-depends","manifest","metadata"],"readme":"README.md","repository":"https://github.com/gdesmott/system-deps","homepage":null,"documentation":"https://docs.rs/system-deps/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"system-deps","version":"7.0.1","authors":["Guillaume Desmottes ","Josh Triplett "],"id":"registry+https://github.com/rust-lang/crates.io-index#system-deps@7.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Discover and configure system dependencies from declarative dependencies in Cargo.toml","dependencies":[{"name":"cfg-expr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15.5","kind":"normal","optional":false,"uses_default_features":true,"features":["targets"],"target":null,"rename":null,"registry":null,"path":null},{"name":"heck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":false,"features":["parse"],"target":null,"rename":null,"registry":null,"path":null},{"name":"version-compare","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"system-deps","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/system-deps-7.0.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/system-deps-7.0.1/Cargo.toml","categories":[],"keywords":["pkg-config","build-dependencies","build-depends","manifest","metadata"],"readme":"README.md","repository":"https://github.com/gdesmott/system-deps","homepage":null,"documentation":"https://docs.rs/system-deps/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"target-lexicon","version":"0.12.14","authors":["Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Targeting utilities for compilers and related tools","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception","license_file":null,"targets":[{"name":"target-lexicon","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.14/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"host","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.14/examples/host.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"misc","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.14/examples/misc.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.14/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"arch_zkasm":[],"default":[],"serde":["dep:serde"],"serde_support":["serde","std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.14/Cargo.toml","categories":["no-std"],"keywords":["target","host","triple","compiler","jit"],"readme":"README.md","repository":"https://github.com/bytecodealliance/target-lexicon","homepage":null,"documentation":"https://docs.rs/target-lexicon/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 WITH LLVM-exception"},{"package":{"name":"tempfile","version":"3.10.1","authors":["Steven Allen ","The Rust Project Developers","Ashley Mannix ","Jason White "],"id":"registry+https://github.com/rust-lang/crates.io-index#tempfile@3.10.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for managing temporary files and directories.","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.31","kind":"normal","optional":false,"uses_default_features":true,"features":["fs"],"target":"cfg(any(unix, target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Storage_FileSystem","Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"tempfile","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"namedtempfile","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/tests/namedtempfile.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"spooled","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/tests/spooled.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"tempdir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/tests/tempdir.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"tempfile","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/tests/tempfile.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"nightly":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.10.1/Cargo.toml","categories":[],"keywords":["tempfile","tmpfile","filesystem"],"readme":"README.md","repository":"https://github.com/Stebalien/tempfile","homepage":"https://stebalien.com/projects/tempfile-rs/","documentation":"https://docs.rs/tempfile","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"thiserror","version":"1.0.61","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.61","source":"registry+https://github.com/rust-lang/crates.io-index","description":"derive(Error)","dependencies":[{"name":"thiserror-impl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.61","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.73","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ref-cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.81","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"thiserror","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"test_error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_source","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_source.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_generics.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_from","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_from.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_lints","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_lints.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_transparent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_transparent.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_backtrace","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_backtrace.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_path","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_path.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_deprecated","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_deprecated.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_display","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_display.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_option","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_option.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_expr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/tests/test_expr.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.61/Cargo.toml","categories":["rust-patterns"],"keywords":["error","error-handling","derive"],"readme":"README.md","repository":"https://github.com/dtolnay/thiserror","homepage":null,"documentation":"https://docs.rs/thiserror","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"thiserror-impl","version":"1.0.61","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.61","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Implementation detail of the `thiserror` crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"thiserror_impl","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.61/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.61/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/dtolnay/thiserror","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"tiff","version":"0.9.1","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#tiff@0.9.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"TIFF decoding and encoding library in pure Rust","dependencies":[{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jpeg-decoder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":"jpeg","registry":null,"path":null},{"name":"weezl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tiff","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"decode_bigtiff_images","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/decode_bigtiff_images.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decode_images","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/decode_images.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encode_images","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/encode_images.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encode_images_with_compression","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/encode_images_with_compression.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"fuzz_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/fuzz_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lzw","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/benches/lzw.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/Cargo.toml","categories":["multimedia::images","multimedia::encoding"],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/image-tiff","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"license":"MIT"},{"package":{"name":"tiny-skia","version":"0.11.4","authors":["Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#tiny-skia@0.11.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A tiny Skia subset ported to Rust.","dependencies":[{"name":"arrayref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":false,"uses_default_features":true,"features":["aarch64_simd"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"png","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tiny-skia-path","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.4","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause","license_file":null,"targets":[{"name":"tiny-skia","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"fill","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/fill.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"hairline","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/hairline.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"image_on_image","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/image_on_image.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"large_image","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/large_image.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"linear_gradient","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/linear_gradient.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"mask","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/mask.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"pattern","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/pattern.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"stroke","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/stroke.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"integration","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/tests/integration/main.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["std","simd","png-format"],"no-std-float":["tiny-skia-path/no-std-float"],"png":["dep:png"],"png-format":["std","png"],"simd":[],"std":["tiny-skia-path/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/Cargo.toml","categories":["rendering"],"keywords":["2d","rendering","skia"],"readme":"README.md","repository":"https://github.com/RazrFalcon/tiny-skia","homepage":null,"documentation":"https://docs.rs/tiny-skia/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"BSD-3-Clause"},{"package":{"name":"tiny-skia-path","version":"0.11.4","authors":["Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#tiny-skia-path@0.11.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A tiny-skia Bezier path implementation","dependencies":[{"name":"arrayref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"strict-num","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause","license_file":null,"targets":[{"name":"tiny-skia-path","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-path-0.11.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"libm":["dep:libm"],"no-std-float":["libm"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-path-0.11.4/Cargo.toml","categories":["graphics"],"keywords":["graphics","bezier","path","dash","stroke"],"readme":"README.md","repository":"https://github.com/RazrFalcon/tiny-skia/tree/master/path","homepage":null,"documentation":"https://docs.rs/tiny-skia-path/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"BSD-3-Clause"},{"package":{"name":"tinyjson","version":"2.5.1","authors":["rhysd "],"id":"registry+https://github.com/rust-lang/crates.io-index#tinyjson@2.5.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Tiny simple JSON parser/generator","dependencies":[{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tinyjson","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyjson-2.5.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyjson-2.5.1/Cargo.toml","categories":["encoding","parsing"],"keywords":["json","parser","generator"],"readme":"README.md","repository":"https://github.com/rhysd/tinyjson","homepage":"https://github.com/rhysd/tinyjson","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"tinytemplate","version":"1.2.1","authors":["Brook Heisler "],"id":"registry+https://github.com/rust-lang/crates.io-index#tinytemplate@1.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Simple, lightweight template engine","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"tinytemplate","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/benches/benchmarks.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/Cargo.toml","categories":["template-engine"],"keywords":["template","html"],"readme":"README.md","repository":"https://github.com/bheisler/TinyTemplate","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"tinyvec","version":"1.6.0","authors":["Lokathor "],"id":"registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"`tinyvec` provides 100% safe vec-like data structures.","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tinyvec_macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Zlib OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"tinyvec","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"tinyvec","kind":["test"],"crate_types":["bin"],"required-features":["alloc","std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/tests/tinyvec.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"arrayvec","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/tests/arrayvec.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/benches/macros.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"smallvec","kind":["bench"],"crate_types":["bin"],"required-features":["alloc","real_blackbox"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/benches/smallvec.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":["tinyvec_macros"],"arbitrary":["dep:arbitrary"],"default":[],"experimental_write_impl":[],"grab_spare_slice":[],"nightly_slice_partition_dedup":[],"real_blackbox":["criterion/real_blackbox"],"rustc_1_40":[],"rustc_1_55":["rustc_1_40"],"rustc_1_57":["rustc_1_55"],"serde":["dep:serde"],"std":["alloc"],"tinyvec_macros":["dep:tinyvec_macros"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/Cargo.toml","categories":["data-structures","no-std"],"keywords":["vec","no_std","no-std"],"readme":"README.md","repository":"https://github.com/Lokathor/tinyvec","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["alloc","std","grab_spare_slice","rustc_1_40","rustc_1_55","serde"],"rustdoc-args":["--cfg","docs_rs"]}},"playground":{"features":["alloc","std","grab_spare_slice","rustc_1_40","rustc_1_55","serde"]}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Zlib OR Apache-2.0 OR MIT"},{"package":{"name":"tinyvec_macros","version":"0.1.1","authors":["Soveu "],"id":"registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Some macros for tiny containers","dependencies":[],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"tinyvec_macros","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/Soveu/tinyvec_macros","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0 OR Zlib"},{"package":{"name":"toml","version":"0.8.14","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#toml@0.8.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A native Rust encoder and decoder of TOML-formatted files and streams. Provides\nimplementations of the standard Serialize/Deserialize traits for TOML data to\nfacilitate deserializing and serializing Rust structures.\n","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_spanned","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.6","kind":"normal","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_datetime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.6","kind":"normal","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_edit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22.14","kind":"normal","optional":true,"uses_default_features":false,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.199","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.116","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-harness","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"toml","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"decode","kind":["example"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/examples/decode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"enum_external","kind":["example"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/examples/enum_external.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"toml2json","kind":["example"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/examples/toml2json.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"decoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/tests/decoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/tests/encoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/tests/decoder.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/tests/encoder.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"testsuite","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/tests/testsuite/main.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["parse","display"],"display":["dep:toml_edit","toml_edit?/display"],"indexmap":["dep:indexmap"],"parse":["dep:toml_edit","toml_edit?/parse"],"preserve_order":["indexmap"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.14/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":"https://github.com/toml-rs/toml","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"toml_datetime","version":"0.6.6","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A TOML-compatible datetime type","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"toml_datetime","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.6/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":"https://github.com/toml-rs/toml","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"toml_edit","version":"0.19.15","authors":["Andronik Ordian ","Ed Page "],"id":"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.19.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Yet another format-preserving TOML parser.","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"kstring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":["max_inline"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_spanned","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.3","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_datetime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winnow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libtest-mimic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.96","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"dev","optional":false,"uses_default_features":true,"features":["harness"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-harness","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"toml_edit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"visit","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/examples/visit.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/decoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/encoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"invalid","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/invalid.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/decoder.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/encoder.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"testsuite","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/testsuite/main.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"perf":["dep:kstring"],"serde":["dep:serde","toml_datetime/serde","dep:serde_spanned"],"unbounded":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["serde"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}],"tag-name":"v{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.66.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"toml_edit","version":"0.21.1","authors":["Andronik Ordian ","Ed Page "],"id":"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.21.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Yet another format-preserving TOML parser.","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"kstring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":["max_inline"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_spanned","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.5","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_datetime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winnow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libtest-mimic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.96","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"dev","optional":false,"uses_default_features":true,"features":["harness"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-harness","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"toml_edit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"visit","kind":["example"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/examples/visit.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"testsuite","kind":["test"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/tests/testsuite/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":["parse"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/tests/decoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/tests/encoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"invalid","kind":["test"],"crate_types":["bin"],"required-features":["parse"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/tests/invalid.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["parse","display"],"display":[],"parse":["dep:winnow"],"perf":["dep:kstring"],"serde":["dep:serde","toml_datetime/serde","dep:serde_spanned"],"unbounded":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.21.1/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["serde"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}],"tag-name":"v{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.69.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"toml_edit","version":"0.22.14","authors":["Andronik Ordian ","Ed Page "],"id":"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Yet another format-preserving TOML parser.","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"kstring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":["max_inline"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_spanned","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.6","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_datetime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winnow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libtest-mimic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.116","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-harness","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"toml_edit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.14/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"visit","kind":["example"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.14/examples/visit.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"testsuite","kind":["test"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.14/tests/testsuite/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":["parse"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.14/tests/decoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.14/tests/encoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"invalid","kind":["test"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.14/tests/invalid.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["parse","display"],"display":[],"parse":["dep:winnow"],"perf":["dep:kstring"],"serde":["dep:serde","toml_datetime/serde","dep:serde_spanned"],"unbounded":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.14/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["serde"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}],"tag-name":"v{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"tracing","version":"0.1.40","authors":["Eliza Weisman ","Tokio Contributors "],"id":"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.40","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Application-level tracing for Rust.\n","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-attributes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.27","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.32","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.21","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.17","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tracing","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"enabled","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/enabled.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"event","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/event.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"filter_caching_is_lexically_scoped","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filter_caching_is_lexically_scoped.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"filters_are_not_reevaluated_for_the_same_span","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_are_not_reevaluated_for_the_same_span.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"filters_are_reevaluated_for_different_call_sites","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_are_reevaluated_for_different_call_sites.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"filters_dont_leak","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_dont_leak.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"future_send","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/future_send.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"instrument","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/instrument.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macro_imports","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macro_imports.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macros.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros_incompatible_concat","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macros_incompatible_concat.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"max_level_hint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/max_level_hint.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"multiple_max_level_hints","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/multiple_max_level_hints.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"no_subscriber","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/no_subscriber.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"register_callsite_deadlock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/register_callsite_deadlock.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"scoped_clobbers_default","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/scoped_clobbers_default.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"span","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/span.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"subscriber","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/subscriber.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"baseline","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/baseline.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"dispatch_get_clone","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/dispatch_get_clone.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"dispatch_get_ref","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/dispatch_get_ref.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"empty_span","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/empty_span.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"enter_span","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/enter_span.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"event","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/event.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"span_fields","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_fields.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"span_no_fields","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_no_fields.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"span_repeated","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_repeated.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"shared","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/shared.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"async-await":[],"attributes":["tracing-attributes"],"default":["std","attributes"],"log":["dep:log"],"log-always":["log"],"max_level_debug":[],"max_level_error":[],"max_level_info":[],"max_level_off":[],"max_level_trace":[],"max_level_warn":[],"release_max_level_debug":[],"release_max_level_error":[],"release_max_level_info":[],"release_max_level_off":[],"release_max_level_trace":[],"release_max_level_warn":[],"std":["tracing-core/std"],"tracing-attributes":["dep:tracing-attributes"],"valuable":["tracing-core/valuable"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/Cargo.toml","categories":["development-tools::debugging","development-tools::profiling","asynchronous","no-std"],"keywords":["logging","tracing","metrics","async"],"readme":"README.md","repository":"https://github.com/tokio-rs/tracing","homepage":"https://tokio.rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","tracing_unstable"],"rustdoc-args":["--cfg","docsrs","--cfg","tracing_unstable"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT"},{"package":{"name":"tracing-attributes","version":"0.1.27","authors":["Tokio Contributors ","Eliza Weisman ","David Barsky "],"id":"registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.27","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Procedural macro attributes for automatically instrumenting functions.\n","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["full","parsing","printing","visit-mut","clone-impls","extra-traits","proc-macro"],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.67","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.35","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-subscriber","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":["env-filter"],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.64","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tracing-attributes","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"async_fn","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/async_fn.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"destructuring","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/destructuring.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"err","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/err.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"fields","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/fields.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"follows_from","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/follows_from.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"instrument","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/instrument.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"levels","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/levels.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"names","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/names.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parents","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/parents.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"ret","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/ret.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"targets","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/targets.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"ui","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/ui.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"async-await":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/Cargo.toml","categories":["development-tools::debugging","development-tools::profiling","asynchronous"],"keywords":["logging","tracing","macro","instrument","log"],"readme":"README.md","repository":"https://github.com/tokio-rs/tracing","homepage":"https://tokio.rs","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT"},{"package":{"name":"tracing-core","version":"0.1.32","authors":["Tokio Contributors "],"id":"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.32","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Core primitives for application-level tracing.\n","dependencies":[{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"valuable","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(tracing_unstable)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tracing-core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"dispatch","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/dispatch.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"global_dispatch","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/global_dispatch.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"local_dispatch_before_init","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/local_dispatch_before_init.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/macros.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["std","valuable/std"],"once_cell":["dep:once_cell"],"std":["once_cell"],"valuable":["dep:valuable"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/Cargo.toml","categories":["development-tools::debugging","development-tools::profiling","asynchronous"],"keywords":["logging","tracing","profiling"],"readme":"README.md","repository":"https://github.com/tokio-rs/tracing","homepage":"https://tokio.rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","tracing_unstable"],"rustdoc-args":["--cfg","docsrs","--cfg","tracing_unstable"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT"},{"package":{"name":"trash","version":"5.0.0","authors":["Artur Kovacs "],"id":"registry+https://github.com/rust-lang/crates.io-index#trash@5.0.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for moving files and folders to the Recycle Bin","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.31","kind":"dev","optional":false,"uses_default_features":false,"features":["clock"],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.18.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serial_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.8.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.31","kind":"normal","optional":true,"uses_default_features":false,"features":["clock"],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.18.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"scopeguard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"urlencoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSError","NSFileManager","NSString","NSURL"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"scopeguard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_EnhancedStorage","Win32_System_Com_StructuredStorage","Win32_System_SystemServices","Win32_UI_Shell_PropertiesSystem"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"trash","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trash-5.0.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"chrono":["dep:chrono"],"coinit_apartmentthreaded":[],"coinit_disable_ole1dde":[],"coinit_multithreaded":[],"coinit_speed_over_memory":[],"default":["coinit_apartmentthreaded","chrono"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trash-5.0.0/Cargo.toml","categories":[],"keywords":["remove","trash","rubbish","recycle","bin"],"readme":"README.md","repository":"https://github.com/ArturKovacs/trash","homepage":null,"documentation":null,"edition":"2021","metadata":{"cross":{"target":{"x86_64-unknown-netbsd":{"pre-build":["mkdir -p /tmp/netbsd","curl https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O","tar -C /tmp/netbsd -xJf base.tar.xz","cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib","rm base.tar.xz","rm -rf /tmp/netbsd"]}}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"ttf-parser","version":"0.21.1","authors":["Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.21.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A high-level, safe, zero-allocation font parser for TrueType, OpenType, and AAT.","dependencies":[{"name":"base64","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pico-args","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tiny-skia-path","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xmlwriter","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ttf-parser","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.21.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"font-info","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.21.1/examples/font-info.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"font2svg","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.21.1/examples/font2svg.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"bitmap","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.21.1/tests/bitmap.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tables","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.21.1/tests/tables/main.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"apple-layout":[],"default":["std","opentype-layout","apple-layout","variable-fonts","glyph-names"],"glyph-names":[],"gvar-alloc":["std"],"opentype-layout":[],"std":[],"variable-fonts":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.21.1/Cargo.toml","categories":["parser-implementations"],"keywords":["ttf","truetype","opentype"],"readme":"README.md","repository":"https://github.com/RazrFalcon/ttf-parser","homepage":null,"documentation":"https://docs.rs/ttf-parser/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"typenum","version":"1.17.0","authors":["Paho Lurie-Gregg ","Andre Bogus "],"id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.17.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Typenum is a Rust library for type-level numbers evaluated at\n compile time. It currently supports bits, unsigned integers, and signed\n integers. It also provides a type-level array of type-level numbers, but its\n implementation is incomplete.","dependencies":[{"name":"scale-info","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"typenum","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-main","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"const-generics":[],"force_unix_path_separator":[],"i128":[],"no_std":[],"scale-info":["dep:scale-info"],"scale_info":["scale-info/derive"],"strict":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/Cargo.toml","categories":["no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/paholg/typenum","homepage":null,"documentation":"https://docs.rs/typenum","edition":"2018","metadata":{"docs":{"rs":{"features":["i128","const-generics"],"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["i128","const-generics"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.37.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"uds_windows","version":"1.1.0","authors":["Azure IoT Edge Devs","Harald Hoyer "],"id":"registry+https://github.com/rust-lang/crates.io-index#uds_windows@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Unix Domain Sockets for Windows!","dependencies":[{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["winsock2","ws2def","minwinbase","ntdef","processthreadsapi","handleapi","ws2tcpip","winbase"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"uds_windows","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uds_windows-1.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uds_windows-1.1.0/Cargo.toml","categories":["os::windows-apis"],"keywords":["windows","uds","unix","domain","sockets"],"readme":"README.md","repository":"https://github.com/haraldh/rust_uds_windows","homepage":null,"documentation":null,"edition":"2015","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"unicode-bidi","version":"0.3.15","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Implementation of the Unicode Bidirectional Algorithm","dependencies":[{"name":"flame","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.8, <2.0","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.8, <2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"unicode_bidi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"conformance_tests","kind":["test"],"crate_types":["bin"],"required-features":["hardcoded-data"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/tests/conformance_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"bench_it":[],"default":["std","hardcoded-data"],"flame":["dep:flame"],"flame_it":["flame","flamer"],"flamer":["dep:flamer"],"hardcoded-data":[],"serde":["dep:serde"],"std":[],"unstable":[],"with_serde":["serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/Cargo.toml","categories":["no-std","encoding","text-processing"],"keywords":["rtl","unicode","text","layout","bidi"],"readme":"README.md","repository":"https://github.com/servo/unicode-bidi","homepage":null,"documentation":"https://docs.rs/unicode-bidi/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"unicode-ident","version":"1.0.12","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.12","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31","dependencies":[{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fst","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"roaring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ucd-trie","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-xid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"(MIT OR Apache-2.0) AND Unicode-DFS-2016","license_file":null,"targets":[{"name":"unicode-ident","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"compare","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/tests/compare.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"static_size","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/tests/static_size.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"xid","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/benches/xid.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/Cargo.toml","categories":["development-tools::procedural-macro-helpers","no-std","no-std::no-alloc"],"keywords":["unicode","xid"],"readme":"README.md","repository":"https://github.com/dtolnay/unicode-ident","homepage":null,"documentation":"https://docs.rs/unicode-ident","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"license":"(MIT OR Apache-2.0) AND Unicode-DFS-2016"},{"package":{"name":"unicode-normalization","version":"0.1.23","authors":["kwantam ","Manish Goregaokar "],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.23","source":"registry+https://github.com/rust-lang/crates.io-index","description":"This crate provides functions for normalization of\nUnicode strings, including Canonical and Compatible\nDecomposition and Recomposition, as described in\nUnicode Standard Annex #15.\n","dependencies":[{"name":"tinyvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"unicode-normalization","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.23/Cargo.toml","categories":[],"keywords":["text","unicode","normalization","decomposition","recomposition"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-normalization","homepage":"https://github.com/unicode-rs/unicode-normalization","documentation":"https://docs.rs/unicode-normalization/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"unicode-segmentation","version":"1.11.0","authors":["kwantam ","Manish Goregaokar "],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.11.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"This crate provides Grapheme Cluster, Word and Sentence boundaries\naccording to Unicode Standard Annex #29 rules.\n","dependencies":[{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"unicode-segmentation","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"graphemes","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/benches/graphemes.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"unicode_words","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/benches/unicode_words.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"word_bounds","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/benches/word_bounds.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"no_std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/Cargo.toml","categories":[],"keywords":["text","unicode","grapheme","word","boundary"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-segmentation","homepage":"https://github.com/unicode-rs/unicode-segmentation","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"url","version":"2.5.2","authors":["The rust-url developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#url@2.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"URL library for Rust, based on the WHATWG URL Standard","dependencies":[{"name":"form_urlencoded","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"idna","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"url","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"url_wpt","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/tests/wpt.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"unit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/tests/unit.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parse_url","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/benches/parse_url.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"debugger_visualizer":[],"default":[],"expose_internals":[],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/Cargo.toml","categories":["parser-implementations","web-programming","encoding"],"keywords":["url","parser"],"readme":"README.md","repository":"https://github.com/servo/rust-url","homepage":null,"documentation":"https://docs.rs/url","edition":"2018","metadata":{"docs":{"rs":{"features":["serde"],"rustdoc-args":["--generate-link-to-definition"]}},"playground":{"features":["serde"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"urlencoding","version":"2.1.3","authors":["Kornel ","Bertram Truong "],"id":"registry+https://github.com/rust-lang/crates.io-index#urlencoding@2.1.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust library for doing URL percentage encoding.","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"urlencoding","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/Cargo.toml","categories":["encoding","web-programming"],"keywords":["url","percent","escape","urlencode","urldecode"],"readme":"README.md","repository":"https://github.com/kornelski/rust_urlencoding","homepage":"https://lib.rs/urlencoding","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"utf8parse","version":"0.2.2","authors":["Joe Wilm ","Christian Duerr "],"id":"registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Table-driven UTF-8 parser","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"utf8parse","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"utf-8-demo","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.2/tests/utf-8-demo.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":[],"nightly":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.2/Cargo.toml","categories":["parsing","no-std"],"keywords":["utf8","parse","table"],"readme":null,"repository":"https://github.com/alacritty/vte","homepage":null,"documentation":"https://docs.rs/utf8parse/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"uuid","version":"1.8.0","authors":["Ashley Mannix","Christopher Armstrong","Dylan DPC","Hunar Roop Kahlon"],"id":"registry+https://github.com/rust-lang/crates.io-index#uuid@1.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library to generate and parse UUIDs.","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"borsh","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"borsh-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.14.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"md-5","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.56","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sha1_smol","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"slog","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid-macro-internal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.56","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.52","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target = \"wasm32-unknown-unknown\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"uuid","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.8.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"arbitrary":["dep:arbitrary"],"atomic":["dep:atomic"],"borsh":["dep:borsh","dep:borsh-derive"],"bytemuck":["dep:bytemuck"],"default":["std"],"fast-rng":["rng","dep:rand"],"js":["dep:wasm-bindgen","getrandom?/js"],"macro-diagnostics":["dep:uuid-macro-internal"],"md5":["dep:md-5"],"rng":["dep:getrandom"],"serde":["dep:serde"],"sha1":["dep:sha1_smol"],"slog":["dep:slog"],"std":[],"v1":["atomic"],"v3":["md5"],"v4":["rng"],"v5":["sha1"],"v6":["atomic"],"v7":["atomic","rng"],"v8":[],"zerocopy":["dep:zerocopy"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.8.0/Cargo.toml","categories":["data-structures","no-std","parser-implementations","wasm"],"keywords":["guid","unique","uuid"],"readme":"README.md","repository":"https://github.com/uuid-rs/uuid","homepage":"https://github.com/uuid-rs/uuid","documentation":"https://docs.rs/uuid","edition":"2018","metadata":{"docs":{"rs":{"features":["serde","arbitrary","slog","borsh","v1","v3","v4","v5","v6","v7","v8"],"rustc-args":["--cfg","uuid_unstable"],"rustdoc-args":["--cfg","uuid_unstable"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["serde","v1","v3","v4","v5","v6","v7","v8"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"version-compare","version":"0.2.0","authors":["Tim Visee <3a4fb3964f@sinenomine.email>"],"id":"registry+https://github.com/rust-lang/crates.io-index#version-compare@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust library to easily compare version numbers with no specific format, and test against various comparison operators.","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"version-compare","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version-compare-0.2.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"example","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version-compare-0.2.0/examples/example.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"minimal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version-compare-0.2.0/examples/minimal.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version-compare-0.2.0/Cargo.toml","categories":["parser-implementations","parsing"],"keywords":["version","compare","comparison","comparing"],"readme":"README.md","repository":"https://gitlab.com/timvisee/version-compare","homepage":"https://timvisee.com/projects/version-compare/","documentation":"https://docs.rs/version-compare","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT"},{"package":{"name":"version_check","version":"0.9.4","authors":["Sergio Benitez "],"id":"registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Tiny crate to check the version of the installed/running rustc.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"version_check","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/Cargo.toml","categories":[],"keywords":["version","rustc","minimum","check"],"readme":"README.md","repository":"https://github.com/SergioBenitez/version_check","homepage":null,"documentation":"https://docs.rs/version_check/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"vswhom","version":"0.1.0","authors":["nabijaczleweli "],"id":"registry+https://github.com/rust-lang/crates.io-index#vswhom@0.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI to Jon Blow's VS discovery script","dependencies":[{"name":"vswhom-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"vswhom","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-0.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"detect","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-0.1.0/examples/detect.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-0.1.0/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["visual-studio","FFI"],"readme":"README.md","repository":"https://github.com/nabijaczleweli/vswhom.rs","homepage":null,"documentation":"https://rawcdn.githack.com/nabijaczleweli/vswhom-sys.rs/doc/vswhom_sys/index.html","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"vswhom-sys","version":"0.1.2","authors":["наб ","forrestsmithfb "],"id":"registry+https://github.com/rust-lang/crates.io-index#vswhom-sys@0.1.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Pure FFI to Jon Blow's VS discovery script","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"vswhom-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-sys-0.1.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-sys-0.1.2/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-sys-0.1.2/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["visual-studio","FFI"],"readme":"README.md","repository":"https://github.com/nabijaczleweli/vswhom-sys.rs","homepage":null,"documentation":"https://rawcdn.githack.com/nabijaczleweli/vswhom.rs/doc/vswhom/index.html","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"waker-fn","version":"1.2.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#waker-fn@1.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Convert closures into wakers","dependencies":[{"name":"portable-atomic-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"waker-fn","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waker-fn-1.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"portable-atomic":["portable-atomic-util"],"portable-atomic-util":["dep:portable-atomic-util"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waker-fn-1.2.0/Cargo.toml","categories":["concurrency"],"keywords":["async","waker","wake","closure","callback"],"readme":"README.md","repository":"https://github.com/smol-rs/waker-fn","homepage":"https://github.com/smol-rs/waker-fn","documentation":"https://docs.rs/waker-fn","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"walkdir","version":"2.5.0","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Recursively walk a directory.","dependencies":[{"name":"same-file","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"walkdir","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/Cargo.toml","categories":["filesystem"],"keywords":["directory","recursive","walk","iterator"],"readme":"README.md","repository":"https://github.com/BurntSushi/walkdir","homepage":"https://github.com/BurntSushi/walkdir","documentation":"https://docs.rs/walkdir/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Unlicense OR MIT"},{"package":{"name":"wasi","version":"0.11.0+wasi-snapshot-preview1","authors":["The Cranelift Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Experimental WASI API bindings for Rust","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"wasi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std"],"rustc-dep-of-std":["compiler_builtins","core","rustc-std-workspace-alloc"],"rustc-std-workspace-alloc":["dep:rustc-std-workspace-alloc"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml","categories":["no-std","wasm"],"keywords":["webassembly","wasm"],"readme":"README.md","repository":"https://github.com/bytecodealliance/wasi","homepage":null,"documentation":"https://docs.rs/wasi","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"},{"package":{"name":"wasm-bindgen","version":"0.2.92","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.92","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Easy support for interacting between JS and Rust.\n","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-macro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.92","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.69","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.4.42","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.3.42","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test-crate-a","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test-crate-b","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm-bindgen","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/src/lib.rs","edition":"2018","doctest":true,"test":false,"doc":true},{"name":"headless","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/headless/main.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"must_use","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/must_use.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"non_wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/non_wasm.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"std-crate-no-std-dep","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/std-crate-no-std-dep.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"unwrap_throw","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/unwrap_throw.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/tests/wasm/main.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["spans","std"],"enable-interning":["std"],"gg-alloc":["wasm-bindgen-test/gg-alloc"],"serde":["dep:serde"],"serde-serialize":["serde","serde_json","std"],"serde_json":["dep:serde_json"],"spans":["wasm-bindgen-macro/spans"],"std":[],"strict-macro":["wasm-bindgen-macro/strict-macro"],"xxx_debug_only_print_generated_code":["wasm-bindgen-macro/xxx_debug_only_print_generated_code"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.92/Cargo.toml","categories":["wasm"],"keywords":[],"readme":"README.md","repository":"https://github.com/rustwasm/wasm-bindgen","homepage":"https://rustwasm.github.io/","documentation":"https://docs.rs/wasm-bindgen","edition":"2018","metadata":{"docs":{"rs":{"features":["serde-serialize"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"wasm-bindgen-backend","version":"0.2.92","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.92","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Backend code generation of the wasm-bindgen tool\n","dependencies":[{"name":"bumpalo","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.92","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm-bindgen-backend","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.92/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"extra-traits":["syn/extra-traits"],"spans":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.92/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen-backend","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"wasm-bindgen-futures","version":"0.4.42","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.42","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bridging the gap between Rust Futures and JavaScript Promises","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.69","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.92","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel-preview","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0-alpha.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.42","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.24","kind":"normal","optional":false,"uses_default_features":true,"features":["MessageEvent","Worker"],"target":"cfg(target_feature = \"atomics\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm-bindgen-futures","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"futures-core":["dep:futures-core"],"futures-core-03-stream":["futures-core"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.42/Cargo.toml","categories":[],"keywords":[],"readme":"./README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen-futures","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"wasm-bindgen-macro","version":"0.2.92","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.92","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Definition of the `#[wasm_bindgen]` attribute, an internal dependency\n","dependencies":[{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-macro-support","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.92","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.92","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.42","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.69","kind":"dev","optional":false,"uses_default_features":true,"features":["Worker"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm-bindgen-macro","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"ui","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/tests/ui.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"spans":["wasm-bindgen-macro-support/spans"],"strict-macro":["wasm-bindgen-macro-support/strict-macro"],"xxx_debug_only_print_generated_code":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.92/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"wasm-bindgen-macro-support","version":"0.2.92","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.92","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate\n","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["visit","full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.92","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.92","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm-bindgen-macro-support","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.92/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"extra-traits":["syn/extra-traits"],"spans":["wasm-bindgen-backend/spans"],"strict-macro":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.92/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"wasm-bindgen-shared","version":"0.2.92","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.92","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Shared support between wasm-bindgen and wasm-bindgen cli, an internal\ndependency.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm-bindgen-shared","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.92/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen-shared","edition":"2018","links":"wasm_bindgen","publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"wayland-backend","version":"0.3.4","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-backend@0.3.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Low-level bindings to the Wayland protocol","dependencies":[{"name":"downcast-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.17","kind":"normal","optional":false,"uses_default_features":true,"features":["event","fs","net","process"],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_06","registry":null,"path":null},{"name":"scoped-tls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9","kind":"normal","optional":false,"uses_default_features":true,"features":["union","const_generics","const_new"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"concat-idents","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland-backend","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"rs_sys_impls","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/tests/rs_sys_impls.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"client_system":["wayland-sys/client"],"dlopen":["wayland-sys/dlopen"],"log":["dep:log"],"raw-window-handle":["dep:raw-window-handle"],"rwh_06":["dep:rwh_06"],"server_system":["wayland-sys/server"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.4/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-backend/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"wayland-client","version":"0.31.3","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-client@0.31.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to the standard C implementation of the wayland protocol, client side.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.0","kind":"normal","optional":false,"uses_default_features":true,"features":["event"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland-client","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"list_globals","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/examples/list_globals.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_globals_no_dispatch","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/examples/list_globals_no_dispatch.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/examples/simple_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"log":["dep:log"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.3/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-client/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"wayland-csd-frame","version":"0.3.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-csd-frame@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common trait and types for wayland CSD interop","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cursor-icon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland-csd-frame","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-csd-frame-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-csd-frame-0.3.0/Cargo.toml","categories":["gui"],"keywords":["windowing","wayland"],"readme":"README.md","repository":"https://github.com/rust-windowing/wayland-csd-frame","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"wayland-cursor","version":"0.31.3","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-cursor@0.31.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to libwayland-cursor.","dependencies":[{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.15","kind":"normal","optional":false,"uses_default_features":true,"features":["shm"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xcursor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland-cursor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-cursor-0.31.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-cursor-0.31.3/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-cursor/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"wayland-protocols","version":"0.31.2","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols@0.31.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated API for the officials wayland protocol extensions","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-server","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland-protocols","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-0.31.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"client":["wayland-client"],"server":["wayland-server"],"staging":[],"unstable":[],"wayland-client":["dep:wayland-client"],"wayland-server":["dep:wayland-server"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-0.31.2/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client","server","protocol","extension"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-protocols/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"wayland-protocols-plasma","version":"0.2.0","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols-plasma@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated API for the Plasma wayland protocol extensions","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-server","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland-protocols-plasma","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-plasma-0.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"client":["wayland-client","wayland-protocols/client"],"server":["wayland-server","wayland-protocols/server"],"wayland-client":["dep:wayland-client"],"wayland-server":["dep:wayland-server"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-plasma-0.2.0/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client","server","protocol","extension"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-protocols-plasma/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"wayland-protocols-wlr","version":"0.2.0","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols-wlr@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated API for the WLR wayland protocol extensions","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-server","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland-protocols-wlr","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-wlr-0.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"client":["wayland-client","wayland-protocols/client"],"server":["wayland-server","wayland-protocols/server"],"wayland-client":["dep:wayland-client"],"wayland-server":["dep:wayland-server"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-wlr-0.2.0/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client","server","protocol","extension"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-protocols-wlr/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"wayland-scanner","version":"0.31.2","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-scanner@0.31.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Wayland Scanner for generating rust APIs from XML wayland protocol files.","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quick-xml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"similar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland-scanner","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-scanner-0.31.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-scanner-0.31.2/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","codegen"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-scanner/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"wayland-sys","version":"0.31.2","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-sys@0.31.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.","dependencies":[{"name":"dlib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-sys-0.31.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-sys-0.31.2/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"client":[],"cursor":["client"],"dlopen":["once_cell"],"egl":["client"],"libc":["dep:libc"],"memoffset":["dep:memoffset"],"once_cell":["dep:once_cell"],"server":["libc","memoffset"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-sys-0.31.2/Cargo.toml","categories":["external-ffi-bindings"],"keywords":[],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"web-sys","version":"0.3.69","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.69","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for all Web APIs, a procedurally generated crate from WebIDL\n","dependencies":[{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.69","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.92","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.42","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.42","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"web-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/src/lib.rs","edition":"2018","doctest":false,"test":false,"doc":true},{"name":"wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/tests/wasm/main.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"AbortController":[],"AbortSignal":["EventTarget"],"AddEventListenerOptions":[],"AesCbcParams":[],"AesCtrParams":[],"AesDerivedKeyParams":[],"AesGcmParams":[],"AesKeyAlgorithm":[],"AesKeyGenParams":[],"Algorithm":[],"AlignSetting":[],"AllowedBluetoothDevice":[],"AllowedUsbDevice":[],"AlphaOption":[],"AnalyserNode":["AudioNode","EventTarget"],"AnalyserOptions":[],"AngleInstancedArrays":[],"Animation":["EventTarget"],"AnimationEffect":[],"AnimationEvent":["Event"],"AnimationEventInit":[],"AnimationPlayState":[],"AnimationPlaybackEvent":["Event"],"AnimationPlaybackEventInit":[],"AnimationPropertyDetails":[],"AnimationPropertyValueDetails":[],"AnimationTimeline":[],"AssignedNodesOptions":[],"AttestationConveyancePreference":[],"Attr":["EventTarget","Node"],"AttributeNameValue":[],"AudioBuffer":[],"AudioBufferOptions":[],"AudioBufferSourceNode":["AudioNode","AudioScheduledSourceNode","EventTarget"],"AudioBufferSourceOptions":[],"AudioConfiguration":[],"AudioContext":["BaseAudioContext","EventTarget"],"AudioContextLatencyCategory":[],"AudioContextOptions":[],"AudioContextState":[],"AudioData":[],"AudioDataCopyToOptions":[],"AudioDataInit":[],"AudioDecoder":[],"AudioDecoderConfig":[],"AudioDecoderInit":[],"AudioDecoderSupport":[],"AudioDestinationNode":["AudioNode","EventTarget"],"AudioEncoder":[],"AudioEncoderConfig":[],"AudioEncoderInit":[],"AudioEncoderSupport":[],"AudioListener":[],"AudioNode":["EventTarget"],"AudioNodeOptions":[],"AudioParam":[],"AudioParamMap":[],"AudioProcessingEvent":["Event"],"AudioSampleFormat":[],"AudioScheduledSourceNode":["AudioNode","EventTarget"],"AudioSinkInfo":[],"AudioSinkOptions":[],"AudioSinkType":[],"AudioStreamTrack":["EventTarget","MediaStreamTrack"],"AudioTrack":[],"AudioTrackList":["EventTarget"],"AudioWorklet":["Worklet"],"AudioWorkletGlobalScope":["WorkletGlobalScope"],"AudioWorkletNode":["AudioNode","EventTarget"],"AudioWorkletNodeOptions":[],"AudioWorkletProcessor":[],"AuthenticationExtensionsClientInputs":[],"AuthenticationExtensionsClientOutputs":[],"AuthenticatorAssertionResponse":["AuthenticatorResponse"],"AuthenticatorAttachment":[],"AuthenticatorAttestationResponse":["AuthenticatorResponse"],"AuthenticatorResponse":[],"AuthenticatorSelectionCriteria":[],"AuthenticatorTransport":[],"AutoKeyword":[],"AutocompleteInfo":[],"BarProp":[],"BaseAudioContext":["EventTarget"],"BaseComputedKeyframe":[],"BaseKeyframe":[],"BasePropertyIndexedKeyframe":[],"BasicCardRequest":[],"BasicCardResponse":[],"BasicCardType":[],"BatteryManager":["EventTarget"],"BeforeUnloadEvent":["Event"],"BinaryType":[],"BiquadFilterNode":["AudioNode","EventTarget"],"BiquadFilterOptions":[],"BiquadFilterType":[],"Blob":[],"BlobEvent":["Event"],"BlobEventInit":[],"BlobPropertyBag":[],"BlockParsingOptions":[],"Bluetooth":["EventTarget"],"BluetoothAdvertisingEvent":["Event"],"BluetoothAdvertisingEventInit":[],"BluetoothCharacteristicProperties":[],"BluetoothDataFilterInit":[],"BluetoothDevice":["EventTarget"],"BluetoothLeScanFilterInit":[],"BluetoothManufacturerDataMap":[],"BluetoothPermissionDescriptor":[],"BluetoothPermissionResult":["EventTarget","PermissionStatus"],"BluetoothPermissionStorage":[],"BluetoothRemoteGattCharacteristic":["EventTarget"],"BluetoothRemoteGattDescriptor":[],"BluetoothRemoteGattServer":[],"BluetoothRemoteGattService":["EventTarget"],"BluetoothServiceDataMap":[],"BluetoothUuid":[],"BoxQuadOptions":[],"BroadcastChannel":["EventTarget"],"BrowserElementDownloadOptions":[],"BrowserElementExecuteScriptOptions":[],"BrowserFeedWriter":[],"BrowserFindCaseSensitivity":[],"BrowserFindDirection":[],"ByteLengthQueuingStrategy":[],"Cache":[],"CacheBatchOperation":[],"CacheQueryOptions":[],"CacheStorage":[],"CacheStorageNamespace":[],"CanvasCaptureMediaStream":["EventTarget","MediaStream"],"CanvasCaptureMediaStreamTrack":["EventTarget","MediaStreamTrack"],"CanvasGradient":[],"CanvasPattern":[],"CanvasRenderingContext2d":[],"CanvasWindingRule":[],"CaretChangedReason":[],"CaretPosition":[],"CaretStateChangedEventInit":[],"CdataSection":["CharacterData","EventTarget","Node","Text"],"ChannelCountMode":[],"ChannelInterpretation":[],"ChannelMergerNode":["AudioNode","EventTarget"],"ChannelMergerOptions":[],"ChannelSplitterNode":["AudioNode","EventTarget"],"ChannelSplitterOptions":[],"CharacterData":["EventTarget","Node"],"CheckerboardReason":[],"CheckerboardReport":[],"CheckerboardReportService":[],"ChromeFilePropertyBag":[],"ChromeWorker":["EventTarget","Worker"],"Client":[],"ClientQueryOptions":[],"ClientRectsAndTexts":[],"ClientType":[],"Clients":[],"Clipboard":["EventTarget"],"ClipboardEvent":["Event"],"ClipboardEventInit":[],"ClipboardItem":[],"ClipboardItemOptions":[],"ClipboardPermissionDescriptor":[],"CloseEvent":["Event"],"CloseEventInit":[],"CodecState":[],"CollectedClientData":[],"ColorSpaceConversion":[],"Comment":["CharacterData","EventTarget","Node"],"CompositeOperation":[],"CompositionEvent":["Event","UiEvent"],"CompositionEventInit":[],"CompressionFormat":[],"CompressionStream":[],"ComputedEffectTiming":[],"ConnStatusDict":[],"ConnectionType":[],"ConsoleCounter":[],"ConsoleCounterError":[],"ConsoleEvent":[],"ConsoleInstance":[],"ConsoleInstanceOptions":[],"ConsoleLevel":[],"ConsoleLogLevel":[],"ConsoleProfileEvent":[],"ConsoleStackEntry":[],"ConsoleTimerError":[],"ConsoleTimerLogOrEnd":[],"ConsoleTimerStart":[],"ConstantSourceNode":["AudioNode","AudioScheduledSourceNode","EventTarget"],"ConstantSourceOptions":[],"ConstrainBooleanParameters":[],"ConstrainDomStringParameters":[],"ConstrainDoubleRange":[],"ConstrainLongRange":[],"ContextAttributes2d":[],"ConvertCoordinateOptions":[],"ConvolverNode":["AudioNode","EventTarget"],"ConvolverOptions":[],"Coordinates":[],"CountQueuingStrategy":[],"Credential":[],"CredentialCreationOptions":[],"CredentialRequestOptions":[],"CredentialsContainer":[],"Crypto":[],"CryptoKey":[],"CryptoKeyPair":[],"CssAnimation":["Animation","EventTarget"],"CssBoxType":[],"CssConditionRule":["CssGroupingRule","CssRule"],"CssCounterStyleRule":["CssRule"],"CssFontFaceRule":["CssRule"],"CssFontFeatureValuesRule":["CssRule"],"CssGroupingRule":["CssRule"],"CssImportRule":["CssRule"],"CssKeyframeRule":["CssRule"],"CssKeyframesRule":["CssRule"],"CssMediaRule":["CssConditionRule","CssGroupingRule","CssRule"],"CssNamespaceRule":["CssRule"],"CssPageRule":["CssRule"],"CssPseudoElement":[],"CssRule":[],"CssRuleList":[],"CssStyleDeclaration":[],"CssStyleRule":["CssRule"],"CssStyleSheet":["StyleSheet"],"CssStyleSheetParsingMode":[],"CssSupportsRule":["CssConditionRule","CssGroupingRule","CssRule"],"CssTransition":["Animation","EventTarget"],"CustomElementRegistry":[],"CustomEvent":["Event"],"CustomEventInit":[],"DataTransfer":[],"DataTransferItem":[],"DataTransferItemList":[],"DateTimeValue":[],"DecoderDoctorNotification":[],"DecoderDoctorNotificationType":[],"DecompressionStream":[],"DedicatedWorkerGlobalScope":["EventTarget","WorkerGlobalScope"],"DelayNode":["AudioNode","EventTarget"],"DelayOptions":[],"DeviceAcceleration":[],"DeviceAccelerationInit":[],"DeviceLightEvent":["Event"],"DeviceLightEventInit":[],"DeviceMotionEvent":["Event"],"DeviceMotionEventInit":[],"DeviceOrientationEvent":["Event"],"DeviceOrientationEventInit":[],"DeviceProximityEvent":["Event"],"DeviceProximityEventInit":[],"DeviceRotationRate":[],"DeviceRotationRateInit":[],"DhKeyDeriveParams":[],"DirectionSetting":[],"Directory":[],"DirectoryPickerOptions":[],"DisplayMediaStreamConstraints":[],"DisplayNameOptions":[],"DisplayNameResult":[],"DistanceModelType":[],"DnsCacheDict":[],"DnsCacheEntry":[],"DnsLookupDict":[],"Document":["EventTarget","Node"],"DocumentFragment":["EventTarget","Node"],"DocumentTimeline":["AnimationTimeline"],"DocumentTimelineOptions":[],"DocumentType":["EventTarget","Node"],"DomError":[],"DomException":[],"DomImplementation":[],"DomMatrix":["DomMatrixReadOnly"],"DomMatrix2dInit":[],"DomMatrixInit":[],"DomMatrixReadOnly":[],"DomParser":[],"DomPoint":["DomPointReadOnly"],"DomPointInit":[],"DomPointReadOnly":[],"DomQuad":[],"DomQuadInit":[],"DomQuadJson":[],"DomRect":["DomRectReadOnly"],"DomRectInit":[],"DomRectList":[],"DomRectReadOnly":[],"DomRequest":["EventTarget"],"DomRequestReadyState":[],"DomStringList":[],"DomStringMap":[],"DomTokenList":[],"DomWindowResizeEventDetail":[],"DragEvent":["Event","MouseEvent","UiEvent"],"DragEventInit":[],"DynamicsCompressorNode":["AudioNode","EventTarget"],"DynamicsCompressorOptions":[],"EcKeyAlgorithm":[],"EcKeyGenParams":[],"EcKeyImportParams":[],"EcdhKeyDeriveParams":[],"EcdsaParams":[],"EffectTiming":[],"Element":["EventTarget","Node"],"ElementCreationOptions":[],"ElementDefinitionOptions":[],"EncodedAudioChunk":[],"EncodedAudioChunkInit":[],"EncodedAudioChunkMetadata":[],"EncodedAudioChunkType":[],"EncodedVideoChunk":[],"EncodedVideoChunkInit":[],"EncodedVideoChunkMetadata":[],"EncodedVideoChunkType":[],"EndingTypes":[],"ErrorCallback":[],"ErrorEvent":["Event"],"ErrorEventInit":[],"Event":[],"EventInit":[],"EventListener":[],"EventListenerOptions":[],"EventModifierInit":[],"EventSource":["EventTarget"],"EventSourceInit":[],"EventTarget":[],"Exception":[],"ExtBlendMinmax":[],"ExtColorBufferFloat":[],"ExtColorBufferHalfFloat":[],"ExtDisjointTimerQuery":[],"ExtFragDepth":[],"ExtSRgb":[],"ExtShaderTextureLod":[],"ExtTextureFilterAnisotropic":[],"ExtTextureNorm16":[],"ExtendableEvent":["Event"],"ExtendableEventInit":[],"ExtendableMessageEvent":["Event","ExtendableEvent"],"ExtendableMessageEventInit":[],"External":[],"FakePluginMimeEntry":[],"FakePluginTagInit":[],"FetchEvent":["Event","ExtendableEvent"],"FetchEventInit":[],"FetchObserver":["EventTarget"],"FetchReadableStreamReadDataArray":[],"FetchReadableStreamReadDataDone":[],"FetchState":[],"File":["Blob"],"FileCallback":[],"FileList":[],"FilePickerAcceptType":[],"FilePickerOptions":[],"FilePropertyBag":[],"FileReader":["EventTarget"],"FileReaderSync":[],"FileSystem":[],"FileSystemCreateWritableOptions":[],"FileSystemDirectoryEntry":["FileSystemEntry"],"FileSystemDirectoryHandle":["FileSystemHandle"],"FileSystemDirectoryReader":[],"FileSystemEntriesCallback":[],"FileSystemEntry":[],"FileSystemEntryCallback":[],"FileSystemFileEntry":["FileSystemEntry"],"FileSystemFileHandle":["FileSystemHandle"],"FileSystemFlags":[],"FileSystemGetDirectoryOptions":[],"FileSystemGetFileOptions":[],"FileSystemHandle":[],"FileSystemHandleKind":[],"FileSystemHandlePermissionDescriptor":[],"FileSystemPermissionDescriptor":[],"FileSystemPermissionMode":[],"FileSystemReadWriteOptions":[],"FileSystemRemoveOptions":[],"FileSystemSyncAccessHandle":[],"FileSystemWritableFileStream":["WritableStream"],"FillMode":[],"FlashClassification":[],"FlowControlType":[],"FocusEvent":["Event","UiEvent"],"FocusEventInit":[],"FontData":[],"FontFace":[],"FontFaceDescriptors":[],"FontFaceLoadStatus":[],"FontFaceSet":["EventTarget"],"FontFaceSetIterator":[],"FontFaceSetIteratorResult":[],"FontFaceSetLoadEvent":["Event"],"FontFaceSetLoadEventInit":[],"FontFaceSetLoadStatus":[],"FormData":[],"FrameType":[],"FuzzingFunctions":[],"GainNode":["AudioNode","EventTarget"],"GainOptions":[],"Gamepad":[],"GamepadAxisMoveEvent":["Event","GamepadEvent"],"GamepadAxisMoveEventInit":[],"GamepadButton":[],"GamepadButtonEvent":["Event","GamepadEvent"],"GamepadButtonEventInit":[],"GamepadEvent":["Event"],"GamepadEventInit":[],"GamepadHand":[],"GamepadHapticActuator":[],"GamepadHapticActuatorType":[],"GamepadMappingType":[],"GamepadPose":[],"GamepadServiceTest":[],"Geolocation":[],"GetAnimationsOptions":[],"GetRootNodeOptions":[],"GetUserMediaRequest":[],"Gpu":[],"GpuAdapter":[],"GpuAdapterInfo":[],"GpuAddressMode":[],"GpuAutoLayoutMode":[],"GpuBindGroup":[],"GpuBindGroupDescriptor":[],"GpuBindGroupEntry":[],"GpuBindGroupLayout":[],"GpuBindGroupLayoutDescriptor":[],"GpuBindGroupLayoutEntry":[],"GpuBlendComponent":[],"GpuBlendFactor":[],"GpuBlendOperation":[],"GpuBlendState":[],"GpuBuffer":[],"GpuBufferBinding":[],"GpuBufferBindingLayout":[],"GpuBufferBindingType":[],"GpuBufferDescriptor":[],"GpuBufferMapState":[],"GpuCanvasAlphaMode":[],"GpuCanvasConfiguration":[],"GpuCanvasContext":[],"GpuColorDict":[],"GpuColorTargetState":[],"GpuCommandBuffer":[],"GpuCommandBufferDescriptor":[],"GpuCommandEncoder":[],"GpuCommandEncoderDescriptor":[],"GpuCompareFunction":[],"GpuCompilationInfo":[],"GpuCompilationMessage":[],"GpuCompilationMessageType":[],"GpuComputePassDescriptor":[],"GpuComputePassEncoder":[],"GpuComputePassTimestampWrites":[],"GpuComputePipeline":[],"GpuComputePipelineDescriptor":[],"GpuCullMode":[],"GpuDepthStencilState":[],"GpuDevice":["EventTarget"],"GpuDeviceDescriptor":[],"GpuDeviceLostInfo":[],"GpuDeviceLostReason":[],"GpuError":[],"GpuErrorFilter":[],"GpuExtent3dDict":[],"GpuExternalTexture":[],"GpuExternalTextureBindingLayout":[],"GpuExternalTextureDescriptor":[],"GpuFeatureName":[],"GpuFilterMode":[],"GpuFragmentState":[],"GpuFrontFace":[],"GpuImageCopyBuffer":[],"GpuImageCopyExternalImage":[],"GpuImageCopyTexture":[],"GpuImageCopyTextureTagged":[],"GpuImageDataLayout":[],"GpuIndexFormat":[],"GpuInternalError":["GpuError"],"GpuLoadOp":[],"GpuMipmapFilterMode":[],"GpuMultisampleState":[],"GpuObjectDescriptorBase":[],"GpuOrigin2dDict":[],"GpuOrigin3dDict":[],"GpuOutOfMemoryError":["GpuError"],"GpuPipelineDescriptorBase":[],"GpuPipelineError":["DomException"],"GpuPipelineErrorInit":[],"GpuPipelineErrorReason":[],"GpuPipelineLayout":[],"GpuPipelineLayoutDescriptor":[],"GpuPowerPreference":[],"GpuPrimitiveState":[],"GpuPrimitiveTopology":[],"GpuProgrammableStage":[],"GpuQuerySet":[],"GpuQuerySetDescriptor":[],"GpuQueryType":[],"GpuQueue":[],"GpuQueueDescriptor":[],"GpuRenderBundle":[],"GpuRenderBundleDescriptor":[],"GpuRenderBundleEncoder":[],"GpuRenderBundleEncoderDescriptor":[],"GpuRenderPassColorAttachment":[],"GpuRenderPassDepthStencilAttachment":[],"GpuRenderPassDescriptor":[],"GpuRenderPassEncoder":[],"GpuRenderPassLayout":[],"GpuRenderPassTimestampWrites":[],"GpuRenderPipeline":[],"GpuRenderPipelineDescriptor":[],"GpuRequestAdapterOptions":[],"GpuSampler":[],"GpuSamplerBindingLayout":[],"GpuSamplerBindingType":[],"GpuSamplerDescriptor":[],"GpuShaderModule":[],"GpuShaderModuleCompilationHint":[],"GpuShaderModuleDescriptor":[],"GpuStencilFaceState":[],"GpuStencilOperation":[],"GpuStorageTextureAccess":[],"GpuStorageTextureBindingLayout":[],"GpuStoreOp":[],"GpuSupportedFeatures":[],"GpuSupportedLimits":[],"GpuTexture":[],"GpuTextureAspect":[],"GpuTextureBindingLayout":[],"GpuTextureDescriptor":[],"GpuTextureDimension":[],"GpuTextureFormat":[],"GpuTextureSampleType":[],"GpuTextureView":[],"GpuTextureViewDescriptor":[],"GpuTextureViewDimension":[],"GpuUncapturedErrorEvent":["Event"],"GpuUncapturedErrorEventInit":[],"GpuValidationError":["GpuError"],"GpuVertexAttribute":[],"GpuVertexBufferLayout":[],"GpuVertexFormat":[],"GpuVertexState":[],"GpuVertexStepMode":[],"GroupedHistoryEventInit":[],"HalfOpenInfoDict":[],"HardwareAcceleration":[],"HashChangeEvent":["Event"],"HashChangeEventInit":[],"Headers":[],"HeadersGuardEnum":[],"Hid":["EventTarget"],"HidCollectionInfo":[],"HidConnectionEvent":["Event"],"HidConnectionEventInit":[],"HidDevice":["EventTarget"],"HidDeviceFilter":[],"HidDeviceRequestOptions":[],"HidInputReportEvent":["Event"],"HidInputReportEventInit":[],"HidReportInfo":[],"HidReportItem":[],"HidUnitSystem":[],"HiddenPluginEventInit":[],"History":[],"HitRegionOptions":[],"HkdfParams":[],"HmacDerivedKeyParams":[],"HmacImportParams":[],"HmacKeyAlgorithm":[],"HmacKeyGenParams":[],"HtmlAllCollection":[],"HtmlAnchorElement":["Element","EventTarget","HtmlElement","Node"],"HtmlAreaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlAudioElement":["Element","EventTarget","HtmlElement","HtmlMediaElement","Node"],"HtmlBaseElement":["Element","EventTarget","HtmlElement","Node"],"HtmlBodyElement":["Element","EventTarget","HtmlElement","Node"],"HtmlBrElement":["Element","EventTarget","HtmlElement","Node"],"HtmlButtonElement":["Element","EventTarget","HtmlElement","Node"],"HtmlCanvasElement":["Element","EventTarget","HtmlElement","Node"],"HtmlCollection":[],"HtmlDListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDataElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDataListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDetailsElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDialogElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDirectoryElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDivElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDocument":["Document","EventTarget","Node"],"HtmlElement":["Element","EventTarget","Node"],"HtmlEmbedElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFieldSetElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFontElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFormControlsCollection":["HtmlCollection"],"HtmlFormElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFrameElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFrameSetElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHeadElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHeadingElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHrElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHtmlElement":["Element","EventTarget","HtmlElement","Node"],"HtmlIFrameElement":["Element","EventTarget","HtmlElement","Node"],"HtmlImageElement":["Element","EventTarget","HtmlElement","Node"],"HtmlInputElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLabelElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLegendElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLiElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLinkElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMapElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMediaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMenuElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMenuItemElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMetaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMeterElement":["Element","EventTarget","HtmlElement","Node"],"HtmlModElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlObjectElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOptGroupElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOptionElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOptionsCollection":["HtmlCollection"],"HtmlOutputElement":["Element","EventTarget","HtmlElement","Node"],"HtmlParagraphElement":["Element","EventTarget","HtmlElement","Node"],"HtmlParamElement":["Element","EventTarget","HtmlElement","Node"],"HtmlPictureElement":["Element","EventTarget","HtmlElement","Node"],"HtmlPreElement":["Element","EventTarget","HtmlElement","Node"],"HtmlProgressElement":["Element","EventTarget","HtmlElement","Node"],"HtmlQuoteElement":["Element","EventTarget","HtmlElement","Node"],"HtmlScriptElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSelectElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSlotElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSourceElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSpanElement":["Element","EventTarget","HtmlElement","Node"],"HtmlStyleElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableCaptionElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableCellElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableColElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableRowElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableSectionElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTemplateElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTextAreaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTimeElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTitleElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTrackElement":["Element","EventTarget","HtmlElement","Node"],"HtmlUListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlUnknownElement":["Element","EventTarget","HtmlElement","Node"],"HtmlVideoElement":["Element","EventTarget","HtmlElement","HtmlMediaElement","Node"],"HttpConnDict":[],"HttpConnInfo":[],"HttpConnectionElement":[],"IdbCursor":[],"IdbCursorDirection":[],"IdbCursorWithValue":["IdbCursor"],"IdbDatabase":["EventTarget"],"IdbFactory":[],"IdbFileHandle":["EventTarget"],"IdbFileMetadataParameters":[],"IdbFileRequest":["DomRequest","EventTarget"],"IdbIndex":[],"IdbIndexParameters":[],"IdbKeyRange":[],"IdbLocaleAwareKeyRange":["IdbKeyRange"],"IdbMutableFile":["EventTarget"],"IdbObjectStore":[],"IdbObjectStoreParameters":[],"IdbOpenDbOptions":[],"IdbOpenDbRequest":["EventTarget","IdbRequest"],"IdbRequest":["EventTarget"],"IdbRequestReadyState":[],"IdbTransaction":["EventTarget"],"IdbTransactionMode":[],"IdbVersionChangeEvent":["Event"],"IdbVersionChangeEventInit":[],"IdleDeadline":[],"IdleRequestOptions":[],"IirFilterNode":["AudioNode","EventTarget"],"IirFilterOptions":[],"ImageBitmap":[],"ImageBitmapOptions":[],"ImageBitmapRenderingContext":[],"ImageCapture":[],"ImageCaptureError":[],"ImageCaptureErrorEvent":["Event"],"ImageCaptureErrorEventInit":[],"ImageData":[],"ImageDecodeOptions":[],"ImageDecodeResult":[],"ImageDecoder":[],"ImageDecoderInit":[],"ImageEncodeOptions":[],"ImageOrientation":[],"ImageTrack":["EventTarget"],"ImageTrackList":[],"InputEvent":["Event","UiEvent"],"InputEventInit":[],"IntersectionObserver":[],"IntersectionObserverEntry":[],"IntersectionObserverEntryInit":[],"IntersectionObserverInit":[],"IntlUtils":[],"IsInputPendingOptions":[],"IterableKeyAndValueResult":[],"IterableKeyOrValueResult":[],"IterationCompositeOperation":[],"JsonWebKey":[],"KeyAlgorithm":[],"KeyEvent":[],"KeyIdsInitData":[],"KeyboardEvent":["Event","UiEvent"],"KeyboardEventInit":[],"KeyframeAnimationOptions":[],"KeyframeEffect":["AnimationEffect"],"KeyframeEffectOptions":[],"L10nElement":[],"L10nValue":[],"LatencyMode":[],"LifecycleCallbacks":[],"LineAlignSetting":[],"ListBoxObject":[],"LocalMediaStream":["EventTarget","MediaStream"],"LocaleInfo":[],"Location":[],"Lock":[],"LockInfo":[],"LockManager":[],"LockManagerSnapshot":[],"LockMode":[],"LockOptions":[],"MediaCapabilities":[],"MediaCapabilitiesInfo":[],"MediaConfiguration":[],"MediaDecodingConfiguration":[],"MediaDecodingType":[],"MediaDeviceInfo":[],"MediaDeviceKind":[],"MediaDevices":["EventTarget"],"MediaElementAudioSourceNode":["AudioNode","EventTarget"],"MediaElementAudioSourceOptions":[],"MediaEncodingConfiguration":[],"MediaEncodingType":[],"MediaEncryptedEvent":["Event"],"MediaError":[],"MediaImage":[],"MediaKeyError":["Event"],"MediaKeyMessageEvent":["Event"],"MediaKeyMessageEventInit":[],"MediaKeyMessageType":[],"MediaKeyNeededEventInit":[],"MediaKeySession":["EventTarget"],"MediaKeySessionType":[],"MediaKeyStatus":[],"MediaKeyStatusMap":[],"MediaKeySystemAccess":[],"MediaKeySystemConfiguration":[],"MediaKeySystemMediaCapability":[],"MediaKeySystemStatus":[],"MediaKeys":[],"MediaKeysPolicy":[],"MediaKeysRequirement":[],"MediaList":[],"MediaMetadata":[],"MediaMetadataInit":[],"MediaPositionState":[],"MediaQueryList":["EventTarget"],"MediaQueryListEvent":["Event"],"MediaQueryListEventInit":[],"MediaRecorder":["EventTarget"],"MediaRecorderErrorEvent":["Event"],"MediaRecorderErrorEventInit":[],"MediaRecorderOptions":[],"MediaSession":[],"MediaSessionAction":[],"MediaSessionActionDetails":[],"MediaSessionPlaybackState":[],"MediaSource":["EventTarget"],"MediaSourceEndOfStreamError":[],"MediaSourceEnum":[],"MediaSourceReadyState":[],"MediaStream":["EventTarget"],"MediaStreamAudioDestinationNode":["AudioNode","EventTarget"],"MediaStreamAudioSourceNode":["AudioNode","EventTarget"],"MediaStreamAudioSourceOptions":[],"MediaStreamConstraints":[],"MediaStreamError":[],"MediaStreamEvent":["Event"],"MediaStreamEventInit":[],"MediaStreamTrack":["EventTarget"],"MediaStreamTrackEvent":["Event"],"MediaStreamTrackEventInit":[],"MediaStreamTrackGenerator":["EventTarget","MediaStreamTrack"],"MediaStreamTrackGeneratorInit":[],"MediaStreamTrackProcessor":[],"MediaStreamTrackProcessorInit":[],"MediaStreamTrackState":[],"MediaTrackConstraintSet":[],"MediaTrackConstraints":[],"MediaTrackSettings":[],"MediaTrackSupportedConstraints":[],"MemoryAttribution":[],"MemoryAttributionContainer":[],"MemoryBreakdownEntry":[],"MemoryMeasurement":[],"MessageChannel":[],"MessageEvent":["Event"],"MessageEventInit":[],"MessagePort":["EventTarget"],"MidiAccess":["EventTarget"],"MidiConnectionEvent":["Event"],"MidiConnectionEventInit":[],"MidiInput":["EventTarget","MidiPort"],"MidiInputMap":[],"MidiMessageEvent":["Event"],"MidiMessageEventInit":[],"MidiOptions":[],"MidiOutput":["EventTarget","MidiPort"],"MidiOutputMap":[],"MidiPort":["EventTarget"],"MidiPortConnectionState":[],"MidiPortDeviceState":[],"MidiPortType":[],"MimeType":[],"MimeTypeArray":[],"MouseEvent":["Event","UiEvent"],"MouseEventInit":[],"MouseScrollEvent":["Event","MouseEvent","UiEvent"],"MozDebug":[],"MutationEvent":["Event"],"MutationObserver":[],"MutationObserverInit":[],"MutationObservingInfo":[],"MutationRecord":[],"NamedNodeMap":[],"NativeOsFileReadOptions":[],"NativeOsFileWriteAtomicOptions":[],"NavigationType":[],"Navigator":[],"NavigatorAutomationInformation":[],"NetworkCommandOptions":[],"NetworkInformation":["EventTarget"],"NetworkResultOptions":[],"Node":["EventTarget"],"NodeFilter":[],"NodeIterator":[],"NodeList":[],"Notification":["EventTarget"],"NotificationAction":[],"NotificationDirection":[],"NotificationEvent":["Event","ExtendableEvent"],"NotificationEventInit":[],"NotificationOptions":[],"NotificationPermission":[],"ObserverCallback":[],"OesElementIndexUint":[],"OesStandardDerivatives":[],"OesTextureFloat":[],"OesTextureFloatLinear":[],"OesTextureHalfFloat":[],"OesTextureHalfFloatLinear":[],"OesVertexArrayObject":[],"OfflineAudioCompletionEvent":["Event"],"OfflineAudioCompletionEventInit":[],"OfflineAudioContext":["BaseAudioContext","EventTarget"],"OfflineAudioContextOptions":[],"OfflineResourceList":["EventTarget"],"OffscreenCanvas":["EventTarget"],"OffscreenCanvasRenderingContext2d":[],"OpenFilePickerOptions":[],"OpenWindowEventDetail":[],"OptionalEffectTiming":[],"OrientationLockType":[],"OrientationType":[],"OscillatorNode":["AudioNode","AudioScheduledSourceNode","EventTarget"],"OscillatorOptions":[],"OscillatorType":[],"OverSampleType":[],"OvrMultiview2":[],"PageTransitionEvent":["Event"],"PageTransitionEventInit":[],"PaintRequest":[],"PaintRequestList":[],"PaintWorkletGlobalScope":["WorkletGlobalScope"],"PannerNode":["AudioNode","EventTarget"],"PannerOptions":[],"PanningModelType":[],"ParityType":[],"Path2d":[],"PaymentAddress":[],"PaymentComplete":[],"PaymentMethodChangeEvent":["Event","PaymentRequestUpdateEvent"],"PaymentMethodChangeEventInit":[],"PaymentRequestUpdateEvent":["Event"],"PaymentRequestUpdateEventInit":[],"PaymentResponse":[],"Pbkdf2Params":[],"PcImplIceConnectionState":[],"PcImplIceGatheringState":[],"PcImplSignalingState":[],"PcObserverStateType":[],"Performance":["EventTarget"],"PerformanceEntry":[],"PerformanceEntryEventInit":[],"PerformanceEntryFilterOptions":[],"PerformanceMark":["PerformanceEntry"],"PerformanceMeasure":["PerformanceEntry"],"PerformanceNavigation":[],"PerformanceNavigationTiming":["PerformanceEntry","PerformanceResourceTiming"],"PerformanceObserver":[],"PerformanceObserverEntryList":[],"PerformanceObserverInit":[],"PerformanceResourceTiming":["PerformanceEntry"],"PerformanceServerTiming":[],"PerformanceTiming":[],"PeriodicWave":[],"PeriodicWaveConstraints":[],"PeriodicWaveOptions":[],"PermissionDescriptor":[],"PermissionName":[],"PermissionState":[],"PermissionStatus":["EventTarget"],"Permissions":[],"PlaneLayout":[],"PlaybackDirection":[],"Plugin":[],"PluginArray":[],"PluginCrashedEventInit":[],"PointerEvent":["Event","MouseEvent","UiEvent"],"PointerEventInit":[],"PopStateEvent":["Event"],"PopStateEventInit":[],"PopupBlockedEvent":["Event"],"PopupBlockedEventInit":[],"Position":[],"PositionAlignSetting":[],"PositionError":[],"PositionOptions":[],"PremultiplyAlpha":[],"Presentation":[],"PresentationAvailability":["EventTarget"],"PresentationConnection":["EventTarget"],"PresentationConnectionAvailableEvent":["Event"],"PresentationConnectionAvailableEventInit":[],"PresentationConnectionBinaryType":[],"PresentationConnectionCloseEvent":["Event"],"PresentationConnectionCloseEventInit":[],"PresentationConnectionClosedReason":[],"PresentationConnectionList":["EventTarget"],"PresentationConnectionState":[],"PresentationReceiver":[],"PresentationRequest":["EventTarget"],"PresentationStyle":[],"ProcessingInstruction":["CharacterData","EventTarget","Node"],"ProfileTimelineLayerRect":[],"ProfileTimelineMarker":[],"ProfileTimelineMessagePortOperationType":[],"ProfileTimelineStackFrame":[],"ProfileTimelineWorkerOperationType":[],"ProgressEvent":["Event"],"ProgressEventInit":[],"PromiseNativeHandler":[],"PromiseRejectionEvent":["Event"],"PromiseRejectionEventInit":[],"PublicKeyCredential":["Credential"],"PublicKeyCredentialCreationOptions":[],"PublicKeyCredentialDescriptor":[],"PublicKeyCredentialEntity":[],"PublicKeyCredentialParameters":[],"PublicKeyCredentialRequestOptions":[],"PublicKeyCredentialRpEntity":[],"PublicKeyCredentialType":[],"PublicKeyCredentialUserEntity":[],"PushEncryptionKeyName":[],"PushEvent":["Event","ExtendableEvent"],"PushEventInit":[],"PushManager":[],"PushMessageData":[],"PushPermissionState":[],"PushSubscription":[],"PushSubscriptionInit":[],"PushSubscriptionJson":[],"PushSubscriptionKeys":[],"PushSubscriptionOptions":[],"PushSubscriptionOptionsInit":[],"QueryOptions":[],"QueuingStrategy":[],"QueuingStrategyInit":[],"RadioNodeList":["NodeList"],"Range":[],"RcwnPerfStats":[],"RcwnStatus":[],"ReadableByteStreamController":[],"ReadableStream":[],"ReadableStreamByobReader":[],"ReadableStreamByobRequest":[],"ReadableStreamDefaultController":[],"ReadableStreamDefaultReader":[],"ReadableStreamGetReaderOptions":[],"ReadableStreamIteratorOptions":[],"ReadableStreamReadResult":[],"ReadableStreamReaderMode":[],"ReadableStreamType":[],"ReadableWritablePair":[],"RecordingState":[],"ReferrerPolicy":[],"RegisterRequest":[],"RegisterResponse":[],"RegisteredKey":[],"RegistrationOptions":[],"Request":[],"RequestCache":[],"RequestCredentials":[],"RequestDestination":[],"RequestDeviceOptions":[],"RequestInit":[],"RequestMediaKeySystemAccessNotification":[],"RequestMode":[],"RequestRedirect":[],"ResizeObserver":[],"ResizeObserverBoxOptions":[],"ResizeObserverEntry":[],"ResizeObserverOptions":[],"ResizeObserverSize":[],"ResizeQuality":[],"Response":[],"ResponseInit":[],"ResponseType":[],"RsaHashedImportParams":[],"RsaOaepParams":[],"RsaOtherPrimesInfo":[],"RsaPssParams":[],"RtcAnswerOptions":[],"RtcBundlePolicy":[],"RtcCertificate":[],"RtcCertificateExpiration":[],"RtcCodecStats":[],"RtcConfiguration":[],"RtcDataChannel":["EventTarget"],"RtcDataChannelEvent":["Event"],"RtcDataChannelEventInit":[],"RtcDataChannelInit":[],"RtcDataChannelState":[],"RtcDataChannelType":[],"RtcDegradationPreference":[],"RtcFecParameters":[],"RtcIceCandidate":[],"RtcIceCandidateInit":[],"RtcIceCandidatePairStats":[],"RtcIceCandidateStats":[],"RtcIceComponentStats":[],"RtcIceConnectionState":[],"RtcIceCredentialType":[],"RtcIceGatheringState":[],"RtcIceServer":[],"RtcIceTransportPolicy":[],"RtcIdentityAssertion":[],"RtcIdentityAssertionResult":[],"RtcIdentityProvider":[],"RtcIdentityProviderDetails":[],"RtcIdentityProviderOptions":[],"RtcIdentityProviderRegistrar":[],"RtcIdentityValidationResult":[],"RtcInboundRtpStreamStats":[],"RtcMediaStreamStats":[],"RtcMediaStreamTrackStats":[],"RtcOfferAnswerOptions":[],"RtcOfferOptions":[],"RtcOutboundRtpStreamStats":[],"RtcPeerConnection":["EventTarget"],"RtcPeerConnectionIceErrorEvent":["Event"],"RtcPeerConnectionIceEvent":["Event"],"RtcPeerConnectionIceEventInit":[],"RtcPeerConnectionState":[],"RtcPriorityType":[],"RtcRtcpParameters":[],"RtcRtpCapabilities":[],"RtcRtpCodecCapability":[],"RtcRtpCodecParameters":[],"RtcRtpContributingSource":[],"RtcRtpEncodingParameters":[],"RtcRtpHeaderExtensionCapability":[],"RtcRtpHeaderExtensionParameters":[],"RtcRtpParameters":[],"RtcRtpReceiver":[],"RtcRtpSender":[],"RtcRtpSourceEntry":[],"RtcRtpSourceEntryType":[],"RtcRtpSynchronizationSource":[],"RtcRtpTransceiver":[],"RtcRtpTransceiverDirection":[],"RtcRtpTransceiverInit":[],"RtcRtxParameters":[],"RtcSdpType":[],"RtcSessionDescription":[],"RtcSessionDescriptionInit":[],"RtcSignalingState":[],"RtcStats":[],"RtcStatsIceCandidatePairState":[],"RtcStatsIceCandidateType":[],"RtcStatsReport":[],"RtcStatsReportInternal":[],"RtcStatsType":[],"RtcTrackEvent":["Event"],"RtcTrackEventInit":[],"RtcTransportStats":[],"RtcdtmfSender":["EventTarget"],"RtcdtmfToneChangeEvent":["Event"],"RtcdtmfToneChangeEventInit":[],"RtcrtpContributingSourceStats":[],"RtcrtpStreamStats":[],"SaveFilePickerOptions":[],"Scheduler":[],"SchedulerPostTaskOptions":[],"Scheduling":[],"Screen":["EventTarget"],"ScreenColorGamut":[],"ScreenLuminance":[],"ScreenOrientation":["EventTarget"],"ScriptProcessorNode":["AudioNode","EventTarget"],"ScrollAreaEvent":["Event","UiEvent"],"ScrollBehavior":[],"ScrollBoxObject":[],"ScrollIntoViewOptions":[],"ScrollLogicalPosition":[],"ScrollOptions":[],"ScrollRestoration":[],"ScrollSetting":[],"ScrollState":[],"ScrollToOptions":[],"ScrollViewChangeEventInit":[],"SecurityPolicyViolationEvent":["Event"],"SecurityPolicyViolationEventDisposition":[],"SecurityPolicyViolationEventInit":[],"Selection":[],"SelectionMode":[],"Serial":["EventTarget"],"SerialInputSignals":[],"SerialOptions":[],"SerialOutputSignals":[],"SerialPort":["EventTarget"],"SerialPortFilter":[],"SerialPortInfo":[],"SerialPortRequestOptions":[],"ServerSocketOptions":[],"ServiceWorker":["EventTarget"],"ServiceWorkerContainer":["EventTarget"],"ServiceWorkerGlobalScope":["EventTarget","WorkerGlobalScope"],"ServiceWorkerRegistration":["EventTarget"],"ServiceWorkerState":[],"ServiceWorkerUpdateViaCache":[],"ShadowRoot":["DocumentFragment","EventTarget","Node"],"ShadowRootInit":[],"ShadowRootMode":[],"ShareData":[],"SharedWorker":["EventTarget"],"SharedWorkerGlobalScope":["EventTarget","WorkerGlobalScope"],"SignResponse":[],"SocketElement":[],"SocketOptions":[],"SocketReadyState":[],"SocketsDict":[],"SourceBuffer":["EventTarget"],"SourceBufferAppendMode":[],"SourceBufferList":["EventTarget"],"SpeechGrammar":[],"SpeechGrammarList":[],"SpeechRecognition":["EventTarget"],"SpeechRecognitionAlternative":[],"SpeechRecognitionError":["Event"],"SpeechRecognitionErrorCode":[],"SpeechRecognitionErrorInit":[],"SpeechRecognitionEvent":["Event"],"SpeechRecognitionEventInit":[],"SpeechRecognitionResult":[],"SpeechRecognitionResultList":[],"SpeechSynthesis":["EventTarget"],"SpeechSynthesisErrorCode":[],"SpeechSynthesisErrorEvent":["Event","SpeechSynthesisEvent"],"SpeechSynthesisErrorEventInit":[],"SpeechSynthesisEvent":["Event"],"SpeechSynthesisEventInit":[],"SpeechSynthesisUtterance":["EventTarget"],"SpeechSynthesisVoice":[],"StereoPannerNode":["AudioNode","EventTarget"],"StereoPannerOptions":[],"Storage":[],"StorageEstimate":[],"StorageEvent":["Event"],"StorageEventInit":[],"StorageManager":[],"StorageType":[],"StreamPipeOptions":[],"StyleRuleChangeEventInit":[],"StyleSheet":[],"StyleSheetApplicableStateChangeEventInit":[],"StyleSheetChangeEventInit":[],"StyleSheetList":[],"SubmitEvent":["Event"],"SubmitEventInit":[],"SubtleCrypto":[],"SupportedType":[],"SvcOutputMetadata":[],"SvgAngle":[],"SvgAnimateElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgAnimateMotionElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgAnimateTransformElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgAnimatedAngle":[],"SvgAnimatedBoolean":[],"SvgAnimatedEnumeration":[],"SvgAnimatedInteger":[],"SvgAnimatedLength":[],"SvgAnimatedLengthList":[],"SvgAnimatedNumber":[],"SvgAnimatedNumberList":[],"SvgAnimatedPreserveAspectRatio":[],"SvgAnimatedRect":[],"SvgAnimatedString":[],"SvgAnimatedTransformList":[],"SvgAnimationElement":["Element","EventTarget","Node","SvgElement"],"SvgBoundingBoxOptions":[],"SvgCircleElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgClipPathElement":["Element","EventTarget","Node","SvgElement"],"SvgComponentTransferFunctionElement":["Element","EventTarget","Node","SvgElement"],"SvgDefsElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgDescElement":["Element","EventTarget","Node","SvgElement"],"SvgElement":["Element","EventTarget","Node"],"SvgEllipseElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgFilterElement":["Element","EventTarget","Node","SvgElement"],"SvgForeignObjectElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgGeometryElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgGradientElement":["Element","EventTarget","Node","SvgElement"],"SvgGraphicsElement":["Element","EventTarget","Node","SvgElement"],"SvgImageElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgLength":[],"SvgLengthList":[],"SvgLineElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgLinearGradientElement":["Element","EventTarget","Node","SvgElement","SvgGradientElement"],"SvgMarkerElement":["Element","EventTarget","Node","SvgElement"],"SvgMaskElement":["Element","EventTarget","Node","SvgElement"],"SvgMatrix":[],"SvgMetadataElement":["Element","EventTarget","Node","SvgElement"],"SvgNumber":[],"SvgNumberList":[],"SvgPathElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgPathSeg":[],"SvgPathSegArcAbs":["SvgPathSeg"],"SvgPathSegArcRel":["SvgPathSeg"],"SvgPathSegClosePath":["SvgPathSeg"],"SvgPathSegCurvetoCubicAbs":["SvgPathSeg"],"SvgPathSegCurvetoCubicRel":["SvgPathSeg"],"SvgPathSegCurvetoCubicSmoothAbs":["SvgPathSeg"],"SvgPathSegCurvetoCubicSmoothRel":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticAbs":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticRel":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticSmoothAbs":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticSmoothRel":["SvgPathSeg"],"SvgPathSegLinetoAbs":["SvgPathSeg"],"SvgPathSegLinetoHorizontalAbs":["SvgPathSeg"],"SvgPathSegLinetoHorizontalRel":["SvgPathSeg"],"SvgPathSegLinetoRel":["SvgPathSeg"],"SvgPathSegLinetoVerticalAbs":["SvgPathSeg"],"SvgPathSegLinetoVerticalRel":["SvgPathSeg"],"SvgPathSegList":[],"SvgPathSegMovetoAbs":["SvgPathSeg"],"SvgPathSegMovetoRel":["SvgPathSeg"],"SvgPatternElement":["Element","EventTarget","Node","SvgElement"],"SvgPoint":[],"SvgPointList":[],"SvgPolygonElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgPolylineElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgPreserveAspectRatio":[],"SvgRadialGradientElement":["Element","EventTarget","Node","SvgElement","SvgGradientElement"],"SvgRect":[],"SvgRectElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgScriptElement":["Element","EventTarget","Node","SvgElement"],"SvgSetElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgStopElement":["Element","EventTarget","Node","SvgElement"],"SvgStringList":[],"SvgStyleElement":["Element","EventTarget","Node","SvgElement"],"SvgSwitchElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgSymbolElement":["Element","EventTarget","Node","SvgElement"],"SvgTextContentElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgTextElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement","SvgTextPositioningElement"],"SvgTextPathElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement"],"SvgTextPositioningElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement"],"SvgTitleElement":["Element","EventTarget","Node","SvgElement"],"SvgTransform":[],"SvgTransformList":[],"SvgUnitTypes":[],"SvgUseElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgViewElement":["Element","EventTarget","Node","SvgElement"],"SvgZoomAndPan":[],"SvgaElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgfeBlendElement":["Element","EventTarget","Node","SvgElement"],"SvgfeColorMatrixElement":["Element","EventTarget","Node","SvgElement"],"SvgfeComponentTransferElement":["Element","EventTarget","Node","SvgElement"],"SvgfeCompositeElement":["Element","EventTarget","Node","SvgElement"],"SvgfeConvolveMatrixElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDiffuseLightingElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDisplacementMapElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDistantLightElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDropShadowElement":["Element","EventTarget","Node","SvgElement"],"SvgfeFloodElement":["Element","EventTarget","Node","SvgElement"],"SvgfeFuncAElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeFuncBElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeFuncGElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeFuncRElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeGaussianBlurElement":["Element","EventTarget","Node","SvgElement"],"SvgfeImageElement":["Element","EventTarget","Node","SvgElement"],"SvgfeMergeElement":["Element","EventTarget","Node","SvgElement"],"SvgfeMergeNodeElement":["Element","EventTarget","Node","SvgElement"],"SvgfeMorphologyElement":["Element","EventTarget","Node","SvgElement"],"SvgfeOffsetElement":["Element","EventTarget","Node","SvgElement"],"SvgfePointLightElement":["Element","EventTarget","Node","SvgElement"],"SvgfeSpecularLightingElement":["Element","EventTarget","Node","SvgElement"],"SvgfeSpotLightElement":["Element","EventTarget","Node","SvgElement"],"SvgfeTileElement":["Element","EventTarget","Node","SvgElement"],"SvgfeTurbulenceElement":["Element","EventTarget","Node","SvgElement"],"SvggElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgmPathElement":["Element","EventTarget","Node","SvgElement"],"SvgsvgElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgtSpanElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement","SvgTextPositioningElement"],"TaskController":["AbortController"],"TaskControllerInit":[],"TaskPriority":[],"TaskPriorityChangeEvent":["Event"],"TaskPriorityChangeEventInit":[],"TaskSignal":["AbortSignal","EventTarget"],"TaskSignalAnyInit":[],"TcpReadyState":[],"TcpServerSocket":["EventTarget"],"TcpServerSocketEvent":["Event"],"TcpServerSocketEventInit":[],"TcpSocket":["EventTarget"],"TcpSocketBinaryType":[],"TcpSocketErrorEvent":["Event"],"TcpSocketErrorEventInit":[],"TcpSocketEvent":["Event"],"TcpSocketEventInit":[],"Text":["CharacterData","EventTarget","Node"],"TextDecodeOptions":[],"TextDecoder":[],"TextDecoderOptions":[],"TextEncoder":[],"TextMetrics":[],"TextTrack":["EventTarget"],"TextTrackCue":["EventTarget"],"TextTrackCueList":[],"TextTrackKind":[],"TextTrackList":["EventTarget"],"TextTrackMode":[],"TimeEvent":["Event"],"TimeRanges":[],"Touch":[],"TouchEvent":["Event","UiEvent"],"TouchEventInit":[],"TouchInit":[],"TouchList":[],"TrackEvent":["Event"],"TrackEventInit":[],"TransformStream":[],"TransformStreamDefaultController":[],"Transformer":[],"TransitionEvent":["Event"],"TransitionEventInit":[],"Transport":[],"TreeBoxObject":[],"TreeCellInfo":[],"TreeView":[],"TreeWalker":[],"U2f":[],"U2fClientData":[],"UdpMessageEventInit":[],"UdpOptions":[],"UiEvent":["Event"],"UiEventInit":[],"UnderlyingSink":[],"UnderlyingSource":[],"Url":[],"UrlSearchParams":[],"Usb":["EventTarget"],"UsbAlternateInterface":[],"UsbConfiguration":[],"UsbConnectionEvent":["Event"],"UsbConnectionEventInit":[],"UsbControlTransferParameters":[],"UsbDevice":[],"UsbDeviceFilter":[],"UsbDeviceRequestOptions":[],"UsbDirection":[],"UsbEndpoint":[],"UsbEndpointType":[],"UsbInTransferResult":[],"UsbInterface":[],"UsbIsochronousInTransferPacket":[],"UsbIsochronousInTransferResult":[],"UsbIsochronousOutTransferPacket":[],"UsbIsochronousOutTransferResult":[],"UsbOutTransferResult":[],"UsbPermissionDescriptor":[],"UsbPermissionResult":["EventTarget","PermissionStatus"],"UsbPermissionStorage":[],"UsbRecipient":[],"UsbRequestType":[],"UsbTransferStatus":[],"UserActivation":[],"UserProximityEvent":["Event"],"UserProximityEventInit":[],"UserVerificationRequirement":[],"ValidityState":[],"ValueEvent":["Event"],"ValueEventInit":[],"VideoColorPrimaries":[],"VideoColorSpace":[],"VideoColorSpaceInit":[],"VideoConfiguration":[],"VideoDecoder":[],"VideoDecoderConfig":[],"VideoDecoderInit":[],"VideoDecoderSupport":[],"VideoEncoder":[],"VideoEncoderConfig":[],"VideoEncoderEncodeOptions":[],"VideoEncoderInit":[],"VideoEncoderSupport":[],"VideoFacingModeEnum":[],"VideoFrame":[],"VideoFrameBufferInit":[],"VideoFrameCopyToOptions":[],"VideoFrameInit":[],"VideoMatrixCoefficients":[],"VideoPixelFormat":[],"VideoPlaybackQuality":[],"VideoStreamTrack":["EventTarget","MediaStreamTrack"],"VideoTrack":[],"VideoTrackList":["EventTarget"],"VideoTransferCharacteristics":[],"ViewTransition":[],"VisibilityState":[],"VoidCallback":[],"VrDisplay":["EventTarget"],"VrDisplayCapabilities":[],"VrEye":[],"VrEyeParameters":[],"VrFieldOfView":[],"VrFrameData":[],"VrLayer":[],"VrMockController":[],"VrMockDisplay":[],"VrPose":[],"VrServiceTest":[],"VrStageParameters":[],"VrSubmitFrameResult":[],"VttCue":["EventTarget","TextTrackCue"],"VttRegion":[],"WakeLock":[],"WakeLockSentinel":["EventTarget"],"WakeLockType":[],"WatchAdvertisementsOptions":[],"WaveShaperNode":["AudioNode","EventTarget"],"WaveShaperOptions":[],"WebGl2RenderingContext":[],"WebGlActiveInfo":[],"WebGlBuffer":[],"WebGlContextAttributes":[],"WebGlContextEvent":["Event"],"WebGlContextEventInit":[],"WebGlFramebuffer":[],"WebGlPowerPreference":[],"WebGlProgram":[],"WebGlQuery":[],"WebGlRenderbuffer":[],"WebGlRenderingContext":[],"WebGlSampler":[],"WebGlShader":[],"WebGlShaderPrecisionFormat":[],"WebGlSync":[],"WebGlTexture":[],"WebGlTransformFeedback":[],"WebGlUniformLocation":[],"WebGlVertexArrayObject":[],"WebKitCssMatrix":["DomMatrix","DomMatrixReadOnly"],"WebSocket":["EventTarget"],"WebSocketDict":[],"WebSocketElement":[],"WebTransport":[],"WebTransportBidirectionalStream":[],"WebTransportCloseInfo":[],"WebTransportCongestionControl":[],"WebTransportDatagramDuplexStream":[],"WebTransportDatagramStats":[],"WebTransportError":["DomException"],"WebTransportErrorOptions":[],"WebTransportErrorSource":[],"WebTransportHash":[],"WebTransportOptions":[],"WebTransportReceiveStream":["ReadableStream"],"WebTransportReceiveStreamStats":[],"WebTransportReliabilityMode":[],"WebTransportSendStream":["WritableStream"],"WebTransportSendStreamOptions":[],"WebTransportSendStreamStats":[],"WebTransportStats":[],"WebglColorBufferFloat":[],"WebglCompressedTextureAstc":[],"WebglCompressedTextureAtc":[],"WebglCompressedTextureEtc":[],"WebglCompressedTextureEtc1":[],"WebglCompressedTexturePvrtc":[],"WebglCompressedTextureS3tc":[],"WebglCompressedTextureS3tcSrgb":[],"WebglDebugRendererInfo":[],"WebglDebugShaders":[],"WebglDepthTexture":[],"WebglDrawBuffers":[],"WebglLoseContext":[],"WebglMultiDraw":[],"WellKnownDirectory":[],"WgslLanguageFeatures":[],"WheelEvent":["Event","MouseEvent","UiEvent"],"WheelEventInit":[],"WidevineCdmManifest":[],"Window":["EventTarget"],"WindowClient":["Client"],"Worker":["EventTarget"],"WorkerDebuggerGlobalScope":["EventTarget"],"WorkerGlobalScope":["EventTarget"],"WorkerLocation":[],"WorkerNavigator":[],"WorkerOptions":[],"WorkerType":[],"Worklet":[],"WorkletGlobalScope":[],"WorkletOptions":[],"WritableStream":[],"WritableStreamDefaultController":[],"WritableStreamDefaultWriter":[],"WriteCommandType":[],"WriteParams":[],"XPathExpression":[],"XPathNsResolver":[],"XPathResult":[],"XmlDocument":["Document","EventTarget","Node"],"XmlHttpRequest":["EventTarget","XmlHttpRequestEventTarget"],"XmlHttpRequestEventTarget":["EventTarget"],"XmlHttpRequestResponseType":[],"XmlHttpRequestUpload":["EventTarget","XmlHttpRequestEventTarget"],"XmlSerializer":[],"XrBoundedReferenceSpace":["EventTarget","XrReferenceSpace","XrSpace"],"XrEye":[],"XrFrame":[],"XrHand":[],"XrHandJoint":[],"XrHandedness":[],"XrInputSource":[],"XrInputSourceArray":[],"XrInputSourceEvent":["Event"],"XrInputSourceEventInit":[],"XrInputSourcesChangeEvent":["Event"],"XrInputSourcesChangeEventInit":[],"XrJointPose":["XrPose"],"XrJointSpace":["EventTarget","XrSpace"],"XrLayer":["EventTarget"],"XrPermissionDescriptor":[],"XrPermissionStatus":["EventTarget","PermissionStatus"],"XrPose":[],"XrReferenceSpace":["EventTarget","XrSpace"],"XrReferenceSpaceEvent":["Event"],"XrReferenceSpaceEventInit":[],"XrReferenceSpaceType":[],"XrRenderState":[],"XrRenderStateInit":[],"XrRigidTransform":[],"XrSession":["EventTarget"],"XrSessionEvent":["Event"],"XrSessionEventInit":[],"XrSessionInit":[],"XrSessionMode":[],"XrSessionSupportedPermissionDescriptor":[],"XrSpace":["EventTarget"],"XrSystem":["EventTarget"],"XrTargetRayMode":[],"XrView":[],"XrViewerPose":["XrPose"],"XrViewport":[],"XrVisibilityState":[],"XrWebGlLayer":["EventTarget","XrLayer"],"XrWebGlLayerInit":[],"XsltProcessor":[],"console":[],"css":[],"gpu_buffer_usage":[],"gpu_color_write":[],"gpu_map_mode":[],"gpu_shader_stage":[],"gpu_texture_usage":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.69/Cargo.toml","categories":[],"keywords":[],"readme":"./README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys","homepage":"https://rustwasm.github.io/wasm-bindgen/web-sys/index.html","documentation":"https://rustwasm.github.io/wasm-bindgen/api/web_sys/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg=web_sys_unstable_apis"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"web-time","version":"0.2.4","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#web-time@0.2.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Drop-in replacement for std::time for Wasm in browsers","dependencies":[{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.70","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":["js"],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["CssStyleDeclaration","Document","Element","HtmlTableElement","HtmlTableRowElement","Performance","Window"],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":["alloc"],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\")), target_feature = \"atomics\"))","rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\")), target_feature = \"atomics\"))","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["WorkerGlobalScope"],"target":"cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\")), target_feature = \"atomics\"))","rename":null,"registry":null,"path":null},{"name":"pollster","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["macro"],"target":"cfg(not(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\")))))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"web-time","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-time-0.2.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"benchmark","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-time-0.2.4/benches/benchmark.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-time-0.2.4/Cargo.toml","categories":["api-bindings","date-and-time","wasm"],"keywords":["instant","wasm","web","systemtime","time"],"readme":"README.md","repository":"https://github.com/daxpedda/web-time","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg=docsrs"],"targets":["wasm32-unknown-unknown"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"webbrowser","version":"1.0.1","authors":["Amod Malviya @amodm"],"id":"registry+https://github.com/rust-lang/crates.io-index#webbrowser@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Open URLs in web browsers available on a platform","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"url","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"actix-files","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"actix-web","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serial_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"urlencoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"home","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"aix\", target_os = \"linux\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"haiku\", target_os = \"illumos\"))","rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"ios\", target_os = \"tvos\", target_os = \"visionos\"))","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"ios\", target_os = \"tvos\", target_os = \"visionos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSDictionary","NSString","NSURL"],"target":"cfg(any(target_os = \"ios\", target_os = \"tvos\", target_os = \"visionos\"))","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":["Window"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"jni","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"ndk-context","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"ndk-glue","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.3, <=0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"webbrowser","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"common","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.1/tests/common.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_android","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.1/tests/test_android.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_ios","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.1/tests/test_ios.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_macos","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.1/tests/test_macos.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_unix","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.1/tests/test_unix.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.1/tests/test_wasm.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_windows","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.1/tests/test_windows.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"disable-wsl":[],"hardened":[],"wasm-console":["web-sys/console"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.1/Cargo.toml","categories":[],"keywords":["webbrowser","browser"],"readme":"README.md","repository":"https://github.com/amodm/webbrowser-rs","homepage":"https://github.com/amodm/webbrowser-rs","documentation":"https://docs.rs/webbrowser","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"weezl","version":"0.1.8","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#weezl@0.1.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast LZW compression and decompression.","dependencies":[{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.12","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","io-util","net","rt","rt-multi-thread"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.2","kind":"dev","optional":false,"uses_default_features":false,"features":["compat"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"weezl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"lzw","kind":["bin"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/bin/lzw.rs","edition":"2018","doctest":false,"test":true,"doc":true},{"name":"lzw-compress","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/examples/lzw-compress.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"lzw-decompress","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/examples/lzw-decompress.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":["async","std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/async.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"roundtrip","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/roundtrip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"roundtrip_vec","kind":["test"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/roundtrip_vec.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"implicit_reset","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/implicit_reset.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"msb8","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/benches/msb8.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"async":["futures","std"],"default":["std"],"futures":["dep:futures"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/lzw","homepage":null,"documentation":"https://docs.rs/weezl","edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"winapi","version":"0.3.9","authors":["Peter Atashian "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Raw FFI bindings for all of Windows API.","dependencies":[{"name":"winapi-i686-pc-windows-gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-gnu","rename":null,"registry":null,"path":null},{"name":"winapi-x86_64-pc-windows-gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnu","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"winapi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"accctrl":[],"aclapi":[],"activation":[],"adhoc":[],"appmgmt":[],"audioclient":[],"audiosessiontypes":[],"avrt":[],"basetsd":[],"bcrypt":[],"bits":[],"bits10_1":[],"bits1_5":[],"bits2_0":[],"bits2_5":[],"bits3_0":[],"bits4_0":[],"bits5_0":[],"bitscfg":[],"bitsmsg":[],"bluetoothapis":[],"bluetoothleapis":[],"bthdef":[],"bthioctl":[],"bthledef":[],"bthsdpdef":[],"bugcodes":[],"cderr":[],"cfg":[],"cfgmgr32":[],"cguid":[],"combaseapi":[],"coml2api":[],"commapi":[],"commctrl":[],"commdlg":[],"commoncontrols":[],"consoleapi":[],"corecrt":[],"corsym":[],"d2d1":[],"d2d1_1":[],"d2d1_2":[],"d2d1_3":[],"d2d1effectauthor":[],"d2d1effects":[],"d2d1effects_1":[],"d2d1effects_2":[],"d2d1svg":[],"d2dbasetypes":[],"d3d":[],"d3d10":[],"d3d10_1":[],"d3d10_1shader":[],"d3d10effect":[],"d3d10misc":[],"d3d10sdklayers":[],"d3d10shader":[],"d3d11":[],"d3d11_1":[],"d3d11_2":[],"d3d11_3":[],"d3d11_4":[],"d3d11on12":[],"d3d11sdklayers":[],"d3d11shader":[],"d3d11tokenizedprogramformat":[],"d3d12":[],"d3d12sdklayers":[],"d3d12shader":[],"d3d9":[],"d3d9caps":[],"d3d9types":[],"d3dcommon":[],"d3dcompiler":[],"d3dcsx":[],"d3dkmdt":[],"d3dkmthk":[],"d3dukmdt":[],"d3dx10core":[],"d3dx10math":[],"d3dx10mesh":[],"datetimeapi":[],"davclnt":[],"dbghelp":[],"dbt":[],"dcommon":[],"dcomp":[],"dcompanimation":[],"dcomptypes":[],"dde":[],"ddraw":[],"ddrawi":[],"ddrawint":[],"debug":["impl-debug"],"debugapi":[],"devguid":[],"devicetopology":[],"devpkey":[],"devpropdef":[],"dinput":[],"dinputd":[],"dispex":[],"dmksctl":[],"dmusicc":[],"docobj":[],"documenttarget":[],"dot1x":[],"dpa_dsa":[],"dpapi":[],"dsgetdc":[],"dsound":[],"dsrole":[],"dvp":[],"dwmapi":[],"dwrite":[],"dwrite_1":[],"dwrite_2":[],"dwrite_3":[],"dxdiag":[],"dxfile":[],"dxgi":[],"dxgi1_2":[],"dxgi1_3":[],"dxgi1_4":[],"dxgi1_5":[],"dxgi1_6":[],"dxgidebug":[],"dxgiformat":[],"dxgitype":[],"dxva2api":[],"dxvahd":[],"eaptypes":[],"enclaveapi":[],"endpointvolume":[],"errhandlingapi":[],"everything":[],"evntcons":[],"evntprov":[],"evntrace":[],"excpt":[],"exdisp":[],"fibersapi":[],"fileapi":[],"functiondiscoverykeys_devpkey":[],"gl-gl":[],"guiddef":[],"handleapi":[],"heapapi":[],"hidclass":[],"hidpi":[],"hidsdi":[],"hidusage":[],"highlevelmonitorconfigurationapi":[],"hstring":[],"http":[],"ifdef":[],"ifmib":[],"imm":[],"impl-debug":[],"impl-default":[],"in6addr":[],"inaddr":[],"inspectable":[],"interlockedapi":[],"intsafe":[],"ioapiset":[],"ipexport":[],"iphlpapi":[],"ipifcons":[],"ipmib":[],"iprtrmib":[],"iptypes":[],"jobapi":[],"jobapi2":[],"knownfolders":[],"ks":[],"ksmedia":[],"ktmtypes":[],"ktmw32":[],"l2cmn":[],"libloaderapi":[],"limits":[],"lmaccess":[],"lmalert":[],"lmapibuf":[],"lmat":[],"lmcons":[],"lmdfs":[],"lmerrlog":[],"lmjoin":[],"lmmsg":[],"lmremutl":[],"lmrepl":[],"lmserver":[],"lmshare":[],"lmstats":[],"lmsvc":[],"lmuse":[],"lmwksta":[],"lowlevelmonitorconfigurationapi":[],"lsalookup":[],"memoryapi":[],"minschannel":[],"minwinbase":[],"minwindef":[],"mmdeviceapi":[],"mmeapi":[],"mmreg":[],"mmsystem":[],"mprapidef":[],"msaatext":[],"mscat":[],"mschapp":[],"mssip":[],"mstcpip":[],"mswsock":[],"mswsockdef":[],"namedpipeapi":[],"namespaceapi":[],"nb30":[],"ncrypt":[],"netioapi":[],"nldef":[],"ntddndis":[],"ntddscsi":[],"ntddser":[],"ntdef":[],"ntlsa":[],"ntsecapi":[],"ntstatus":[],"oaidl":[],"objbase":[],"objidl":[],"objidlbase":[],"ocidl":[],"ole2":[],"oleauto":[],"olectl":[],"oleidl":[],"opmapi":[],"pdh":[],"perflib":[],"physicalmonitorenumerationapi":[],"playsoundapi":[],"portabledevice":[],"portabledeviceapi":[],"portabledevicetypes":[],"powerbase":[],"powersetting":[],"powrprof":[],"processenv":[],"processsnapshot":[],"processthreadsapi":[],"processtopologyapi":[],"profileapi":[],"propidl":[],"propkey":[],"propkeydef":[],"propsys":[],"prsht":[],"psapi":[],"qos":[],"realtimeapiset":[],"reason":[],"restartmanager":[],"restrictederrorinfo":[],"rmxfguid":[],"roapi":[],"robuffer":[],"roerrorapi":[],"rpc":[],"rpcdce":[],"rpcndr":[],"rtinfo":[],"sapi":[],"sapi51":[],"sapi53":[],"sapiddk":[],"sapiddk51":[],"schannel":[],"sddl":[],"securityappcontainer":[],"securitybaseapi":[],"servprov":[],"setupapi":[],"shellapi":[],"shellscalingapi":[],"shlobj":[],"shobjidl":[],"shobjidl_core":[],"shtypes":[],"softpub":[],"spapidef":[],"spellcheck":[],"sporder":[],"sql":[],"sqlext":[],"sqltypes":[],"sqlucode":[],"sspi":[],"std":[],"stralign":[],"stringapiset":[],"strmif":[],"subauth":[],"synchapi":[],"sysinfoapi":[],"systemtopologyapi":[],"taskschd":[],"tcpestats":[],"tcpmib":[],"textstor":[],"threadpoolapiset":[],"threadpoollegacyapiset":[],"timeapi":[],"timezoneapi":[],"tlhelp32":[],"transportsettingcommon":[],"tvout":[],"udpmib":[],"unknwnbase":[],"urlhist":[],"urlmon":[],"usb":[],"usbioctl":[],"usbiodef":[],"usbscan":[],"usbspec":[],"userenv":[],"usp10":[],"utilapiset":[],"uxtheme":[],"vadefs":[],"vcruntime":[],"vsbackup":[],"vss":[],"vsserror":[],"vswriter":[],"wbemads":[],"wbemcli":[],"wbemdisp":[],"wbemprov":[],"wbemtran":[],"wct":[],"werapi":[],"winbase":[],"wincodec":[],"wincodecsdk":[],"wincon":[],"wincontypes":[],"wincred":[],"wincrypt":[],"windef":[],"windot11":[],"windowsceip":[],"windowsx":[],"winefs":[],"winerror":[],"winevt":[],"wingdi":[],"winhttp":[],"wininet":[],"winineti":[],"winioctl":[],"winnetwk":[],"winnls":[],"winnt":[],"winreg":[],"winsafer":[],"winscard":[],"winsmcrd":[],"winsock2":[],"winspool":[],"winstring":[],"winsvc":[],"wintrust":[],"winusb":[],"winusbio":[],"winuser":[],"winver":[],"wlanapi":[],"wlanihv":[],"wlanihvtypes":[],"wlantypes":[],"wlclient":[],"wmistr":[],"wnnc":[],"wow64apiset":[],"wpdmtpextensions":[],"ws2bth":[],"ws2def":[],"ws2ipdef":[],"ws2spi":[],"ws2tcpip":[],"wtsapi32":[],"wtypes":[],"wtypesbase":[],"xinput":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml","categories":["external-ffi-bindings","no-std","os::windows-apis"],"keywords":["windows","ffi","win32","com","directx"],"readme":"README.md","repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":"https://docs.rs/winapi/","edition":"2015","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","features":["everything","impl-debug","impl-default"],"targets":["aarch64-pc-windows-msvc","i686-pc-windows-msvc","x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"winapi-i686-pc-windows-gnu","version":"0.4.0","authors":["Peter Atashian "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"winapi-i686-pc-windows-gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml","categories":[],"keywords":["windows"],"readme":null,"repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"winapi-util","version":"0.1.8","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A dumping ground for high level safe wrappers over windows-sys.","dependencies":[{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_FileSystem","Win32_System_Console","Win32_System_SystemInformation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"winapi-util","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.8/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.8/Cargo.toml","categories":["os::windows-apis","external-ffi-bindings"],"keywords":["windows","windows-sys","util","win"],"readme":"README.md","repository":"https://github.com/BurntSushi/winapi-util","homepage":"https://github.com/BurntSushi/winapi-util","documentation":"https://docs.rs/winapi-util","edition":"2021","metadata":{"docs":{"rs":{"targets":["x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Unlicense OR MIT"},{"package":{"name":"winapi-x86_64-pc-windows-gnu","version":"0.4.0","authors":["Peter Atashian "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"winapi-x86_64-pc-windows-gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml","categories":[],"keywords":["windows"],"readme":null,"repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows","version":"0.48.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows@0.48.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-implement","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-interface","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-0.48.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"AI":[],"AI_MachineLearning":["AI"],"ApplicationModel":[],"ApplicationModel_Activation":["ApplicationModel"],"ApplicationModel_AppExtensions":["ApplicationModel"],"ApplicationModel_AppService":["ApplicationModel"],"ApplicationModel_Appointments":["ApplicationModel"],"ApplicationModel_Appointments_AppointmentsProvider":["ApplicationModel_Appointments"],"ApplicationModel_Appointments_DataProvider":["ApplicationModel_Appointments"],"ApplicationModel_Background":["ApplicationModel"],"ApplicationModel_Calls":["ApplicationModel"],"ApplicationModel_Calls_Background":["ApplicationModel_Calls"],"ApplicationModel_Calls_Provider":["ApplicationModel_Calls"],"ApplicationModel_Chat":["ApplicationModel"],"ApplicationModel_CommunicationBlocking":["ApplicationModel"],"ApplicationModel_Contacts":["ApplicationModel"],"ApplicationModel_Contacts_DataProvider":["ApplicationModel_Contacts"],"ApplicationModel_Contacts_Provider":["ApplicationModel_Contacts"],"ApplicationModel_ConversationalAgent":["ApplicationModel"],"ApplicationModel_Core":["ApplicationModel"],"ApplicationModel_DataTransfer":["ApplicationModel"],"ApplicationModel_DataTransfer_DragDrop":["ApplicationModel_DataTransfer"],"ApplicationModel_DataTransfer_DragDrop_Core":["ApplicationModel_DataTransfer_DragDrop"],"ApplicationModel_DataTransfer_ShareTarget":["ApplicationModel_DataTransfer"],"ApplicationModel_Email":["ApplicationModel"],"ApplicationModel_Email_DataProvider":["ApplicationModel_Email"],"ApplicationModel_ExtendedExecution":["ApplicationModel"],"ApplicationModel_ExtendedExecution_Foreground":["ApplicationModel_ExtendedExecution"],"ApplicationModel_Holographic":["ApplicationModel"],"ApplicationModel_LockScreen":["ApplicationModel"],"ApplicationModel_Payments":["ApplicationModel"],"ApplicationModel_Payments_Provider":["ApplicationModel_Payments"],"ApplicationModel_Preview":["ApplicationModel"],"ApplicationModel_Preview_Holographic":["ApplicationModel_Preview"],"ApplicationModel_Preview_InkWorkspace":["ApplicationModel_Preview"],"ApplicationModel_Preview_Notes":["ApplicationModel_Preview"],"ApplicationModel_Resources":["ApplicationModel"],"ApplicationModel_Resources_Core":["ApplicationModel_Resources"],"ApplicationModel_Resources_Management":["ApplicationModel_Resources"],"ApplicationModel_Search":["ApplicationModel"],"ApplicationModel_Search_Core":["ApplicationModel_Search"],"ApplicationModel_Store":["ApplicationModel"],"ApplicationModel_Store_LicenseManagement":["ApplicationModel_Store"],"ApplicationModel_Store_Preview":["ApplicationModel_Store"],"ApplicationModel_Store_Preview_InstallControl":["ApplicationModel_Store_Preview"],"ApplicationModel_UserActivities":["ApplicationModel"],"ApplicationModel_UserActivities_Core":["ApplicationModel_UserActivities"],"ApplicationModel_UserDataAccounts":["ApplicationModel"],"ApplicationModel_UserDataAccounts_Provider":["ApplicationModel_UserDataAccounts"],"ApplicationModel_UserDataAccounts_SystemAccess":["ApplicationModel_UserDataAccounts"],"ApplicationModel_UserDataTasks":["ApplicationModel"],"ApplicationModel_UserDataTasks_DataProvider":["ApplicationModel_UserDataTasks"],"ApplicationModel_VoiceCommands":["ApplicationModel"],"ApplicationModel_Wallet":["ApplicationModel"],"ApplicationModel_Wallet_System":["ApplicationModel_Wallet"],"Data":[],"Data_Html":["Data"],"Data_Json":["Data"],"Data_Pdf":["Data"],"Data_Text":["Data"],"Data_Xml":["Data"],"Data_Xml_Dom":["Data_Xml"],"Data_Xml_Xsl":["Data_Xml"],"Devices":[],"Devices_Adc":["Devices"],"Devices_Adc_Provider":["Devices_Adc"],"Devices_Background":["Devices"],"Devices_Bluetooth":["Devices"],"Devices_Bluetooth_Advertisement":["Devices_Bluetooth"],"Devices_Bluetooth_Background":["Devices_Bluetooth"],"Devices_Bluetooth_GenericAttributeProfile":["Devices_Bluetooth"],"Devices_Bluetooth_Rfcomm":["Devices_Bluetooth"],"Devices_Custom":["Devices"],"Devices_Display":["Devices"],"Devices_Display_Core":["Devices_Display"],"Devices_Enumeration":["Devices"],"Devices_Enumeration_Pnp":["Devices_Enumeration"],"Devices_Geolocation":["Devices"],"Devices_Geolocation_Geofencing":["Devices_Geolocation"],"Devices_Geolocation_Provider":["Devices_Geolocation"],"Devices_Gpio":["Devices"],"Devices_Gpio_Provider":["Devices_Gpio"],"Devices_Haptics":["Devices"],"Devices_HumanInterfaceDevice":["Devices"],"Devices_I2c":["Devices"],"Devices_I2c_Provider":["Devices_I2c"],"Devices_Input":["Devices"],"Devices_Input_Preview":["Devices_Input"],"Devices_Lights":["Devices"],"Devices_Lights_Effects":["Devices_Lights"],"Devices_Midi":["Devices"],"Devices_PointOfService":["Devices"],"Devices_PointOfService_Provider":["Devices_PointOfService"],"Devices_Portable":["Devices"],"Devices_Power":["Devices"],"Devices_Printers":["Devices"],"Devices_Printers_Extensions":["Devices_Printers"],"Devices_Pwm":["Devices"],"Devices_Pwm_Provider":["Devices_Pwm"],"Devices_Radios":["Devices"],"Devices_Scanners":["Devices"],"Devices_Sensors":["Devices"],"Devices_Sensors_Custom":["Devices_Sensors"],"Devices_SerialCommunication":["Devices"],"Devices_SmartCards":["Devices"],"Devices_Sms":["Devices"],"Devices_Spi":["Devices"],"Devices_Spi_Provider":["Devices_Spi"],"Devices_Usb":["Devices"],"Devices_WiFi":["Devices"],"Devices_WiFiDirect":["Devices"],"Devices_WiFiDirect_Services":["Devices_WiFiDirect"],"Embedded":[],"Embedded_DeviceLockdown":["Embedded"],"Foundation":[],"Foundation_Collections":["Foundation"],"Foundation_Diagnostics":["Foundation"],"Foundation_Metadata":["Foundation"],"Foundation_Numerics":["Foundation"],"Gaming":[],"Gaming_Input":["Gaming"],"Gaming_Input_Custom":["Gaming_Input"],"Gaming_Input_ForceFeedback":["Gaming_Input"],"Gaming_Input_Preview":["Gaming_Input"],"Gaming_Preview":["Gaming"],"Gaming_Preview_GamesEnumeration":["Gaming_Preview"],"Gaming_UI":["Gaming"],"Gaming_XboxLive":["Gaming"],"Gaming_XboxLive_Storage":["Gaming_XboxLive"],"Globalization":[],"Globalization_Collation":["Globalization"],"Globalization_DateTimeFormatting":["Globalization"],"Globalization_Fonts":["Globalization"],"Globalization_NumberFormatting":["Globalization"],"Globalization_PhoneNumberFormatting":["Globalization"],"Graphics":[],"Graphics_Capture":["Graphics"],"Graphics_DirectX":["Graphics"],"Graphics_DirectX_Direct3D11":["Graphics_DirectX"],"Graphics_Display":["Graphics"],"Graphics_Display_Core":["Graphics_Display"],"Graphics_Effects":["Graphics"],"Graphics_Holographic":["Graphics"],"Graphics_Imaging":["Graphics"],"Graphics_Printing":["Graphics"],"Graphics_Printing3D":["Graphics"],"Graphics_Printing_OptionDetails":["Graphics_Printing"],"Graphics_Printing_PrintSupport":["Graphics_Printing"],"Graphics_Printing_PrintTicket":["Graphics_Printing"],"Graphics_Printing_Workflow":["Graphics_Printing"],"Management":[],"Management_Core":["Management"],"Management_Deployment":["Management"],"Management_Deployment_Preview":["Management_Deployment"],"Management_Policies":["Management"],"Management_Update":["Management"],"Management_Workplace":["Management"],"Media":[],"Media_AppBroadcasting":["Media"],"Media_AppRecording":["Media"],"Media_Audio":["Media"],"Media_Capture":["Media"],"Media_Capture_Core":["Media_Capture"],"Media_Capture_Frames":["Media_Capture"],"Media_Casting":["Media"],"Media_ClosedCaptioning":["Media"],"Media_ContentRestrictions":["Media"],"Media_Control":["Media"],"Media_Core":["Media"],"Media_Core_Preview":["Media_Core"],"Media_Devices":["Media"],"Media_Devices_Core":["Media_Devices"],"Media_DialProtocol":["Media"],"Media_Editing":["Media"],"Media_Effects":["Media"],"Media_FaceAnalysis":["Media"],"Media_Import":["Media"],"Media_MediaProperties":["Media"],"Media_Miracast":["Media"],"Media_Ocr":["Media"],"Media_PlayTo":["Media"],"Media_Playback":["Media"],"Media_Playlists":["Media"],"Media_Protection":["Media"],"Media_Protection_PlayReady":["Media_Protection"],"Media_Render":["Media"],"Media_SpeechRecognition":["Media"],"Media_SpeechSynthesis":["Media"],"Media_Streaming":["Media"],"Media_Streaming_Adaptive":["Media_Streaming"],"Media_Transcoding":["Media"],"Networking":[],"Networking_BackgroundTransfer":["Networking"],"Networking_Connectivity":["Networking"],"Networking_NetworkOperators":["Networking"],"Networking_Proximity":["Networking"],"Networking_PushNotifications":["Networking"],"Networking_ServiceDiscovery":["Networking"],"Networking_ServiceDiscovery_Dnssd":["Networking_ServiceDiscovery"],"Networking_Sockets":["Networking"],"Networking_Vpn":["Networking"],"Networking_XboxLive":["Networking"],"Perception":[],"Perception_Automation":["Perception"],"Perception_Automation_Core":["Perception_Automation"],"Perception_People":["Perception"],"Perception_Spatial":["Perception"],"Perception_Spatial_Preview":["Perception_Spatial"],"Perception_Spatial_Surfaces":["Perception_Spatial"],"Phone":[],"Phone_ApplicationModel":["Phone"],"Phone_Devices":["Phone"],"Phone_Devices_Notification":["Phone_Devices"],"Phone_Devices_Power":["Phone_Devices"],"Phone_Management":["Phone"],"Phone_Management_Deployment":["Phone_Management"],"Phone_Media":["Phone"],"Phone_Media_Devices":["Phone_Media"],"Phone_Notification":["Phone"],"Phone_Notification_Management":["Phone_Notification"],"Phone_PersonalInformation":["Phone"],"Phone_PersonalInformation_Provisioning":["Phone_PersonalInformation"],"Phone_Speech":["Phone"],"Phone_Speech_Recognition":["Phone_Speech"],"Phone_StartScreen":["Phone"],"Phone_System":["Phone"],"Phone_System_Power":["Phone_System"],"Phone_System_Profile":["Phone_System"],"Phone_System_UserProfile":["Phone_System"],"Phone_System_UserProfile_GameServices":["Phone_System_UserProfile"],"Phone_System_UserProfile_GameServices_Core":["Phone_System_UserProfile_GameServices"],"Phone_UI":["Phone"],"Phone_UI_Input":["Phone_UI"],"Security":[],"Security_Authentication":["Security"],"Security_Authentication_Identity":["Security_Authentication"],"Security_Authentication_Identity_Core":["Security_Authentication_Identity"],"Security_Authentication_OnlineId":["Security_Authentication"],"Security_Authentication_Web":["Security_Authentication"],"Security_Authentication_Web_Core":["Security_Authentication_Web"],"Security_Authentication_Web_Provider":["Security_Authentication_Web"],"Security_Authorization":["Security"],"Security_Authorization_AppCapabilityAccess":["Security_Authorization"],"Security_Credentials":["Security"],"Security_Credentials_UI":["Security_Credentials"],"Security_Cryptography":["Security"],"Security_Cryptography_Certificates":["Security_Cryptography"],"Security_Cryptography_Core":["Security_Cryptography"],"Security_Cryptography_DataProtection":["Security_Cryptography"],"Security_DataProtection":["Security"],"Security_EnterpriseData":["Security"],"Security_ExchangeActiveSyncProvisioning":["Security"],"Security_Isolation":["Security"],"Services":[],"Services_Maps":["Services"],"Services_Maps_Guidance":["Services_Maps"],"Services_Maps_LocalSearch":["Services_Maps"],"Services_Maps_OfflineMaps":["Services_Maps"],"Services_Store":["Services"],"Services_TargetedContent":["Services"],"Storage":[],"Storage_AccessCache":["Storage"],"Storage_BulkAccess":["Storage"],"Storage_Compression":["Storage"],"Storage_FileProperties":["Storage"],"Storage_Pickers":["Storage"],"Storage_Pickers_Provider":["Storage_Pickers"],"Storage_Provider":["Storage"],"Storage_Search":["Storage"],"Storage_Streams":["Storage"],"System":[],"System_Diagnostics":["System"],"System_Diagnostics_DevicePortal":["System_Diagnostics"],"System_Diagnostics_Telemetry":["System_Diagnostics"],"System_Diagnostics_TraceReporting":["System_Diagnostics"],"System_Display":["System"],"System_Implementation":["System"],"System_Implementation_FileExplorer":["System_Implementation"],"System_Inventory":["System"],"System_Power":["System"],"System_Profile":["System"],"System_Profile_SystemManufacturers":["System_Profile"],"System_RemoteDesktop":["System"],"System_RemoteDesktop_Input":["System_RemoteDesktop"],"System_RemoteSystems":["System"],"System_Threading":["System"],"System_Threading_Core":["System_Threading"],"System_Update":["System"],"System_UserProfile":["System"],"UI":[],"UI_Accessibility":["UI"],"UI_ApplicationSettings":["UI"],"UI_Composition":["UI"],"UI_Composition_Core":["UI_Composition"],"UI_Composition_Desktop":["UI_Composition"],"UI_Composition_Diagnostics":["UI_Composition"],"UI_Composition_Effects":["UI_Composition"],"UI_Composition_Interactions":["UI_Composition"],"UI_Composition_Scenes":["UI_Composition"],"UI_Core":["UI"],"UI_Core_AnimationMetrics":["UI_Core"],"UI_Core_Preview":["UI_Core"],"UI_Input":["UI"],"UI_Input_Core":["UI_Input"],"UI_Input_Inking":["UI_Input"],"UI_Input_Inking_Analysis":["UI_Input_Inking"],"UI_Input_Inking_Core":["UI_Input_Inking"],"UI_Input_Inking_Preview":["UI_Input_Inking"],"UI_Input_Preview":["UI_Input"],"UI_Input_Preview_Injection":["UI_Input_Preview"],"UI_Input_Spatial":["UI_Input"],"UI_Notifications":["UI"],"UI_Notifications_Management":["UI_Notifications"],"UI_Popups":["UI"],"UI_Shell":["UI"],"UI_StartScreen":["UI"],"UI_Text":["UI"],"UI_Text_Core":["UI_Text"],"UI_UIAutomation":["UI"],"UI_UIAutomation_Core":["UI_UIAutomation"],"UI_ViewManagement":["UI"],"UI_ViewManagement_Core":["UI_ViewManagement"],"UI_WebUI":["UI"],"UI_WebUI_Core":["UI_WebUI"],"UI_WindowManagement":["UI"],"UI_WindowManagement_Preview":["UI_WindowManagement"],"Wdk":[],"Wdk_System":["Wdk"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Web":[],"Web_AtomPub":["Web"],"Web_Http":["Web"],"Web_Http_Diagnostics":["Web_Http"],"Web_Http_Filters":["Web_Http"],"Web_Http_Headers":["Web_Http"],"Web_Syndication":["Web"],"Web_UI":["Web"],"Web_UI_Interop":["Web_UI"],"Win32":[],"Win32_AI":["Win32"],"Win32_AI_MachineLearning":["Win32_AI"],"Win32_AI_MachineLearning_DirectML":["Win32_AI_MachineLearning"],"Win32_AI_MachineLearning_WinML":["Win32_AI_MachineLearning"],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_CompositionSwapchain":["Win32_Graphics"],"Win32_Graphics_DXCore":["Win32_Graphics"],"Win32_Graphics_Direct2D":["Win32_Graphics"],"Win32_Graphics_Direct2D_Common":["Win32_Graphics_Direct2D"],"Win32_Graphics_Direct3D":["Win32_Graphics"],"Win32_Graphics_Direct3D10":["Win32_Graphics"],"Win32_Graphics_Direct3D11":["Win32_Graphics"],"Win32_Graphics_Direct3D11on12":["Win32_Graphics"],"Win32_Graphics_Direct3D12":["Win32_Graphics"],"Win32_Graphics_Direct3D9":["Win32_Graphics"],"Win32_Graphics_Direct3D9on12":["Win32_Graphics"],"Win32_Graphics_Direct3D_Dxc":["Win32_Graphics_Direct3D"],"Win32_Graphics_Direct3D_Fxc":["Win32_Graphics_Direct3D"],"Win32_Graphics_DirectComposition":["Win32_Graphics"],"Win32_Graphics_DirectDraw":["Win32_Graphics"],"Win32_Graphics_DirectManipulation":["Win32_Graphics"],"Win32_Graphics_DirectWrite":["Win32_Graphics"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Dxgi":["Win32_Graphics"],"Win32_Graphics_Dxgi_Common":["Win32_Graphics_Dxgi"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_Imaging":["Win32_Graphics"],"Win32_Graphics_Imaging_D2D":["Win32_Graphics_Imaging"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_DirectSound":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DirectShow":["Win32_Media"],"Win32_Media_DirectShow_Tv":["Win32_Media_DirectShow"],"Win32_Media_DirectShow_Xml":["Win32_Media_DirectShow"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaFoundation":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_PictureAcquisition":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ClrProfiling":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_ActiveScript":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_SideShow":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_TransactionServer":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WinRT":["Win32_System"],"Win32_System_WinRT_AllJoyn":["Win32_System_WinRT"],"Win32_System_WinRT_Composition":["Win32_System_WinRT"],"Win32_System_WinRT_CoreInputView":["Win32_System_WinRT"],"Win32_System_WinRT_Direct3D11":["Win32_System_WinRT"],"Win32_System_WinRT_Display":["Win32_System_WinRT"],"Win32_System_WinRT_Graphics":["Win32_System_WinRT"],"Win32_System_WinRT_Graphics_Capture":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Graphics_Direct2D":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Graphics_Imaging":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Holographic":["Win32_System_WinRT"],"Win32_System_WinRT_Isolation":["Win32_System_WinRT"],"Win32_System_WinRT_ML":["Win32_System_WinRT"],"Win32_System_WinRT_Media":["Win32_System_WinRT"],"Win32_System_WinRT_Metadata":["Win32_System_WinRT"],"Win32_System_WinRT_Pdf":["Win32_System_WinRT"],"Win32_System_WinRT_Printing":["Win32_System_WinRT"],"Win32_System_WinRT_Shell":["Win32_System_WinRT"],"Win32_System_WinRT_Storage":["Win32_System_WinRT"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":[],"deprecated":[],"implement":["windows-implement","windows-interface"],"windows-implement":["dep:windows-implement"],"windows-interface":["dep:windows-interface"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-0.48.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":"https://microsoft.github.io/windows-docs-rs/","edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","rustc-args":["--cfg","docsrs"],"targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows","version":"0.56.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows@0.56.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-0.56.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"AI":["Foundation"],"AI_MachineLearning":["AI"],"ApplicationModel":["Foundation"],"ApplicationModel_Activation":["ApplicationModel"],"ApplicationModel_AppExtensions":["ApplicationModel"],"ApplicationModel_AppService":["ApplicationModel"],"ApplicationModel_Appointments":["ApplicationModel"],"ApplicationModel_Appointments_AppointmentsProvider":["ApplicationModel_Appointments"],"ApplicationModel_Appointments_DataProvider":["ApplicationModel_Appointments"],"ApplicationModel_Background":["ApplicationModel"],"ApplicationModel_Calls":["ApplicationModel"],"ApplicationModel_Calls_Background":["ApplicationModel_Calls"],"ApplicationModel_Calls_Provider":["ApplicationModel_Calls"],"ApplicationModel_Chat":["ApplicationModel"],"ApplicationModel_CommunicationBlocking":["ApplicationModel"],"ApplicationModel_Contacts":["ApplicationModel"],"ApplicationModel_Contacts_DataProvider":["ApplicationModel_Contacts"],"ApplicationModel_Contacts_Provider":["ApplicationModel_Contacts"],"ApplicationModel_ConversationalAgent":["ApplicationModel"],"ApplicationModel_Core":["ApplicationModel"],"ApplicationModel_DataTransfer":["ApplicationModel"],"ApplicationModel_DataTransfer_DragDrop":["ApplicationModel_DataTransfer"],"ApplicationModel_DataTransfer_DragDrop_Core":["ApplicationModel_DataTransfer_DragDrop"],"ApplicationModel_DataTransfer_ShareTarget":["ApplicationModel_DataTransfer"],"ApplicationModel_Email":["ApplicationModel"],"ApplicationModel_Email_DataProvider":["ApplicationModel_Email"],"ApplicationModel_ExtendedExecution":["ApplicationModel"],"ApplicationModel_ExtendedExecution_Foreground":["ApplicationModel_ExtendedExecution"],"ApplicationModel_Holographic":["ApplicationModel"],"ApplicationModel_LockScreen":["ApplicationModel"],"ApplicationModel_Payments":["ApplicationModel"],"ApplicationModel_Payments_Provider":["ApplicationModel_Payments"],"ApplicationModel_Preview":["ApplicationModel"],"ApplicationModel_Preview_Holographic":["ApplicationModel_Preview"],"ApplicationModel_Preview_InkWorkspace":["ApplicationModel_Preview"],"ApplicationModel_Preview_Notes":["ApplicationModel_Preview"],"ApplicationModel_Resources":["ApplicationModel"],"ApplicationModel_Resources_Core":["ApplicationModel_Resources"],"ApplicationModel_Resources_Management":["ApplicationModel_Resources"],"ApplicationModel_Search":["ApplicationModel"],"ApplicationModel_Search_Core":["ApplicationModel_Search"],"ApplicationModel_Store":["ApplicationModel"],"ApplicationModel_Store_LicenseManagement":["ApplicationModel_Store"],"ApplicationModel_Store_Preview":["ApplicationModel_Store"],"ApplicationModel_Store_Preview_InstallControl":["ApplicationModel_Store_Preview"],"ApplicationModel_UserActivities":["ApplicationModel"],"ApplicationModel_UserActivities_Core":["ApplicationModel_UserActivities"],"ApplicationModel_UserDataAccounts":["ApplicationModel"],"ApplicationModel_UserDataAccounts_Provider":["ApplicationModel_UserDataAccounts"],"ApplicationModel_UserDataAccounts_SystemAccess":["ApplicationModel_UserDataAccounts"],"ApplicationModel_UserDataTasks":["ApplicationModel"],"ApplicationModel_UserDataTasks_DataProvider":["ApplicationModel_UserDataTasks"],"ApplicationModel_VoiceCommands":["ApplicationModel"],"ApplicationModel_Wallet":["ApplicationModel"],"ApplicationModel_Wallet_System":["ApplicationModel_Wallet"],"Data":["Foundation"],"Data_Html":["Data"],"Data_Json":["Data"],"Data_Pdf":["Data"],"Data_Text":["Data"],"Data_Xml":["Data"],"Data_Xml_Dom":["Data_Xml"],"Data_Xml_Xsl":["Data_Xml"],"Devices":["Foundation"],"Devices_Adc":["Devices"],"Devices_Adc_Provider":["Devices_Adc"],"Devices_Background":["Devices"],"Devices_Bluetooth":["Devices"],"Devices_Bluetooth_Advertisement":["Devices_Bluetooth"],"Devices_Bluetooth_Background":["Devices_Bluetooth"],"Devices_Bluetooth_GenericAttributeProfile":["Devices_Bluetooth"],"Devices_Bluetooth_Rfcomm":["Devices_Bluetooth"],"Devices_Custom":["Devices"],"Devices_Display":["Devices"],"Devices_Display_Core":["Devices_Display"],"Devices_Enumeration":["Devices"],"Devices_Enumeration_Pnp":["Devices_Enumeration"],"Devices_Geolocation":["Devices"],"Devices_Geolocation_Geofencing":["Devices_Geolocation"],"Devices_Geolocation_Provider":["Devices_Geolocation"],"Devices_Gpio":["Devices"],"Devices_Gpio_Provider":["Devices_Gpio"],"Devices_Haptics":["Devices"],"Devices_HumanInterfaceDevice":["Devices"],"Devices_I2c":["Devices"],"Devices_I2c_Provider":["Devices_I2c"],"Devices_Input":["Devices"],"Devices_Input_Preview":["Devices_Input"],"Devices_Lights":["Devices"],"Devices_Lights_Effects":["Devices_Lights"],"Devices_Midi":["Devices"],"Devices_PointOfService":["Devices"],"Devices_PointOfService_Provider":["Devices_PointOfService"],"Devices_Portable":["Devices"],"Devices_Power":["Devices"],"Devices_Printers":["Devices"],"Devices_Printers_Extensions":["Devices_Printers"],"Devices_Pwm":["Devices"],"Devices_Pwm_Provider":["Devices_Pwm"],"Devices_Radios":["Devices"],"Devices_Scanners":["Devices"],"Devices_Sensors":["Devices"],"Devices_Sensors_Custom":["Devices_Sensors"],"Devices_SerialCommunication":["Devices"],"Devices_SmartCards":["Devices"],"Devices_Sms":["Devices"],"Devices_Spi":["Devices"],"Devices_Spi_Provider":["Devices_Spi"],"Devices_Usb":["Devices"],"Devices_WiFi":["Devices"],"Devices_WiFiDirect":["Devices"],"Devices_WiFiDirect_Services":["Devices_WiFiDirect"],"Embedded":["Foundation"],"Embedded_DeviceLockdown":["Embedded"],"Foundation":[],"Foundation_Collections":["Foundation"],"Foundation_Diagnostics":["Foundation"],"Foundation_Metadata":["Foundation"],"Foundation_Numerics":["Foundation"],"Gaming":["Foundation"],"Gaming_Input":["Gaming"],"Gaming_Input_Custom":["Gaming_Input"],"Gaming_Input_ForceFeedback":["Gaming_Input"],"Gaming_Input_Preview":["Gaming_Input"],"Gaming_Preview":["Gaming"],"Gaming_Preview_GamesEnumeration":["Gaming_Preview"],"Gaming_UI":["Gaming"],"Gaming_XboxLive":["Gaming"],"Gaming_XboxLive_Storage":["Gaming_XboxLive"],"Globalization":["Foundation"],"Globalization_Collation":["Globalization"],"Globalization_DateTimeFormatting":["Globalization"],"Globalization_Fonts":["Globalization"],"Globalization_NumberFormatting":["Globalization"],"Globalization_PhoneNumberFormatting":["Globalization"],"Graphics":["Foundation"],"Graphics_Capture":["Graphics"],"Graphics_DirectX":["Graphics"],"Graphics_DirectX_Direct3D11":["Graphics_DirectX"],"Graphics_Display":["Graphics"],"Graphics_Display_Core":["Graphics_Display"],"Graphics_Effects":["Graphics"],"Graphics_Holographic":["Graphics"],"Graphics_Imaging":["Graphics"],"Graphics_Printing":["Graphics"],"Graphics_Printing3D":["Graphics"],"Graphics_Printing_OptionDetails":["Graphics_Printing"],"Graphics_Printing_PrintSupport":["Graphics_Printing"],"Graphics_Printing_PrintTicket":["Graphics_Printing"],"Graphics_Printing_Workflow":["Graphics_Printing"],"Management":["Foundation"],"Management_Core":["Management"],"Management_Deployment":["Management"],"Management_Deployment_Preview":["Management_Deployment"],"Management_Policies":["Management"],"Management_Update":["Management"],"Management_Workplace":["Management"],"Media":["Foundation"],"Media_AppBroadcasting":["Media"],"Media_AppRecording":["Media"],"Media_Audio":["Media"],"Media_Capture":["Media"],"Media_Capture_Core":["Media_Capture"],"Media_Capture_Frames":["Media_Capture"],"Media_Casting":["Media"],"Media_ClosedCaptioning":["Media"],"Media_ContentRestrictions":["Media"],"Media_Control":["Media"],"Media_Core":["Media"],"Media_Core_Preview":["Media_Core"],"Media_Devices":["Media"],"Media_Devices_Core":["Media_Devices"],"Media_DialProtocol":["Media"],"Media_Editing":["Media"],"Media_Effects":["Media"],"Media_FaceAnalysis":["Media"],"Media_Import":["Media"],"Media_MediaProperties":["Media"],"Media_Miracast":["Media"],"Media_Ocr":["Media"],"Media_PlayTo":["Media"],"Media_Playback":["Media"],"Media_Playlists":["Media"],"Media_Protection":["Media"],"Media_Protection_PlayReady":["Media_Protection"],"Media_Render":["Media"],"Media_SpeechRecognition":["Media"],"Media_SpeechSynthesis":["Media"],"Media_Streaming":["Media"],"Media_Streaming_Adaptive":["Media_Streaming"],"Media_Transcoding":["Media"],"Networking":["Foundation"],"Networking_BackgroundTransfer":["Networking"],"Networking_Connectivity":["Networking"],"Networking_NetworkOperators":["Networking"],"Networking_Proximity":["Networking"],"Networking_PushNotifications":["Networking"],"Networking_ServiceDiscovery":["Networking"],"Networking_ServiceDiscovery_Dnssd":["Networking_ServiceDiscovery"],"Networking_Sockets":["Networking"],"Networking_Vpn":["Networking"],"Networking_XboxLive":["Networking"],"Perception":["Foundation"],"Perception_Automation":["Perception"],"Perception_Automation_Core":["Perception_Automation"],"Perception_People":["Perception"],"Perception_Spatial":["Perception"],"Perception_Spatial_Preview":["Perception_Spatial"],"Perception_Spatial_Surfaces":["Perception_Spatial"],"Phone":["Foundation"],"Phone_ApplicationModel":["Phone"],"Phone_Devices":["Phone"],"Phone_Devices_Notification":["Phone_Devices"],"Phone_Devices_Power":["Phone_Devices"],"Phone_Management":["Phone"],"Phone_Management_Deployment":["Phone_Management"],"Phone_Media":["Phone"],"Phone_Media_Devices":["Phone_Media"],"Phone_Notification":["Phone"],"Phone_Notification_Management":["Phone_Notification"],"Phone_PersonalInformation":["Phone"],"Phone_PersonalInformation_Provisioning":["Phone_PersonalInformation"],"Phone_Speech":["Phone"],"Phone_Speech_Recognition":["Phone_Speech"],"Phone_StartScreen":["Phone"],"Phone_System":["Phone"],"Phone_System_Power":["Phone_System"],"Phone_System_Profile":["Phone_System"],"Phone_System_UserProfile":["Phone_System"],"Phone_System_UserProfile_GameServices":["Phone_System_UserProfile"],"Phone_System_UserProfile_GameServices_Core":["Phone_System_UserProfile_GameServices"],"Phone_UI":["Phone"],"Phone_UI_Input":["Phone_UI"],"Security":["Foundation"],"Security_Authentication":["Security"],"Security_Authentication_Identity":["Security_Authentication"],"Security_Authentication_Identity_Core":["Security_Authentication_Identity"],"Security_Authentication_OnlineId":["Security_Authentication"],"Security_Authentication_Web":["Security_Authentication"],"Security_Authentication_Web_Core":["Security_Authentication_Web"],"Security_Authentication_Web_Provider":["Security_Authentication_Web"],"Security_Authorization":["Security"],"Security_Authorization_AppCapabilityAccess":["Security_Authorization"],"Security_Credentials":["Security"],"Security_Credentials_UI":["Security_Credentials"],"Security_Cryptography":["Security"],"Security_Cryptography_Certificates":["Security_Cryptography"],"Security_Cryptography_Core":["Security_Cryptography"],"Security_Cryptography_DataProtection":["Security_Cryptography"],"Security_DataProtection":["Security"],"Security_EnterpriseData":["Security"],"Security_ExchangeActiveSyncProvisioning":["Security"],"Security_Isolation":["Security"],"Services":["Foundation"],"Services_Maps":["Services"],"Services_Maps_Guidance":["Services_Maps"],"Services_Maps_LocalSearch":["Services_Maps"],"Services_Maps_OfflineMaps":["Services_Maps"],"Services_Store":["Services"],"Services_TargetedContent":["Services"],"Storage":["Foundation"],"Storage_AccessCache":["Storage"],"Storage_BulkAccess":["Storage"],"Storage_Compression":["Storage"],"Storage_FileProperties":["Storage"],"Storage_Pickers":["Storage"],"Storage_Pickers_Provider":["Storage_Pickers"],"Storage_Provider":["Storage"],"Storage_Search":["Storage"],"Storage_Streams":["Storage"],"System":["Foundation"],"System_Diagnostics":["System"],"System_Diagnostics_DevicePortal":["System_Diagnostics"],"System_Diagnostics_Telemetry":["System_Diagnostics"],"System_Diagnostics_TraceReporting":["System_Diagnostics"],"System_Display":["System"],"System_Implementation":["System"],"System_Implementation_FileExplorer":["System_Implementation"],"System_Inventory":["System"],"System_Power":["System"],"System_Profile":["System"],"System_Profile_SystemManufacturers":["System_Profile"],"System_RemoteDesktop":["System"],"System_RemoteDesktop_Input":["System_RemoteDesktop"],"System_RemoteDesktop_Provider":["System_RemoteDesktop"],"System_RemoteSystems":["System"],"System_Threading":["System"],"System_Threading_Core":["System_Threading"],"System_Update":["System"],"System_UserProfile":["System"],"UI":["Foundation"],"UI_Accessibility":["UI"],"UI_ApplicationSettings":["UI"],"UI_Composition":["UI"],"UI_Composition_Core":["UI_Composition"],"UI_Composition_Desktop":["UI_Composition"],"UI_Composition_Diagnostics":["UI_Composition"],"UI_Composition_Effects":["UI_Composition"],"UI_Composition_Interactions":["UI_Composition"],"UI_Composition_Scenes":["UI_Composition"],"UI_Core":["UI"],"UI_Core_AnimationMetrics":["UI_Core"],"UI_Core_Preview":["UI_Core"],"UI_Input":["UI"],"UI_Input_Core":["UI_Input"],"UI_Input_Inking":["UI_Input"],"UI_Input_Inking_Analysis":["UI_Input_Inking"],"UI_Input_Inking_Core":["UI_Input_Inking"],"UI_Input_Inking_Preview":["UI_Input_Inking"],"UI_Input_Preview":["UI_Input"],"UI_Input_Preview_Injection":["UI_Input_Preview"],"UI_Input_Spatial":["UI_Input"],"UI_Notifications":["UI"],"UI_Notifications_Management":["UI_Notifications"],"UI_Notifications_Preview":["UI_Notifications"],"UI_Popups":["UI"],"UI_Shell":["UI"],"UI_StartScreen":["UI"],"UI_Text":["UI"],"UI_Text_Core":["UI_Text"],"UI_UIAutomation":["UI"],"UI_UIAutomation_Core":["UI_UIAutomation"],"UI_ViewManagement":["UI"],"UI_ViewManagement_Core":["UI_ViewManagement"],"UI_WebUI":["UI"],"UI_WebUI_Core":["UI_WebUI"],"UI_WindowManagement":["UI"],"UI_WindowManagement_Preview":["UI_WindowManagement"],"Wdk":["Win32_Foundation"],"Wdk_Devices":["Wdk"],"Wdk_Devices_HumanInterfaceDevice":["Wdk_Devices"],"Wdk_Foundation":["Wdk"],"Wdk_Graphics":["Wdk"],"Wdk_Graphics_Direct3D":["Wdk_Graphics"],"Wdk_NetworkManagement":["Wdk"],"Wdk_NetworkManagement_Ndis":["Wdk_NetworkManagement"],"Wdk_NetworkManagement_WindowsFilteringPlatform":["Wdk_NetworkManagement"],"Wdk_Storage":["Wdk"],"Wdk_Storage_FileSystem":["Wdk_Storage"],"Wdk_Storage_FileSystem_Minifilters":["Wdk_Storage_FileSystem"],"Wdk_System":["Wdk"],"Wdk_System_IO":["Wdk_System"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Wdk_System_Registry":["Wdk_System"],"Wdk_System_SystemInformation":["Wdk_System"],"Wdk_System_SystemServices":["Wdk_System"],"Wdk_System_Threading":["Wdk_System"],"Web":["Foundation"],"Web_AtomPub":["Web"],"Web_Http":["Web"],"Web_Http_Diagnostics":["Web_Http"],"Web_Http_Filters":["Web_Http"],"Web_Http_Headers":["Web_Http"],"Web_Syndication":["Web"],"Web_UI":["Web"],"Web_UI_Interop":["Web_UI"],"Win32":["Win32_Foundation"],"Win32_AI":["Win32"],"Win32_AI_MachineLearning":["Win32_AI"],"Win32_AI_MachineLearning_DirectML":["Win32_AI_MachineLearning"],"Win32_AI_MachineLearning_WinML":["Win32_AI_MachineLearning"],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_CompositionSwapchain":["Win32_Graphics"],"Win32_Graphics_DXCore":["Win32_Graphics"],"Win32_Graphics_Direct2D":["Win32_Graphics"],"Win32_Graphics_Direct2D_Common":["Win32_Graphics_Direct2D"],"Win32_Graphics_Direct3D":["Win32_Graphics"],"Win32_Graphics_Direct3D10":["Win32_Graphics"],"Win32_Graphics_Direct3D11":["Win32_Graphics"],"Win32_Graphics_Direct3D11on12":["Win32_Graphics"],"Win32_Graphics_Direct3D12":["Win32_Graphics"],"Win32_Graphics_Direct3D9":["Win32_Graphics"],"Win32_Graphics_Direct3D9on12":["Win32_Graphics"],"Win32_Graphics_Direct3D_Dxc":["Win32_Graphics_Direct3D"],"Win32_Graphics_Direct3D_Fxc":["Win32_Graphics_Direct3D"],"Win32_Graphics_DirectComposition":["Win32_Graphics"],"Win32_Graphics_DirectDraw":["Win32_Graphics"],"Win32_Graphics_DirectManipulation":["Win32_Graphics"],"Win32_Graphics_DirectWrite":["Win32_Graphics"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Dxgi":["Win32_Graphics"],"Win32_Graphics_Dxgi_Common":["Win32_Graphics_Dxgi"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_GdiPlus":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_Imaging":["Win32_Graphics"],"Win32_Graphics_Imaging_D2D":["Win32_Graphics_Imaging"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_DirectSound":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DirectShow":["Win32_Media"],"Win32_Media_DirectShow_Tv":["Win32_Media_DirectShow"],"Win32_Media_DirectShow_Xml":["Win32_Media_DirectShow"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaFoundation":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_PictureAcquisition":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_Nvme":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ClrProfiling":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_ActiveScript":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_TraceLogging":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_SideShow":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_TransactionServer":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_Variant":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WinRT":["Win32_System"],"Win32_System_WinRT_AllJoyn":["Win32_System_WinRT"],"Win32_System_WinRT_Composition":["Win32_System_WinRT"],"Win32_System_WinRT_CoreInputView":["Win32_System_WinRT"],"Win32_System_WinRT_Direct3D11":["Win32_System_WinRT"],"Win32_System_WinRT_Display":["Win32_System_WinRT"],"Win32_System_WinRT_Graphics":["Win32_System_WinRT"],"Win32_System_WinRT_Graphics_Capture":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Graphics_Direct2D":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Graphics_Imaging":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Holographic":["Win32_System_WinRT"],"Win32_System_WinRT_Isolation":["Win32_System_WinRT"],"Win32_System_WinRT_ML":["Win32_System_WinRT"],"Win32_System_WinRT_Media":["Win32_System_WinRT"],"Win32_System_WinRT_Metadata":["Win32_System_WinRT"],"Win32_System_WinRT_Pdf":["Win32_System_WinRT"],"Win32_System_WinRT_Printing":["Win32_System_WinRT"],"Win32_System_WinRT_Shell":["Win32_System_WinRT"],"Win32_System_WinRT_Storage":["Win32_System_WinRT"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":[],"deprecated":[],"docs":[],"implement":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-0.56.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":"https://microsoft.github.io/windows-docs-rs/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","rustdoc-args":["--cfg","docsrs"],"targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-core","version":"0.52.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-core@0.52.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.52.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":[],"implement":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.52.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-core","version":"0.56.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-core@0.56.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-implement","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-interface","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-result","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.56.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bindings","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.56.0/tests/bindings.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.56.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-implement","version":"0.48.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-implement@0.48.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The implement macro for the windows crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","proc-macro","printing","full","derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-implement","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-implement-0.48.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-implement-0.48.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-implement","version":"0.56.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-implement@0.56.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The implement macro for the windows crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","proc-macro","printing","full","derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-implement","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-implement-0.56.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-implement-0.56.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-interface","version":"0.48.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-interface@0.48.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The interface macro for the windows crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","proc-macro","printing","full","derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-interface","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-interface-0.48.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-interface-0.48.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-interface","version":"0.56.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-interface@0.56.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The interface macro for the windows crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","proc-macro","printing","full","derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-interface","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-interface-0.56.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-interface-0.56.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-result","version":"0.1.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-result@0.1.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Windows error handling","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.57.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_result","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-result-0.1.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-result-0.1.2/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-sys","version":"0.45.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(windows_raw_dylib))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.45.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"Win32":[],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"default":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.45.0/Cargo.toml","categories":[],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-sys","version":"0.48.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.48.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"Wdk":[],"Wdk_System":["Wdk"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Win32":[],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ClrProfiling":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_ActiveScript":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.48.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-sys","version":"0.52.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.52.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"Wdk":[],"Wdk_Foundation":["Wdk"],"Wdk_Graphics":["Wdk"],"Wdk_Graphics_Direct3D":["Wdk_Graphics"],"Wdk_Storage":["Wdk"],"Wdk_Storage_FileSystem":["Wdk_Storage"],"Wdk_Storage_FileSystem_Minifilters":["Wdk_Storage_FileSystem"],"Wdk_System":["Wdk"],"Wdk_System_IO":["Wdk_System"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Wdk_System_Registry":["Wdk_System"],"Wdk_System_SystemInformation":["Wdk_System"],"Wdk_System_SystemServices":["Wdk_System"],"Wdk_System_Threading":["Wdk_System"],"Win32":[],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_GdiPlus":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_Nvme":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_Variant":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":[],"docs":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.52.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-targets","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libs for Windows","dependencies":[{"name":"windows_aarch64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-uwp-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-gnu","rename":null,"registry":null,"path":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-uwp-windows-gnu","rename":null,"registry":null,"path":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-uwp-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnu","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-uwp-windows-gnu","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-uwp-windows-msvc","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-targets","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-targets","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libs for Windows","dependencies":[{"name":"windows_aarch64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnullvm","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-targets","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-targets","version":"0.52.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libs for Windows","dependencies":[{"name":"windows_aarch64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnullvm","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows-targets","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.52.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.52.5/Cargo.toml","categories":[],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_aarch64_gnullvm","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_aarch64_gnullvm","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_aarch64_gnullvm","version":"0.52.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.52.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_aarch64_msvc","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_aarch64_msvc","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_aarch64_msvc","version":"0.52.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.52.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_i686_gnu","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_i686_gnu","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_i686_gnu","version":"0.52.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.52.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_i686_gnullvm","version":"0.52.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnullvm@0.52.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_i686_msvc","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_i686_msvc","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_i686_msvc","version":"0.52.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.52.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_x86_64_gnu","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_x86_64_gnu","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_x86_64_gnu","version":"0.52.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.52.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_x86_64_gnullvm","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_x86_64_gnullvm","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_x86_64_gnullvm","version":"0.52.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.52.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_x86_64_msvc","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_x86_64_msvc","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_x86_64_msvc","version":"0.52.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"winit","version":"0.29.15","authors":["The winit contributors","Pierre Krieger "],"id":"registry+https://github.com/rust-lang/crates.io-index#winit@0.29.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross-platform window creation library.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cursor-icon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"mint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_04","registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":"rwh_05","registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":"rwh_06","registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["serde_derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"smol_str","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.0","kind":"dev","optional":false,"uses_default_features":false,"features":["png"],"target":null,"rename":null,"registry":null,"path":null},{"name":"simple_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.2.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg_aliases","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"normal","optional":true,"uses_default_features":true,"features":["no-rng"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"calloop","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.64","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.4","kind":"normal","optional":false,"uses_default_features":false,"features":["std","system","thread","process"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"smithay-client-toolkit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"normal","optional":true,"uses_default_features":false,"features":["calloop"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":"sctk","registry":null,"path":null},{"name":"sctk-adwaita","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":["client_system"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":true,"uses_default_features":true,"features":["staging"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"wayland-protocols-plasma","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":["client"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"x11-dl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.19.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"x11rb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"normal","optional":true,"uses_default_features":false,"features":["allow-unsafe-code","dl-libxcb","randr","resource_manager","xinput","xkb"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"xkbcommon-dl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"ios\", target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"ios\", target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"softbuffer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(any(target_os = \"android\", target_os = \"ios\")))","rename":null,"registry":null,"path":null},{"name":"atomic-waker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.64","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"web-time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.64","kind":"normal","optional":false,"uses_default_features":true,"features":["AbortController","AbortSignal","console","CssStyleDeclaration","Document","DomRect","DomRectReadOnly","Element","Event","EventTarget","FocusEvent","HtmlCanvasElement","HtmlElement","IntersectionObserver","IntersectionObserverEntry","KeyboardEvent","MediaQueryList","MessageChannel","MessagePort","Node","PageTransitionEvent","PointerEvent","ResizeObserver","ResizeObserverBoxOptions","ResizeObserverEntry","ResizeObserverOptions","ResizeObserverSize","VisibilityState","Window","WheelEvent"],"target":"cfg(target_family = \"wasm\")","rename":"web_sys","registry":null,"path":null},{"name":"console_log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.22","kind":"dev","optional":false,"uses_default_features":true,"features":["CanvasRenderingContext2d"],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"android-activity","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"ndk","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"ndk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"icrate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0.4","kind":"normal","optional":false,"uses_default_features":true,"features":["dispatch","Foundation","Foundation_NSArray","Foundation_NSString","Foundation_NSProcessInfo","Foundation_NSThread","Foundation_NSSet"],"target":"cfg(target_os = \"ios\")","rename":null,"registry":null,"path":null},{"name":"core-graphics","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"icrate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0.4","kind":"normal","optional":false,"uses_default_features":true,"features":["dispatch","Foundation","Foundation_NSArray","Foundation_NSAttributedString","Foundation_NSMutableAttributedString","Foundation_NSData","Foundation_NSDictionary","Foundation_NSString","Foundation_NSProcessInfo","Foundation_NSThread","Foundation_NSNumber"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"orbclient","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.42","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"redox\")","rename":null,"registry":null,"path":null},{"name":"redox_syscall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"redox\")","rename":null,"registry":null,"path":null},{"name":"unicode-segmentation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Devices_HumanInterfaceDevice","Win32_Foundation","Win32_Globalization","Win32_Graphics_Dwm","Win32_Graphics_Gdi","Win32_Media","Win32_System_Com_StructuredStorage","Win32_System_Com","Win32_System_LibraryLoader","Win32_System_Ole","Win32_System_SystemInformation","Win32_System_SystemServices","Win32_System_Threading","Win32_System_WindowsProgramming","Win32_UI_Accessibility","Win32_UI_Controls","Win32_UI_HiDpi","Win32_UI_Input_Ime","Win32_UI_Input_KeyboardAndMouse","Win32_UI_Input_Pointer","Win32_UI_Input_Touch","Win32_UI_Shell","Win32_UI_TextServices","Win32_UI_WindowsAndMessaging"],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"winit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"child_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/child_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"control_flow","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/control_flow.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"cursor","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/cursor.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"cursor_grab","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/cursor_grab.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"custom_events","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/custom_events.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"drag_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/drag_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"focus","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/focus.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"fullscreen","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/fullscreen.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"handling_close","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/handling_close.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ime","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/ime.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"key_binding","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/key_binding.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"monitor_list","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/monitor_list.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"mouse_wheel","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/mouse_wheel.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"multithreaded","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/multithreaded.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"multiwindow","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/multiwindow.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"request_redraw","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/request_redraw.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"request_redraw_threaded","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/request_redraw_threaded.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"resizable","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/resizable.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"startup_notification","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/startup_notification.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"theme","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/theme.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"timer","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/timer.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"touchpad_gestures","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/touchpad_gestures.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"transparent","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/transparent.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"video_modes","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/video_modes.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"web","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/web.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"web_aspect_ratio","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/web_aspect_ratio.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window_buttons","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window_buttons.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window_debug","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window_debug.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window_drag_resize","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window_drag_resize.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window_icon","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window_icon.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window_on_demand","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window_on_demand.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window_option_as_alt","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window_option_as_alt.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window_pump_events","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window_pump_events.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window_resize_increments","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window_resize_increments.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window_tabbing","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/window_tabbing.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"x11_embed","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/examples/x11_embed.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"send_objects","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/tests/send_objects.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde_objects","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/tests/serde_objects.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"sync_object","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/tests/sync_object.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"ahash":["dep:ahash"],"android-game-activity":["android-activity/game-activity"],"android-native-activity":["android-activity/native-activity"],"bytemuck":["dep:bytemuck"],"default":["rwh_06","x11","wayland","wayland-dlopen","wayland-csd-adwaita"],"memmap2":["dep:memmap2"],"mint":["dep:mint"],"percent-encoding":["dep:percent-encoding"],"rwh_04":["dep:rwh_04","ndk/rwh_04"],"rwh_05":["dep:rwh_05","ndk/rwh_05"],"rwh_06":["dep:rwh_06","ndk/rwh_06"],"sctk":["dep:sctk"],"sctk-adwaita":["dep:sctk-adwaita"],"serde":["dep:serde","cursor-icon/serde","smol_str/serde"],"wayland":["wayland-client","wayland-backend","wayland-protocols","wayland-protocols-plasma","sctk","ahash","memmap2"],"wayland-backend":["dep:wayland-backend"],"wayland-client":["dep:wayland-client"],"wayland-csd-adwaita":["sctk-adwaita","sctk-adwaita/ab_glyph"],"wayland-csd-adwaita-crossfont":["sctk-adwaita","sctk-adwaita/crossfont"],"wayland-csd-adwaita-notitle":["sctk-adwaita"],"wayland-dlopen":["wayland-backend/dlopen"],"wayland-protocols":["dep:wayland-protocols"],"wayland-protocols-plasma":["dep:wayland-protocols-plasma"],"x11":["x11-dl","bytemuck","percent-encoding","xkbcommon-dl/x11","x11rb"],"x11-dl":["dep:x11-dl"],"x11rb":["dep:x11rb"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.29.15/Cargo.toml","categories":["gui"],"keywords":["windowing"],"readme":"README.md","repository":"https://github.com/rust-windowing/winit","homepage":null,"documentation":"https://docs.rs/winit","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-unknown-linux-gnu","features":["rwh_04","rwh_05","rwh_06","serde","android-native-activity"],"rustdoc-args":["--cfg","docsrs"],"targets":["i686-pc-windows-msvc","x86_64-pc-windows-msvc","x86_64-apple-darwin","i686-unknown-linux-gnu","x86_64-unknown-linux-gnu","x86_64-apple-ios","aarch64-linux-android","wasm32-unknown-unknown"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"Apache-2.0"},{"package":{"name":"winnow","version":"0.5.40","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.5.40","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A byte-oriented, zero-copy, parser combinators library","dependencies":[{"name":"anstream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is-terminal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"terminal_size","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"circular","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"escargot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-hash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"dev","optional":false,"uses_default_features":true,"features":["examples"],"target":null,"rename":null,"registry":null,"path":null},{"name":"term-transcript","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"winnow","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"arithmetic","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/arithmetic/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"css","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/css/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"custom_error","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/custom_error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"http","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/http/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/ini/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"json","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/json/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"ndjson","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/ndjson/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"json_iterator","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/json_iterator.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"iterator","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/iterator.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"s_expression","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/s_expression/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"string","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/string/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"arithmetic","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/arithmetic/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"contains_token","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/contains_token.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"find_slice","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/find_slice.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"iter","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/iter.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"next_slice","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/next_slice.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"number","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/number.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"http","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/http/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/ini/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"json","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/json/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"debug":["dep:anstream","dep:anstyle","dep:is-terminal","dep:terminal_size"],"default":["std"],"simd":["dep:memchr"],"std":["alloc","memchr?/std"],"unstable-doc":["alloc","std","simd","unstable-recover"],"unstable-recover":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/Cargo.toml","categories":["parsing"],"keywords":["parser","parser-combinators","parsing","streaming","bit"],"readme":"README.md","repository":"https://github.com/winnow-rs/winnow","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"features":["unstable-doc"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/winnow-rs/winnow/compare/{{tag_name}}...HEAD","search":""},{"exactly":1,"file":"src/lib.rs","replace":"blob/v{{version}}/CHANGELOG.md","search":"blob/v.+\\..+\\..+/CHANGELOG.md"}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT"},{"package":{"name":"winnow","version":"0.6.13","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.6.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A byte-oriented, zero-copy, parser combinators library","dependencies":[{"name":"anstream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is-terminal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"terminal_size","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"annotate-snippets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"circular","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-hash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":["examples"],"target":null,"rename":null,"registry":null,"path":null},{"name":"term-transcript","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"winnow","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"arithmetic","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/arithmetic/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"css","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/css/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"custom_error","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/custom_error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"http","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/http/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/ini/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"json","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/json/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"ndjson","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/ndjson/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"json_iterator","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/json_iterator.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"iterator","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/iterator.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"s_expression","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/s_expression/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"string","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/string/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"arithmetic","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/arithmetic/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"contains_token","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/benches/contains_token.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"find_slice","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/benches/find_slice.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"iter","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/benches/iter.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"next_slice","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/benches/next_slice.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"number","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/benches/number.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"http","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/http/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/ini/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"json","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/examples/json/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"debug":["std","dep:anstream","dep:anstyle","dep:is-terminal","dep:terminal_size"],"default":["std"],"simd":["dep:memchr"],"std":["alloc","memchr?/std"],"unstable-doc":["alloc","std","simd","unstable-recover"],"unstable-recover":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.13/Cargo.toml","categories":["parsing"],"keywords":["parser","parser-combinators","parsing","streaming","bit"],"readme":"README.md","repository":"https://github.com/winnow-rs/winnow","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"features":["unstable-doc"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/winnow-rs/winnow/compare/{{tag_name}}...HEAD","search":""},{"exactly":1,"file":"src/lib.rs","replace":"blob/v{{version}}/CHANGELOG.md","search":"blob/v.+\\..+\\..+/CHANGELOG.md"}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"winreg","version":"0.52.0","authors":["Igor Shaula "],"id":"registry+https://github.com/rust-lang/crates.io-index#winreg@0.52.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings to MS Windows Registry API","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_System_Time","Win32_System_Registry","Win32_Security","Win32_Storage_FileSystem","Win32_System_Diagnostics_Debug"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-transcode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"winreg","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"basic_usage","kind":["example"],"crate_types":["bin"],"required-features":["chrono"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/basic_usage.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"enum","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/enum.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"load_app_key","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/load_app_key.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"transactions","kind":["example"],"crate_types":["bin"],"required-features":["transactions"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/transactions.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"serialization","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/serialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"transacted_serialization","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/transacted_serialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"reg2json","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/reg2json.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"map_key_serialization","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/map_key_serialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"installed_apps","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/installed_apps.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"reg_key","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/tests/reg_key.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"reg_value","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/tests/reg_value.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serialization","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/tests/serialization.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"chrono":["dep:chrono"],"serde":["dep:serde"],"serialization-serde":["transactions","serde"],"transactions":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/Cargo.toml","categories":["api-bindings","os::windows-apis"],"keywords":["Windows","WinSDK","Registry"],"readme":"README.md","repository":"https://github.com/gentoo90/winreg-rs","homepage":null,"documentation":"https://docs.rs/winreg","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"targets":["x86_64-pc-windows-msvc","i686-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"x11-dl","version":"2.21.0","authors":["daggerbot ","Erle Pereira ","AltF02 "],"id":"registry+https://github.com/rust-lang/crates.io-index#x11-dl@2.21.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"X11 library bindings for Rust","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.24","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"x11-dl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11-dl-2.21.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"hello-world-dl","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11-dl-2.21.0/examples/hello-world-dl.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11-dl-2.21.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11-dl-2.21.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/AltF02/x11-rs.git","homepage":null,"documentation":"https://docs.rs/x11-dl","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"x11rb","version":"0.13.1","authors":["Uli Schlachter ","Eduardo Sánchez Muñoz ","notgull "],"id":"registry+https://github.com/rust-lang/crates.io-index#x11rb@0.13.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings to X11","dependencies":[{"name":"as-raw-xcb-connection","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38","kind":"normal","optional":false,"uses_default_features":false,"features":["std","event","fs","net","system"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"x11rb-protocol","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.1","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"gethostname","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"polling","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-subscriber","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gethostname","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(unix))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"x11rb","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"generic_events","kind":["example"],"crate_types":["bin"],"required-features":["present"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/generic_events.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"shared_memory","kind":["example"],"crate_types":["bin"],"required-features":["libc","shm"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/shared_memory.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"xeyes","kind":["example"],"crate_types":["bin"],"required-features":["shape"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/xeyes.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_window","kind":["example"],"crate_types":["bin"],"required-features":["cursor","resource_manager","tracing","tracing-subscriber/env-filter"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/simple_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"display_ppm","kind":["example"],"crate_types":["bin"],"required-features":["image"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/display_ppm.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"record","kind":["example"],"crate_types":["bin"],"required-features":["record"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/record.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"check_unchecked_requests","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/check_unchecked_requests.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"hypnomoire","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/hypnomoire.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_fonts","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/list_fonts.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_window_manager","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/simple_window_manager.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"tutorial","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/tutorial.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"xclock_utc","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/xclock_utc.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"multithread_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/tests/multithread_test.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"regression_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/tests/regression_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"resource_manager","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/tests/resource_manager.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"x11_utils","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/tests/x11_utils.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"all-extensions":["x11rb-protocol/all-extensions","composite","damage","dbe","dpms","dri2","dri3","glx","present","randr","record","render","res","screensaver","shape","shm","sync","xevie","xf86dri","xf86vidmode","xfixes","xinerama","xinput","xkb","xprint","xselinux","xtest","xv","xvmc"],"allow-unsafe-code":["libc","as-raw-xcb-connection"],"as-raw-xcb-connection":["dep:as-raw-xcb-connection"],"composite":["x11rb-protocol/composite","xfixes"],"cursor":["render","resource_manager"],"damage":["x11rb-protocol/damage","xfixes"],"dbe":["x11rb-protocol/dbe"],"dl-libxcb":["allow-unsafe-code","libloading","once_cell"],"dpms":["x11rb-protocol/dpms"],"dri2":["x11rb-protocol/dri2"],"dri3":["x11rb-protocol/dri3"],"extra-traits":["x11rb-protocol/extra-traits"],"glx":["x11rb-protocol/glx"],"image":[],"libc":["dep:libc"],"libloading":["dep:libloading"],"once_cell":["dep:once_cell"],"present":["x11rb-protocol/present","randr","xfixes","sync"],"randr":["x11rb-protocol/randr","render"],"record":["x11rb-protocol/record"],"render":["x11rb-protocol/render"],"request-parsing":["x11rb-protocol/request-parsing"],"res":["x11rb-protocol/res"],"resource_manager":["x11rb-protocol/resource_manager"],"screensaver":["x11rb-protocol/screensaver"],"shape":["x11rb-protocol/shape"],"shm":["x11rb-protocol/shm"],"sync":["x11rb-protocol/sync"],"tracing":["dep:tracing"],"xevie":["x11rb-protocol/xevie"],"xf86dri":["x11rb-protocol/xf86dri"],"xf86vidmode":["x11rb-protocol/xf86vidmode"],"xfixes":["x11rb-protocol/xfixes","render","shape"],"xinerama":["x11rb-protocol/xinerama"],"xinput":["x11rb-protocol/xinput","xfixes"],"xkb":["x11rb-protocol/xkb"],"xprint":["x11rb-protocol/xprint"],"xselinux":["x11rb-protocol/xselinux"],"xtest":["x11rb-protocol/xtest"],"xv":["x11rb-protocol/xv","shm"],"xvmc":["x11rb-protocol/xvmc","xv"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/Cargo.toml","categories":[],"keywords":["xcb","X11"],"readme":"README.md","repository":"https://github.com/psychon/x11rb","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"x11rb-protocol","version":"0.13.1","authors":["Uli Schlachter ","Eduardo Sánchez Muñoz ","notgull "],"id":"registry+https://github.com/rust-lang/crates.io-index#x11rb-protocol@0.13.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings to X11","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"x11rb-protocol","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"enum_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/tests/enum_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"parsing_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/tests/parsing_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"request_parsing_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/tests/request_parsing_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"proto_connection","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/benches/proto_connection.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"all-extensions":["composite","damage","dbe","dpms","dri2","dri3","glx","present","randr","record","render","res","screensaver","shape","shm","sync","xevie","xf86dri","xf86vidmode","xfixes","xinerama","xinput","xkb","xprint","xselinux","xtest","xv","xvmc"],"composite":["xfixes"],"damage":["xfixes"],"dbe":[],"default":["std"],"dpms":[],"dri2":[],"dri3":[],"extra-traits":[],"glx":[],"present":["randr","xfixes","sync"],"randr":["render"],"record":[],"render":[],"request-parsing":[],"res":[],"resource_manager":["std"],"screensaver":[],"serde":["dep:serde"],"shape":[],"shm":[],"std":[],"sync":[],"xevie":[],"xf86dri":[],"xf86vidmode":[],"xfixes":["render","shape"],"xinerama":[],"xinput":["xfixes"],"xkb":[],"xprint":[],"xselinux":[],"xtest":[],"xv":["shm"],"xvmc":["xv"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/Cargo.toml","categories":[],"keywords":["xcb","X11"],"readme":"README.md","repository":"https://github.com/psychon/x11rb","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"xcursor","version":"0.3.5","authors":["Samuele Esposito"],"id":"registry+https://github.com/rust-lang/crates.io-index#xcursor@0.3.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for loading XCursor themes","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"xcursor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xcursor-0.3.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xcursor-0.3.5/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/esposm03/xcursor-rs","homepage":null,"documentation":"https://docs.rs/xcursor","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"xdg-home","version":"1.2.0","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#xdg-home@1.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The user's home directory as per XDG Specification","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_UI_Shell","Win32_System_Com"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"xdg-home","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xdg-home-1.2.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xdg-home-1.2.0/Cargo.toml","categories":["filesystem","os::unix-apis","os::windows-apis"],"keywords":["xdg","home"],"readme":"README.md","repository":"https://github.com/zeenix/xdg-home","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"xkbcommon-dl","version":"0.4.2","authors":["Francesca Frangipane "],"id":"registry+https://github.com/rust-lang/crates.io-index#xkbcommon-dl@0.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Dynamically loaded xkbcommon and xkbcommon-x11 Rust bindings.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dlib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xkeysym","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"xkbcommon-dl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkbcommon-dl-0.4.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"x11":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkbcommon-dl-0.4.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-windowing/xkbcommon-dl","homepage":null,"documentation":"https://docs.rs/xkbcommon-dl/","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT"},{"package":{"name":"xkeysym","version":"0.2.1","authors":["John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#xkeysym@0.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for working with X11 keysyms","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.3","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.160","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"x11rb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"xkeysym","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkeysym-0.2.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"x11rb","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkeysym-0.2.1/examples/x11rb.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"bytemuck":["dep:bytemuck"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkeysym-0.2.1/Cargo.toml","categories":[],"keywords":["x11","keysym","keysyms"],"readme":"README.md","repository":"https://github.com/notgull/xkeysym","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.58.1"},"license":"MIT OR Apache-2.0 OR Zlib"},{"package":{"name":"xml-rs","version":"0.8.20","authors":["Vladimir Matveev "],"id":"registry+https://github.com/rust-lang/crates.io-index#xml-rs@0.8.20","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An XML library in pure Rust","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"xml","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xml-rs-0.8.20/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"xml-analyze","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xml-rs-0.8.20/src/analyze.rs","edition":"2021","doctest":false,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xml-rs-0.8.20/Cargo.toml","categories":["parser-implementations"],"keywords":["xml","parser","sax","parsing","writer"],"readme":"README.md","repository":"https://github.com/kornelski/xml-rs","homepage":"https://lib.rs/crates/xml-rs","documentation":"https://docs.rs/xml-rs/","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"release":{"tag-message":"","tag-name":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.58.0"},"license":"MIT"},{"package":{"name":"zbus","version":"3.15.2","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zbus@3.15.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"API for D-Bus communication","dependencies":[{"name":"async-broadcast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-fs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-recursion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.58","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"derivative","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"normal","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-sink","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"normal","optional":false,"uses_default_features":false,"features":["sink","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ordered-stream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quick-xml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.27.1","kind":"normal","optional":true,"uses_default_features":true,"features":["serialize","overlapped-lists"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-xml-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_repr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sha1","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.5","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.21.2","kind":"normal","optional":true,"uses_default_features":true,"features":["rt","net","time","fs","io-util","process","sync","tracing"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-vsock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"vsock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xdg-home","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus_macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=3.15.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus_names","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.15.0","kind":"normal","optional":false,"uses_default_features":false,"features":["enumflags2"],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"dev","optional":false,"uses_default_features":true,"features":["attributes"],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ntest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"test-log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"dev","optional":false,"uses_default_features":false,"features":["trace"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["macros","rt-multi-thread","fs","io-util","net","sync"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-subscriber","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":"dev","optional":false,"uses_default_features":false,"features":["env-filter","fmt","ansi"],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-process","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.26.0","kind":"normal","optional":false,"uses_default_features":false,"features":["socket","uio","user"],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"uds_windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":["handleapi","iphlpapi","memoryapi","processthreadsapi","sddl","securitybaseapi","synchapi","tcpmib","winbase","winerror","winsock2"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zbus","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus-3.15.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"screen-brightness","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus-3.15.2/examples/screen-brightness.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"e2e","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus-3.15.2/tests/e2e.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"async-executor":["dep:async-executor"],"async-fs":["dep:async-fs"],"async-io":["dep:async-io","async-executor","async-task","async-lock","async-fs","blocking","futures-util/io"],"async-lock":["dep:async-lock"],"async-task":["dep:async-task"],"blocking":["dep:blocking"],"chrono":["zvariant/chrono"],"default":["async-io"],"gvariant":["zvariant/gvariant"],"quick-xml":["dep:quick-xml"],"serde-xml-rs":["dep:serde-xml-rs"],"time":["zvariant/time"],"tokio":["dep:tokio"],"tokio-vsock":["dep:tokio-vsock","tokio"],"url":["zvariant/url"],"uuid":["zvariant/uuid"],"vsock":["dep:vsock","dep:async-io"],"windows-gdbus":[],"xml":["serde-xml-rs"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus-3.15.2/Cargo.toml","categories":["os::unix-apis"],"keywords":["D-Bus","DBus","IPC"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT"},{"package":{"name":"zbus_macros","version":"3.15.2","authors":["Marc-André Lureau ","Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zbus_macros@3.15.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"proc-macros for zbus","dependencies":[{"name":"proc-macro-crate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":false,"uses_default_features":true,"features":["extra-traits","fold","full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant_utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.71","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zbus_macros","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_macros-3.15.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_macros-3.15.2/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_macros-3.15.2/Cargo.toml","categories":["data-structures","encoding","parsing"],"keywords":["D-Bus","DBus","IPC"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT"},{"package":{"name":"zbus_names","version":"2.6.1","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zbus_names@2.6.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A collection of D-Bus bus names types","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.15","kind":"normal","optional":false,"uses_default_features":false,"features":["enumflags2"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zbus_names","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_names-2.6.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_names-2.6.1/Cargo.toml","categories":["os::unix-apis"],"keywords":["D-Bus","DBus","IPC"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT"},{"package":{"name":"zerocopy","version":"0.7.34","authors":["Joshua Liebow-Feeser "],"id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.7.34","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Utilities for zero-copy parsing and serialization","dependencies":[{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.34","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"elain","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.85","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.34","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.34","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any())","rename":null,"registry":null,"path":null}],"license":"BSD-2-Clause OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"zerocopy","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.34/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"trybuild","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.34/tests/trybuild.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"__internal_use_only_features_that_work_on_stable":["alloc","derive","simd"],"alloc":[],"byteorder":["dep:byteorder"],"default":["byteorder"],"derive":["zerocopy-derive"],"simd":[],"simd-nightly":["simd"],"zerocopy-derive":["dep:zerocopy-derive"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.34/Cargo.toml","categories":["embedded","encoding","no-std::no-alloc","parsing","rust-patterns"],"keywords":["cast","convert","transmute","transmutation","type-punning"],"readme":"README.md","repository":"https://github.com/google/zerocopy","homepage":null,"documentation":null,"edition":"2018","metadata":{"ci":{"pinned-nightly":"nightly-2024-05-05","pinned-stable":"1.78.0"},"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg","--generate-link-to-definition"]}},"playground":{"features":["__internal_use_only_features_that_work_on_stable"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"BSD-2-Clause OR Apache-2.0 OR MIT"},{"package":{"name":"zvariant","version":"3.15.2","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zvariant@3.15.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"D-Bus & GVariant encoding & decoding","dependencies":[{"name":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.23","kind":"normal","optional":true,"uses_default_features":false,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.137","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"url","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.1","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=3.15.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_repr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zvariant","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant-3.15.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant-3.15.2/benches/benchmarks.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"arrayvec":["dep:arrayvec"],"chrono":["dep:chrono"],"default":["gvariant"],"enumflags2":["dep:enumflags2"],"gvariant":[],"ostree-tests":["gvariant"],"serde_bytes":["dep:serde_bytes"],"time":["dep:time"],"url":["dep:url"],"uuid":["dep:uuid"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant-3.15.2/Cargo.toml","categories":["data-structures","encoding","parsing"],"keywords":["D-Bus","DBus","IPC","GVariant"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT"},{"package":{"name":"zvariant_derive","version":"3.15.2","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zvariant_derive@3.15.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"D-Bus & GVariant encoding & decoding","dependencies":[{"name":"proc-macro-crate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":false,"uses_default_features":true,"features":["extra-traits","full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant_utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"dev","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_repr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zvariant_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_derive-3.15.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"no_prelude","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_derive-3.15.2/tests/no_prelude.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_derive-3.15.2/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_derive-3.15.2/Cargo.toml","categories":["data-structures","encoding","parsing"],"keywords":["D-Bus","DBus","IPC","GVariant"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT"},{"package":{"name":"zvariant_utils","version":"1.0.1","authors":["Zeeshan Ali Khan ","turbocooler "],"id":"registry+https://github.com/rust-lang/crates.io-index#zvariant_utils@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Various utilities used internally by the zvariant crate.","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":false,"uses_default_features":true,"features":["extra-traits","full"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zvariant_utils","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_utils-1.0.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_utils-1.0.1/Cargo.toml","categories":["data-structures","encoding","parsing"],"keywords":["D-Bus","DBus","IPC","GVariant"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"}]} \ No newline at end of file +{"overview":[{"count":359,"name":"Apache License 2.0","id":"Apache-2.0","indices":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55],"text":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n"},{"count":115,"name":"MIT License","id":"MIT","indices":[63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113],"text":" MIT License\n\n Copyright (c) Microsoft Corporation. All rights reserved.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE\n"},{"count":3,"name":"BSD 3-Clause \"New\" or \"Revised\" License","id":"BSD-3-Clause","indices":[57,58],"text":"Copyright (c) 2011 Google Inc. All rights reserved.\nCopyright (c) 2020 Yevhenii Reizner All rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the\n distribution.\n\n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived\n from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nOWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"},{"count":2,"name":"Boost Software License 1.0","id":"BSL-1.0","indices":[59],"text":"Boost Software License - Version 1.0 - August 17th, 2003\n\nPermission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the \"Software\") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following:\n\nThe copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor.\n\nTHE 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"},{"count":1,"name":"BSD 2-Clause \"Simplified\" License","id":"BSD-2-Clause","indices":[56],"text":"Copyright (c) 2015 David Roundy \nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the\n distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"},{"count":1,"name":"Common Development and Distribution License 1.0","id":"CDDL-1.0","indices":[60],"text":"Unless otherwise noted, all files in this distribution are released\nunder the Common Development and Distribution License (CDDL).\nExceptions are noted within the associated source files.\n\n--------------------------------------------------------------------\n\n\nCOMMON DEVELOPMENT AND DISTRIBUTION LICENSE Version 1.0\n\n1. Definitions.\n\n 1.1. \"Contributor\" means each individual or entity that creates\n or contributes to the creation of Modifications.\n\n 1.2. \"Contributor Version\" means the combination of the Original\n Software, prior Modifications used by a Contributor (if any),\n and the Modifications made by that particular Contributor.\n\n 1.3. \"Covered Software\" means (a) the Original Software, or (b)\n Modifications, or (c) the combination of files containing\n Original Software with files containing Modifications, in\n each case including portions thereof.\n\n 1.4. \"Executable\" means the Covered Software in any form other\n than Source Code.\n\n 1.5. \"Initial Developer\" means the individual or entity that first\n makes Original Software available under this License.\n\n 1.6. \"Larger Work\" means a work which combines Covered Software or\n portions thereof with code not governed by the terms of this\n License.\n\n 1.7. \"License\" means this document.\n\n 1.8. \"Licensable\" means having the right to grant, to the maximum\n extent possible, whether at the time of the initial grant or\n subsequently acquired, any and all of the rights conveyed\n herein.\n\n 1.9. \"Modifications\" means the Source Code and Executable form of\n any of the following:\n\n A. Any file that results from an addition to, deletion from or\n modification of the contents of a file containing Original\n Software or previous Modifications;\n\n B. Any new file that contains any part of the Original\n Software or previous Modifications; or\n\n C. Any new file that is contributed or otherwise made\n available under the terms of this License.\n\n 1.10. \"Original Software\" means the Source Code and Executable\n form of computer software code that is originally released\n under this License.\n\n 1.11. \"Patent Claims\" means any patent claim(s), now owned or\n hereafter acquired, including without limitation, method,\n process, and apparatus claims, in any patent Licensable by\n grantor.\n\n 1.12. \"Source Code\" means (a) the common form of computer software\n code in which modifications are made and (b) associated\n documentation included in or with such code.\n\n 1.13. \"You\" (or \"Your\") means an individual or a legal entity\n exercising rights under, and complying with all of the terms\n of, this License. For legal entities, \"You\" includes any\n entity which controls, is controlled by, or is under common\n control with You. For purposes of this definition,\n \"control\" means (a) the power, direct or indirect, to cause\n the direction or management of such entity, whether by\n contract or otherwise, or (b) ownership of more than fifty\n percent (50%) of the outstanding shares or beneficial\n ownership of such entity.\n\n2. License Grants.\n\n 2.1. The Initial Developer Grant.\n\n Conditioned upon Your compliance with Section 3.1 below and\n subject to third party intellectual property claims, the Initial\n Developer hereby grants You a world-wide, royalty-free,\n non-exclusive license:\n\n (a) under intellectual property rights (other than patent or\n trademark) Licensable by Initial Developer, to use,\n reproduce, modify, display, perform, sublicense and\n distribute the Original Software (or portions thereof),\n with or without Modifications, and/or as part of a Larger\n Work; and\n\n (b) under Patent Claims infringed by the making, using or\n selling of Original Software, to make, have made, use,\n practice, sell, and offer for sale, and/or otherwise\n dispose of the Original Software (or portions thereof).\n\n (c) The licenses granted in Sections 2.1(a) and (b) are\n effective on the date Initial Developer first distributes\n or otherwise makes the Original Software available to a\n third party under the terms of this License.\n\n (d) Notwithstanding Section 2.1(b) above, no patent license is\n granted: (1) for code that You delete from the Original\n Software, or (2) for infringements caused by: (i) the\n modification of the Original Software, or (ii) the\n combination of the Original Software with other software\n or devices.\n\n 2.2. Contributor Grant.\n\n Conditioned upon Your compliance with Section 3.1 below and\n subject to third party intellectual property claims, each\n Contributor hereby grants You a world-wide, royalty-free,\n non-exclusive license:\n\n (a) under intellectual property rights (other than patent or\n trademark) Licensable by Contributor to use, reproduce,\n modify, display, perform, sublicense and distribute the\n Modifications created by such Contributor (or portions\n thereof), either on an unmodified basis, with other\n Modifications, as Covered Software and/or as part of a\n Larger Work; and\n\n (b) under Patent Claims infringed by the making, using, or\n selling of Modifications made by that Contributor either\n alone and/or in combination with its Contributor Version\n (or portions of such combination), to make, use, sell,\n offer for sale, have made, and/or otherwise dispose of:\n (1) Modifications made by that Contributor (or portions\n thereof); and (2) the combination of Modifications made by\n that Contributor with its Contributor Version (or portions\n of such combination).\n\n (c) The licenses granted in Sections 2.2(a) and 2.2(b) are\n effective on the date Contributor first distributes or\n otherwise makes the Modifications available to a third\n party.\n\n (d) Notwithstanding Section 2.2(b) above, no patent license is\n granted: (1) for any code that Contributor has deleted\n from the Contributor Version; (2) for infringements caused\n by: (i) third party modifications of Contributor Version,\n or (ii) the combination of Modifications made by that\n Contributor with other software (except as part of the\n Contributor Version) or other devices; or (3) under Patent\n Claims infringed by Covered Software in the absence of\n Modifications made by that Contributor.\n\n3. Distribution Obligations.\n\n 3.1. Availability of Source Code.\n\n Any Covered Software that You distribute or otherwise make\n available in Executable form must also be made available in Source\n Code form and that Source Code form must be distributed only under\n the terms of this License. You must include a copy of this\n License with every copy of the Source Code form of the Covered\n Software You distribute or otherwise make available. You must\n inform recipients of any such Covered Software in Executable form\n as to how they can obtain such Covered Software in Source Code\n form in a reasonable manner on or through a medium customarily\n used for software exchange.\n\n 3.2. Modifications.\n\n The Modifications that You create or to which You contribute are\n governed by the terms of this License. You represent that You\n believe Your Modifications are Your original creation(s) and/or\n You have sufficient rights to grant the rights conveyed by this\n License.\n\n 3.3. Required Notices.\n\n You must include a notice in each of Your Modifications that\n identifies You as the Contributor of the Modification. You may\n not remove or alter any copyright, patent or trademark notices\n contained within the Covered Software, or any notices of licensing\n or any descriptive text giving attribution to any Contributor or\n the Initial Developer.\n\n 3.4. Application of Additional Terms.\n\n You may not offer or impose any terms on any Covered Software in\n Source Code form that alters or restricts the applicable version\n of this License or the recipients' rights hereunder. You may\n choose to offer, and to charge a fee for, warranty, support,\n indemnity or liability obligations to one or more recipients of\n Covered Software. However, you may do so only on Your own behalf,\n and not on behalf of the Initial Developer or any Contributor.\n You must make it absolutely clear that any such warranty, support,\n indemnity or liability obligation is offered by You alone, and You\n hereby agree to indemnify the Initial Developer and every\n Contributor for any liability incurred by the Initial Developer or\n such Contributor as a result of warranty, support, indemnity or\n liability terms You offer.\n\n 3.5. Distribution of Executable Versions.\n\n You may distribute the Executable form of the Covered Software\n under the terms of this License or under the terms of a license of\n Your choice, which may contain terms different from this License,\n provided that You are in compliance with the terms of this License\n and that the license for the Executable form does not attempt to\n limit or alter the recipient's rights in the Source Code form from\n the rights set forth in this License. If You distribute the\n Covered Software in Executable form under a different license, You\n must make it absolutely clear that any terms which differ from\n this License are offered by You alone, not by the Initial\n Developer or Contributor. You hereby agree to indemnify the\n Initial Developer and every Contributor for any liability incurred\n by the Initial Developer or such Contributor as a result of any\n such terms You offer.\n\n 3.6. Larger Works.\n\n You may create a Larger Work by combining Covered Software with\n other code not governed by the terms of this License and\n distribute the Larger Work as a single product. In such a case,\n You must make sure the requirements of this License are fulfilled\n for the Covered Software.\n\n4. Versions of the License.\n\n 4.1. New Versions.\n\n Sun Microsystems, Inc. is the initial license steward and may\n publish revised and/or new versions of this License from time to\n time. Each version will be given a distinguishing version number.\n Except as provided in Section 4.3, no one other than the license\n steward has the right to modify this License.\n\n 4.2. Effect of New Versions.\n\n You may always continue to use, distribute or otherwise make the\n Covered Software available under the terms of the version of the\n License under which You originally received the Covered Software.\n If the Initial Developer includes a notice in the Original\n Software prohibiting it from being distributed or otherwise made\n available under any subsequent version of the License, You must\n distribute and make the Covered Software available under the terms\n of the version of the License under which You originally received\n the Covered Software. Otherwise, You may also choose to use,\n distribute or otherwise make the Covered Software available under\n the terms of any subsequent version of the License published by\n the license steward.\n\n 4.3. Modified Versions.\n\n When You are an Initial Developer and You want to create a new\n license for Your Original Software, You may create and use a\n modified version of this License if You: (a) rename the license\n and remove any references to the name of the license steward\n (except to note that the license differs from this License); and\n (b) otherwise make it clear that the license contains terms which\n differ from this License.\n\n5. DISCLAIMER OF WARRANTY.\n\n COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN \"AS IS\"\n BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,\n INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED\n SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR\n PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND\n PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY\n COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE\n INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY\n NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF\n WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF\n ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS\n DISCLAIMER.\n\n6. TERMINATION.\n\n 6.1. This License and the rights granted hereunder will terminate\n automatically if You fail to comply with terms herein and fail to\n cure such breach within 30 days of becoming aware of the breach.\n Provisions which, by their nature, must remain in effect beyond\n the termination of this License shall survive.\n\n 6.2. If You assert a patent infringement claim (excluding\n declaratory judgment actions) against Initial Developer or a\n Contributor (the Initial Developer or Contributor against whom You\n assert such claim is referred to as \"Participant\") alleging that\n the Participant Software (meaning the Contributor Version where\n the Participant is a Contributor or the Original Software where\n the Participant is the Initial Developer) directly or indirectly\n infringes any patent, then any and all rights granted directly or\n indirectly to You by such Participant, the Initial Developer (if\n the Initial Developer is not the Participant) and all Contributors\n under Sections 2.1 and/or 2.2 of this License shall, upon 60 days\n notice from Participant terminate prospectively and automatically\n at the expiration of such 60 day notice period, unless if within\n such 60 day period You withdraw Your claim with respect to the\n Participant Software against such Participant either unilaterally\n or pursuant to a written agreement with Participant.\n\n 6.3. In the event of termination under Sections 6.1 or 6.2 above,\n all end user licenses that have been validly granted by You or any\n distributor hereunder prior to termination (excluding licenses\n granted to You by any distributor) shall survive termination.\n\n7. LIMITATION OF LIABILITY.\n\n UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT\n (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE\n INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF\n COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE\n LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR\n CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT\n LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK\n STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER\n COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN\n INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF\n LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL\n INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT\n APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO\n NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR\n CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT\n APPLY TO YOU.\n\n8. U.S. GOVERNMENT END USERS.\n\n The Covered Software is a \"commercial item,\" as that term is\n defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of \"commercial\n computer software\" (as that term is defined at 48\n C.F.R. 252.227-7014(a)(1)) and \"commercial computer software\n documentation\" as such terms are used in 48 C.F.R. 12.212\n (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48\n C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all\n U.S. Government End Users acquire Covered Software with only those\n rights set forth herein. This U.S. Government Rights clause is in\n lieu of, and supersedes, any other FAR, DFAR, or other clause or\n provision that addresses Government rights in computer software\n under this License.\n\n9. MISCELLANEOUS.\n\n This License represents the complete agreement concerning subject\n matter hereof. If any provision of this License is held to be\n unenforceable, such provision shall be reformed only to the extent\n necessary to make it enforceable. This License shall be governed\n by the law of the jurisdiction specified in a notice contained\n within the Original Software (except to the extent applicable law,\n if any, provides otherwise), excluding such jurisdiction's\n conflict-of-law provisions. Any litigation relating to this\n License shall be subject to the jurisdiction of the courts located\n in the jurisdiction and venue specified in a notice contained\n within the Original Software, with the losing party responsible\n for costs, including, without limitation, court costs and\n reasonable attorneys' fees and expenses. The application of the\n United Nations Convention on Contracts for the International Sale\n of Goods is expressly excluded. Any law or regulation which\n provides that the language of a contract shall be construed\n against the drafter shall not apply to this License. You agree\n that You alone are responsible for compliance with the United\n States export administration regulations (and the export control\n laws and regulation of any other countries) when You use,\n distribute or otherwise make available any Covered Software.\n\n10. RESPONSIBILITY FOR CLAIMS.\n\n As between Initial Developer and the Contributors, each party is\n responsible for claims and damages arising, directly or\n indirectly, out of its utilization of rights under this License\n and You agree to work with Initial Developer and Contributors to\n distribute such responsibility on an equitable basis. Nothing\n herein is intended or shall be deemed to constitute any admission\n of liability.\n\n--------------------------------------------------------------------\n\nNOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND\nDISTRIBUTION LICENSE (CDDL)\n\nFor Covered Software in this distribution, this License shall\nbe governed by the laws of the State of California (excluding\nconflict-of-law provisions).\n\nAny litigation relating to this License shall be subject to the\njurisdiction of the Federal Courts of the Northern District of\nCalifornia and the state courts of the State of California, with\nvenue lying in Santa Clara County, California.\n"},{"count":1,"name":"GNU General Public License v3.0 only","id":"GPL-3.0","indices":[61],"text":" GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. \n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n Preamble\n\n The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works. By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users. We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors. You can apply it to\nyour programs, too.\n\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights. Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received. You must make sure that they, too, receive\nor can get the source code. And you must show them these terms so they\nknow their rights.\n\n Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software. For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so. This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software. The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable. Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts. If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary. To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n The precise terms and conditions for copying, distribution and\nmodification follow.\n\n TERMS AND CONDITIONS\n\n 0. Definitions.\n\n \"This License\" refers to version 3 of the GNU General Public License.\n\n \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n \"The Program\" refers to any copyrightable work licensed under this\nLicense. Each licensee is addressed as \"you\". \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy. The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy. Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies. Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License. If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n 1. Source Code.\n\n The \"source code\" for a work means the preferred form of the work\nfor making modifications to it. \"Object code\" means any non-source\nform of a work.\n\n A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form. A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities. However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work. For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n The Corresponding Source for a work in source code form is that\nsame work.\n\n 2. Basic Permissions.\n\n All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met. This License explicitly affirms your unlimited\npermission to run the unmodified Program. The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work. This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force. You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright. Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n Conveying under any other circumstances is permitted solely under\nthe conditions stated below. Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n 3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n 4. Conveying Verbatim Copies.\n\n You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n 5. Conveying Modified Source Versions.\n\n You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n a) The work must carry prominent notices stating that you modified\n it, and giving a relevant date.\n\n b) The work must carry prominent notices stating that it is\n released under this License and any conditions added under section\n 7. This requirement modifies the requirement in section 4 to\n \"keep intact all notices\".\n\n c) You must license the entire work, as a whole, under this\n License to anyone who comes into possession of a copy. This\n License will therefore apply, along with any applicable section 7\n additional terms, to the whole of the work, and all its parts,\n regardless of how they are packaged. This License gives no\n permission to license the work in any other way, but it does not\n invalidate such permission if you have separately received it.\n\n d) If the work has interactive user interfaces, each must display\n Appropriate Legal Notices; however, if the Program has interactive\n interfaces that do not display Appropriate Legal Notices, your\n work need not make them do so.\n\n A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit. Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n 6. Conveying Non-Source Forms.\n\n You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n a) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by the\n Corresponding Source fixed on a durable physical medium\n customarily used for software interchange.\n\n b) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by a\n written offer, valid for at least three years and valid for as\n long as you offer spare parts or customer support for that product\n model, to give anyone who possesses the object code either (1) a\n copy of the Corresponding Source for all the software in the\n product that is covered by this License, on a durable physical\n medium customarily used for software interchange, for a price no\n more than your reasonable cost of physically performing this\n conveying of source, or (2) access to copy the\n Corresponding Source from a network server at no charge.\n\n c) Convey individual copies of the object code with a copy of the\n written offer to provide the Corresponding Source. This\n alternative is allowed only occasionally and noncommercially, and\n only if you received the object code with such an offer, in accord\n with subsection 6b.\n\n d) Convey the object code by offering access from a designated\n place (gratis or for a charge), and offer equivalent access to the\n Corresponding Source in the same way through the same place at no\n further charge. You need not require recipients to copy the\n Corresponding Source along with the object code. If the place to\n copy the object code is a network server, the Corresponding Source\n may be on a different server (operated by you or a third party)\n that supports equivalent copying facilities, provided you maintain\n clear directions next to the object code saying where to find the\n Corresponding Source. Regardless of what server hosts the\n Corresponding Source, you remain obligated to ensure that it is\n available for as long as needed to satisfy these requirements.\n\n e) Convey the object code using peer-to-peer transmission, provided\n you inform other peers where the object code and Corresponding\n Source of the work are being offered to the general public at no\n charge under subsection 6d.\n\n A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling. In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage. For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product. A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source. The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information. But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed. Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n 7. Additional Terms.\n\n \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law. If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit. (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.) You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n a) Disclaiming warranty or limiting liability differently from the\n terms of sections 15 and 16 of this License; or\n\n b) Requiring preservation of specified reasonable legal notices or\n author attributions in that material or in the Appropriate Legal\n Notices displayed by works containing it; or\n\n c) Prohibiting misrepresentation of the origin of that material, or\n requiring that modified versions of such material be marked in\n reasonable ways as different from the original version; or\n\n d) Limiting the use for publicity purposes of names of licensors or\n authors of the material; or\n\n e) Declining to grant rights under trademark law for use of some\n trade names, trademarks, or service marks; or\n\n f) Requiring indemnification of licensors and authors of that\n material by anyone who conveys the material (or modified versions of\n it) with contractual assumptions of liability to the recipient, for\n any liability that these contractual assumptions directly impose on\n those licensors and authors.\n\n All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10. If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term. If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n 8. Termination.\n\n You may not propagate or modify a covered work except as expressly\nprovided under this License. Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License. If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n 9. Acceptance Not Required for Having Copies.\n\n You are not required to accept this License in order to receive or\nrun a copy of the Program. Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance. However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work. These actions infringe copyright if you do\nnot accept this License. Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n 10. Automatic Licensing of Downstream Recipients.\n\n Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License. You are not responsible\nfor enforcing compliance by third parties with this License.\n\n An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations. If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License. For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n 11. Patents.\n\n A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based. The\nwork thus licensed is called the contributor's \"contributor version\".\n\n A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version. For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement). To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients. \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License. You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n 12. No Surrender of Others' Freedom.\n\n If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all. For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n 13. Use with the GNU Affero General Public License.\n\n Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work. The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n 14. Revised Versions of this License.\n\n The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n Each version is given a distinguishing version number. If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation. If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n Later license versions may give you additional or different\npermissions. However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n 15. Disclaimer of Warranty.\n\n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n 16. Limitation of Liability.\n\n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n 17. Interpretation of Sections 15 and 16.\n\n If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n END OF TERMS AND CONDITIONS\n"},{"count":1,"name":"ISC License","id":"ISC","indices":[62],"text":"Copyright © 2015, Simonas Kazlauskas\n\nPermission to use, copy, modify, and/or distribute this software for any purpose with or without\nfee is hereby granted, provided that the above copyright notice and this permission notice appear\nin all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\nSOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE\nAUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,\nNEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\nTHIS SOFTWARE.\n"},{"count":1,"name":"SIL Open Font License 1.1","id":"OFL-1.1","indices":[114],"text":"This Font Software is licensed under the SIL Open Font License,\nVersion 1.1.\n\nThis license is copied below, and is also available with a FAQ at:\nhttp://scripts.sil.org/OFL\n\n-----------------------------------------------------------\nSIL OPEN FONT LICENSE Version 1.1 - 26 February 2007\n-----------------------------------------------------------\n\nPREAMBLE\nThe goals of the Open Font License (OFL) are to stimulate worldwide\ndevelopment of collaborative font projects, to support the font\ncreation efforts of academic and linguistic communities, and to\nprovide a free and open framework in which fonts may be shared and\nimproved in partnership with others.\n\nThe OFL allows the licensed fonts to be used, studied, modified and\nredistributed freely as long as they are not sold by themselves. The\nfonts, including any derivative works, can be bundled, embedded,\nredistributed and/or sold with any software provided that any reserved\nnames are not used by derivative works. The fonts and derivatives,\nhowever, cannot be released under any other type of license. The\nrequirement for fonts to remain under this license does not apply to\nany document created using the fonts or their derivatives.\n\nDEFINITIONS\n\"Font Software\" refers to the set of files released by the Copyright\nHolder(s) under this license and clearly marked as such. This may\ninclude source files, build scripts and documentation.\n\n\"Reserved Font Name\" refers to any names specified as such after the\ncopyright statement(s).\n\n\"Original Version\" refers to the collection of Font Software\ncomponents as distributed by the Copyright Holder(s).\n\n\"Modified Version\" refers to any derivative made by adding to,\ndeleting, or substituting -- in part or in whole -- any of the\ncomponents of the Original Version, by changing formats or by porting\nthe Font Software to a new environment.\n\n\"Author\" refers to any designer, engineer, programmer, technical\nwriter or other person who contributed to the Font Software.\n\nPERMISSION & CONDITIONS\nPermission is hereby granted, free of charge, to any person obtaining\na copy of the Font Software, to use, study, copy, merge, embed,\nmodify, redistribute, and sell modified and unmodified copies of the\nFont Software, subject to the following conditions:\n\n1) Neither the Font Software nor any of its individual components, in\nOriginal or Modified Versions, may be sold by itself.\n\n2) Original or Modified Versions of the Font Software may be bundled,\nredistributed and/or sold with any software, provided that each copy\ncontains the above copyright notice and this license. These can be\nincluded either as stand-alone text files, human-readable headers or\nin the appropriate machine-readable metadata fields within text or\nbinary files as long as those fields can be easily viewed by the user.\n\n3) No Modified Version of the Font Software may use the Reserved Font\nName(s) unless explicit written permission is granted by the\ncorresponding Copyright Holder. This restriction only applies to the\nprimary font name as presented to the users.\n\n4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font\nSoftware shall not be used to promote, endorse or advertise any\nModified Version, except to acknowledge the contribution(s) of the\nCopyright Holder(s) and the Author(s) or with their explicit written\npermission.\n\n5) The Font Software, modified or unmodified, in part or in whole,\nmust be distributed entirely under this license, and must not be\ndistributed under any other license. The requirement for fonts to\nremain under this license does not apply to any document created using\nthe Font Software.\n\nTERMINATION\nThis license becomes null and void if any of the above conditions are\nnot met.\n\nDISCLAIMER\nTHE FONT SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE\nCOPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nINCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL\nDAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM\nOTHER DEALINGS IN THE FONT SOFTWARE.\n"},{"count":1,"name":"Unicode License Agreement - Data Files and Software (2016)","id":"Unicode-DFS-2016","indices":[115],"text":"UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE\n\nUnicode Data Files include all data files under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/.\n\nUnicode Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/.\n\nSoftware includes any source code published in the Unicode Standard or under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/.\n\nNOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES (\"DATA FILES\"), AND/OR SOFTWARE (\"SOFTWARE\"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.\n\nCOPYRIGHT AND PERMISSION NOTICE\n\nCopyright © 1991-2016 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the \"Data Files\") or Unicode software and any associated documentation (the \"Software\") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that either\n\n (a) this copyright and permission notice appear with all copies of the Data Files or Software, or\n (b) this copyright and permission notice appear in associated Documentation.\n\nTHE DATA FILES AND SOFTWARE ARE 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 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.\n"},{"count":1,"name":"zlib License","id":"Zlib","indices":[116],"text":"Copyright (c) 2021 Orson Peters \r\n\r\nThis software is provided 'as-is', without any express or implied warranty. In\r\nno event will the authors be held liable for any damages arising from the use of\r\nthis software.\r\n\r\nPermission is granted to anyone to use this software for any purpose, including\r\ncommercial applications, and to alter it and redistribute it freely, subject to\r\nthe following restrictions:\r\n\r\n 1. The origin of this software must not be misrepresented; you must not claim\r\n that you wrote the original software. If you use this software in a product,\r\n an acknowledgment in the product documentation would be appreciated but is\r\n not required.\r\n\r\n 2. Altered source versions must be plainly marked as such, and must not be\r\n misrepresented as being the original software.\r\n\r\n 3. This notice may not be removed or altered from any source distribution.\r\n"}],"licenses":[{"name":"Apache License 2.0","id":"Apache-2.0","text":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n","source_path":"LICENSE-APACHE.txt","used_by":[{"crate":{"name":"arboard","version":"3.4.1","authors":["Artur Kovacs ","Avi Weinstock ","Arboard contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#arboard@3.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Image and text handling for the OS clipboard.","dependencies":[{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"normal","optional":true,"uses_default_features":false,"features":["png"],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"wl-clipboard-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"x11rb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"core-graphics","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"normal","optional":true,"uses_default_features":false,"features":["tiff"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":["relax-void-encoding"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-app-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSPasteboard","NSPasteboardItem","NSImage"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSArray","NSString","NSEnumerator","NSGeometry"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"clipboard-win","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"normal","optional":true,"uses_default_features":false,"features":["png"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":true,"uses_default_features":true,"features":["Win32_Foundation","Win32_Graphics_Gdi","Win32_System_DataExchange","Win32_System_Memory","Win32_System_Ole"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"arboard","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"daemonize","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.1/examples/daemonize.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"get_image","kind":["example"],"crate_types":["bin"],"required-features":["image-data"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.1/examples/get_image.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"hello_world","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.1/examples/hello_world.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"set_html","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.1/examples/set_html.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"set_image","kind":["example"],"crate_types":["bin"],"required-features":["image-data"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.1/examples/set_image.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"core-graphics":["dep:core-graphics"],"default":["image-data"],"image":["dep:image"],"image-data":["core-graphics","image","windows-sys"],"wayland-data-control":["wl-clipboard-rs"],"windows-sys":["dep:windows-sys"],"wl-clipboard-rs":["dep:wl-clipboard-rs"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.1/Cargo.toml","categories":[],"keywords":["clipboard","image"],"readme":"README.md","repository":"https://github.com/1Password/arboard","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.67.1"},"path":null},{"crate":{"name":"fdeflate","version":"0.3.5","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast specialized deflate implementation","dependencies":[{"name":"simd-adler32","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"fdeflate","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fdeflate-0.3.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fdeflate-0.3.5/Cargo.toml","categories":["compression"],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/fdeflate","homepage":"https://github.com/image-rs/fdeflate","documentation":"https://docs.rs/fdeflate","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"image","version":"0.25.2","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#image@0.25.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Imaging library. Provides basic image processing and encoders/decoders for common image formats.","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"normal","optional":false,"uses_default_features":true,"features":["extern_crate_alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"color_quant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dav1d","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dcv-color-primitives","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"exr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gif","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"image-webp","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"mp4parse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"png","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"qoi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ravif","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rgb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.25","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tiff","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zune-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zune-jpeg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crc32fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glob","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-complex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"image","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"copy_from","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.2/benches/copy_from.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"decode","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.2/benches/decode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.2/benches/encode.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"avif":["dep:ravif","dep:rgb"],"avif-native":["dep:mp4parse","dep:dcv-color-primitives","dep:dav1d"],"benchmarks":[],"bmp":[],"color_quant":["dep:color_quant"],"dds":[],"default":["rayon","default-formats"],"default-formats":["avif","bmp","dds","exr","ff","gif","hdr","ico","jpeg","png","pnm","qoi","tga","tiff","webp"],"exr":["dep:exr"],"ff":[],"gif":["dep:gif","dep:color_quant"],"hdr":[],"ico":["bmp","png"],"jpeg":["dep:zune-core","dep:zune-jpeg"],"nasm":["ravif?/asm"],"png":["dep:png"],"pnm":[],"qoi":["dep:qoi"],"rayon":["dep:rayon"],"tga":[],"tiff":["dep:tiff"],"webp":["dep:image-webp"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.2/Cargo.toml","categories":["multimedia::images","multimedia::encoding","encoding"],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/image","homepage":"https://github.com/image-rs/image","documentation":"https://docs.rs/image","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.67.1"},"path":null},{"crate":{"name":"miniz_oxide","version":"0.7.4","authors":["Frommi ","oyvindln "],"id":"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"DEFLATE compression and decompression library rewritten in Rust based on miniz","dependencies":[{"name":"adler","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"simd-adler32","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Zlib OR Apache-2.0","license_file":null,"targets":[{"name":"miniz_oxide","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["with-alloc"],"rustc-dep-of-std":["core","alloc","compiler_builtins","adler/rustc-dep-of-std"],"simd":["simd-adler32"],"simd-adler32":["dep:simd-adler32"],"std":[],"with-alloc":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.4/Cargo.toml","categories":["compression"],"keywords":["zlib","miniz","deflate","encoding"],"readme":"Readme.md","repository":"https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide","homepage":"https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide","documentation":"https://docs.rs/miniz_oxide","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"miniz_oxide","version":"0.8.0","authors":["Frommi ","oyvindln "],"id":"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"DEFLATE compression and decompression library rewritten in Rust based on miniz","dependencies":[{"name":"adler2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"simd-adler32","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Zlib OR Apache-2.0","license_file":null,"targets":[{"name":"miniz_oxide","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.8.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["with-alloc"],"rustc-dep-of-std":["core","alloc","compiler_builtins","adler2/rustc-dep-of-std"],"simd":["simd-adler32"],"simd-adler32":["dep:simd-adler32"],"std":[],"with-alloc":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.8.0/Cargo.toml","categories":["compression"],"keywords":["zlib","miniz","deflate","encoding"],"readme":"Readme.md","repository":"https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide","homepage":"https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide","documentation":"https://docs.rs/miniz_oxide","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"pin-project-internal","version":"1.1.5","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#pin-project-internal@1.1.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Implementation detail of the `pin-project` crate.\n","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.25","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":["full","visit-mut"],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"pin_project_internal","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.5/Cargo.toml","categories":["no-std","no-std::no-alloc","rust-patterns"],"keywords":["pin","macros","attribute"],"readme":null,"repository":"https://github.com/taiki-e/pin-project","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"pin-project-lite","version":"0.2.14","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A lightweight version of pin-project written with declarative macros.\n","dependencies":[{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"pin_project_lite","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/compiletest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"drop_order","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/drop_order.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"expandtest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/expandtest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"proper_unpin","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/proper_unpin.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/Cargo.toml","categories":["no-std","no-std::no-alloc","rust-patterns"],"keywords":["pin","macros"],"readme":"README.md","repository":"https://github.com/taiki-e/pin-project-lite","homepage":null,"documentation":null,"edition":"2018","metadata":{"cargo_check_external_types":{"allowed_external_types":[]},"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.37.0"},"path":null},{"crate":{"name":"pin-project","version":"1.1.5","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A crate for safe and ergonomic pin-projection.\n","dependencies":[{"name":"pin-project-internal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.1.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"pin_project","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"enum-default","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/enum-default.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"enum-default-expanded","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/enum-default-expanded.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"not_unpin","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/not_unpin.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"not_unpin-expanded","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/not_unpin-expanded.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"pinned_drop","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/pinned_drop.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"pinned_drop-expanded","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/pinned_drop-expanded.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"project_replace","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/project_replace.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"project_replace-expanded","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/project_replace-expanded.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"struct-default","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/struct-default.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"struct-default-expanded","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/struct-default-expanded.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"unsafe_unpin","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/unsafe_unpin.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"unsafe_unpin-expanded","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/unsafe_unpin-expanded.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"cfg","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/cfg.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"drop_order","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/drop_order.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"expandtest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/expandtest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"pin_project","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/pin_project.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"pinned_drop","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/pinned_drop.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"proper_unpin","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/proper_unpin.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"repr_packed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/repr_packed.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unsafe_unpin","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/unsafe_unpin.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/Cargo.toml","categories":["no-std","no-std::no-alloc","rust-patterns"],"keywords":["pin","macros","attribute"],"readme":"README.md","repository":"https://github.com/taiki-e/pin-project","homepage":null,"documentation":null,"edition":"2021","metadata":{"cargo_check_external_types":{"allowed_external_types":["pin_project_internal::*"]},"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"raw-window-handle","version":"0.6.2","authors":["Osspial "],"id":"registry+https://github.com/rust-lang/crates.io-index#raw-window-handle@0.6.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Interoperability library for Rust Windowing applications.","dependencies":[{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.87","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"raw_window_handle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-window-handle-0.6.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"std":["alloc"],"wasm-bindgen":["dep:wasm-bindgen"],"wasm-bindgen-0-2":["wasm-bindgen","std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-window-handle-0.6.2/Cargo.toml","categories":[],"keywords":["windowing"],"readme":"README.md","repository":"https://github.com/rust-windowing/raw-window-handle","homepage":null,"documentation":"https://docs.rs/raw-window-handle","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2022-2023 John Nunley\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"xkeysym","version":"0.2.1","authors":["John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#xkeysym@0.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for working with X11 keysyms","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.3","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.160","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"x11rb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"xkeysym","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkeysym-0.2.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"x11rb","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkeysym-0.2.1/examples/x11rb.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"bytemuck":["dep:bytemuck"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkeysym-0.2.1/Cargo.toml","categories":[],"keywords":["x11","keysym","keysyms"],"readme":"README.md","repository":"https://github.com/notgull/xkeysym","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.58.1"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2023 Kirill Chibisov\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"cursor-icon","version":"1.1.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#cursor-icon@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross platform cursor icon type","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.162","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-cursor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"cursor_icon","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cursor-icon-1.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"serde":["dep:serde"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cursor-icon-1.1.0/Cargo.toml","categories":["gui"],"keywords":["windowing","cursor"],"readme":"README.md","repository":"https://github.com/rust-windowing/cursor-icon","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright [yyyy] [name of copyright owner]\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.","source_path":"tests/fonts/colr_1_LICENSE","used_by":[{"crate":{"name":"ttf-parser","version":"0.24.1","authors":["Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.24.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A high-level, safe, zero-allocation font parser for TrueType, OpenType, and AAT.","dependencies":[{"name":"core_maths","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"base64","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pico-args","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tiny-skia-path","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xmlwriter","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ttf_parser","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.24.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"font-info","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.24.1/examples/font-info.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"font2svg","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.24.1/examples/font2svg.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"bitmap","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.24.1/tests/bitmap.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tables","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.24.1/tests/tables/main.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"apple-layout":[],"core_maths":["dep:core_maths"],"default":["std","opentype-layout","apple-layout","variable-fonts","glyph-names"],"glyph-names":[],"gvar-alloc":["std"],"no-std-float":["core_maths"],"opentype-layout":[],"std":[],"variable-fonts":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.24.1/Cargo.toml","categories":["parser-implementations"],"keywords":["ttf","truetype","opentype"],"readme":"README.md","repository":"https://github.com/RazrFalcon/ttf-parser","homepage":null,"documentation":"https://docs.rs/ttf-parser/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright [yyyy] [name of copyright owner]\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"as-raw-xcb-connection","version":"1.0.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#as-raw-xcb-connection@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Trait to facilitate interoperatibility with libxcb C API","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"as_raw_xcb_connection","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/as-raw-xcb-connection-1.0.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/as-raw-xcb-connection-1.0.1/Cargo.toml","categories":[],"keywords":["xcb","X11"],"readme":null,"repository":"https://github.com/psychon/as-raw-xcb-connection","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"nohash-hasher","version":"0.2.0","authors":["Parity Technologies "],"id":"registry+https://github.com/rust-lang/crates.io-index#nohash-hasher@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An implementation of `std::hash::Hasher` which does not hash at all.","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"nohash_hasher","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nohash-hasher-0.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nohash-hasher-0.2.0/Cargo.toml","categories":[],"keywords":["hash","hasher","hashmap","hashset"],"readme":"README.md","repository":"https://github.com/paritytech/nohash-hasher","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"static_assertions","version":"1.1.0","authors":["Nikolai Vazquez"],"id":"registry+https://github.com/rust-lang/crates.io-index#static_assertions@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Compile-time assertions to ensure that invariants are met.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"static_assertions","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"nightly":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/Cargo.toml","categories":["no-std","rust-patterns","development-tools::testing"],"keywords":["assert","static","testing"],"readme":"README.md","repository":"https://github.com/nvzqz/static-assertions-rs","homepage":"https://github.com/nvzqz/static-assertions-rs","documentation":"https://docs.rs/static_assertions/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"tinyvec","version":"1.8.0","authors":["Lokathor "],"id":"registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"`tinyvec` provides 100% safe vec-like data structures.","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tinyvec_macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"debugger_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"debugger_test_parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Zlib OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"tinyvec","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"tinyvec","kind":["test"],"crate_types":["bin"],"required-features":["alloc","std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/tests/tinyvec.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"debugger_visualizer","kind":["test"],"crate_types":["bin"],"required-features":["debugger_visualizer"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/tests/debugger_visualizer.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"arrayvec","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/tests/arrayvec.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/benches/macros.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"smallvec","kind":["bench"],"crate_types":["bin"],"required-features":["alloc","real_blackbox"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/benches/smallvec.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":["tinyvec_macros"],"arbitrary":["dep:arbitrary"],"debugger_visualizer":[],"default":[],"experimental_write_impl":[],"grab_spare_slice":[],"nightly_slice_partition_dedup":[],"real_blackbox":["criterion/real_blackbox"],"rustc_1_40":[],"rustc_1_55":[],"rustc_1_57":["rustc_1_55"],"rustc_1_61":[],"serde":["dep:serde"],"std":["alloc"],"tinyvec_macros":["dep:tinyvec_macros"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/Cargo.toml","categories":["data-structures","no-std"],"keywords":["vec","no_std","no-std"],"readme":"README.md","repository":"https://github.com/Lokathor/tinyvec","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["alloc","std","grab_spare_slice","rustc_1_55","serde"],"rustdoc-args":["--cfg","docs_rs"]}},"playground":{"features":["alloc","std","grab_spare_slice","rustc_1_55","serde"]}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"x11rb-protocol","version":"0.13.1","authors":["Uli Schlachter ","Eduardo Sánchez Muñoz ","notgull "],"id":"registry+https://github.com/rust-lang/crates.io-index#x11rb-protocol@0.13.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings to X11","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"x11rb_protocol","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"enum_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/tests/enum_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"parsing_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/tests/parsing_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"request_parsing_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/tests/request_parsing_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"proto_connection","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/benches/proto_connection.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"all-extensions":["composite","damage","dbe","dpms","dri2","dri3","glx","present","randr","record","render","res","screensaver","shape","shm","sync","xevie","xf86dri","xf86vidmode","xfixes","xinerama","xinput","xkb","xprint","xselinux","xtest","xv","xvmc"],"composite":["xfixes"],"damage":["xfixes"],"dbe":[],"default":["std"],"dpms":[],"dri2":[],"dri3":[],"extra-traits":[],"glx":[],"present":["randr","xfixes","sync"],"randr":["render"],"record":[],"render":[],"request-parsing":[],"res":[],"resource_manager":["std"],"screensaver":[],"serde":["dep:serde"],"shape":[],"shm":[],"std":[],"sync":[],"xevie":[],"xf86dri":[],"xf86vidmode":[],"xfixes":["render","shape"],"xinerama":[],"xinput":["xfixes"],"xkb":[],"xprint":[],"xselinux":[],"xtest":[],"xv":["shm"],"xvmc":["xv"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/Cargo.toml","categories":[],"keywords":["xcb","X11"],"readme":"README.md","repository":"https://github.com/psychon/x11rb","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"x11rb","version":"0.13.1","authors":["Uli Schlachter ","Eduardo Sánchez Muñoz ","notgull "],"id":"registry+https://github.com/rust-lang/crates.io-index#x11rb@0.13.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings to X11","dependencies":[{"name":"as-raw-xcb-connection","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38","kind":"normal","optional":false,"uses_default_features":false,"features":["std","event","fs","net","system"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"x11rb-protocol","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.1","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"gethostname","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"polling","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-subscriber","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gethostname","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(unix))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"x11rb","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_unchecked_requests","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/check_unchecked_requests.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"display_ppm","kind":["example"],"crate_types":["bin"],"required-features":["image"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/display_ppm.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"generic_events","kind":["example"],"crate_types":["bin"],"required-features":["present"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/generic_events.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"hypnomoire","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/hypnomoire.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_fonts","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/list_fonts.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"record","kind":["example"],"crate_types":["bin"],"required-features":["record"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/record.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"shared_memory","kind":["example"],"crate_types":["bin"],"required-features":["libc","shm"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/shared_memory.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_window","kind":["example"],"crate_types":["bin"],"required-features":["cursor","resource_manager","tracing","tracing-subscriber/env-filter"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/simple_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_window_manager","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/simple_window_manager.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"tutorial","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/tutorial.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"xclock_utc","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/xclock_utc.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"xeyes","kind":["example"],"crate_types":["bin"],"required-features":["shape"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/xeyes.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"multithread_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/tests/multithread_test.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"regression_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/tests/regression_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"resource_manager","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/tests/resource_manager.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"x11_utils","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/tests/x11_utils.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"all-extensions":["x11rb-protocol/all-extensions","composite","damage","dbe","dpms","dri2","dri3","glx","present","randr","record","render","res","screensaver","shape","shm","sync","xevie","xf86dri","xf86vidmode","xfixes","xinerama","xinput","xkb","xprint","xselinux","xtest","xv","xvmc"],"allow-unsafe-code":["libc","as-raw-xcb-connection"],"as-raw-xcb-connection":["dep:as-raw-xcb-connection"],"composite":["x11rb-protocol/composite","xfixes"],"cursor":["render","resource_manager"],"damage":["x11rb-protocol/damage","xfixes"],"dbe":["x11rb-protocol/dbe"],"dl-libxcb":["allow-unsafe-code","libloading","once_cell"],"dpms":["x11rb-protocol/dpms"],"dri2":["x11rb-protocol/dri2"],"dri3":["x11rb-protocol/dri3"],"extra-traits":["x11rb-protocol/extra-traits"],"glx":["x11rb-protocol/glx"],"image":[],"libc":["dep:libc"],"libloading":["dep:libloading"],"once_cell":["dep:once_cell"],"present":["x11rb-protocol/present","randr","xfixes","sync"],"randr":["x11rb-protocol/randr","render"],"record":["x11rb-protocol/record"],"render":["x11rb-protocol/render"],"request-parsing":["x11rb-protocol/request-parsing"],"res":["x11rb-protocol/res"],"resource_manager":["x11rb-protocol/resource_manager"],"screensaver":["x11rb-protocol/screensaver"],"shape":["x11rb-protocol/shape"],"shm":["x11rb-protocol/shm"],"sync":["x11rb-protocol/sync"],"tracing":["dep:tracing"],"xevie":["x11rb-protocol/xevie"],"xf86dri":["x11rb-protocol/xf86dri"],"xf86vidmode":["x11rb-protocol/xf86vidmode"],"xfixes":["x11rb-protocol/xfixes","render","shape"],"xinerama":["x11rb-protocol/xinerama"],"xinput":["x11rb-protocol/xinput","xfixes"],"xkb":["x11rb-protocol/xkb"],"xprint":["x11rb-protocol/xprint"],"xselinux":["x11rb-protocol/xselinux"],"xtest":["x11rb-protocol/xtest"],"xv":["x11rb-protocol/xv","shm"],"xvmc":["x11rb-protocol/xvmc","xv"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/Cargo.toml","categories":[],"keywords":["xcb","X11"],"readme":"README.md","repository":"https://github.com/psychon/x11rb","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n","source_path":"LICENSE","used_by":[{"crate":{"name":"ab_glyph","version":"0.2.28","authors":["Alex Butler "],"id":"registry+https://github.com/rust-lang/crates.io-index#ab_glyph@0.2.28","source":"registry+https://github.com/rust-lang/crates.io-index","description":"API for loading, scaling, positioning and rasterizing OpenType font glyphs.","dependencies":[{"name":"ab_glyph_rasterizer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"owned_ttf_parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ab_glyph","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph-0.2.28/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std","variable-fonts"],"libm":["dep:libm","ab_glyph_rasterizer/libm","owned_ttf_parser/no-std-float"],"std":["owned_ttf_parser/default","ab_glyph_rasterizer/default"],"variable-fonts":["owned_ttf_parser/variable-fonts"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph-0.2.28/Cargo.toml","categories":[],"keywords":["text","ttf","truetype","otf","opentype"],"readme":"README.md","repository":"https://github.com/alexheretic/ab-glyph","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"android-activity","version":"0.6.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#android-activity@0.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Glue for building Rust applications on Android with NativeActivity or GameActivity","dependencies":[{"name":"android-properties","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cesu8","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jni","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jni-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ndk","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ndk-context","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ndk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num_enum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"build","optional":false,"uses_default_features":true,"features":["parallel"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"android_activity","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-activity-0.6.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-activity-0.6.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":[],"game-activity":[],"native-activity":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-activity-0.6.0/Cargo.toml","categories":[],"keywords":["android","ndk"],"readme":"README.md","repository":"https://github.com/rust-mobile/android-activity","homepage":"https://github.com/rust-mobile/android-activity","documentation":"https://docs.rs/android-activity","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"],"targets":["aarch64-linux-android","armv7-linux-androideabi","i686-linux-android","x86_64-linux-android"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.69.0"},"path":null},{"crate":{"name":"owned_ttf_parser","version":"0.24.0","authors":["Alex Butler "],"id":"registry+https://github.com/rust-lang/crates.io-index#owned_ttf_parser@0.24.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"ttf-parser plus support for owned data","dependencies":[{"name":"ttf-parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"owned_ttf_parser","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.24.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"face_mut","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.24.0/tests/face_mut.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"owned_ttf","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.24.0/tests/owned_ttf.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"preparse","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.24.0/tests/preparse.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"apple-layout":["ttf-parser/apple-layout"],"default":["std","opentype-layout","apple-layout","variable-fonts","glyph-names"],"glyph-names":["ttf-parser/glyph-names"],"gvar-alloc":["std","ttf-parser/gvar-alloc"],"no-std-float":["ttf-parser/no-std-float"],"opentype-layout":["ttf-parser/opentype-layout"],"std":["ttf-parser/std"],"variable-fonts":["ttf-parser/variable-fonts"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.24.0/Cargo.toml","categories":[],"keywords":["ttf","truetype","otf","opentype"],"readme":"README.md","repository":"https://github.com/alexheretic/owned-ttf-parser","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright (c) Microsoft Corporation.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"license-apache-2.0","used_by":[{"crate":{"name":"windows-core","version":"0.52.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-core@0.52.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.52.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":[],"implement":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.52.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows-core","version":"0.56.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-core@0.56.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-implement","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-interface","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-result","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.56.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bindings","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.56.0/tests/bindings.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.56.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"path":null},{"crate":{"name":"windows-core","version":"0.58.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-core@0.58.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-implement","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.58.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-interface","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.58.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-result","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-strings","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.58.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.58.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"windows-implement","version":"0.56.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-implement@0.56.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The implement macro for the windows crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","proc-macro","printing","full","derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_implement","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-implement-0.56.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-implement-0.56.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"path":null},{"crate":{"name":"windows-implement","version":"0.58.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-implement@0.58.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The implement macro for the windows crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","proc-macro","printing","full","derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_implement","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-implement-0.58.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-implement-0.58.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"windows-interface","version":"0.56.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-interface@0.56.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The interface macro for the windows crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","proc-macro","printing","full","derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_interface","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-interface-0.56.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-interface-0.56.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"path":null},{"crate":{"name":"windows-interface","version":"0.58.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-interface@0.58.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The interface macro for the windows crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","proc-macro","printing","full","derive","clone-impls"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_interface","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-interface-0.58.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-interface-0.58.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"windows-result","version":"0.1.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-result@0.1.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Windows error handling","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.57.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_result","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-result-0.1.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-result-0.1.2/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"windows-result","version":"0.2.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-result@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Windows error handling","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_result","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-result-0.2.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-result-0.2.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"windows-strings","version":"0.1.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-strings@0.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-result","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_strings","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-strings-0.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-strings-0.1.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"windows-sys","version":"0.45.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(windows_raw_dylib))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.45.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"Win32":[],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"default":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.45.0/Cargo.toml","categories":[],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"path":null},{"crate":{"name":"windows-sys","version":"0.48.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.48.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"Wdk":[],"Wdk_System":["Wdk"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Win32":[],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ClrProfiling":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_ActiveScript":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.48.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"path":null},{"crate":{"name":"windows-sys","version":"0.52.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.52.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"Wdk":[],"Wdk_Foundation":["Wdk"],"Wdk_Graphics":["Wdk"],"Wdk_Graphics_Direct3D":["Wdk_Graphics"],"Wdk_Storage":["Wdk"],"Wdk_Storage_FileSystem":["Wdk_Storage"],"Wdk_Storage_FileSystem_Minifilters":["Wdk_Storage_FileSystem"],"Wdk_System":["Wdk"],"Wdk_System_IO":["Wdk_System"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Wdk_System_Registry":["Wdk_System"],"Wdk_System_SystemInformation":["Wdk_System"],"Wdk_System_SystemServices":["Wdk_System"],"Wdk_System_Threading":["Wdk_System"],"Win32":[],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_GdiPlus":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_Nvme":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_Variant":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":[],"docs":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.52.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows-sys","version":"0.59.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.59.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.59.0/src/lib.rs","edition":"2021","doctest":false,"test":false,"doc":true}],"features":{"Wdk":["Win32_Foundation"],"Wdk_Devices":["Wdk"],"Wdk_Devices_Bluetooth":["Wdk_Devices"],"Wdk_Devices_HumanInterfaceDevice":["Wdk_Devices"],"Wdk_Foundation":["Wdk"],"Wdk_Graphics":["Wdk"],"Wdk_Graphics_Direct3D":["Wdk_Graphics"],"Wdk_NetworkManagement":["Wdk"],"Wdk_NetworkManagement_Ndis":["Wdk_NetworkManagement"],"Wdk_NetworkManagement_WindowsFilteringPlatform":["Wdk_NetworkManagement"],"Wdk_Storage":["Wdk"],"Wdk_Storage_FileSystem":["Wdk_Storage"],"Wdk_Storage_FileSystem_Minifilters":["Wdk_Storage_FileSystem"],"Wdk_System":["Wdk"],"Wdk_System_IO":["Wdk_System"],"Wdk_System_Memory":["Wdk_System"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Wdk_System_Registry":["Wdk_System"],"Wdk_System_SystemInformation":["Wdk_System"],"Wdk_System_SystemServices":["Wdk_System"],"Wdk_System_Threading":["Wdk_System"],"Win32":["Win32_Foundation"],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_GdiPlus":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_Nvme":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_TraceLogging":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_Variant":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":[],"docs":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.59.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"windows-targets","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libs for Windows","dependencies":[{"name":"windows_aarch64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-uwp-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-gnu","rename":null,"registry":null,"path":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-uwp-windows-gnu","rename":null,"registry":null,"path":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-uwp-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnu","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-uwp-windows-gnu","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-uwp-windows-msvc","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_targets","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows-targets","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libs for Windows","dependencies":[{"name":"windows_aarch64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnullvm","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_targets","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows-targets","version":"0.52.6","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libs for Windows","dependencies":[{"name":"windows_aarch64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnullvm","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_targets","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.52.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.52.6/Cargo.toml","categories":[],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows","version":"0.56.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows@0.56.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-0.56.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"AI":["Foundation"],"AI_MachineLearning":["AI"],"ApplicationModel":["Foundation"],"ApplicationModel_Activation":["ApplicationModel"],"ApplicationModel_AppExtensions":["ApplicationModel"],"ApplicationModel_AppService":["ApplicationModel"],"ApplicationModel_Appointments":["ApplicationModel"],"ApplicationModel_Appointments_AppointmentsProvider":["ApplicationModel_Appointments"],"ApplicationModel_Appointments_DataProvider":["ApplicationModel_Appointments"],"ApplicationModel_Background":["ApplicationModel"],"ApplicationModel_Calls":["ApplicationModel"],"ApplicationModel_Calls_Background":["ApplicationModel_Calls"],"ApplicationModel_Calls_Provider":["ApplicationModel_Calls"],"ApplicationModel_Chat":["ApplicationModel"],"ApplicationModel_CommunicationBlocking":["ApplicationModel"],"ApplicationModel_Contacts":["ApplicationModel"],"ApplicationModel_Contacts_DataProvider":["ApplicationModel_Contacts"],"ApplicationModel_Contacts_Provider":["ApplicationModel_Contacts"],"ApplicationModel_ConversationalAgent":["ApplicationModel"],"ApplicationModel_Core":["ApplicationModel"],"ApplicationModel_DataTransfer":["ApplicationModel"],"ApplicationModel_DataTransfer_DragDrop":["ApplicationModel_DataTransfer"],"ApplicationModel_DataTransfer_DragDrop_Core":["ApplicationModel_DataTransfer_DragDrop"],"ApplicationModel_DataTransfer_ShareTarget":["ApplicationModel_DataTransfer"],"ApplicationModel_Email":["ApplicationModel"],"ApplicationModel_Email_DataProvider":["ApplicationModel_Email"],"ApplicationModel_ExtendedExecution":["ApplicationModel"],"ApplicationModel_ExtendedExecution_Foreground":["ApplicationModel_ExtendedExecution"],"ApplicationModel_Holographic":["ApplicationModel"],"ApplicationModel_LockScreen":["ApplicationModel"],"ApplicationModel_Payments":["ApplicationModel"],"ApplicationModel_Payments_Provider":["ApplicationModel_Payments"],"ApplicationModel_Preview":["ApplicationModel"],"ApplicationModel_Preview_Holographic":["ApplicationModel_Preview"],"ApplicationModel_Preview_InkWorkspace":["ApplicationModel_Preview"],"ApplicationModel_Preview_Notes":["ApplicationModel_Preview"],"ApplicationModel_Resources":["ApplicationModel"],"ApplicationModel_Resources_Core":["ApplicationModel_Resources"],"ApplicationModel_Resources_Management":["ApplicationModel_Resources"],"ApplicationModel_Search":["ApplicationModel"],"ApplicationModel_Search_Core":["ApplicationModel_Search"],"ApplicationModel_Store":["ApplicationModel"],"ApplicationModel_Store_LicenseManagement":["ApplicationModel_Store"],"ApplicationModel_Store_Preview":["ApplicationModel_Store"],"ApplicationModel_Store_Preview_InstallControl":["ApplicationModel_Store_Preview"],"ApplicationModel_UserActivities":["ApplicationModel"],"ApplicationModel_UserActivities_Core":["ApplicationModel_UserActivities"],"ApplicationModel_UserDataAccounts":["ApplicationModel"],"ApplicationModel_UserDataAccounts_Provider":["ApplicationModel_UserDataAccounts"],"ApplicationModel_UserDataAccounts_SystemAccess":["ApplicationModel_UserDataAccounts"],"ApplicationModel_UserDataTasks":["ApplicationModel"],"ApplicationModel_UserDataTasks_DataProvider":["ApplicationModel_UserDataTasks"],"ApplicationModel_VoiceCommands":["ApplicationModel"],"ApplicationModel_Wallet":["ApplicationModel"],"ApplicationModel_Wallet_System":["ApplicationModel_Wallet"],"Data":["Foundation"],"Data_Html":["Data"],"Data_Json":["Data"],"Data_Pdf":["Data"],"Data_Text":["Data"],"Data_Xml":["Data"],"Data_Xml_Dom":["Data_Xml"],"Data_Xml_Xsl":["Data_Xml"],"Devices":["Foundation"],"Devices_Adc":["Devices"],"Devices_Adc_Provider":["Devices_Adc"],"Devices_Background":["Devices"],"Devices_Bluetooth":["Devices"],"Devices_Bluetooth_Advertisement":["Devices_Bluetooth"],"Devices_Bluetooth_Background":["Devices_Bluetooth"],"Devices_Bluetooth_GenericAttributeProfile":["Devices_Bluetooth"],"Devices_Bluetooth_Rfcomm":["Devices_Bluetooth"],"Devices_Custom":["Devices"],"Devices_Display":["Devices"],"Devices_Display_Core":["Devices_Display"],"Devices_Enumeration":["Devices"],"Devices_Enumeration_Pnp":["Devices_Enumeration"],"Devices_Geolocation":["Devices"],"Devices_Geolocation_Geofencing":["Devices_Geolocation"],"Devices_Geolocation_Provider":["Devices_Geolocation"],"Devices_Gpio":["Devices"],"Devices_Gpio_Provider":["Devices_Gpio"],"Devices_Haptics":["Devices"],"Devices_HumanInterfaceDevice":["Devices"],"Devices_I2c":["Devices"],"Devices_I2c_Provider":["Devices_I2c"],"Devices_Input":["Devices"],"Devices_Input_Preview":["Devices_Input"],"Devices_Lights":["Devices"],"Devices_Lights_Effects":["Devices_Lights"],"Devices_Midi":["Devices"],"Devices_PointOfService":["Devices"],"Devices_PointOfService_Provider":["Devices_PointOfService"],"Devices_Portable":["Devices"],"Devices_Power":["Devices"],"Devices_Printers":["Devices"],"Devices_Printers_Extensions":["Devices_Printers"],"Devices_Pwm":["Devices"],"Devices_Pwm_Provider":["Devices_Pwm"],"Devices_Radios":["Devices"],"Devices_Scanners":["Devices"],"Devices_Sensors":["Devices"],"Devices_Sensors_Custom":["Devices_Sensors"],"Devices_SerialCommunication":["Devices"],"Devices_SmartCards":["Devices"],"Devices_Sms":["Devices"],"Devices_Spi":["Devices"],"Devices_Spi_Provider":["Devices_Spi"],"Devices_Usb":["Devices"],"Devices_WiFi":["Devices"],"Devices_WiFiDirect":["Devices"],"Devices_WiFiDirect_Services":["Devices_WiFiDirect"],"Embedded":["Foundation"],"Embedded_DeviceLockdown":["Embedded"],"Foundation":[],"Foundation_Collections":["Foundation"],"Foundation_Diagnostics":["Foundation"],"Foundation_Metadata":["Foundation"],"Foundation_Numerics":["Foundation"],"Gaming":["Foundation"],"Gaming_Input":["Gaming"],"Gaming_Input_Custom":["Gaming_Input"],"Gaming_Input_ForceFeedback":["Gaming_Input"],"Gaming_Input_Preview":["Gaming_Input"],"Gaming_Preview":["Gaming"],"Gaming_Preview_GamesEnumeration":["Gaming_Preview"],"Gaming_UI":["Gaming"],"Gaming_XboxLive":["Gaming"],"Gaming_XboxLive_Storage":["Gaming_XboxLive"],"Globalization":["Foundation"],"Globalization_Collation":["Globalization"],"Globalization_DateTimeFormatting":["Globalization"],"Globalization_Fonts":["Globalization"],"Globalization_NumberFormatting":["Globalization"],"Globalization_PhoneNumberFormatting":["Globalization"],"Graphics":["Foundation"],"Graphics_Capture":["Graphics"],"Graphics_DirectX":["Graphics"],"Graphics_DirectX_Direct3D11":["Graphics_DirectX"],"Graphics_Display":["Graphics"],"Graphics_Display_Core":["Graphics_Display"],"Graphics_Effects":["Graphics"],"Graphics_Holographic":["Graphics"],"Graphics_Imaging":["Graphics"],"Graphics_Printing":["Graphics"],"Graphics_Printing3D":["Graphics"],"Graphics_Printing_OptionDetails":["Graphics_Printing"],"Graphics_Printing_PrintSupport":["Graphics_Printing"],"Graphics_Printing_PrintTicket":["Graphics_Printing"],"Graphics_Printing_Workflow":["Graphics_Printing"],"Management":["Foundation"],"Management_Core":["Management"],"Management_Deployment":["Management"],"Management_Deployment_Preview":["Management_Deployment"],"Management_Policies":["Management"],"Management_Update":["Management"],"Management_Workplace":["Management"],"Media":["Foundation"],"Media_AppBroadcasting":["Media"],"Media_AppRecording":["Media"],"Media_Audio":["Media"],"Media_Capture":["Media"],"Media_Capture_Core":["Media_Capture"],"Media_Capture_Frames":["Media_Capture"],"Media_Casting":["Media"],"Media_ClosedCaptioning":["Media"],"Media_ContentRestrictions":["Media"],"Media_Control":["Media"],"Media_Core":["Media"],"Media_Core_Preview":["Media_Core"],"Media_Devices":["Media"],"Media_Devices_Core":["Media_Devices"],"Media_DialProtocol":["Media"],"Media_Editing":["Media"],"Media_Effects":["Media"],"Media_FaceAnalysis":["Media"],"Media_Import":["Media"],"Media_MediaProperties":["Media"],"Media_Miracast":["Media"],"Media_Ocr":["Media"],"Media_PlayTo":["Media"],"Media_Playback":["Media"],"Media_Playlists":["Media"],"Media_Protection":["Media"],"Media_Protection_PlayReady":["Media_Protection"],"Media_Render":["Media"],"Media_SpeechRecognition":["Media"],"Media_SpeechSynthesis":["Media"],"Media_Streaming":["Media"],"Media_Streaming_Adaptive":["Media_Streaming"],"Media_Transcoding":["Media"],"Networking":["Foundation"],"Networking_BackgroundTransfer":["Networking"],"Networking_Connectivity":["Networking"],"Networking_NetworkOperators":["Networking"],"Networking_Proximity":["Networking"],"Networking_PushNotifications":["Networking"],"Networking_ServiceDiscovery":["Networking"],"Networking_ServiceDiscovery_Dnssd":["Networking_ServiceDiscovery"],"Networking_Sockets":["Networking"],"Networking_Vpn":["Networking"],"Networking_XboxLive":["Networking"],"Perception":["Foundation"],"Perception_Automation":["Perception"],"Perception_Automation_Core":["Perception_Automation"],"Perception_People":["Perception"],"Perception_Spatial":["Perception"],"Perception_Spatial_Preview":["Perception_Spatial"],"Perception_Spatial_Surfaces":["Perception_Spatial"],"Phone":["Foundation"],"Phone_ApplicationModel":["Phone"],"Phone_Devices":["Phone"],"Phone_Devices_Notification":["Phone_Devices"],"Phone_Devices_Power":["Phone_Devices"],"Phone_Management":["Phone"],"Phone_Management_Deployment":["Phone_Management"],"Phone_Media":["Phone"],"Phone_Media_Devices":["Phone_Media"],"Phone_Notification":["Phone"],"Phone_Notification_Management":["Phone_Notification"],"Phone_PersonalInformation":["Phone"],"Phone_PersonalInformation_Provisioning":["Phone_PersonalInformation"],"Phone_Speech":["Phone"],"Phone_Speech_Recognition":["Phone_Speech"],"Phone_StartScreen":["Phone"],"Phone_System":["Phone"],"Phone_System_Power":["Phone_System"],"Phone_System_Profile":["Phone_System"],"Phone_System_UserProfile":["Phone_System"],"Phone_System_UserProfile_GameServices":["Phone_System_UserProfile"],"Phone_System_UserProfile_GameServices_Core":["Phone_System_UserProfile_GameServices"],"Phone_UI":["Phone"],"Phone_UI_Input":["Phone_UI"],"Security":["Foundation"],"Security_Authentication":["Security"],"Security_Authentication_Identity":["Security_Authentication"],"Security_Authentication_Identity_Core":["Security_Authentication_Identity"],"Security_Authentication_OnlineId":["Security_Authentication"],"Security_Authentication_Web":["Security_Authentication"],"Security_Authentication_Web_Core":["Security_Authentication_Web"],"Security_Authentication_Web_Provider":["Security_Authentication_Web"],"Security_Authorization":["Security"],"Security_Authorization_AppCapabilityAccess":["Security_Authorization"],"Security_Credentials":["Security"],"Security_Credentials_UI":["Security_Credentials"],"Security_Cryptography":["Security"],"Security_Cryptography_Certificates":["Security_Cryptography"],"Security_Cryptography_Core":["Security_Cryptography"],"Security_Cryptography_DataProtection":["Security_Cryptography"],"Security_DataProtection":["Security"],"Security_EnterpriseData":["Security"],"Security_ExchangeActiveSyncProvisioning":["Security"],"Security_Isolation":["Security"],"Services":["Foundation"],"Services_Maps":["Services"],"Services_Maps_Guidance":["Services_Maps"],"Services_Maps_LocalSearch":["Services_Maps"],"Services_Maps_OfflineMaps":["Services_Maps"],"Services_Store":["Services"],"Services_TargetedContent":["Services"],"Storage":["Foundation"],"Storage_AccessCache":["Storage"],"Storage_BulkAccess":["Storage"],"Storage_Compression":["Storage"],"Storage_FileProperties":["Storage"],"Storage_Pickers":["Storage"],"Storage_Pickers_Provider":["Storage_Pickers"],"Storage_Provider":["Storage"],"Storage_Search":["Storage"],"Storage_Streams":["Storage"],"System":["Foundation"],"System_Diagnostics":["System"],"System_Diagnostics_DevicePortal":["System_Diagnostics"],"System_Diagnostics_Telemetry":["System_Diagnostics"],"System_Diagnostics_TraceReporting":["System_Diagnostics"],"System_Display":["System"],"System_Implementation":["System"],"System_Implementation_FileExplorer":["System_Implementation"],"System_Inventory":["System"],"System_Power":["System"],"System_Profile":["System"],"System_Profile_SystemManufacturers":["System_Profile"],"System_RemoteDesktop":["System"],"System_RemoteDesktop_Input":["System_RemoteDesktop"],"System_RemoteDesktop_Provider":["System_RemoteDesktop"],"System_RemoteSystems":["System"],"System_Threading":["System"],"System_Threading_Core":["System_Threading"],"System_Update":["System"],"System_UserProfile":["System"],"UI":["Foundation"],"UI_Accessibility":["UI"],"UI_ApplicationSettings":["UI"],"UI_Composition":["UI"],"UI_Composition_Core":["UI_Composition"],"UI_Composition_Desktop":["UI_Composition"],"UI_Composition_Diagnostics":["UI_Composition"],"UI_Composition_Effects":["UI_Composition"],"UI_Composition_Interactions":["UI_Composition"],"UI_Composition_Scenes":["UI_Composition"],"UI_Core":["UI"],"UI_Core_AnimationMetrics":["UI_Core"],"UI_Core_Preview":["UI_Core"],"UI_Input":["UI"],"UI_Input_Core":["UI_Input"],"UI_Input_Inking":["UI_Input"],"UI_Input_Inking_Analysis":["UI_Input_Inking"],"UI_Input_Inking_Core":["UI_Input_Inking"],"UI_Input_Inking_Preview":["UI_Input_Inking"],"UI_Input_Preview":["UI_Input"],"UI_Input_Preview_Injection":["UI_Input_Preview"],"UI_Input_Spatial":["UI_Input"],"UI_Notifications":["UI"],"UI_Notifications_Management":["UI_Notifications"],"UI_Notifications_Preview":["UI_Notifications"],"UI_Popups":["UI"],"UI_Shell":["UI"],"UI_StartScreen":["UI"],"UI_Text":["UI"],"UI_Text_Core":["UI_Text"],"UI_UIAutomation":["UI"],"UI_UIAutomation_Core":["UI_UIAutomation"],"UI_ViewManagement":["UI"],"UI_ViewManagement_Core":["UI_ViewManagement"],"UI_WebUI":["UI"],"UI_WebUI_Core":["UI_WebUI"],"UI_WindowManagement":["UI"],"UI_WindowManagement_Preview":["UI_WindowManagement"],"Wdk":["Win32_Foundation"],"Wdk_Devices":["Wdk"],"Wdk_Devices_HumanInterfaceDevice":["Wdk_Devices"],"Wdk_Foundation":["Wdk"],"Wdk_Graphics":["Wdk"],"Wdk_Graphics_Direct3D":["Wdk_Graphics"],"Wdk_NetworkManagement":["Wdk"],"Wdk_NetworkManagement_Ndis":["Wdk_NetworkManagement"],"Wdk_NetworkManagement_WindowsFilteringPlatform":["Wdk_NetworkManagement"],"Wdk_Storage":["Wdk"],"Wdk_Storage_FileSystem":["Wdk_Storage"],"Wdk_Storage_FileSystem_Minifilters":["Wdk_Storage_FileSystem"],"Wdk_System":["Wdk"],"Wdk_System_IO":["Wdk_System"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Wdk_System_Registry":["Wdk_System"],"Wdk_System_SystemInformation":["Wdk_System"],"Wdk_System_SystemServices":["Wdk_System"],"Wdk_System_Threading":["Wdk_System"],"Web":["Foundation"],"Web_AtomPub":["Web"],"Web_Http":["Web"],"Web_Http_Diagnostics":["Web_Http"],"Web_Http_Filters":["Web_Http"],"Web_Http_Headers":["Web_Http"],"Web_Syndication":["Web"],"Web_UI":["Web"],"Web_UI_Interop":["Web_UI"],"Win32":["Win32_Foundation"],"Win32_AI":["Win32"],"Win32_AI_MachineLearning":["Win32_AI"],"Win32_AI_MachineLearning_DirectML":["Win32_AI_MachineLearning"],"Win32_AI_MachineLearning_WinML":["Win32_AI_MachineLearning"],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_CompositionSwapchain":["Win32_Graphics"],"Win32_Graphics_DXCore":["Win32_Graphics"],"Win32_Graphics_Direct2D":["Win32_Graphics"],"Win32_Graphics_Direct2D_Common":["Win32_Graphics_Direct2D"],"Win32_Graphics_Direct3D":["Win32_Graphics"],"Win32_Graphics_Direct3D10":["Win32_Graphics"],"Win32_Graphics_Direct3D11":["Win32_Graphics"],"Win32_Graphics_Direct3D11on12":["Win32_Graphics"],"Win32_Graphics_Direct3D12":["Win32_Graphics"],"Win32_Graphics_Direct3D9":["Win32_Graphics"],"Win32_Graphics_Direct3D9on12":["Win32_Graphics"],"Win32_Graphics_Direct3D_Dxc":["Win32_Graphics_Direct3D"],"Win32_Graphics_Direct3D_Fxc":["Win32_Graphics_Direct3D"],"Win32_Graphics_DirectComposition":["Win32_Graphics"],"Win32_Graphics_DirectDraw":["Win32_Graphics"],"Win32_Graphics_DirectManipulation":["Win32_Graphics"],"Win32_Graphics_DirectWrite":["Win32_Graphics"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Dxgi":["Win32_Graphics"],"Win32_Graphics_Dxgi_Common":["Win32_Graphics_Dxgi"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_GdiPlus":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_Imaging":["Win32_Graphics"],"Win32_Graphics_Imaging_D2D":["Win32_Graphics_Imaging"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_DirectSound":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DirectShow":["Win32_Media"],"Win32_Media_DirectShow_Tv":["Win32_Media_DirectShow"],"Win32_Media_DirectShow_Xml":["Win32_Media_DirectShow"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaFoundation":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_PictureAcquisition":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_Nvme":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ClrProfiling":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_ActiveScript":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_TraceLogging":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_SideShow":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_TransactionServer":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_Variant":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WinRT":["Win32_System"],"Win32_System_WinRT_AllJoyn":["Win32_System_WinRT"],"Win32_System_WinRT_Composition":["Win32_System_WinRT"],"Win32_System_WinRT_CoreInputView":["Win32_System_WinRT"],"Win32_System_WinRT_Direct3D11":["Win32_System_WinRT"],"Win32_System_WinRT_Display":["Win32_System_WinRT"],"Win32_System_WinRT_Graphics":["Win32_System_WinRT"],"Win32_System_WinRT_Graphics_Capture":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Graphics_Direct2D":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Graphics_Imaging":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Holographic":["Win32_System_WinRT"],"Win32_System_WinRT_Isolation":["Win32_System_WinRT"],"Win32_System_WinRT_ML":["Win32_System_WinRT"],"Win32_System_WinRT_Media":["Win32_System_WinRT"],"Win32_System_WinRT_Metadata":["Win32_System_WinRT"],"Win32_System_WinRT_Pdf":["Win32_System_WinRT"],"Win32_System_WinRT_Printing":["Win32_System_WinRT"],"Win32_System_WinRT_Shell":["Win32_System_WinRT"],"Win32_System_WinRT_Storage":["Win32_System_WinRT"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":[],"deprecated":[],"docs":[],"implement":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-0.56.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":"https://microsoft.github.io/windows-docs-rs/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","rustdoc-args":["--cfg","docsrs"],"targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"path":null},{"crate":{"name":"windows","version":"0.58.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows@0.58.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.58.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-0.58.0/src/lib.rs","edition":"2021","doctest":false,"test":false,"doc":true}],"features":{"AI":["Foundation"],"AI_MachineLearning":["AI"],"ApplicationModel":["Foundation"],"ApplicationModel_Activation":["ApplicationModel"],"ApplicationModel_AppExtensions":["ApplicationModel"],"ApplicationModel_AppService":["ApplicationModel"],"ApplicationModel_Appointments":["ApplicationModel"],"ApplicationModel_Appointments_AppointmentsProvider":["ApplicationModel_Appointments"],"ApplicationModel_Appointments_DataProvider":["ApplicationModel_Appointments"],"ApplicationModel_Background":["ApplicationModel"],"ApplicationModel_Calls":["ApplicationModel"],"ApplicationModel_Calls_Background":["ApplicationModel_Calls"],"ApplicationModel_Calls_Provider":["ApplicationModel_Calls"],"ApplicationModel_Chat":["ApplicationModel"],"ApplicationModel_CommunicationBlocking":["ApplicationModel"],"ApplicationModel_Contacts":["ApplicationModel"],"ApplicationModel_Contacts_DataProvider":["ApplicationModel_Contacts"],"ApplicationModel_Contacts_Provider":["ApplicationModel_Contacts"],"ApplicationModel_ConversationalAgent":["ApplicationModel"],"ApplicationModel_Core":["ApplicationModel"],"ApplicationModel_DataTransfer":["ApplicationModel"],"ApplicationModel_DataTransfer_DragDrop":["ApplicationModel_DataTransfer"],"ApplicationModel_DataTransfer_DragDrop_Core":["ApplicationModel_DataTransfer_DragDrop"],"ApplicationModel_DataTransfer_ShareTarget":["ApplicationModel_DataTransfer"],"ApplicationModel_Email":["ApplicationModel"],"ApplicationModel_Email_DataProvider":["ApplicationModel_Email"],"ApplicationModel_ExtendedExecution":["ApplicationModel"],"ApplicationModel_ExtendedExecution_Foreground":["ApplicationModel_ExtendedExecution"],"ApplicationModel_Holographic":["ApplicationModel"],"ApplicationModel_LockScreen":["ApplicationModel"],"ApplicationModel_PackageExtensions":["ApplicationModel"],"ApplicationModel_Payments":["ApplicationModel"],"ApplicationModel_Payments_Provider":["ApplicationModel_Payments"],"ApplicationModel_Preview":["ApplicationModel"],"ApplicationModel_Preview_Holographic":["ApplicationModel_Preview"],"ApplicationModel_Preview_InkWorkspace":["ApplicationModel_Preview"],"ApplicationModel_Preview_Notes":["ApplicationModel_Preview"],"ApplicationModel_Resources":["ApplicationModel"],"ApplicationModel_Resources_Core":["ApplicationModel_Resources"],"ApplicationModel_Resources_Management":["ApplicationModel_Resources"],"ApplicationModel_Search":["ApplicationModel"],"ApplicationModel_Search_Core":["ApplicationModel_Search"],"ApplicationModel_UserActivities":["ApplicationModel"],"ApplicationModel_UserActivities_Core":["ApplicationModel_UserActivities"],"ApplicationModel_UserDataAccounts":["ApplicationModel"],"ApplicationModel_UserDataAccounts_Provider":["ApplicationModel_UserDataAccounts"],"ApplicationModel_UserDataAccounts_SystemAccess":["ApplicationModel_UserDataAccounts"],"ApplicationModel_UserDataTasks":["ApplicationModel"],"ApplicationModel_UserDataTasks_DataProvider":["ApplicationModel_UserDataTasks"],"ApplicationModel_VoiceCommands":["ApplicationModel"],"ApplicationModel_Wallet":["ApplicationModel"],"ApplicationModel_Wallet_System":["ApplicationModel_Wallet"],"Data":["Foundation"],"Data_Html":["Data"],"Data_Json":["Data"],"Data_Pdf":["Data"],"Data_Text":["Data"],"Data_Xml":["Data"],"Data_Xml_Dom":["Data_Xml"],"Data_Xml_Xsl":["Data_Xml"],"Devices":["Foundation"],"Devices_Adc":["Devices"],"Devices_Adc_Provider":["Devices_Adc"],"Devices_Background":["Devices"],"Devices_Bluetooth":["Devices"],"Devices_Bluetooth_Advertisement":["Devices_Bluetooth"],"Devices_Bluetooth_Background":["Devices_Bluetooth"],"Devices_Bluetooth_GenericAttributeProfile":["Devices_Bluetooth"],"Devices_Bluetooth_Rfcomm":["Devices_Bluetooth"],"Devices_Custom":["Devices"],"Devices_Display":["Devices"],"Devices_Display_Core":["Devices_Display"],"Devices_Enumeration":["Devices"],"Devices_Enumeration_Pnp":["Devices_Enumeration"],"Devices_Geolocation":["Devices"],"Devices_Geolocation_Geofencing":["Devices_Geolocation"],"Devices_Geolocation_Provider":["Devices_Geolocation"],"Devices_Gpio":["Devices"],"Devices_Gpio_Provider":["Devices_Gpio"],"Devices_Haptics":["Devices"],"Devices_HumanInterfaceDevice":["Devices"],"Devices_I2c":["Devices"],"Devices_I2c_Provider":["Devices_I2c"],"Devices_Input":["Devices"],"Devices_Input_Preview":["Devices_Input"],"Devices_Lights":["Devices"],"Devices_Lights_Effects":["Devices_Lights"],"Devices_Midi":["Devices"],"Devices_PointOfService":["Devices"],"Devices_PointOfService_Provider":["Devices_PointOfService"],"Devices_Portable":["Devices"],"Devices_Power":["Devices"],"Devices_Printers":["Devices"],"Devices_Printers_Extensions":["Devices_Printers"],"Devices_Pwm":["Devices"],"Devices_Pwm_Provider":["Devices_Pwm"],"Devices_Radios":["Devices"],"Devices_Scanners":["Devices"],"Devices_Sensors":["Devices"],"Devices_Sensors_Custom":["Devices_Sensors"],"Devices_SerialCommunication":["Devices"],"Devices_SmartCards":["Devices"],"Devices_Sms":["Devices"],"Devices_Spi":["Devices"],"Devices_Spi_Provider":["Devices_Spi"],"Devices_Usb":["Devices"],"Devices_WiFi":["Devices"],"Devices_WiFiDirect":["Devices"],"Devices_WiFiDirect_Services":["Devices_WiFiDirect"],"Embedded":["Foundation"],"Embedded_DeviceLockdown":["Embedded"],"Foundation":[],"Foundation_Collections":["Foundation"],"Foundation_Diagnostics":["Foundation"],"Foundation_Metadata":["Foundation"],"Foundation_Numerics":["Foundation"],"Gaming":["Foundation"],"Gaming_Input":["Gaming"],"Gaming_Input_Custom":["Gaming_Input"],"Gaming_Input_ForceFeedback":["Gaming_Input"],"Gaming_Input_Preview":["Gaming_Input"],"Gaming_Preview":["Gaming"],"Gaming_Preview_GamesEnumeration":["Gaming_Preview"],"Gaming_UI":["Gaming"],"Gaming_XboxLive":["Gaming"],"Gaming_XboxLive_Storage":["Gaming_XboxLive"],"Globalization":["Foundation"],"Globalization_Collation":["Globalization"],"Globalization_DateTimeFormatting":["Globalization"],"Globalization_Fonts":["Globalization"],"Globalization_NumberFormatting":["Globalization"],"Globalization_PhoneNumberFormatting":["Globalization"],"Graphics":["Foundation"],"Graphics_Capture":["Graphics"],"Graphics_DirectX":["Graphics"],"Graphics_DirectX_Direct3D11":["Graphics_DirectX"],"Graphics_Display":["Graphics"],"Graphics_Display_Core":["Graphics_Display"],"Graphics_Effects":["Graphics"],"Graphics_Holographic":["Graphics"],"Graphics_Imaging":["Graphics"],"Graphics_Printing":["Graphics"],"Graphics_Printing3D":["Graphics"],"Graphics_Printing_OptionDetails":["Graphics_Printing"],"Graphics_Printing_PrintSupport":["Graphics_Printing"],"Graphics_Printing_PrintTicket":["Graphics_Printing"],"Graphics_Printing_Workflow":["Graphics_Printing"],"Management":["Foundation"],"Management_Core":["Management"],"Management_Deployment":["Management"],"Management_Deployment_Preview":["Management_Deployment"],"Management_Policies":["Management"],"Management_Setup":["Management"],"Management_Update":["Management"],"Management_Workplace":["Management"],"Media":["Foundation"],"Media_AppBroadcasting":["Media"],"Media_AppRecording":["Media"],"Media_Audio":["Media"],"Media_Capture":["Media"],"Media_Capture_Core":["Media_Capture"],"Media_Capture_Frames":["Media_Capture"],"Media_Casting":["Media"],"Media_ClosedCaptioning":["Media"],"Media_ContentRestrictions":["Media"],"Media_Control":["Media"],"Media_Core":["Media"],"Media_Core_Preview":["Media_Core"],"Media_Devices":["Media"],"Media_Devices_Core":["Media_Devices"],"Media_DialProtocol":["Media"],"Media_Editing":["Media"],"Media_Effects":["Media"],"Media_FaceAnalysis":["Media"],"Media_Import":["Media"],"Media_MediaProperties":["Media"],"Media_Miracast":["Media"],"Media_Ocr":["Media"],"Media_PlayTo":["Media"],"Media_Playback":["Media"],"Media_Playlists":["Media"],"Media_Protection":["Media"],"Media_Protection_PlayReady":["Media_Protection"],"Media_Render":["Media"],"Media_SpeechRecognition":["Media"],"Media_SpeechSynthesis":["Media"],"Media_Streaming":["Media"],"Media_Streaming_Adaptive":["Media_Streaming"],"Media_Transcoding":["Media"],"Networking":["Foundation"],"Networking_BackgroundTransfer":["Networking"],"Networking_Connectivity":["Networking"],"Networking_NetworkOperators":["Networking"],"Networking_Proximity":["Networking"],"Networking_PushNotifications":["Networking"],"Networking_ServiceDiscovery":["Networking"],"Networking_ServiceDiscovery_Dnssd":["Networking_ServiceDiscovery"],"Networking_Sockets":["Networking"],"Networking_Vpn":["Networking"],"Networking_XboxLive":["Networking"],"Perception":["Foundation"],"Perception_Automation":["Perception"],"Perception_Automation_Core":["Perception_Automation"],"Perception_People":["Perception"],"Perception_Spatial":["Perception"],"Perception_Spatial_Preview":["Perception_Spatial"],"Perception_Spatial_Surfaces":["Perception_Spatial"],"Phone":["Foundation"],"Phone_ApplicationModel":["Phone"],"Phone_Devices":["Phone"],"Phone_Devices_Notification":["Phone_Devices"],"Phone_Devices_Power":["Phone_Devices"],"Phone_Management":["Phone"],"Phone_Management_Deployment":["Phone_Management"],"Phone_Media":["Phone"],"Phone_Media_Devices":["Phone_Media"],"Phone_Notification":["Phone"],"Phone_Notification_Management":["Phone_Notification"],"Phone_PersonalInformation":["Phone"],"Phone_PersonalInformation_Provisioning":["Phone_PersonalInformation"],"Phone_Speech":["Phone"],"Phone_Speech_Recognition":["Phone_Speech"],"Phone_StartScreen":["Phone"],"Phone_System":["Phone"],"Phone_System_Power":["Phone_System"],"Phone_System_Profile":["Phone_System"],"Phone_System_UserProfile":["Phone_System"],"Phone_System_UserProfile_GameServices":["Phone_System_UserProfile"],"Phone_System_UserProfile_GameServices_Core":["Phone_System_UserProfile_GameServices"],"Phone_UI":["Phone"],"Phone_UI_Input":["Phone_UI"],"Security":["Foundation"],"Security_Authentication":["Security"],"Security_Authentication_Identity":["Security_Authentication"],"Security_Authentication_Identity_Core":["Security_Authentication_Identity"],"Security_Authentication_OnlineId":["Security_Authentication"],"Security_Authentication_Web":["Security_Authentication"],"Security_Authentication_Web_Core":["Security_Authentication_Web"],"Security_Authentication_Web_Provider":["Security_Authentication_Web"],"Security_Authorization":["Security"],"Security_Authorization_AppCapabilityAccess":["Security_Authorization"],"Security_Credentials":["Security"],"Security_Credentials_UI":["Security_Credentials"],"Security_Cryptography":["Security"],"Security_Cryptography_Certificates":["Security_Cryptography"],"Security_Cryptography_Core":["Security_Cryptography"],"Security_Cryptography_DataProtection":["Security_Cryptography"],"Security_DataProtection":["Security"],"Security_EnterpriseData":["Security"],"Security_ExchangeActiveSyncProvisioning":["Security"],"Security_Isolation":["Security"],"Services":["Foundation"],"Services_Maps":["Services"],"Services_Maps_Guidance":["Services_Maps"],"Services_Maps_LocalSearch":["Services_Maps"],"Services_Maps_OfflineMaps":["Services_Maps"],"Services_Store":["Services"],"Services_TargetedContent":["Services"],"Storage":["Foundation"],"Storage_AccessCache":["Storage"],"Storage_BulkAccess":["Storage"],"Storage_Compression":["Storage"],"Storage_FileProperties":["Storage"],"Storage_Pickers":["Storage"],"Storage_Pickers_Provider":["Storage_Pickers"],"Storage_Provider":["Storage"],"Storage_Search":["Storage"],"Storage_Streams":["Storage"],"System":["Foundation"],"System_Diagnostics":["System"],"System_Diagnostics_DevicePortal":["System_Diagnostics"],"System_Diagnostics_Telemetry":["System_Diagnostics"],"System_Diagnostics_TraceReporting":["System_Diagnostics"],"System_Display":["System"],"System_Implementation":["System"],"System_Implementation_FileExplorer":["System_Implementation"],"System_Inventory":["System"],"System_Power":["System"],"System_Profile":["System"],"System_Profile_SystemManufacturers":["System_Profile"],"System_RemoteDesktop":["System"],"System_RemoteDesktop_Input":["System_RemoteDesktop"],"System_RemoteDesktop_Provider":["System_RemoteDesktop"],"System_RemoteSystems":["System"],"System_Threading":["System"],"System_Threading_Core":["System_Threading"],"System_Update":["System"],"System_UserProfile":["System"],"UI":["Foundation"],"UI_Accessibility":["UI"],"UI_ApplicationSettings":["UI"],"UI_Composition":["UI"],"UI_Composition_Core":["UI_Composition"],"UI_Composition_Desktop":["UI_Composition"],"UI_Composition_Diagnostics":["UI_Composition"],"UI_Composition_Effects":["UI_Composition"],"UI_Composition_Interactions":["UI_Composition"],"UI_Composition_Scenes":["UI_Composition"],"UI_Core":["UI"],"UI_Core_AnimationMetrics":["UI_Core"],"UI_Core_Preview":["UI_Core"],"UI_Input":["UI"],"UI_Input_Core":["UI_Input"],"UI_Input_Inking":["UI_Input"],"UI_Input_Inking_Analysis":["UI_Input_Inking"],"UI_Input_Inking_Core":["UI_Input_Inking"],"UI_Input_Inking_Preview":["UI_Input_Inking"],"UI_Input_Preview":["UI_Input"],"UI_Input_Preview_Injection":["UI_Input_Preview"],"UI_Input_Spatial":["UI_Input"],"UI_Notifications":["UI"],"UI_Notifications_Management":["UI_Notifications"],"UI_Notifications_Preview":["UI_Notifications"],"UI_Popups":["UI"],"UI_Shell":["UI"],"UI_StartScreen":["UI"],"UI_Text":["UI"],"UI_Text_Core":["UI_Text"],"UI_UIAutomation":["UI"],"UI_UIAutomation_Core":["UI_UIAutomation"],"UI_ViewManagement":["UI"],"UI_ViewManagement_Core":["UI_ViewManagement"],"UI_WebUI":["UI"],"UI_WebUI_Core":["UI_WebUI"],"UI_WindowManagement":["UI"],"UI_WindowManagement_Preview":["UI_WindowManagement"],"Wdk":["Win32_Foundation"],"Wdk_Devices":["Wdk"],"Wdk_Devices_Bluetooth":["Wdk_Devices"],"Wdk_Devices_HumanInterfaceDevice":["Wdk_Devices"],"Wdk_Foundation":["Wdk"],"Wdk_Graphics":["Wdk"],"Wdk_Graphics_Direct3D":["Wdk_Graphics"],"Wdk_NetworkManagement":["Wdk"],"Wdk_NetworkManagement_Ndis":["Wdk_NetworkManagement"],"Wdk_NetworkManagement_WindowsFilteringPlatform":["Wdk_NetworkManagement"],"Wdk_Storage":["Wdk"],"Wdk_Storage_FileSystem":["Wdk_Storage"],"Wdk_Storage_FileSystem_Minifilters":["Wdk_Storage_FileSystem"],"Wdk_System":["Wdk"],"Wdk_System_IO":["Wdk_System"],"Wdk_System_Memory":["Wdk_System"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Wdk_System_Registry":["Wdk_System"],"Wdk_System_SystemInformation":["Wdk_System"],"Wdk_System_SystemServices":["Wdk_System"],"Wdk_System_Threading":["Wdk_System"],"Web":["Foundation"],"Web_AtomPub":["Web"],"Web_Http":["Web"],"Web_Http_Diagnostics":["Web_Http"],"Web_Http_Filters":["Web_Http"],"Web_Http_Headers":["Web_Http"],"Web_Syndication":["Web"],"Web_UI":["Web"],"Web_UI_Interop":["Web_UI"],"Win32":["Win32_Foundation"],"Win32_AI":["Win32"],"Win32_AI_MachineLearning":["Win32_AI"],"Win32_AI_MachineLearning_DirectML":["Win32_AI_MachineLearning"],"Win32_AI_MachineLearning_WinML":["Win32_AI_MachineLearning"],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_CompositionSwapchain":["Win32_Graphics"],"Win32_Graphics_DXCore":["Win32_Graphics"],"Win32_Graphics_Direct2D":["Win32_Graphics"],"Win32_Graphics_Direct2D_Common":["Win32_Graphics_Direct2D"],"Win32_Graphics_Direct3D":["Win32_Graphics"],"Win32_Graphics_Direct3D10":["Win32_Graphics"],"Win32_Graphics_Direct3D11":["Win32_Graphics"],"Win32_Graphics_Direct3D11on12":["Win32_Graphics"],"Win32_Graphics_Direct3D12":["Win32_Graphics"],"Win32_Graphics_Direct3D9":["Win32_Graphics"],"Win32_Graphics_Direct3D9on12":["Win32_Graphics"],"Win32_Graphics_Direct3D_Dxc":["Win32_Graphics_Direct3D"],"Win32_Graphics_Direct3D_Fxc":["Win32_Graphics_Direct3D"],"Win32_Graphics_DirectComposition":["Win32_Graphics"],"Win32_Graphics_DirectDraw":["Win32_Graphics"],"Win32_Graphics_DirectManipulation":["Win32_Graphics"],"Win32_Graphics_DirectWrite":["Win32_Graphics"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Dxgi":["Win32_Graphics"],"Win32_Graphics_Dxgi_Common":["Win32_Graphics_Dxgi"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_GdiPlus":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_Imaging":["Win32_Graphics"],"Win32_Graphics_Imaging_D2D":["Win32_Graphics_Imaging"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_DirectSound":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DirectShow":["Win32_Media"],"Win32_Media_DirectShow_Tv":["Win32_Media_DirectShow"],"Win32_Media_DirectShow_Xml":["Win32_Media_DirectShow"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaFoundation":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_PictureAcquisition":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_Nvme":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ClrProfiling":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_ActiveScript":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_TraceLogging":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_SideShow":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_TransactionServer":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_Variant":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WinRT":["Win32_System"],"Win32_System_WinRT_AllJoyn":["Win32_System_WinRT"],"Win32_System_WinRT_Composition":["Win32_System_WinRT"],"Win32_System_WinRT_CoreInputView":["Win32_System_WinRT"],"Win32_System_WinRT_Direct3D11":["Win32_System_WinRT"],"Win32_System_WinRT_Display":["Win32_System_WinRT"],"Win32_System_WinRT_Graphics":["Win32_System_WinRT"],"Win32_System_WinRT_Graphics_Capture":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Graphics_Direct2D":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Graphics_Imaging":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Holographic":["Win32_System_WinRT"],"Win32_System_WinRT_Isolation":["Win32_System_WinRT"],"Win32_System_WinRT_ML":["Win32_System_WinRT"],"Win32_System_WinRT_Media":["Win32_System_WinRT"],"Win32_System_WinRT_Metadata":["Win32_System_WinRT"],"Win32_System_WinRT_Pdf":["Win32_System_WinRT"],"Win32_System_WinRT_Printing":["Win32_System_WinRT"],"Win32_System_WinRT_Shell":["Win32_System_WinRT"],"Win32_System_WinRT_Storage":["Win32_System_WinRT"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":["std"],"deprecated":[],"docs":[],"implement":[],"std":["windows-core/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-0.58.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":"https://microsoft.github.io/windows-docs-rs/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","rustdoc-args":["--cfg","docsrs"],"targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"windows_aarch64_gnullvm","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_aarch64_gnullvm","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_aarch64_gnullvm","version":"0.52.6","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.52.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.6/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.6/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows_aarch64_msvc","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_aarch64_msvc","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_aarch64_msvc","version":"0.52.6","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.52.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.6/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.6/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows_i686_gnu","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_i686_gnu","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_i686_gnu","version":"0.52.6","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.52.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.6/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.6/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows_i686_gnullvm","version":"0.52.6","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnullvm@0.52.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.6/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.6/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows_i686_msvc","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_i686_msvc","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_i686_msvc","version":"0.52.6","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.52.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.6/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.6/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows_x86_64_gnu","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_x86_64_gnu","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_x86_64_gnu","version":"0.52.6","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.52.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.6/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.6/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows_x86_64_gnullvm","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_x86_64_gnullvm","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_x86_64_gnullvm","version":"0.52.6","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.52.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.6/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.6/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"windows_x86_64_msvc","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_x86_64_msvc","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"windows_x86_64_msvc","version":"0.52.6","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.6/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.6/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2019 TiKV Project Authors.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"pprof","version":"0.13.0","authors":["Yang Keao "],"id":"registry+https://github.com/rust-lang/crates.io-index#pprof@0.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An internal perf tools for rust programs.","dependencies":[{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"findshlibs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"inferno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":true,"uses_default_features":false,"features":["nameattr"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.66","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.26","kind":"normal","optional":false,"uses_default_features":false,"features":["signal","fs"],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"prost","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"prost-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"protobuf","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"symbolic-demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^12.1","kind":"normal","optional":false,"uses_default_features":false,"features":["rust"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"prost-build","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"protobuf-codegen-pure","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sha2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"pprof","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"backtrace_while_sampling","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/backtrace_while_sampling.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"criterion","kind":["example"],"crate_types":["bin"],"required-features":["flamegraph","criterion"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/criterion.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"flamegraph","kind":["example"],"crate_types":["bin"],"required-features":["flamegraph"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/flamegraph.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"multithread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/multithread.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"multithread_flamegraph","kind":["example"],"crate_types":["bin"],"required-features":["flamegraph"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/multithread_flamegraph.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"post_processor","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/post_processor.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"prime_number","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/prime_number.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"profile_proto_with_prost","kind":["example"],"crate_types":["bin"],"required-features":["protobuf","prost-codec"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/profile_proto_with_prost.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"profile_proto_with_protobuf_codec","kind":["example"],"crate_types":["bin"],"required-features":["protobuf","protobuf-codec"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/profile_proto_with_protobuf_codec.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"addr_validate","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/benches/addr_validate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"collector","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/benches/collector.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"_protobuf":[],"cpp":["symbolic-demangle/cpp"],"criterion":["dep:criterion"],"default":["cpp"],"flamegraph":["inferno"],"frame-pointer":[],"inferno":["dep:inferno"],"prost":["dep:prost"],"prost-build":["dep:prost-build"],"prost-codec":["prost","prost-derive","prost-build","sha2","_protobuf"],"prost-derive":["dep:prost-derive"],"protobuf":["dep:protobuf"],"protobuf-codec":["protobuf","protobuf-codegen-pure","_protobuf"],"protobuf-codegen-pure":["dep:protobuf-codegen-pure"],"sha2":["dep:sha2"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/tikv/pprof-rs","homepage":null,"documentation":"https://docs.rs/pprof/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2020 Tomasz \"Soveu\" Marx\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n","source_path":"LICENSE-APACHE.md","used_by":[{"crate":{"name":"tinyvec_macros","version":"0.1.1","authors":["Soveu "],"id":"registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Some macros for tiny containers","dependencies":[],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"tinyvec_macros","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/Soveu/tinyvec_macros","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2022 Eric Stokes\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"immutable-chunkmap","version":"2.0.5","authors":["Eric Stokes "],"id":"registry+https://github.com/rust-lang/crates.io-index#immutable-chunkmap@2.0.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A fast immutable map and set with batch insert and update methods, COW operations, and big O efficient implementations of set and merge operations","dependencies":[{"name":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"immutable_chunkmap","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/immutable-chunkmap-2.0.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":[],"rayon":["dep:rayon"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/immutable-chunkmap-2.0.5/Cargo.toml","categories":["data-structures"],"keywords":["map","set","immutable","persistent","functional"],"readme":"README.md","repository":"https://github.com/estokes/immutable-chunkmap","homepage":null,"documentation":"https://docs.rs/immutable-chunkmap","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2023 The Fuchsia Authors\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"zerocopy-derive","version":"0.7.35","authors":["Joshua Liebow-Feeser "],"id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy-derive@0.7.35","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Custom derive for traits from the zerocopy crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.31","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.85","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-2-Clause OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"zerocopy_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"enum_as_bytes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/enum_as_bytes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"enum_from_zeroes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/enum_from_zeroes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"enum_known_layout","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/enum_known_layout.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"enum_unaligned","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/enum_unaligned.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"hygiene","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/hygiene.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"paths_and_modules","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/paths_and_modules.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"priv_in_pub","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/priv_in_pub.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"struct_as_bytes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/struct_as_bytes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"struct_from_bytes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/struct_from_bytes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"struct_from_zeroes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/struct_from_zeroes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"struct_known_layout","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/struct_known_layout.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"struct_unaligned","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/struct_unaligned.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"trybuild","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/trybuild.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"union_as_bytes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/union_as_bytes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"union_from_bytes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/union_from_bytes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"union_from_zeroes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/union_from_zeroes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"union_known_layout","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/union_known_layout.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"union_unaligned","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/union_unaligned.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"util","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/util.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/google/zerocopy","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"zerocopy","version":"0.7.35","authors":["Joshua Liebow-Feeser "],"id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.7.35","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Utilities for zero-copy parsing and serialization","dependencies":[{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.35","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"elain","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.85","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.35","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any())","rename":null,"registry":null,"path":null}],"license":"BSD-2-Clause OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"zerocopy","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"trybuild","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/tests/trybuild.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"__internal_use_only_features_that_work_on_stable":["alloc","derive","simd"],"alloc":[],"byteorder":["dep:byteorder"],"default":["byteorder"],"derive":["zerocopy-derive"],"simd":[],"simd-nightly":["simd"],"zerocopy-derive":["dep:zerocopy-derive"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/Cargo.toml","categories":["embedded","encoding","no-std::no-alloc","parsing","rust-patterns"],"keywords":["cast","convert","transmute","transmutation","type-punning"],"readme":"README.md","repository":"https://github.com/google/zerocopy","homepage":null,"documentation":null,"edition":"2018","metadata":{"ci":{"pinned-nightly":"nightly-2024-06-19","pinned-stable":"1.79.0"},"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg","--generate-link-to-definition"]}},"playground":{"features":["__internal_use_only_features_that_work_on_stable"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2023 dAxpeDDa\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"web-time","version":"1.1.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#web-time@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Drop-in replacement for std::time for Wasm in browsers","dependencies":[{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":["alloc"],"target":"cfg(all(target_family = \"wasm\", target_feature = \"atomics\"))","rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(target_family = \"wasm\", target_feature = \"atomics\"))","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["WorkerGlobalScope"],"target":"cfg(all(target_family = \"wasm\", target_feature = \"atomics\"))","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_family = \"wasm\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(target_family = \"wasm\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.70","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(target_family = \"wasm\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"pollster","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["macro"],"target":"cfg(not(target_family = \"wasm\"))","rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":["js"],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["CssStyleDeclaration","Document","Element","HtmlTableElement","HtmlTableRowElement","Performance","Window"],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"web_time","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-time-1.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"benchmark","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-time-1.1.0/benches/benchmark.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":["serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-time-1.1.0/tests/serde.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-time-1.1.0/Cargo.toml","categories":["api-bindings","date-and-time","wasm"],"keywords":["instant","wasm","web","systemtime","time"],"readme":"README.md","repository":"https://github.com/daxpedda/web-time","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg=docsrs"],"targets":["wasm32-unknown-unknown"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright [yyyy] [name of copyright owner]\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE.APACHE","used_by":[{"crate":{"name":"atomic_refcell","version":"0.1.13","authors":["Bobby Holley "],"id":"registry+https://github.com/rust-lang/crates.io-index#atomic_refcell@0.1.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Threadsafe RefCell","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atomic_refcell","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/tests/async.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"basic","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/benches/basic.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":[],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/bholley/atomic_refcell","homepage":null,"documentation":"https://docs.rs/atomic_refcell/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"ciborium-io","version":"0.2.2","authors":["Nathaniel McCallum "],"id":"registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Simplified Read/Write traits for no_std usage","dependencies":[],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ciborium_io","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/Cargo.toml","categories":["data-structures","embedded","no-std"],"keywords":["io","read","write"],"readme":"README.md","repository":"https://github.com/enarx/ciborium","homepage":"https://github.com/enarx/ciborium","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.58.0"},"path":null},{"crate":{"name":"ciborium-ll","version":"0.2.2","authors":["Nathaniel McCallum "],"id":"registry+https://github.com/rust-lang/crates.io-index#ciborium-ll@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Low-level CBOR codec primitives","dependencies":[{"name":"ciborium-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"half","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ciborium_ll","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"std":["alloc","half/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/Cargo.toml","categories":["data-structures","embedded","encoding","no-std","parsing"],"keywords":["cbor"],"readme":"README.md","repository":"https://github.com/enarx/ciborium","homepage":"https://github.com/enarx/ciborium","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.58.0"},"path":null},{"crate":{"name":"ciborium","version":"0.2.2","authors":["Nathaniel McCallum "],"id":"registry+https://github.com/rust-lang/crates.io-index#ciborium@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"serde implementation of CBOR using ciborium-basic","dependencies":[{"name":"ciborium-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"ciborium-ll","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.100","kind":"normal","optional":false,"uses_default_features":false,"features":["alloc","derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rstest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ciborium","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"canonical","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/canonical.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"codec","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/codec.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"fuzz","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/fuzz.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"macro","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/macro.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"no_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/no_std.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"recursion","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/recursion.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"tag","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/tag.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["ciborium-io/std","serde/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/Cargo.toml","categories":["data-structures","embedded","encoding","no-std","parsing"],"keywords":["cbor","serde"],"readme":"README.md","repository":"https://github.com/enarx/ciborium","homepage":"https://github.com/enarx/ciborium","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.58.0"},"path":null},{"crate":{"name":"clap_builder","version":"4.5.18","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.5.18","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple to use, efficient, and full-featured Command Line Argument Parser","dependencies":[{"name":"anstream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.73","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap_lex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"strsim","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"terminal_size","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicase","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-width","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"color-print","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unic-emoji-char","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"clap_builder","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.18/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"cargo":[],"color":["dep:anstream"],"debug":["dep:backtrace"],"default":["std","color","help","usage","error-context","suggestions"],"deprecated":[],"env":[],"error-context":[],"help":[],"std":["anstyle/std"],"string":[],"suggestions":["dep:strsim","error-context"],"unicode":["dep:unicode-width","dep:unicase"],"unstable-doc":["cargo","wrap_help","env","unicode","string","unstable-ext"],"unstable-ext":[],"unstable-styles":["color"],"unstable-v5":["deprecated"],"usage":[],"wrap_help":["help","dep:terminal_size"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.18/Cargo.toml","categories":["command-line-interface"],"keywords":["argument","cli","arg","parser","parse"],"readme":"README.md","repository":"https://github.com/clap-rs/clap","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"features":["unstable-doc"],"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["unstable-doc"]},"release":{"dependent-version":"upgrade","shared-version":true,"tag-name":"v{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.74.0"},"path":null},{"crate":{"name":"clap_lex","version":"0.7.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.7.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Minimal, flexible command line parser","dependencies":[{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"clap_lex","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.2/Cargo.toml","categories":["command-line-interface"],"keywords":["argument","cli","arg","parser","parse"],"readme":"README.md","repository":"https://github.com/clap-rs/clap","homepage":null,"documentation":null,"edition":"2021","metadata":{"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD","search":""},{"exactly":4,"file":"README.md","prerelease":true,"replace":"github.com/clap-rs/clap/blob/{{tag_name}}/","search":"github.com/clap-rs/clap/blob/[^/]+/"}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.74.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"{}\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2020 Alex Butler\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"ab_glyph_rasterizer","version":"0.1.8","authors":["Alex Butler "],"id":"registry+https://github.com/rust-lang/crates.io-index#ab_glyph_rasterizer@0.1.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Coverage rasterization for lines, quadratic & cubic beziers","dependencies":[{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ab_glyph_rasterizer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph_rasterizer-0.1.8/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"issues","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph_rasterizer-0.1.8/tests/issues.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"libm":["dep:libm"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph_rasterizer-0.1.8/Cargo.toml","categories":[],"keywords":["text","ttf","otf","font"],"readme":"README.md","repository":"https://github.com/alexheretic/ab-glyph","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"{}\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright {yyyy} {name of copyright owner}\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"anstyle-parse","version":"0.2.5","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@0.2.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parse ANSI Style Escapes","dependencies":[{"name":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"utf8parse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"codegenrs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"divan","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"vte_generate_state_changes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstyle_parse","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"parselog","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.5/examples/parselog.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"parse","kind":["bench"],"crate_types":["bin"],"required-features":["utf8"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.5/benches/parse.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"core":["dep:arrayvec"],"default":["utf8"],"utf8":["dep:utf8parse"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.5/Cargo.toml","categories":["command-line-interface"],"keywords":["ansi","terminal","color","vte"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle.git","homepage":"https://github.com/rust-cli/anstyle","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"winapi","version":"0.3.9","authors":["Peter Atashian "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Raw FFI bindings for all of Windows API.","dependencies":[{"name":"winapi-i686-pc-windows-gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-gnu","rename":null,"registry":null,"path":null},{"name":"winapi-x86_64-pc-windows-gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnu","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"winapi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"accctrl":[],"aclapi":[],"activation":[],"adhoc":[],"appmgmt":[],"audioclient":[],"audiosessiontypes":[],"avrt":[],"basetsd":[],"bcrypt":[],"bits":[],"bits10_1":[],"bits1_5":[],"bits2_0":[],"bits2_5":[],"bits3_0":[],"bits4_0":[],"bits5_0":[],"bitscfg":[],"bitsmsg":[],"bluetoothapis":[],"bluetoothleapis":[],"bthdef":[],"bthioctl":[],"bthledef":[],"bthsdpdef":[],"bugcodes":[],"cderr":[],"cfg":[],"cfgmgr32":[],"cguid":[],"combaseapi":[],"coml2api":[],"commapi":[],"commctrl":[],"commdlg":[],"commoncontrols":[],"consoleapi":[],"corecrt":[],"corsym":[],"d2d1":[],"d2d1_1":[],"d2d1_2":[],"d2d1_3":[],"d2d1effectauthor":[],"d2d1effects":[],"d2d1effects_1":[],"d2d1effects_2":[],"d2d1svg":[],"d2dbasetypes":[],"d3d":[],"d3d10":[],"d3d10_1":[],"d3d10_1shader":[],"d3d10effect":[],"d3d10misc":[],"d3d10sdklayers":[],"d3d10shader":[],"d3d11":[],"d3d11_1":[],"d3d11_2":[],"d3d11_3":[],"d3d11_4":[],"d3d11on12":[],"d3d11sdklayers":[],"d3d11shader":[],"d3d11tokenizedprogramformat":[],"d3d12":[],"d3d12sdklayers":[],"d3d12shader":[],"d3d9":[],"d3d9caps":[],"d3d9types":[],"d3dcommon":[],"d3dcompiler":[],"d3dcsx":[],"d3dkmdt":[],"d3dkmthk":[],"d3dukmdt":[],"d3dx10core":[],"d3dx10math":[],"d3dx10mesh":[],"datetimeapi":[],"davclnt":[],"dbghelp":[],"dbt":[],"dcommon":[],"dcomp":[],"dcompanimation":[],"dcomptypes":[],"dde":[],"ddraw":[],"ddrawi":[],"ddrawint":[],"debug":["impl-debug"],"debugapi":[],"devguid":[],"devicetopology":[],"devpkey":[],"devpropdef":[],"dinput":[],"dinputd":[],"dispex":[],"dmksctl":[],"dmusicc":[],"docobj":[],"documenttarget":[],"dot1x":[],"dpa_dsa":[],"dpapi":[],"dsgetdc":[],"dsound":[],"dsrole":[],"dvp":[],"dwmapi":[],"dwrite":[],"dwrite_1":[],"dwrite_2":[],"dwrite_3":[],"dxdiag":[],"dxfile":[],"dxgi":[],"dxgi1_2":[],"dxgi1_3":[],"dxgi1_4":[],"dxgi1_5":[],"dxgi1_6":[],"dxgidebug":[],"dxgiformat":[],"dxgitype":[],"dxva2api":[],"dxvahd":[],"eaptypes":[],"enclaveapi":[],"endpointvolume":[],"errhandlingapi":[],"everything":[],"evntcons":[],"evntprov":[],"evntrace":[],"excpt":[],"exdisp":[],"fibersapi":[],"fileapi":[],"functiondiscoverykeys_devpkey":[],"gl-gl":[],"guiddef":[],"handleapi":[],"heapapi":[],"hidclass":[],"hidpi":[],"hidsdi":[],"hidusage":[],"highlevelmonitorconfigurationapi":[],"hstring":[],"http":[],"ifdef":[],"ifmib":[],"imm":[],"impl-debug":[],"impl-default":[],"in6addr":[],"inaddr":[],"inspectable":[],"interlockedapi":[],"intsafe":[],"ioapiset":[],"ipexport":[],"iphlpapi":[],"ipifcons":[],"ipmib":[],"iprtrmib":[],"iptypes":[],"jobapi":[],"jobapi2":[],"knownfolders":[],"ks":[],"ksmedia":[],"ktmtypes":[],"ktmw32":[],"l2cmn":[],"libloaderapi":[],"limits":[],"lmaccess":[],"lmalert":[],"lmapibuf":[],"lmat":[],"lmcons":[],"lmdfs":[],"lmerrlog":[],"lmjoin":[],"lmmsg":[],"lmremutl":[],"lmrepl":[],"lmserver":[],"lmshare":[],"lmstats":[],"lmsvc":[],"lmuse":[],"lmwksta":[],"lowlevelmonitorconfigurationapi":[],"lsalookup":[],"memoryapi":[],"minschannel":[],"minwinbase":[],"minwindef":[],"mmdeviceapi":[],"mmeapi":[],"mmreg":[],"mmsystem":[],"mprapidef":[],"msaatext":[],"mscat":[],"mschapp":[],"mssip":[],"mstcpip":[],"mswsock":[],"mswsockdef":[],"namedpipeapi":[],"namespaceapi":[],"nb30":[],"ncrypt":[],"netioapi":[],"nldef":[],"ntddndis":[],"ntddscsi":[],"ntddser":[],"ntdef":[],"ntlsa":[],"ntsecapi":[],"ntstatus":[],"oaidl":[],"objbase":[],"objidl":[],"objidlbase":[],"ocidl":[],"ole2":[],"oleauto":[],"olectl":[],"oleidl":[],"opmapi":[],"pdh":[],"perflib":[],"physicalmonitorenumerationapi":[],"playsoundapi":[],"portabledevice":[],"portabledeviceapi":[],"portabledevicetypes":[],"powerbase":[],"powersetting":[],"powrprof":[],"processenv":[],"processsnapshot":[],"processthreadsapi":[],"processtopologyapi":[],"profileapi":[],"propidl":[],"propkey":[],"propkeydef":[],"propsys":[],"prsht":[],"psapi":[],"qos":[],"realtimeapiset":[],"reason":[],"restartmanager":[],"restrictederrorinfo":[],"rmxfguid":[],"roapi":[],"robuffer":[],"roerrorapi":[],"rpc":[],"rpcdce":[],"rpcndr":[],"rtinfo":[],"sapi":[],"sapi51":[],"sapi53":[],"sapiddk":[],"sapiddk51":[],"schannel":[],"sddl":[],"securityappcontainer":[],"securitybaseapi":[],"servprov":[],"setupapi":[],"shellapi":[],"shellscalingapi":[],"shlobj":[],"shobjidl":[],"shobjidl_core":[],"shtypes":[],"softpub":[],"spapidef":[],"spellcheck":[],"sporder":[],"sql":[],"sqlext":[],"sqltypes":[],"sqlucode":[],"sspi":[],"std":[],"stralign":[],"stringapiset":[],"strmif":[],"subauth":[],"synchapi":[],"sysinfoapi":[],"systemtopologyapi":[],"taskschd":[],"tcpestats":[],"tcpmib":[],"textstor":[],"threadpoolapiset":[],"threadpoollegacyapiset":[],"timeapi":[],"timezoneapi":[],"tlhelp32":[],"transportsettingcommon":[],"tvout":[],"udpmib":[],"unknwnbase":[],"urlhist":[],"urlmon":[],"usb":[],"usbioctl":[],"usbiodef":[],"usbscan":[],"usbspec":[],"userenv":[],"usp10":[],"utilapiset":[],"uxtheme":[],"vadefs":[],"vcruntime":[],"vsbackup":[],"vss":[],"vsserror":[],"vswriter":[],"wbemads":[],"wbemcli":[],"wbemdisp":[],"wbemprov":[],"wbemtran":[],"wct":[],"werapi":[],"winbase":[],"wincodec":[],"wincodecsdk":[],"wincon":[],"wincontypes":[],"wincred":[],"wincrypt":[],"windef":[],"windot11":[],"windowsceip":[],"windowsx":[],"winefs":[],"winerror":[],"winevt":[],"wingdi":[],"winhttp":[],"wininet":[],"winineti":[],"winioctl":[],"winnetwk":[],"winnls":[],"winnt":[],"winreg":[],"winsafer":[],"winscard":[],"winsmcrd":[],"winsock2":[],"winspool":[],"winstring":[],"winsvc":[],"wintrust":[],"winusb":[],"winusbio":[],"winuser":[],"winver":[],"wlanapi":[],"wlanihv":[],"wlanihvtypes":[],"wlantypes":[],"wlclient":[],"wmistr":[],"wnnc":[],"wow64apiset":[],"wpdmtpextensions":[],"ws2bth":[],"ws2def":[],"ws2ipdef":[],"ws2spi":[],"ws2tcpip":[],"wtsapi32":[],"wtypes":[],"wtypesbase":[],"xinput":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml","categories":["external-ffi-bindings","no-std","os::windows-apis"],"keywords":["windows","ffi","win32","com","directx"],"readme":"README.md","repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":"https://docs.rs/winapi/","edition":"2015","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","features":["everything","impl-debug","impl-default"],"targets":["aarch64-pc-windows-msvc","i686-pc-windows-msvc","x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"{}\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright {yyyy} {name of copyright owner}\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"anstream","version":"0.6.15","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstream@0.6.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple cross platform library for writing colored text to a terminal.","dependencies":[{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle-parse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle-query","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"colorchoice","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is_terminal_polyfill","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.48","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"utf8parse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"divan","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"owo-colors","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"strip-ansi-escapes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle-wincon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstream","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.15/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"dump-stream","kind":["example"],"crate_types":["bin"],"required-features":["auto"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.15/examples/dump-stream.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"query-stream","kind":["example"],"crate_types":["bin"],"required-features":["auto"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.15/examples/query-stream.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"stream","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.15/benches/stream.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"strip","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.15/benches/strip.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"wincon","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.15/benches/wincon.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"auto":["dep:anstyle-query"],"default":["auto","wincon"],"test":[],"wincon":["dep:anstyle-wincon"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.15/Cargo.toml","categories":["command-line-interface"],"keywords":["ansi","terminal","color","strip","wincon"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle.git","homepage":"https://github.com/rust-cli/anstyle","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"anstyle-query","version":"1.1.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Look up colored console capabilities","dependencies":[{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_System_Console","Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstyle_query","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.1.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"query","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.1.1/examples/query.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.1.1/Cargo.toml","categories":["command-line-interface"],"keywords":["cli","color","no-std","terminal","ansi"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"anstyle-wincon","version":"3.0.4","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Styling legacy Windows terminals","dependencies":[{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_System_Console","Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstyle_wincon","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-3.0.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"dump-wincon","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-3.0.4/examples/dump-wincon.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"set-wincon","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-3.0.4/examples/set-wincon.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-3.0.4/Cargo.toml","categories":["command-line-interface"],"keywords":["ansi","terminal","color","windows"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle.git","homepage":"https://github.com/rust-cli/anstyle","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"],"targets":["x86_64-pc-windows-msvc"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"anstyle","version":"1.0.8","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"ANSI text styling","dependencies":[{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstyle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"dump-style","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/examples/dump-style.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/Cargo.toml","categories":["command-line-interface"],"keywords":["ansi","terminal","color","no_std"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle.git","homepage":"https://github.com/rust-cli/anstyle","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}],"tag-prefix":""}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"clap","version":"4.5.18","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#clap@4.5.18","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple to use, efficient, and full-featured Command Line Argument Parser","dependencies":[{"name":"clap_builder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=4.5.18","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=4.5.18","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap-cargo","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"humantime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.15","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shlex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.16","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.91","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trycmd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15.3","kind":"dev","optional":false,"uses_default_features":false,"features":["color-auto","diff","examples"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"clap","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"stdio-fixture","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/src/bin/stdio-fixture.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"01_quick","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/01_quick.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"01_quick_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/01_quick.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_app_settings","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/02_app_settings.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_app_settings_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/02_app_settings.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_apps","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/02_apps.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_apps_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/02_apps.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_crate","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/02_crate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_crate_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/02_crate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_01_flag_bool","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/03_01_flag_bool.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_01_flag_bool_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/03_01_flag_bool.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_01_flag_count","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/03_01_flag_count.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_01_flag_count_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/03_01_flag_count.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_02_option","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/03_02_option.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_02_option_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/03_02_option.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_02_option_mult","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/03_02_option_mult.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_02_option_mult_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/03_02_option_mult.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_03_positional","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/03_03_positional.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_03_positional_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/03_03_positional.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_03_positional_mult","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/03_03_positional_mult.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_03_positional_mult_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/03_03_positional_mult.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_04_subcommands","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/03_04_subcommands.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_04_subcommands_alt_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/03_04_subcommands_alt.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_04_subcommands_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/03_04_subcommands.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_05_default_values","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/03_05_default_values.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_05_default_values_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/03_05_default_values.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_01_enum","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/04_01_enum.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_01_enum_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/04_01_enum.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_01_possible","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/04_01_possible.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_02_parse","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/04_02_parse.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_02_parse_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/04_02_parse.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_02_validate","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/04_02_validate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_02_validate_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/04_02_validate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_03_relations","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/04_03_relations.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_03_relations_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/04_03_relations.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_04_custom","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/04_04_custom.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_04_custom_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/04_04_custom.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"05_01_assert","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/05_01_assert.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"05_01_assert_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/05_01_assert.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"busybox","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/multicall-busybox.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"cargo-example","kind":["example"],"crate_types":["bin"],"required-features":["cargo","color"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/cargo-example.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"cargo-example-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive","color"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/cargo-example-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"demo","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/demo.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"escaped-positional","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/escaped-positional.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"escaped-positional-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/escaped-positional-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"find","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/find.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"git","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/git.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"git-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/git-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"hostname","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/multicall-hostname.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"interop_augment_args","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/derive_ref/augment_args.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"interop_augment_subcommands","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/derive_ref/augment_subcommands.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"interop_flatten_hand_args","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/derive_ref/flatten_hand_args.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"interop_hand_subcommand","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/derive_ref/hand_subcommand.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"pacman","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/pacman.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"repl","kind":["example"],"crate_types":["bin"],"required-features":["help"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/repl.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"repl-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/repl-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"typed-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/typed-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"cargo":["clap_builder/cargo"],"color":["clap_builder/color"],"debug":["clap_builder/debug","clap_derive?/debug"],"default":["std","color","help","usage","error-context","suggestions"],"deprecated":["clap_builder/deprecated","clap_derive?/deprecated"],"derive":["dep:clap_derive"],"env":["clap_builder/env"],"error-context":["clap_builder/error-context"],"help":["clap_builder/help"],"std":["clap_builder/std"],"string":["clap_builder/string"],"suggestions":["clap_builder/suggestions"],"unicode":["clap_builder/unicode"],"unstable-derive-ui-tests":[],"unstable-doc":["clap_builder/unstable-doc","derive"],"unstable-ext":["clap_builder/unstable-ext"],"unstable-styles":["clap_builder/unstable-styles"],"unstable-v5":["clap_builder/unstable-v5","clap_derive?/unstable-v5","deprecated"],"usage":["clap_builder/usage"],"wrap_help":["clap_builder/wrap_help"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/Cargo.toml","categories":["command-line-interface"],"keywords":["argument","cli","arg","parser","parse"],"readme":"README.md","repository":"https://github.com/clap-rs/clap","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"features":["unstable-doc"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"playground":{"features":["unstable-doc"]},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD","search":""},{"file":"CITATION.cff","replace":"date-released: {{date}}","search":"^date-released: ....-..-.."},{"file":"CITATION.cff","replace":"version: {{version}}","search":"^version: .+\\..+\\..+"},{"exactly":1,"file":"src/lib.rs","replace":"blob/v{{version}}/CHANGELOG.md","search":"blob/v.+\\..+\\..+/CHANGELOG.md"}],"shared-version":true,"tag-name":"v{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.74.0"},"path":null},{"crate":{"name":"colorchoice","version":"1.0.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Global override of color control","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"colorchoice","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.2/Cargo.toml","categories":["command-line-interface"],"keywords":["cli","color","no-std","terminal","ansi"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"crc32fast","version":"1.4.2","authors":["Sam Rijs ","Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast, SIMD-accelerated CRC32 (IEEE) checksum computation","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crc32fast","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/benches/bench.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"nightly":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/Cargo.toml","categories":[],"keywords":["checksum","crc","crc32","simd","fast"],"readme":"README.md","repository":"https://github.com/srijs/rust-crc32fast","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"env_filter","version":"0.1.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#env_filter@0.1.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Filter log events using environment variables\n","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"normal","optional":true,"uses_default_features":false,"features":["std","perf"],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"env_filter","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_filter-0.1.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["regex"],"regex":["dep:regex"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_filter-0.1.2/Cargo.toml","categories":["development-tools::debugging"],"keywords":["logging","log","logger"],"readme":"README.md","repository":"https://github.com/rust-cli/env_logger","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/env_logger/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.0"},"path":null},{"crate":{"name":"env_logger","version":"0.11.5","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#env_logger@0.11.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A logging implementation for `log` which is configured via an environment\nvariable.\n","dependencies":[{"name":"anstream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.11","kind":"normal","optional":true,"uses_default_features":false,"features":["wincon"],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_filter","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"humantime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.21","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"env_logger","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"custom_default_format","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/examples/custom_default_format.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"custom_format","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/examples/custom_format.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"default","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/examples/default.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"direct_logger","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/examples/direct_logger.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"filters_from_code","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/examples/filters_from_code.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"in_tests","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/examples/in_tests.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"syslog_friendly_format","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/examples/syslog_friendly_format.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"init-twice-retains-filter","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/tests/init-twice-retains-filter.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"log-in-log","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/tests/log-in-log.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"log_tls_dtors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/tests/log_tls_dtors.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"regexp_filter","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/tests/regexp_filter.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"auto-color":["color","anstream/auto"],"color":["dep:anstream","dep:anstyle"],"default":["auto-color","humantime","regex"],"humantime":["dep:humantime"],"regex":["env_filter/regex"],"unstable-kv":["log/kv"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/Cargo.toml","categories":["development-tools::debugging"],"keywords":["logging","log","logger"],"readme":"README.md","repository":"https://github.com/rust-cli/env_logger","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/env_logger/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.0"},"path":null},{"crate":{"name":"foreign-types-macros","version":"0.2.3","authors":["Steven Fackler "],"id":"registry+https://github.com/rust-lang/crates.io-index#foreign-types-macros@0.2.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An internal crate used by foreign-types","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"foreign_types_macros","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/sfackler/foreign-types","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"foreign-types-shared","version":"0.3.1","authors":["Steven Fackler "],"id":"registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An internal crate used by foreign-types","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"foreign_types_shared","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/sfackler/foreign-types","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"foreign-types","version":"0.5.0","authors":["Steven Fackler "],"id":"registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A framework for Rust wrappers over C APIs","dependencies":[{"name":"foreign-types-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"foreign-types-shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"foreign_types","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["foreign-types-macros/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/sfackler/foreign-types","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"hex","version":"0.4.3","authors":["KokaKiwi "],"id":"registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Encoding and decoding data into/from hexadecimal representation.","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"faster-hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"version-sync","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"hex","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/tests/serde.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"version-number","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/tests/version-number.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"hex","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/benches/hex.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"serde":["dep:serde"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/Cargo.toml","categories":["encoding","no-std"],"keywords":["no_std","hex"],"readme":"README.md","repository":"https://github.com/KokaKiwi/rust-hex","homepage":null,"documentation":"https://docs.rs/hex/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"humantime","version":"2.1.0","authors":["Paul Colomiets "],"id":"registry+https://github.com/rust-lang/crates.io-index#humantime@2.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":" A parser and formatter for std::time::{Duration, SystemTime}\n","dependencies":[{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"humantime","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"datetime_format","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/benches/datetime_format.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"datetime_parse","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/benches/datetime_parse.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/Cargo.toml","categories":["date-and-time"],"keywords":["time","human","human-friendly","parser","duration"],"readme":"README.md","repository":"https://github.com/tailhook/humantime","homepage":"https://github.com/tailhook/humantime","documentation":"https://docs.rs/humantime","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"is_terminal_polyfill","version":"1.70.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Polyfill for `is_terminal` stdlib feature for use with older MSRVs","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"is_terminal_polyfill","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/polyfill-rs/is_terminal_polyfill","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/polyfill-rs/is_terminal_polyfill/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"jni-sys","version":"0.3.0","authors":["Steven Fackler "],"id":"registry+https://github.com/rust-lang/crates.io-index#jni-sys@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust definitions corresponding to jni.h","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"jni_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-sys-0.3.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-sys-0.3.0/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["java","jni"],"readme":"README.md","repository":"https://github.com/sfackler/rust-jni-sys","homepage":null,"documentation":"https://docs.rs/jni-sys/0.3.0/jni_sys","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"serde_spanned","version":"0.6.8","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Serde-compatible spanned Value","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-untagged","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde_spanned","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.8/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.8/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["serde","span"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":"https://github.com/toml-rs/toml","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"toml","version":"0.8.19","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#toml@0.8.19","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A native Rust encoder and decoder of TOML-formatted files and streams. Provides\nimplementations of the standard Serialize/Deserialize traits for TOML data to\nfacilitate deserializing and serializing Rust structures.\n","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_spanned","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.7","kind":"normal","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_datetime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.8","kind":"normal","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_edit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22.20","kind":"normal","optional":true,"uses_default_features":false,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.199","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.116","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-harness","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"toml","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"decode","kind":["example"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/examples/decode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"enum_external","kind":["example"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/examples/enum_external.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"toml2json","kind":["example"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/examples/toml2json.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"decoder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/tests/decoder.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/tests/decoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/tests/encoder.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/tests/encoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"testsuite","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/tests/testsuite/main.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["parse","display"],"display":["dep:toml_edit","toml_edit?/display"],"indexmap":["dep:indexmap"],"parse":["dep:toml_edit","toml_edit?/parse"],"preserve_order":["indexmap"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":"https://github.com/toml-rs/toml","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"toml_datetime","version":"0.6.8","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A TOML-compatible datetime type","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"toml_datetime","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":"https://github.com/toml-rs/toml","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"toml_edit","version":"0.19.15","authors":["Andronik Ordian ","Ed Page "],"id":"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.19.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Yet another format-preserving TOML parser.","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"kstring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":["max_inline"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_spanned","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.3","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_datetime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winnow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libtest-mimic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.96","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"dev","optional":false,"uses_default_features":true,"features":["harness"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-harness","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"toml_edit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"visit","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/examples/visit.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/decoder.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/decoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/encoder.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/encoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"invalid","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/invalid.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"testsuite","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/testsuite/main.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"perf":["dep:kstring"],"serde":["dep:serde","toml_datetime/serde","dep:serde_spanned"],"unbounded":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["serde"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}],"tag-name":"v{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.66.0"},"path":null},{"crate":{"name":"toml_edit","version":"0.22.22","authors":["Andronik Ordian ","Ed Page "],"id":"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.22","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Yet another format-preserving TOML parser.","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"kstring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":["max_inline"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_spanned","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.7","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_datetime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winnow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.18","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libtest-mimic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.116","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-harness","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"toml_edit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.22/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"visit","kind":["example"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.22/examples/visit.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":["parse"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.22/tests/decoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.22/tests/encoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"invalid","kind":["test"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.22/tests/invalid.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"testsuite","kind":["test"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.22/tests/testsuite/main.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["parse","display"],"display":[],"parse":["dep:winnow"],"perf":["dep:kstring"],"serde":["dep:serde","toml_datetime/serde","dep:serde_spanned"],"unbounded":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.22/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["serde"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}],"tag-name":"v{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n Copyright 2020 Yoshua Wuyts\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"async-broadcast","version":"0.5.1","authors":["Stjepan Glavina ","Yoshua Wuyts ","Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-broadcast@0.5.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async broadcast channels","dependencies":[{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.21","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"async_broadcast","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-broadcast-0.5.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-broadcast-0.5.1/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"broadcast_bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-broadcast-0.5.1/benches/broadcast_bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-broadcast-0.5.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/smol-rs/async-broadcast","homepage":null,"documentation":"https://docs.rs/async-broadcast","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"android-tzdata","version":"0.1.1","authors":["RumovZ"],"id":"registry+https://github.com/rust-lang/crates.io-index#android-tzdata@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser for the Android-specific tzdata file","dependencies":[{"name":"zip","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"android_tzdata","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-tzdata-0.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-tzdata-0.1.1/Cargo.toml","categories":["date-and-time"],"keywords":["parser","android","timezone"],"readme":"README.md","repository":"https://github.com/RumovZ/android-tzdata","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n","source_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/LICENSE-APACHE","used_by":[{"crate":{"name":"async-trait","version":"0.1.83","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.83","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Type erasure for async trait methods","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":false,"features":["full","parsing","printing","proc-macro","visit-mut"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.40","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-attributes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.27","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.81","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"async_trait","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/tests/compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/Cargo.toml","categories":["asynchronous","no-std"],"keywords":["async"],"readme":"README.md","repository":"https://github.com/dtolnay/async-trait","homepage":null,"documentation":"https://docs.rs/async-trait","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"enumn","version":"0.1.14","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#enumn@0.1.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Convert number to enum","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"enumn","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumn-0.1.14/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumn-0.1.14/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumn-0.1.14/Cargo.toml","categories":["rust-patterns","no-std","no-std::no-alloc"],"keywords":["enum","integer"],"readme":"README.md","repository":"https://github.com/dtolnay/enumn","homepage":null,"documentation":"https://docs.rs/enumn","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"itoa","version":"1.0.11","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast integer primitive to string conversion","dependencies":[{"name":"no-panic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"itoa","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"no-panic":["dep:no-panic"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/Cargo.toml","categories":["value-formatting","no-std","no-std::no-alloc"],"keywords":["integer"],"readme":"README.md","repository":"https://github.com/dtolnay/itoa","homepage":null,"documentation":"https://docs.rs/itoa","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"libc","version":"0.2.159","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.159","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Raw FFI bindings to platform libraries like libc.\n","dependencies":[{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"libc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"const_fn","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/tests/const_fn.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"align":[],"const-extern-fn":[],"default":["std"],"extra_traits":[],"rustc-dep-of-std":["align","rustc-std-workspace-core"],"rustc-std-workspace-core":["dep:rustc-std-workspace-core"],"std":[],"use_std":["std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/Cargo.toml","categories":["external-ffi-bindings","no-std","os"],"keywords":["libc","ffi","bindings","operating","system"],"readme":"README.md","repository":"https://github.com/rust-lang/libc","homepage":"https://github.com/rust-lang/libc","documentation":"https://docs.rs/libc/","edition":"2015","metadata":{"docs":{"rs":{"cargo-args":["-Zbuild-std=core"],"default-target":"x86_64-unknown-linux-gnu","features":["const-extern-fn","extra_traits"],"targets":["aarch64-apple-darwin","aarch64-apple-ios","aarch64-linux-android","aarch64-pc-windows-msvc","aarch64-unknown-freebsd","aarch64-unknown-fuchsia","aarch64-unknown-hermit","aarch64-unknown-linux-gnu","aarch64-unknown-linux-musl","aarch64-unknown-netbsd","aarch64-unknown-openbsd","aarch64-wrs-vxworks","arm-linux-androideabi","arm-unknown-linux-gnueabi","arm-unknown-linux-gnueabihf","arm-unknown-linux-musleabi","arm-unknown-linux-musleabihf","armebv7r-none-eabi","armebv7r-none-eabihf","armv5te-unknown-linux-gnueabi","armv5te-unknown-linux-musleabi","armv7-linux-androideabi","armv7-unknown-linux-gnueabihf","armv7-unknown-linux-musleabihf","armv7-wrs-vxworks-eabihf","armv7r-none-eabi","armv7r-none-eabihf","i586-pc-windows-msvc","i586-unknown-linux-gnu","i586-unknown-linux-musl","i686-linux-android","i686-pc-windows-gnu","i686-pc-windows-msvc","i686-pc-windows-msvc","i686-unknown-freebsd","i686-unknown-haiku","i686-unknown-linux-gnu","i686-unknown-linux-musl","i686-unknown-netbsd","i686-unknown-openbsd","i686-wrs-vxworks","mips-unknown-linux-gnu","mips-unknown-linux-musl","mips64-unknown-linux-gnuabi64","mips64-unknown-linux-muslabi64","mips64el-unknown-linux-gnuabi64","mips64el-unknown-linux-muslabi64","mipsel-sony-psp","mipsel-unknown-linux-gnu","mipsel-unknown-linux-musl","nvptx64-nvidia-cuda","powerpc-unknown-linux-gnu","powerpc-unknown-linux-gnuspe","powerpc-unknown-netbsd","powerpc-wrs-vxworks","powerpc-wrs-vxworks-spe","powerpc64-unknown-freebsd","powerpc64-unknown-linux-gnu","powerpc64-wrs-vxworks","powerpc64le-unknown-linux-gnu","riscv32gc-unknown-linux-gnu","riscv32i-unknown-none-elf","riscv32imac-unknown-none-elf","riscv32imc-unknown-none-elf","riscv64gc-unknown-freebsd","riscv64gc-unknown-hermit","riscv64gc-unknown-linux-gnu","riscv64gc-unknown-linux-musl","riscv64gc-unknown-none-elf","riscv64imac-unknown-none-elf","s390x-unknown-linux-gnu","s390x-unknown-linux-musl","sparc-unknown-linux-gnu","sparc64-unknown-linux-gnu","sparc64-unknown-netbsd","sparcv9-sun-solaris","thumbv6m-none-eabi","thumbv7em-none-eabi","thumbv7em-none-eabihf","thumbv7m-none-eabi","thumbv7neon-linux-androideabi","thumbv7neon-unknown-linux-gnueabihf","wasm32-unknown-emscripten","wasm32-unknown-unknown","wasm32-wasi","x86_64-apple-darwin","x86_64-apple-ios","x86_64-fortanix-unknown-sgx","x86_64-linux-android","x86_64-pc-solaris","x86_64-pc-windows-gnu","x86_64-pc-windows-msvc","x86_64-unknown-dragonfly","x86_64-unknown-freebsd","x86_64-unknown-fuchsia","x86_64-unknown-haiku","x86_64-unknown-hermit","x86_64-unknown-illumos","x86_64-unknown-l4re-uclibc","x86_64-unknown-linux-gnu","x86_64-unknown-linux-gnux32","x86_64-unknown-linux-musl","x86_64-unknown-netbsd","x86_64-unknown-openbsd","x86_64-unknown-redox","x86_64-wrs-vxworks"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"litrs","version":"0.4.1","authors":["Lukas Kalbertodt "],"id":"registry+https://github.com/rust-lang/crates.io-index#litrs@0.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parse and inspect Rust literals (i.e. tokens in the Rust programming language\nrepresenting fixed values). Particularly useful for proc macros, but can also\nbe used outside of a proc-macro context.\n","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-xid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"litrs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litrs-0.4.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"check_suffix":["unicode-xid"],"default":["proc-macro2"],"proc-macro2":["dep:proc-macro2"],"unicode-xid":["dep:unicode-xid"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litrs-0.4.1/Cargo.toml","categories":["development-tools::procedural-macro-helpers","parser-implementations","development-tools::build-utils"],"keywords":["literal","parsing","proc-macro","type","procedural"],"readme":"README.md","repository":"https://github.com/LukasKalbertodt/litrs/","homepage":null,"documentation":"https://docs.rs/litrs/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.54.0"},"path":null},{"crate":{"name":"num_enum","version":"0.7.3","authors":["Daniel Wagner-Hall ","Daniel Henry-Mantilla ","Vincent Esche "],"id":"registry+https://github.com/rust-lang/crates.io-index#num_enum@0.7.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Procedural macros to make inter-operation between primitives and enums easier.","dependencies":[{"name":"num_enum_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.98","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause OR MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_enum","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"default","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/tests/default.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"from_primitive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/tests/from_primitive.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"into_primitive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/tests/into_primitive.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"renamed_num_enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/tests/renamed_num_enum.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"try_build","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/tests/try_build.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"try_from_primitive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/tests/try_from_primitive.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unsafe_from_primitive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/tests/unsafe_from_primitive.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"complex-expressions":["num_enum_derive/complex-expressions"],"default":["std"],"external_doc":[],"std":["num_enum_derive/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/Cargo.toml","categories":["rust-patterns"],"keywords":["enum","conversion","safe","ffi","derive"],"readme":"README.md","repository":"https://github.com/illicitonion/num_enum","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["external_doc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"num_enum_derive","version":"0.7.3","authors":["Daniel Wagner-Hall ","Daniel Henry-Mantilla ","Vincent Esche "],"id":"registry+https://github.com/rust-lang/crates.io-index#num_enum_derive@0.7.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)","dependencies":[{"name":"proc-macro-crate","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=1, <=3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":["parsing"],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":["extra-traits","parsing"],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause OR MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_enum_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"complex-expressions":["syn/full"],"default":["std"],"external_doc":[],"proc-macro-crate":["dep:proc-macro-crate"],"std":["proc-macro-crate"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.3/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/illicitonion/num_enum","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["external_doc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"paste","version":"1.0.15","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Macros for all your token pasting needs","dependencies":[{"name":"paste-test-suite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.49","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"paste","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test_item","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/test_item.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_attr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/test_attr.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/compiletest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_doc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/test_doc.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_expr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/test_expr.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/Cargo.toml","categories":["development-tools","no-std","no-std::no-alloc"],"keywords":["macros"],"readme":"README.md","repository":"https://github.com/dtolnay/paste","homepage":null,"documentation":"https://docs.rs/paste","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"path":null},{"crate":{"name":"proc-macro2","version":"1.0.86","authors":["David Tolnay ","Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.86","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.","dependencies":[{"name":"unicode-ident","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"proc_macro2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"comments","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/tests/comments.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"features","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/tests/features.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"marker","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/tests/marker.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_fmt","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/tests/test_fmt.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_size","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/tests/test_size.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["proc-macro"],"nightly":[],"proc-macro":[],"span-locations":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/Cargo.toml","categories":["development-tools::procedural-macro-helpers"],"keywords":["macros","syn"],"readme":"README.md","repository":"https://github.com/dtolnay/proc-macro2","homepage":null,"documentation":"https://docs.rs/proc-macro2","edition":"2021","metadata":{"docs":{"rs":{"rustc-args":["--cfg","procmacro2_semver_exempt"],"rustdoc-args":["--cfg","procmacro2_semver_exempt","--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["span-locations"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"quote","version":"1.0.37","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.37","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Quasi-quoting macro quote!(...)","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.80","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.66","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"quote","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/tests/compiletest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["proc-macro"],"proc-macro":["proc-macro2/proc-macro"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/Cargo.toml","categories":["development-tools::procedural-macro-helpers"],"keywords":["macros","syn"],"readme":"README.md","repository":"https://github.com/dtolnay/quote","homepage":null,"documentation":"https://docs.rs/quote/","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"ryu","version":"1.0.18","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.18","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast floating point to string conversion","dependencies":[{"name":"no-panic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num_cpus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xorshift","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR BSL-1.0","license_file":null,"targets":[{"name":"ryu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"upstream_benchmark","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/examples/upstream_benchmark.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"s2f_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/s2f_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"common_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/common_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"s2d_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/s2d_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"d2s_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/d2s_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"f2s_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/f2s_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"d2s_table_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/d2s_table_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"exhaustive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/exhaustive.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"d2s_intrinsics_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/d2s_intrinsics_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"no-panic":["dep:no-panic"],"small":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/Cargo.toml","categories":["value-formatting","no-std","no-std::no-alloc"],"keywords":["float"],"readme":"README.md","repository":"https://github.com/dtolnay/ryu","homepage":null,"documentation":"https://docs.rs/ryu","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"semver","version":"1.0.23","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#semver@1.0.23","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser and evaluator for Cargo's flavor of Semantic Versioning","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.194","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"semver","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test_version_req","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/tests/test_version_req.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_identifier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/tests/test_identifier.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_autotrait","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/tests/test_autotrait.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_version","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/tests/test_version.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parse","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/benches/parse.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/Cargo.toml","categories":["data-structures","no-std"],"keywords":["cargo"],"readme":"README.md","repository":"https://github.com/dtolnay/semver","homepage":null,"documentation":"https://docs.rs/semver","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","doc_cfg","--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"path":null},{"crate":{"name":"serde","version":"1.0.210","authors":["Erick Tryzelaar ","David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.210","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A generic serialization/deserialization framework","dependencies":[{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.210","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any())","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"derive":["serde_derive"],"rc":[],"serde_derive":["dep:serde_derive"],"std":[],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/Cargo.toml","categories":["encoding","no-std","no-std::no-alloc"],"keywords":["serde","serialization","no_std"],"readme":"crates-io.md","repository":"https://github.com/serde-rs/serde","homepage":"https://serde.rs","documentation":"https://docs.rs/serde","edition":"2018","metadata":{"docs":{"rs":{"features":["derive","rc","unstable"],"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["derive","rc"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"path":null},{"crate":{"name":"serde_derive","version":"1.0.210","authors":["Erick Tryzelaar ","David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.210","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Macros 1.1 implementation of #[derive(Serialize, Deserialize)]","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":false,"features":["proc-macro"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":false,"features":["proc-macro"],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":false,"features":["clone-impls","derive","parsing","printing","proc-macro"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.210/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"default":[],"deserialize_in_place":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.210/Cargo.toml","categories":["no-std","no-std::no-alloc"],"keywords":["serde","serialization","no_std","derive"],"readme":"crates-io.md","repository":"https://github.com/serde-rs/serde","homepage":"https://serde.rs","documentation":"https://serde.rs/derive.html","edition":"2015","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"serde_json","version":"1.0.128","authors":["Erick Tryzelaar ","David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.128","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A JSON serialization file format","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ryu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.194","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"indoc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ref-cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.194","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.166","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_stacker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.81","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde_json","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/tests/compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"debug","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/tests/debug.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lexical","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/tests/lexical.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"map","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/tests/map.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"regression","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/tests/regression.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"stream","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/tests/stream.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":["serde/alloc"],"arbitrary_precision":[],"default":["std"],"float_roundtrip":[],"indexmap":["dep:indexmap"],"preserve_order":["indexmap","std"],"raw_value":[],"std":["memchr/std","serde/std"],"unbounded_depth":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/Cargo.toml","categories":["encoding","parser-implementations","no-std"],"keywords":["json","serde","serialization"],"readme":"README.md","repository":"https://github.com/serde-rs/json","homepage":null,"documentation":"https://docs.rs/serde_json","edition":"2021","metadata":{"docs":{"rs":{"features":["preserve_order","raw_value","unbounded_depth"],"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["raw_value"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"serde_repr","version":"0.1.19","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#serde_repr@0.1.19","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum.","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.166","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.100","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.81","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde_repr","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/tests/compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/Cargo.toml","categories":["encoding","no-std","no-std::no-alloc"],"keywords":["serde","serialization","integer"],"readme":"README.md","repository":"https://github.com/dtolnay/serde-repr","homepage":null,"documentation":"https://docs.rs/serde_repr","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"syn","version":"2.0.77","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.77","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser for Rust source code","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.83","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-ident","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"insta","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ref-cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn-test-suite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"termcolor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null},{"name":"reqwest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"dev","optional":false,"uses_default_features":true,"features":["blocking"],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null},{"name":"tar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.16","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"syn","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"regression","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/regression.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_asyncness","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_asyncness.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_attribute","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_attribute.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_derive_input","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_derive_input.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_expr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_expr.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_generics.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_grouping","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_grouping.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_ident","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_ident.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_item","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_item.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_iterators","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_iterators.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_lit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_lit.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_meta","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_meta.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_parse_buffer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_parse_buffer.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_parse_quote","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_parse_quote.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_parse_stream","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_parse_stream.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_pat","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_pat.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_path","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_path.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_precedence","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_precedence.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_receiver","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_receiver.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_round_trip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_round_trip.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_shebang","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_shebang.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_size","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_size.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_stmt","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_stmt.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_token_trees","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_token_trees.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_ty","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_ty.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_unparenthesize","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_unparenthesize.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_visibility","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_visibility.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"zzz_stable","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/zzz_stable.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"file","kind":["bench"],"crate_types":["bin"],"required-features":["full","parsing"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/benches/file.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"rust","kind":["bench"],"crate_types":["bin"],"required-features":["full","parsing"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/benches/rust.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"clone-impls":[],"default":["derive","parsing","printing","clone-impls","proc-macro"],"derive":[],"extra-traits":[],"fold":[],"full":[],"parsing":[],"printing":["dep:quote"],"proc-macro":["proc-macro2/proc-macro","quote?/proc-macro"],"test":["syn-test-suite/all-features"],"visit":[],"visit-mut":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/Cargo.toml","categories":["development-tools::procedural-macro-helpers","parser-implementations"],"keywords":["macros","syn"],"readme":"README.md","repository":"https://github.com/dtolnay/syn","homepage":null,"documentation":"https://docs.rs/syn","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["full","visit","visit-mut","fold","extra-traits"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"path":null},{"crate":{"name":"thiserror-impl","version":"1.0.64","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.64","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Implementation detail of the `thiserror` crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"thiserror_impl","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.64/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.64/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/dtolnay/thiserror","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"thiserror","version":"1.0.64","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.64","source":"registry+https://github.com/rust-lang/crates.io-index","description":"derive(Error)","dependencies":[{"name":"thiserror-impl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.64","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.73","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ref-cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.81","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"thiserror","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_backtrace","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_backtrace.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_deprecated","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_deprecated.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_display","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_display.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_expr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_expr.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_from","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_from.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_generics.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_lints","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_lints.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_option","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_option.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_path","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_path.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_source","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_source.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_transparent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_transparent.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/Cargo.toml","categories":["rust-patterns"],"keywords":["error","error-handling","derive"],"readme":"README.md","repository":"https://github.com/dtolnay/thiserror","homepage":null,"documentation":"https://docs.rs/thiserror","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"unicode-ident","version":"1.0.13","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31","dependencies":[{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fst","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"roaring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ucd-trie","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-xid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"(MIT OR Apache-2.0) AND Unicode-DFS-2016","license_file":null,"targets":[{"name":"unicode_ident","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"compare","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/tests/compare.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"static_size","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/tests/static_size.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"xid","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/benches/xid.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/Cargo.toml","categories":["development-tools::procedural-macro-helpers","no-std","no-std::no-alloc"],"keywords":["unicode","xid"],"readme":"README.md","repository":"https://github.com/dtolnay/unicode-ident","homepage":null,"documentation":"https://docs.rs/unicode-ident","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"path":null},{"crate":{"name":"utf8parse","version":"0.2.2","authors":["Joe Wilm ","Christian Duerr "],"id":"registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Table-driven UTF-8 parser","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"utf8parse","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"utf-8-demo","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.2/tests/utf-8-demo.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":[],"nightly":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.2/Cargo.toml","categories":["parsing","no-std"],"keywords":["utf8","parse","table"],"readme":null,"repository":"https://github.com/alacritty/vte","homepage":null,"documentation":"https://docs.rs/utf8parse/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"zerocopy","version":"0.7.35","authors":["Joshua Liebow-Feeser "],"id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.7.35","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Utilities for zero-copy parsing and serialization","dependencies":[{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.35","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"elain","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.85","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.35","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any())","rename":null,"registry":null,"path":null}],"license":"BSD-2-Clause OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"zerocopy","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"trybuild","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/tests/trybuild.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"__internal_use_only_features_that_work_on_stable":["alloc","derive","simd"],"alloc":[],"byteorder":["dep:byteorder"],"default":["byteorder"],"derive":["zerocopy-derive"],"simd":[],"simd-nightly":["simd"],"zerocopy-derive":["dep:zerocopy-derive"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/Cargo.toml","categories":["embedded","encoding","no-std::no-alloc","parsing","rust-patterns"],"keywords":["cast","convert","transmute","transmutation","type-punning"],"readme":"README.md","repository":"https://github.com/google/zerocopy","homepage":null,"documentation":null,"edition":"2018","metadata":{"ci":{"pinned-nightly":"nightly-2024-06-19","pinned-stable":"1.79.0"},"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg","--generate-link-to-definition"]}},"playground":{"features":["__internal_use_only_features_that_work_on_stable"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright (c) 2016 Alex Crichton\nCopyright (c) 2017 The Tokio Authors\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"futures-channel","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Channels for asynchronous communication using futures-rs.\n","dependencies":[{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-sink","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures_channel","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"channel","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/channel.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mpsc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mpsc-close","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc-close.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mpsc-size_hint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc-size_hint.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"oneshot","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/oneshot.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"sync_mpsc","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/benches/sync_mpsc.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":["futures-core/alloc"],"cfg-target-has-atomic":[],"default":["std"],"futures-sink":["dep:futures-sink"],"sink":["futures-sink"],"std":["alloc","futures-core/std"],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"futures-core","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The core traits and types in for the `futures` library.\n","dependencies":[{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"normal","optional":true,"uses_default_features":false,"features":["require-cas"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"cfg-target-has-atomic":[],"default":["std"],"portable-atomic":["dep:portable-atomic"],"std":["alloc"],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"futures-executor","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Executors for asynchronous tasks based on the futures-rs library.\n","dependencies":[{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num_cpus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures_executor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"local_pool","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/tests/local_pool.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"thread_notify","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/benches/thread_notify.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"num_cpus":["dep:num_cpus"],"std":["futures-core/std","futures-task/std","futures-util/std"],"thread-pool":["std","num_cpus"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"futures-io","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures_io","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"futures-macro","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The futures-rs procedural macro implementations.\n","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.8","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures_macro","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"futures-sink","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The asynchronous `Sink` trait for the futures-rs library.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures_sink","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"futures-task","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Tools for working with tasks.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures_task","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"cfg-target-has-atomic":[],"default":["std"],"std":["alloc"],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"futures-util","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common utilities and extension traits for the futures-rs library.\n","dependencies":[{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-macro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-sink","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.25","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"futures_01","registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures_util","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"bilock","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/bilock.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"flatten_unordered","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/flatten_unordered.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"futures_unordered","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/futures_unordered.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"select","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/select.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":["futures-core/alloc","futures-task/alloc"],"async-await":[],"async-await-macro":["async-await","futures-macro"],"bilock":[],"cfg-target-has-atomic":[],"channel":["std","futures-channel"],"compat":["std","futures_01"],"default":["std","async-await","async-await-macro"],"futures-channel":["dep:futures-channel"],"futures-io":["dep:futures-io"],"futures-macro":["dep:futures-macro"],"futures-sink":["dep:futures-sink"],"futures_01":["dep:futures_01"],"io":["std","futures-io","memchr"],"io-compat":["io","compat","tokio-io"],"memchr":["dep:memchr"],"portable-atomic":["futures-core/portable-atomic"],"sink":["futures-sink"],"slab":["dep:slab"],"std":["alloc","futures-core/std","futures-task/std","slab"],"tokio-io":["dep:tokio-io"],"unstable":["futures-core/unstable","futures-task/unstable"],"write-all-vectored":["io"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2014 Paho Lurie-Gregg\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"typenum","version":"1.17.0","authors":["Paho Lurie-Gregg ","Andre Bogus "],"id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.17.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Typenum is a Rust library for type-level numbers evaluated at\n compile time. It currently supports bits, unsigned integers, and signed\n integers. It also provides a type-level array of type-level numbers, but its\n implementation is incomplete.","dependencies":[{"name":"scale-info","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"typenum","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-main","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"const-generics":[],"force_unix_path_separator":[],"i128":[],"no_std":[],"scale-info":["dep:scale-info"],"scale_info":["scale-info/derive"],"strict":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/Cargo.toml","categories":["no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/paholg/typenum","homepage":null,"documentation":"https://docs.rs/typenum","edition":"2018","metadata":{"docs":{"rs":{"features":["i128","const-generics"],"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["i128","const-generics"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.37.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2017 The Rust Project Developers\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"pathdiff","version":"0.2.1","authors":["Manish Goregaokar "],"id":"registry+https://github.com/rust-lang/crates.io-index#pathdiff@0.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Library for diffing paths to obtain relative paths","dependencies":[{"name":"camino","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"pathdiff","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"camino":["dep:camino"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/Cargo.toml","categories":[],"keywords":["path","relative"],"readme":null,"repository":"https://github.com/Manishearth/pathdiff","homepage":null,"documentation":"https://docs.rs/pathdiff/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2018 Brian Myers\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"num-format","version":"0.4.4","authors":["Brian Myers "],"id":"registry+https://github.com/rust-lang/crates.io-index#num-format@0.4.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust crate for producing string-representations of numbers, formatted according to international standards","dependencies":[{"name":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.4","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-bigint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.85","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"encoding_rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.31","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.134","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"num-format-windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"widestring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":true,"uses_default_features":true,"features":["winnls"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_format","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"test_errors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_errors.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_no_bytes_written","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_no_bytes_written.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_non_zero","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_non_zero.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_num_bigint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_num_bigint.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_serialization","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_serialization.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_signed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_signed.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_system_locale_unix","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_system_locale_unix.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_system_locale_windows","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_system_locale_windows.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_unsigned","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_unsigned.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"cfg-if":["dep:cfg-if"],"default":["std"],"encoding_rs":["dep:encoding_rs"],"lazy_static":["dep:lazy_static"],"libc":["dep:libc"],"num-bigint":["dep:num-bigint"],"num-format-windows":["dep:num-format-windows"],"serde":["dep:serde"],"std":["arrayvec/default"],"widestring":["dep:widestring"],"winapi":["dep:winapi"],"with-num-bigint":["num-bigint","std"],"with-serde":["arrayvec/serde","serde/derive"],"with-system-locale":["cfg-if","encoding_rs","lazy_static","libc","num-format-windows","std","widestring","winapi/winnls"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/Cargo.toml","categories":["encoding","internationalization","localization","no-std","value-formatting"],"keywords":["comma","internationalization","number","separator","thousands"],"readme":"README.md","repository":"https://github.com/bcmyers/num-format","homepage":"https://github.com/bcmyers/num-format","documentation":"https://docs.rs/num-format","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2018 Maciej Hirsz \n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.2/LICENSE-APACHE","used_by":[{"crate":{"name":"logos-codegen","version":"0.14.2","authors":["Maciej Hirsz ","Jérome Eertmans (maintainer) "],"id":"registry+https://github.com/rust-lang/crates.io-index#logos-codegen@0.14.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Create ridiculously fast Lexers","dependencies":[{"name":"beef","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.13","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rstest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"logos_codegen","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-codegen-0.14.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"codegen","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-codegen-0.14.2/tests/codegen.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"debug":[],"forbid_unsafe":[],"fuzzing":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-codegen-0.14.2/Cargo.toml","categories":["parsing","text-processing"],"keywords":["lexer","lexical","tokenizer","parser","no_std"],"readme":"README.md","repository":"https://github.com/maciejhirsz/logos","homepage":"https://logos.maciej.codes/","documentation":null,"edition":"2021","metadata":{"release":{"shared-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"logos-derive","version":"0.14.2","authors":["Maciej Hirsz ","Jérome Eertmans (maintainer) "],"id":"registry+https://github.com/rust-lang/crates.io-index#logos-derive@0.14.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Create ridiculously fast Lexers","dependencies":[{"name":"logos-codegen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"logos_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-derive-0.14.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"debug":["logos-codegen/debug"],"forbid_unsafe":["logos-codegen/forbid_unsafe"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-derive-0.14.2/Cargo.toml","categories":["parsing","text-processing"],"keywords":["lexer","lexical","tokenizer","parser","no_std"],"readme":"README.md","repository":"https://github.com/maciejhirsz/logos","homepage":"https://logos.maciej.codes/","documentation":null,"edition":"2021","metadata":{"release":{"shared-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"logos","version":"0.14.2","authors":["Maciej Hirsz ","Jérome Eertmans (maintainer) "],"id":"registry+https://github.com/rust-lang/crates.io-index#logos@0.14.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Create ridiculously fast Lexers","dependencies":[{"name":"logos-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ariadne","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":["auto-color"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"logos","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"brainfuck","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.2/examples/brainfuck.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"custom_error","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.2/examples/custom_error.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"extras","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.2/examples/extras.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"json","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.2/examples/json.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"json-borrowed","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.2/examples/json_borrowed.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"debug":["logos-derive?/debug"],"default":["export_derive","std"],"export_derive":["logos-derive"],"forbid_unsafe":["logos-derive?/forbid_unsafe"],"logos-derive":["dep:logos-derive"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.2/Cargo.toml","categories":["parsing","text-processing"],"keywords":["lexer","lexical","tokenizer","parser","no_std"],"readme":"README.md","repository":"https://github.com/maciejhirsz/logos","homepage":"https://logos.maciej.codes/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"features":["debug"],"rustdoc-args":["--cfg","docsrs"]}},"msrv":"1.70.0","release":{"pre-release-replacements":[{"exactly":1,"file":"book/src/getting-started.md","replace":"logos = \"{{version}}\"","search":"logos = \"[0-9]+\\.[0-9]+\\.[0-9]+\""}],"shared-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2018 The pin-utils authors\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"pin-utils","version":"0.1.0","authors":["Josef Brandl "],"id":"registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Utilities for pinning\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"pin_utils","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"projection","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/tests/projection.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"stack_pin","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/tests/stack_pin.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang-nursery/pin-utils","homepage":null,"documentation":"https://docs.rs/pin-utils","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2019 The CryptoCorrosion Contributors\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"ppv-lite86","version":"0.2.20","authors":["The CryptoCorrosion Contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.20","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Implementation of the crypto-simd API for x86","dependencies":[{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":false,"uses_default_features":true,"features":["simd","derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ppv_lite86","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.20/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"no_simd":[],"simd":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.20/Cargo.toml","categories":["cryptography","no-std"],"keywords":["crypto","simd","x86"],"readme":null,"repository":"https://github.com/cryptocorrosion/cryptocorrosion","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2019- Jake Goulding\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/LICENSE-APACHE","used_by":[{"crate":{"name":"snafu-derive","version":"0.8.5","authors":["Jake Goulding "],"id":"registry+https://github.com/rust-lang/crates.io-index#snafu-derive@0.8.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An ergonomic error handling library","dependencies":[{"name":"heck","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.4, <0.6","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.52","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.25","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"snafu_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"rust_1_61":[],"unstable-provider-api":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/shepmaster/snafu","homepage":null,"documentation":"https://docs.rs/snafu","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"snafu","version":"0.8.5","authors":["Jake Goulding "],"id":"registry+https://github.com/rust-lang/crates.io-index#snafu@0.8.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An ergonomic error handling library","dependencies":[{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"futures-core-crate","registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.11","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"futures-crate","registry":null,"path":null},{"name":"pin-project","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snafu-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"snafu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"backtrace","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/backtrace.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"backtrace-optional","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/backtrace-optional.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"backtrace-optional-enabled","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/backtrace-optional-enabled.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"backtrace_attributes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/backtrace_attributes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"boxed_error_trait_object","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/boxed_error_trait_object.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"boxing-errors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/boxing-errors.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-leaf-error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/build-leaf-error.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"context_selector_name","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/context_selector_name.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"default_error_display","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/default_error_display.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"display-shorthand","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/display-shorthand.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"doc_comment","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/doc_comment.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"ensure","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/ensure.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"error_chain","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/error_chain.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/generics.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"generics_with_default","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/generics_with_default.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"implicit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/implicit.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"location","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/location.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mapping_result_without_try_operator","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/mapping_result_without_try_operator.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"module","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/module.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"multiple_attributes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/multiple_attributes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"name-conflicts","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/name-conflicts.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"no_context","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/no_context.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"opaque","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/opaque.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"options","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/options.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"premade_error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/premade_error.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"raw_idents","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/raw_idents.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"recursive_error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/recursive_error.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"report","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/report.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"send_between_threads","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/send_between_threads.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"single_use_lifetimes_lint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/single_use_lifetimes_lint.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"source_attributes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/source_attributes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"stringly_typed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/stringly_typed.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"structs","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/structs/main.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"transparent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/transparent.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"visibility","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/visibility.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"backtrace":["dep:backtrace"],"backtraces-impl-backtrace-crate":["backtrace"],"default":["std","rust_1_65"],"futures":["futures-core-crate","pin-project"],"futures-core-crate":["dep:futures-core-crate"],"futures-crate":["dep:futures-crate"],"guide":[],"internal-dev-dependencies":["futures-crate"],"pin-project":["dep:pin-project"],"rust_1_61":["snafu-derive/rust_1_61"],"rust_1_65":["rust_1_61"],"rust_1_81":["rust_1_65"],"std":[],"unstable-core-error":[],"unstable-provider-api":["snafu-derive/unstable-provider-api"],"unstable-try-trait":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/Cargo.toml","categories":["rust-patterns","no-std"],"keywords":["error","ergonomic","library","no_std"],"readme":"README.md","repository":"https://github.com/shepmaster/snafu","homepage":null,"documentation":"https://docs.rs/snafu","edition":"2018","metadata":{"docs":{"rs":{"features":["futures","guide"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2020 Andrew Straw\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"iana-time-zone-haiku","version":"0.1.2","authors":["René Kijewski "],"id":"registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"iana-time-zone support crate for Haiku OS","dependencies":[{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"iana_time_zone_haiku","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/Cargo.toml","categories":["date-and-time","internationalization","os"],"keywords":["IANA","time"],"readme":"README.md","repository":"https://github.com/strawlab/iana-time-zone","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"iana-time-zone","version":"0.1.61","authors":["Andrew Straw ","René Kijewski ","Ryan Lopopolo "],"id":"registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.61","source":"registry+https://github.com/rust-lang/crates.io-index","description":"get the IANA time zone for the current system","dependencies":[{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.66","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.89","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"core-foundation-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\", target_os = \"ios\"))","rename":null,"registry":null,"path":null},{"name":"android_system_properties","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"iana-time-zone-haiku","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"haiku\")","rename":null,"registry":null,"path":null},{"name":"windows-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.50, <=0.52","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"iana_time_zone","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.61/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"get_timezone","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.61/examples/get_timezone.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"stress-test","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.61/examples/stress-test.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"fallback":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.61/Cargo.toml","categories":["date-and-time","internationalization","os"],"keywords":["IANA","time"],"readme":"README.md","repository":"https://github.com/strawlab/iana-time-zone","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2020 Cameron Hart\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"glam","version":"0.24.2","authors":["Cameron Hart "],"id":"registry+https://github.com/rust-lang/crates.io-index#glam@0.24.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple and fast 3D math library for games and graphics","dependencies":[{"name":"approx","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytecheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"mint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xoshiro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":["size_32"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":["html_reports"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"glam","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"affine2","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/affine2.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"affine3","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/affine3.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"euler","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/euler.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mat2","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/mat2.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mat3","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/mat3.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mat4","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/mat4.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"quat","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/quat.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"support","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/support.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_f32","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_f32.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_f64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_f64.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_i32","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_i32.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_i64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_i64.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_u32","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_u32.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_u64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_u64.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"vec2","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/vec2.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"vec3","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/vec3.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"vec4","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/vec4.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"affine2","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/affine2.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"affine3","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/affine3.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"mat2","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/mat2.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"mat3","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/mat3.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"mat3a","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/mat3a.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"mat4","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/mat4.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"quat","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/quat.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"support","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/support.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"vec2","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/vec2.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"vec3","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/vec3.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"vec3a","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/vec3a.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"vec4","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/vec4.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"approx":["dep:approx"],"bytecheck":["dep:bytecheck"],"bytemuck":["dep:bytemuck"],"core-simd":[],"cuda":[],"debug-glam-assert":[],"default":["std"],"fast-math":[],"glam-assert":[],"libm":["dep:libm"],"mint":["dep:mint"],"rand":["dep:rand"],"rkyv":["dep:rkyv"],"scalar-math":[],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/Cargo.toml","categories":["game-engines","no-std"],"keywords":["gamedev","math","matrix","vector","quaternion"],"readme":"README.md","repository":"https://github.com/bitshifter/glam-rs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.58.1"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright 2020 Maciej Hirsz \n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"beef","version":"0.5.2","authors":["Maciej Hirsz "],"id":"registry+https://github.com/rust-lang/crates.io-index#beef@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"More compact Cow","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.105","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.105","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"beef","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/beef-0.5.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/beef-0.5.2/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"const_fn":[],"default":[],"impl_serde":["serde"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/beef-0.5.2/Cargo.toml","categories":["no-std","memory-management"],"keywords":["cow","borrow","str","slice"],"readme":"./README.md","repository":"https://github.com/maciejhirsz/beef","homepage":null,"documentation":"https://docs.rs/beef/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [2015] [Dan Burkert]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"memmap2","version":"0.9.5","authors":["Dan Burkert ","Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#memmap2@0.9.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross-platform Rust API for memory-mapped file IO","dependencies":[{"name":"stable_deref_trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"owning_ref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.151","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"memmap2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"cat","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.5/examples/cat.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"stable_deref_trait":["dep:stable_deref_trait"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.5/Cargo.toml","categories":[],"keywords":["mmap","memory-map","io","file"],"readme":"README.md","repository":"https://github.com/RazrFalcon/memmap2-rs","homepage":null,"documentation":"https://docs.rs/memmap2","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"async-recursion","version":"1.1.1","authors":["Robert Usher <266585+dcchut@users.noreply.github.com>"],"id":"registry+https://github.com/rust-lang/crates.io-index#async-recursion@1.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Recursion for async functions","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["full","visit-mut","parsing","printing","proc-macro","clone-impls"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"macrotest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"async_recursion","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"args_sync","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/args_sync.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/compiletest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"core_module","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/core_module.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"fibonacci","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/fibonacci.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"generic_parameters","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/generic_parameters.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"lifetimes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/lifetimes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros_all_the_way_down","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/macros_all_the_way_down.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"struct_methods","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/struct_methods.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/dcchut/async-recursion","homepage":null,"documentation":"https://docs.rs/async-recursion","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"glow","version":"0.14.1","authors":["Joshua Groves ","Dzmitry Malyshau "],"id":"registry+https://github.com/rust-lang/crates.io-index#glow@0.14.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"GL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code.","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.16","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"slotmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.3.60","kind":"normal","optional":false,"uses_default_features":true,"features":["Document","Element","HtmlCanvasElement","HtmlImageElement","HtmlVideoElement","ImageBitmap","ImageData","VideoFrame","WebGlActiveInfo","WebGlBuffer","WebGlFramebuffer","WebGlProgram","WebGlQuery","WebGlRenderbuffer","WebGlRenderingContext","WebGl2RenderingContext","WebGlSampler","WebGlShader","WebGlSync","WebGlTexture","WebGlTransformFeedback","WebGlUniformLocation","WebGlVertexArrayObject","Window","AngleInstancedArrays","ExtBlendMinmax","ExtColorBufferFloat","ExtColorBufferHalfFloat","ExtDisjointTimerQuery","ExtFragDepth","ExtShaderTextureLod","ExtSRgb","ExtTextureFilterAnisotropic","OesElementIndexUint","OesStandardDerivatives","OesTextureFloat","OesTextureFloatLinear","OesTextureHalfFloat","OesTextureHalfFloatLinear","OesVertexArrayObject","WebglColorBufferFloat","WebglCompressedTextureAstc","WebglCompressedTextureEtc","WebglCompressedTextureEtc1","WebglCompressedTexturePvrtc","WebglCompressedTextureS3tc","WebglCompressedTextureS3tcSrgb","WebglDebugRendererInfo","WebglDebugShaders","WebglDepthTexture","WebglDrawBuffers","WebglLoseContext","OvrMultiview2"],"target":"cfg(target_arch = \"wasm32\")","rename":"web_sys","registry":null,"path":null}],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"glow","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glow-0.14.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"debug_automatic_glGetError":[],"debug_trace_calls":[],"log":["dep:log"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glow-0.14.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/grovesNL/glow","homepage":"https://github.com/grovesNL/glow.git","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-unknown-linux-gnu","targets":["x86_64-unknown-linux-gnu","x86_64-apple-darwin","x86_64-pc-windows-msvc","i686-unknown-linux-gnu","i686-pc-windows-msvc","wasm32-unknown-unknown"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"weezl","version":"0.1.8","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#weezl@0.1.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast LZW compression and decompression.","dependencies":[{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.12","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","io-util","net","rt","rt-multi-thread"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.2","kind":"dev","optional":false,"uses_default_features":false,"features":["compat"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"weezl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"lzw","kind":["bin"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/bin/lzw.rs","edition":"2018","doctest":false,"test":true,"doc":true},{"name":"lzw-compress","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/examples/lzw-compress.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"lzw-decompress","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/examples/lzw-decompress.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":["async","std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/async.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"implicit_reset","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/implicit_reset.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"roundtrip","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/roundtrip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"roundtrip_vec","kind":["test"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/roundtrip_vec.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"msb8","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/benches/msb8.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"async":["futures","std"],"default":["std"],"futures":["dep:futures"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/lzw","homepage":null,"documentation":"https://docs.rs/weezl","edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"addr2line","version":"0.24.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#addr2line@0.24.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A cross-platform symbolication library written in Rust, using `gimli`","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.3.21","kind":"normal","optional":true,"uses_default_features":true,"features":["wrap_help"],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"cpp_demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"fallible-iterator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gimli","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":false,"features":["read"],"target":null,"rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"object","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.36.0","kind":"normal","optional":true,"uses_default_features":false,"features":["read","compression"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"typed-arena","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"findshlibs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libtest-mimic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"addr2line","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.24.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"addr2line","kind":["bin"],"crate_types":["bin"],"required-features":["bin"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.24.1/src/bin/addr2line.rs","edition":"2018","doctest":false,"test":true,"doc":true},{"name":"correctness","kind":["test"],"crate_types":["bin"],"required-features":["loader","fallible-iterator"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.24.1/tests/correctness.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"output_equivalence","kind":["test"],"crate_types":["bin"],"required-features":["bin"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.24.1/tests/output_equivalence.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parse","kind":["test"],"crate_types":["bin"],"required-features":["loader"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.24.1/tests/parse.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"all":["bin"],"alloc":["dep:alloc"],"bin":["loader","rustc-demangle","cpp_demangle","smallvec","dep:clap"],"cargo-all":[],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"cpp_demangle":["dep:cpp_demangle"],"default":["rustc-demangle","cpp_demangle","loader","fallible-iterator","smallvec"],"fallible-iterator":["dep:fallible-iterator"],"loader":["std","dep:object","dep:memmap2","dep:typed-arena"],"rustc-demangle":["dep:rustc-demangle"],"rustc-dep-of-std":["core","alloc","compiler_builtins","gimli/rustc-dep-of-std"],"smallvec":["dep:smallvec"],"std":["gimli/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.24.1/Cargo.toml","categories":["development-tools::debugging"],"keywords":["DWARF","debug","elf","symbolicate","atos"],"readme":"README.md","repository":"https://github.com/gimli-rs/addr2line","homepage":null,"documentation":"https://docs.rs/addr2line","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"ahash","version":"0.8.11","authors":["Tom Kaitchuck "],"id":"registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.11","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A non-cryptographic hash function using AES-NI for high performance","dependencies":[{"name":"atomic-polyfill","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"const-random","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.117","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.31","kind":"normal","optional":false,"uses_default_features":false,"features":["simd"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"dev","optional":false,"uses_default_features":true,"features":["html_reports"],"target":null,"rename":null,"registry":null,"path":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fxhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hashbrown","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"no-panic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pcg-mwc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"seahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.59","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"version_check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.4","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.18.0","kind":"normal","optional":false,"uses_default_features":false,"features":["alloc"],"target":"cfg(not(all(target_arch = \"arm\", target_os = \"none\")))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ahash","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/bench.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"map_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/map_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"nopanic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/nopanic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"ahash","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"map","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/map_tests.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/./build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"atomic-polyfill":["dep:atomic-polyfill","once_cell/atomic-polyfill"],"compile-time-rng":["const-random"],"const-random":["dep:const-random"],"default":["std","runtime-rng"],"getrandom":["dep:getrandom"],"nightly-arm-aes":[],"no-rng":[],"runtime-rng":["getrandom"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/Cargo.toml","categories":["algorithms","data-structures","no-std"],"keywords":["hash","hasher","hashmap","aes","no-std"],"readme":"README.md","repository":"https://github.com/tkaitchuck/ahash","homepage":null,"documentation":"https://docs.rs/ahash","edition":"2018","metadata":{"docs":{"rs":{"features":["std"],"rustc-args":["-C","target-feature=+aes"],"rustdoc-args":["-C","target-feature=+aes"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"arrayvec","version":"0.7.6","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.","dependencies":[{"name":"borsh","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zeroize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"arrayvec","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"borsh","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/tests/borsh.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/tests/serde.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"arraystring","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/benches/arraystring.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"extend","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/benches/extend.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"borsh":["dep:borsh"],"default":["std"],"serde":["dep:serde"],"std":[],"zeroize":["dep:zeroize"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/Cargo.toml","categories":["data-structures","no-std"],"keywords":["stack","vector","array","data-structure","no_std"],"readme":"README.md","repository":"https://github.com/bluss/arrayvec","homepage":null,"documentation":"https://docs.rs/arrayvec/","edition":"2018","metadata":{"docs":{"rs":{"features":["borsh","serde","zeroize"]}},"release":{"no-dev-version":true,"tag-name":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"path":null},{"crate":{"name":"async-channel","version":"2.3.1","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-channel@2.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async multi-producer multi-consumer channel","dependencies":[{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"event-listener-strategy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_channel","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bounded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/tests/bounded.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unbounded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/tests/unbounded.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["concurrent-queue/std","event-listener-strategy/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["mpmc","mpsc","spmc","chan","futures"],"readme":"README.md","repository":"https://github.com/smol-rs/async-channel","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"async-executor","version":"1.13.1","authors":["Stjepan Glavina ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-executor@1.13.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async executor","dependencies":[{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.16.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_executor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"limit","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/examples/limit.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"priority","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/examples/priority.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"different_executors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/tests/different_executors.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"drop","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/tests/drop.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"larger_tasks","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/tests/larger_tasks.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"local_queue","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/tests/local_queue.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"panic_prop","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/tests/panic_prop.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"spawn_many","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/tests/spawn_many.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"executor","kind":["bench"],"crate_types":["bin"],"required-features":["static"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/benches/executor.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"static":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["asynchronous","executor","single","multi","spawn"],"readme":"README.md","repository":"https://github.com/smol-rs/async-executor","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"async-fs","version":"1.6.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-fs@1.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async filesystem primitives","dependencies":[{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.78","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"dev","optional":false,"uses_default_features":true,"features":["winbase"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_fs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-fs-1.6.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-fs-1.6.0/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-fs-1.6.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["asynchronous","file","filesystem","io"],"readme":"README.md","repository":"https://github.com/smol-rs/async-fs","homepage":"https://github.com/smol-rs/async-fs","documentation":"https://docs.rs/async-fs","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.47.0"},"path":null},{"crate":{"name":"async-io","version":"1.13.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-io@1.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async I/O and timers","dependencies":[{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"polling","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.37.1","kind":"normal","optional":false,"uses_default_features":false,"features":["std","fs"],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"socket2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":["all"],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-net","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"inotify","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"linux\")","rename":null,"registry":null,"path":null},{"name":"timerfd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"linux\")","rename":null,"registry":null,"path":null},{"name":"uds_windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_io","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"linux-inotify","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/linux-inotify.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"linux-timerfd","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/linux-timerfd.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"unix-signal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/unix-signal.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"windows-uds","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/windows-uds.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/tests/async.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"timer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/tests/timer.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"io","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/benches/io.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"timer","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/benches/timer.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/Cargo.toml","categories":["asynchronous","network-programming","os"],"keywords":["mio","epoll","kqueue","iocp"],"readme":"README.md","repository":"https://github.com/smol-rs/async-io","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"path":null},{"crate":{"name":"async-io","version":"2.3.4","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-io@2.3.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async I/O and timers","dependencies":[{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.28","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"polling","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.18","kind":"normal","optional":false,"uses_default_features":false,"features":["fs","net","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-net","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"inotify","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"linux\")","rename":null,"registry":null,"path":null},{"name":"timerfd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"linux\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.59.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"uds_windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_io","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"kqueue-process","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/examples/kqueue-process.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"linux-inotify","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/examples/linux-inotify.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"linux-timerfd","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/examples/linux-timerfd.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"unix-signal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/examples/unix-signal.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"windows-command","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/examples/windows-command.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"windows-uds","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/examples/windows-uds.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/tests/async.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"block_on","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/tests/block_on.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue_182","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/tests/issue_182.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"timer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/tests/timer.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"io","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/benches/io.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"timer","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/benches/timer.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/Cargo.toml","categories":["asynchronous","network-programming","os"],"keywords":["mio","epoll","kqueue","iocp"],"readme":"README.md","repository":"https://github.com/smol-rs/async-io","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"async-lock","version":"2.8.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-lock@2.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async synchronization primitives","dependencies":[{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_arch = \"wasm32\", target_arch = \"wasm64\"))","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_lock","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"barrier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/tests/barrier.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mutex","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/tests/mutex.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"rwlock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/tests/rwlock.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"semaphore","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/tests/semaphore.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["lock","mutex","rwlock","semaphore","barrier"],"readme":"README.md","repository":"https://github.com/smol-rs/async-lock","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"path":null},{"crate":{"name":"async-lock","version":"3.4.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-lock@3.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async synchronization primitives","dependencies":[{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"event-listener-strategy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flume","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_lock","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"barrier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/barrier.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/loom.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mutex","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/mutex.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rwlock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/rwlock.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"semaphore","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/semaphore.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"loom":["event-listener/loom","dep:loom"],"std":["event-listener/std","event-listener-strategy/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["lock","mutex","rwlock","semaphore","barrier"],"readme":"README.md","repository":"https://github.com/smol-rs/async-lock","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"async-process","version":"1.8.1","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-process@1.8.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async interface for working with processes","dependencies":[{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"async-signal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38","kind":"normal","optional":false,"uses_default_features":false,"features":["std","fs"],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":false,"features":["Win32_Foundation","Win32_System_Threading"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_process","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"timeout","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.1/examples/timeout.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.1/tests/std.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.1/Cargo.toml","categories":["asynchronous","os"],"keywords":["process","spawn","command","subprocess","child"],"readme":"README.md","repository":"https://github.com/smol-rs/async-process","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"async-signal","version":"0.2.10","authors":["John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-signal@0.2.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async signal handling","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.26","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.26","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.15","kind":"normal","optional":false,"uses_default_features":false,"features":["process","std"],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"signal-hook-registry","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.139","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"atomic-waker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.59","kind":"normal","optional":false,"uses_default_features":false,"features":["Win32_Foundation","Win32_System_Console"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_signal","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.10/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"print","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.10/examples/print.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"sigint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.10/tests/sigint.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"unix_signals","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.10/tests/unix_signals.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.10/Cargo.toml","categories":["asynchronous","concurrency","os"],"keywords":["async","signal","signal-hook","signal-hook-registry"],"readme":"README.md","repository":"https://github.com/smol-rs/async-signal","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"async-task","version":"4.7.1","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-task@4.7.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Task abstraction for building executors","dependencies":[{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atomic-waker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flaky_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flume","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smol","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_task","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"spawn","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/examples/spawn.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"spawn-local","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/examples/spawn-local.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"spawn-on-thread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/examples/spawn-on-thread.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"with-metadata","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/examples/with-metadata.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/basic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"cancel","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/cancel.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"join","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/join.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"metadata","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/metadata.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"panic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/panic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"ready","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/ready.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"waker_panic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/waker_panic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"waker_pending","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/waker_pending.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"waker_ready","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/waker_ready.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"spawn","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/benches/spawn.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"portable-atomic":["dep:portable-atomic"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/Cargo.toml","categories":["asynchronous","concurrency","no-std"],"keywords":["futures","task","executor","spawn"],"readme":"README.md","repository":"https://github.com/smol-rs/async-task","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"atomic-waker","version":"1.1.2","authors":["Stjepan Glavina ","Contributors to futures-rs"],"id":"registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A synchronization primitive for task wakeup","dependencies":[{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atomic_waker","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"waker","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/benches/waker.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"portable-atomic":["dep:portable-atomic"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["waker","notify","wake","futures","async"],"readme":"README.md","repository":"https://github.com/smol-rs/atomic-waker","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"autocfg","version":"1.4.0","authors":["Josh Stone "],"id":"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Automatic cfg for Rust compiler features","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"autocfg","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"integers","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/examples/integers.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"nightly","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/examples/nightly.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"paths","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/examples/paths.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"traits","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/examples/traits.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"versions","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/examples/versions.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"no_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/tests/no_std.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustflags","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/tests/rustflags.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/tests/tests.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"wrappers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/tests/wrappers.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/Cargo.toml","categories":["development-tools::build-utils"],"keywords":["rustc","build","autoconf"],"readme":"README.md","repository":"https://github.com/cuviper/autocfg","homepage":null,"documentation":"https://docs.rs/autocfg/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":"1.0.0"},"path":null},{"crate":{"name":"backtrace","version":"0.3.74","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#backtrace@0.3.74","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library to acquire a stack trace (backtrace) at runtime in a Rust program.\n","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cpp_demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.24","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"addr2line","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.156","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))","rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))","rename":null,"registry":null,"path":null},{"name":"object","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.36.0","kind":"normal","optional":false,"uses_default_features":false,"features":["read_core","elf","macho","pe","xcoff","unaligned","archive"],"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))","rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"backtrace","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"backtrace","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/examples/backtrace.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"raw","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/examples/raw.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"accuracy","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/tests/accuracy/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"concurrent-panics","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/tests/concurrent-panics.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"current-exe-mismatch","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/tests/current-exe-mismatch.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"long_fn_name","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/tests/long_fn_name.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"sgx-image-base","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/tests/sgx-image-base.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"skip_inner_frames","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/tests/skip_inner_frames.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"smoke","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/tests/smoke.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/benches/benchmarks.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"coresymbolication":[],"cpp_demangle":["dep:cpp_demangle"],"dbghelp":[],"default":["std"],"dl_iterate_phdr":[],"dladdr":[],"kernel32":[],"libunwind":[],"serde":["dep:serde"],"serialize-serde":["serde"],"std":[],"unix-backtrace":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/backtrace-rs","homepage":"https://github.com/rust-lang/backtrace-rs","documentation":"https://docs.rs/backtrace","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"base64","version":"0.21.7","authors":["Alice Maz ","Marshall Pierce "],"id":"registry+https://github.com/rust-lang/crates.io-index#base64@0.21.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"encodes and decodes base64 as bytes or utf8","dependencies":[{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.2.25","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rstest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rstest_reuse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"strum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"base64","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"base64","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/examples/base64.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"encode","kind":["test"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/tests/encode.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/benches/benchmarks.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/Cargo.toml","categories":["encoding"],"keywords":["base64","utf8","encode","decode","no_std"],"readme":"README.md","repository":"https://github.com/marshallpierce/rust-base64","homepage":null,"documentation":"https://docs.rs/base64","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"path":null},{"crate":{"name":"biquad","version":"0.4.2","authors":["Emil Fresk "],"id":"registry+https://github.com/rust-lang/crates.io-index#biquad@0.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for digital second order IIR filtrers, also known as biquads.","dependencies":[{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"biquad","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/biquad-0.4.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/biquad-0.4.2/Cargo.toml","categories":["embedded","no-std"],"keywords":["biquad","filter","iir"],"readme":"README.md","repository":"https://github.com/korken89/biquad-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"bitflags","version":"1.3.2","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A macro to generate structures which behave like bitflags.\n","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"bitflags","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"compile","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":[],"example_generated":[],"rustc-dep-of-std":["core","compiler_builtins"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml","categories":["no-std"],"keywords":["bit","bitmask","bitflags","flags"],"readme":"README.md","repository":"https://github.com/bitflags/bitflags","homepage":"https://github.com/bitflags/bitflags","documentation":"https://docs.rs/bitflags","edition":"2018","metadata":{"docs":{"rs":{"features":["example_generated"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"bitflags","version":"2.6.0","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A macro to generate structures which behave like bitflags.\n","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.2","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.19","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"bitflags","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"custom_bits_type","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/custom_bits_type.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"custom_derive","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/custom_derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"fmt","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/fmt.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"macro_free","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/macro_free.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"serde","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/serde.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"parse","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/benches/parse.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"bytemuck":["dep:bytemuck"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"example_generated":[],"rustc-dep-of-std":["core","compiler_builtins"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/Cargo.toml","categories":["no-std"],"keywords":["bit","bitmask","bitflags","flags"],"readme":"README.md","repository":"https://github.com/bitflags/bitflags","homepage":"https://github.com/bitflags/bitflags","documentation":"https://docs.rs/bitflags","edition":"2021","metadata":{"docs":{"rs":{"features":["example_generated"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"blocking","version":"1.6.1","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#blocking@1.6.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A thread pool for isolating blocking I/O in async programs","dependencies":[{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.28","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"piper","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"blocking","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"ls","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/examples/ls.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"unblock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/tests/unblock.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"tracing":["dep:tracing"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["async","file","stdio","stdin","process"],"readme":"README.md","repository":"https://github.com/smol-rs/blocking","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"bumpalo","version":"3.16.0","authors":["Nick Fitzgerald "],"id":"registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.16.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A fast bump allocation arena for Rust.","dependencies":[{"name":"allocator-api2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.171","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.197","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.115","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"bumpalo","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"try_alloc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/tests/try_alloc.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"benches","kind":["bench"],"crate_types":["bin"],"required-features":["collections"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/benches/benches.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"allocator-api2":["dep:allocator-api2"],"allocator_api":[],"boxed":[],"collections":[],"default":[],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/Cargo.toml","categories":["memory-management","rust-patterns","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/fitzgen/bumpalo","homepage":null,"documentation":"https://docs.rs/bumpalo","edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.73.0"},"path":null},{"crate":{"name":"cast","version":"0.3.0","authors":["Jorge Aparicio "],"id":"registry+https://github.com/rust-lang/crates.io-index#cast@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Ergonomic, checked cast functions for primitive types","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cast","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/Cargo.toml","categories":[],"keywords":["checked","cast","primitive","integer","float"],"readme":"README.md","repository":"https://github.com/japaric/cast.rs","homepage":null,"documentation":"https://docs.rs/cast","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"cc","version":"1.1.22","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#cc@1.1.22","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A build-time dependency for Cargo build scripts to assist in invoking the native\nC compiler to compile native C code into a static archive to be linked into Rust\ncode.\n","dependencies":[{"name":"jobserver","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.30","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shlex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.62","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.1.22/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"jobserver":[],"parallel":["dep:libc","dep:jobserver"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.1.22/Cargo.toml","categories":["development-tools::build-utils"],"keywords":["build-dependencies"],"readme":"README.md","repository":"https://github.com/rust-lang/cc-rs","homepage":"https://github.com/rust-lang/cc-rs","documentation":"https://docs.rs/cc","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"cfg-if","version":"1.0.0","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cfg_if","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"xcrate","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"rustc-dep-of-std":["core","compiler_builtins"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/alexcrichton/cfg-if","homepage":"https://github.com/alexcrichton/cfg-if","documentation":"https://docs.rs/cfg-if","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"cgl","version":"0.3.2","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#cgl@0.3.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for CGL on Mac","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cgl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cgl-0.3.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cgl-0.3.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/cgl-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"concurrent-queue","version":"2.5.0","authors":["Stjepan Glavina ","Taiki Endo ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Concurrent multi-producer multi-consumer queue","dependencies":[{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"concurrent_queue","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bounded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/tests/bounded.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/tests/loom.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"single","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/tests/single.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unbounded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/tests/unbounded.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"loom":["dep:loom"],"portable-atomic":["dep:portable-atomic"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/Cargo.toml","categories":["concurrency"],"keywords":["channel","mpmc","spsc","spmc","mpsc"],"readme":"README.md","repository":"https://github.com/smol-rs/concurrent-queue","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"core-foundation-sys","version":"0.8.7","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to Core Foundation for macOS","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core_foundation_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["link"],"link":[],"mac_os_10_7_support":[],"mac_os_10_8_features":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.7/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"core-foundation","version":"0.10.0","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.10.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to Core Foundation for macOS","dependencies":[{"name":"core-foundation-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.7","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core_foundation","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.10.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"use_macro_outside_crate","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.10.0/tests/use_macro_outside_crate.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["link"],"link":["core-foundation-sys/link"],"mac_os_10_7_support":["core-foundation-sys/mac_os_10_7_support"],"mac_os_10_8_features":["core-foundation-sys/mac_os_10_8_features"],"uuid":["dep:uuid"],"with-uuid":["uuid"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.10.0/Cargo.toml","categories":["os::macos-apis"],"keywords":["macos","framework","objc"],"readme":null,"repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"core-foundation","version":"0.9.4","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to Core Foundation for macOS","dependencies":[{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-foundation-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.6","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core_foundation","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"use_macro_outside_crate","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/tests/use_macro_outside_crate.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"chrono":["dep:chrono"],"default":["link"],"link":["core-foundation-sys/link"],"mac_os_10_7_support":["core-foundation-sys/mac_os_10_7_support"],"mac_os_10_8_features":["core-foundation-sys/mac_os_10_8_features"],"uuid":["dep:uuid"],"with-chrono":["chrono"],"with-uuid":["uuid"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/Cargo.toml","categories":["os::macos-apis"],"keywords":["macos","framework","objc"],"readme":null,"repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"core-graphics-types","version":"0.1.3","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-graphics-types@0.1.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for some fundamental Core Graphics types","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.4","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core_graphics_types","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-types-0.1.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["link"],"link":["core-foundation/link"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-types-0.1.3/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"core-graphics","version":"0.23.2","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-graphics@0.23.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to Core Graphics for macOS","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-graphics-types","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"foreign-types","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core_graphics","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-0.23.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["link"],"elcapitan":[],"highsierra":[],"link":["core-foundation/link","core-graphics-types/link"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-0.23.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"cpp_demangle","version":"0.4.4","authors":["Nick Fitzgerald ","Jim Blandy ","Kyle Huey "],"id":"registry+https://github.com/rust-lang/crates.io-index#cpp_demangle@0.4.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A crate for demangling C++ symbols","dependencies":[{"name":"afl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"diff","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cpp_demangle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"afl_runner","kind":["bin"],"crate_types":["bin"],"required-features":["afl"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.4/src/bin/afl_runner.rs","edition":"2018","doctest":false,"test":true,"doc":true},{"name":"cppfilt","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.4/examples/cppfilt.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"simple","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.4/examples/simple.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.4/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"afl":["dep:afl"],"alloc":[],"default":["std"],"fuzz":["afl"],"logging":["std"],"run_libiberty_tests":[],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.4/Cargo.toml","categories":["development-tools::debugging","development-tools::ffi"],"keywords":["demangle","symbolicate","c-plus-plus","itanium"],"readme":"README.md","repository":"https://github.com/gimli-rs/cpp_demangle","homepage":null,"documentation":"https://docs.rs/cpp_demangle","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"criterion-plot","version":"0.5.0","authors":["Jorge Aparicio ","Brook Heisler "],"id":"registry+https://github.com/rust-lang/crates.io-index#criterion-plot@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Criterion's plotting library","dependencies":[{"name":"cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools-num","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-complex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"criterion_plot","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/Cargo.toml","categories":["visualization"],"keywords":["plotting","gnuplot","criterion"],"readme":"README.md","repository":"https://github.com/bheisler/criterion.rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"criterion","version":"0.5.1","authors":["Jorge Aparicio ","Brook Heisler "],"id":"registry+https://github.com/rust-lang/crates.io-index#criterion@0.5.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Statistics-driven micro-benchmarking library","dependencies":[{"name":"anes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ciborium","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion-plot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"csv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is-terminal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"oorandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^11.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":false,"features":["svg_backend","area_series","line_series"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smol","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tinytemplate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["rt"],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"approx","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":["executor"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~3.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"criterion","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"criterion_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/tests/criterion_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench_main","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/benches/bench_main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"async":["futures"],"async-std":["dep:async-std"],"async_futures":["futures/executor","async"],"async_smol":["smol","async"],"async_std":["async-std","async"],"async_tokio":["tokio","async"],"cargo_bench_support":[],"csv":["dep:csv"],"csv_output":["csv"],"default":["rayon","plotters","cargo_bench_support"],"futures":["dep:futures"],"html_reports":[],"plotters":["dep:plotters"],"rayon":["dep:rayon"],"real_blackbox":[],"smol":["dep:smol"],"stable":["csv_output","html_reports","async_futures","async_smol","async_tokio","async_std"],"tokio":["dep:tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/Cargo.toml","categories":["development-tools::profiling"],"keywords":["criterion","benchmark"],"readme":"README.md","repository":"https://github.com/bheisler/criterion.rs","homepage":"https://bheisler.github.io/criterion.rs/book/index.html","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["async_futures","async_smol","async_std","async_tokio"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"crossbeam-deque","version":"0.8.5","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Concurrent work-stealing deque","dependencies":[{"name":"crossbeam-epoch","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.17","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.18","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crossbeam_deque","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"fifo","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/fifo.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"injector","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/injector.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lifo","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/lifo.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"steal","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/steal.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["crossbeam-epoch/std","crossbeam-utils/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/Cargo.toml","categories":["algorithms","concurrency","data-structures"],"keywords":["chase-lev","lock-free","scheduler","scheduling"],"readme":"README.md","repository":"https://github.com/crossbeam-rs/crossbeam","homepage":"https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque","documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"path":null},{"crate":{"name":"crossbeam-epoch","version":"0.9.18","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Epoch-based garbage collection","dependencies":[{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.18","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(crossbeam_loom)","rename":"loom-crate","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crossbeam_epoch","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"sanitize","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/examples/sanitize.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/tests/loom.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"defer","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/benches/defer.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"flush","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/benches/flush.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"pin","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/benches/pin.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"loom":["loom-crate","crossbeam-utils/loom"],"loom-crate":["dep:loom-crate"],"nightly":["crossbeam-utils/nightly"],"std":["alloc","crossbeam-utils/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/Cargo.toml","categories":["concurrency","memory-management","no-std"],"keywords":["lock-free","rcu","atomic","garbage"],"readme":"README.md","repository":"https://github.com/crossbeam-rs/crossbeam","homepage":"https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch","documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"path":null},{"crate":{"name":"crossbeam-utils","version":"0.8.20","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.20","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Utilities for concurrent programming","dependencies":[{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(crossbeam_loom)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crossbeam_utils","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"atomic_cell","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/atomic_cell.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"cache_padded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/cache_padded.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"parker","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/parker.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"sharded_lock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/sharded_lock.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"thread","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/thread.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"wait_group","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/wait_group.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"atomic_cell","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/benches/atomic_cell.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"loom":["dep:loom"],"nightly":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/Cargo.toml","categories":["algorithms","concurrency","data-structures","no-std"],"keywords":["scoped","thread","atomic","cache"],"readme":"README.md","repository":"https://github.com/crossbeam-rs/crossbeam","homepage":"https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils","documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"debugid","version":"0.8.0","authors":["Sentry "],"id":"registry+https://github.com/rust-lang/crates.io-index#debugid@0.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common reusable types for implementing the sentry.io protocol.","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.85","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"debugid","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test_codeid","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/tests/test_codeid.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_debugid","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/tests/test_debugid.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/tests/test_serde.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/Cargo.toml","categories":[],"keywords":["sentry","debugid","breakpad","crashpad"],"readme":"README.md","repository":"https://github.com/getsentry/rust-debugid","homepage":"https://sentry.io/","documentation":"https://docs.rs/debugid","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"derivative","version":"2.2.0","authors":["mcarton "],"id":"registry+https://github.com/rust-lang/crates.io-index#derivative@2.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A set of alternative `derive` attributes for Rust","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"normal","optional":false,"uses_default_features":true,"features":["visit","extra-traits"],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18, <1.0.23","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"derivative","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"clippy-warning-clone-from","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/clippy-warning-clone-from.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"compile-test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/compile-test.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-clone","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-clone.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-clone-generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-clone-generics.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug-bounds","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-bounds.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug-generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-generics.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug-packed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-packed.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug-transparent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-transparent.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-default","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-default.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-default-bounds","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-default-bounds.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-eq","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-eq.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-eq-packed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-eq-packed.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-hash","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-hash.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-ord","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-ord.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-ord-packed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-ord-packed.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-partial-eq","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-partial-eq.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-partial-eq-packed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-partial-eq-packed.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-37-turbofish","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-37-turbofish.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-55","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-55.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-57","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-57.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-58","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-58.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-67","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-67.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-82","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-82.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-class-implement-traits","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-class-implement-traits.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-bounds","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-bounds.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-array","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-array.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-generic-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-generic-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-generic-tuple-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-generic-tuple-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-tuple-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-tuple-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-cmp-generic-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-cmp-generic-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-cmp-generic-struct-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-struct-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-cmp-generic-tuple-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-tuple-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-copyclone","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-copyclone.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-default-box","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-default-box.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-enum-single-variant","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-enum-single-variant.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-hash","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-hash.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-in-fn","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-in-fn.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-meta","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-meta.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-meta-multiple","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-meta-multiple.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-show","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-show.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-show-2","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-show-2.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-via-extension-hash-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-via-extension-hash-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-via-extension-hash-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-via-extension-hash-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-via-extension-type-params","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-via-extension-type-params.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-expr-copy","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-expr-copy.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-exterior","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-exterior.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-12860","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-12860.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-13434","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-13434.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-16530","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-16530.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-19037","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19037.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-19102","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19102.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-19135","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19135.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-19358","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19358.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-21402","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-21402.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-23649-3","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-23649-3.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-24085","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-24085.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-25394","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-25394.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-28561","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-28561.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-29030","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-29030.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-29540","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-29540.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-29710","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-29710.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-32292","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-32292.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-3935","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-3935.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-42453","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-42453.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-58319","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-58319.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-6341","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-6341.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-typeclasses-eq-example","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-typeclasses-eq-example.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-zero-sized-btreemap-insert","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-zero-sized-btreemap-insert.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{"use_core":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/Cargo.toml","categories":["rust-patterns"],"keywords":["derive","macro","macro1-1","plugin"],"readme":"README.md","repository":"https://github.com/mcarton/rust-derivative","homepage":null,"documentation":"https://mcarton.github.io/rust-derivative/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"either","version":"1.13.0","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#either@1.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.\n","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"either","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["use_std"],"serde":["dep:serde"],"use_std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/Cargo.toml","categories":["data-structures","no-std"],"keywords":["data-structure","no_std"],"readme":"README-crates.io.md","repository":"https://github.com/rayon-rs/either","homepage":null,"documentation":"https://docs.rs/either/1/","edition":"2018","metadata":{"docs":{"rs":{"features":["serde"]}},"playground":{"features":["serde"]},"release":{"no-dev-version":true,"tag-name":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.37.0"},"path":null},{"crate":{"name":"equivalent","version":"1.0.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Traits for key comparison in maps.","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"equivalent","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/Cargo.toml","categories":["data-structures","no-std"],"keywords":["hashmap","no_std"],"readme":"README.md","repository":"https://github.com/cuviper/equivalent","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":"1.6.0"},"path":null},{"crate":{"name":"errno","version":"0.3.9","authors":["Chris Wong "],"id":"registry+https://github.com/rust-lang/crates.io-index#errno@0.3.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross-platform interface to the `errno` variable.","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"hermit\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"wasi\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_System_Diagnostics_Debug"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"errno","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":["libc/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/Cargo.toml","categories":["no-std","os"],"keywords":[],"readme":"README.md","repository":"https://github.com/lambda-fairy/rust-errno","homepage":null,"documentation":"https://docs.rs/errno","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"event-listener-strategy","version":"0.5.2","authors":["John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#event-listener-strategy@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Block or poll on event_listener easily","dependencies":[{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"event_listener_strategy","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"easy_wrapper","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/tests/easy_wrapper.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["event-listener/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["condvar","envcount","wake","blocking","park"],"readme":"README.md","repository":"https://github.com/smol-rs/event-listener-strategy","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"event-listener","version":"2.5.3","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@2.5.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Notify async tasks or threads","dependencies":[{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"event_listener","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"mutex","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/examples/mutex.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/tests/notify.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["condvar","eventcount","wake","blocking","park"],"readme":"README.md","repository":"https://github.com/smol-rs/event-listener","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"event-listener","version":"3.1.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@3.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Notify async tasks or threads","dependencies":[{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"portable_atomic_crate","registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_family = \"wasm\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"event_listener","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"mutex","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/examples/mutex.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/tests/notify.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"parking":["dep:parking"],"portable-atomic":["portable-atomic-util","portable_atomic_crate"],"portable-atomic-util":["dep:portable-atomic-util"],"portable_atomic_crate":["dep:portable_atomic_crate"],"std":["concurrent-queue/std","parking"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["condvar","eventcount","wake","blocking","park"],"readme":"README.md","repository":"https://github.com/smol-rs/event-listener","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.59.0"},"path":null},{"crate":{"name":"event-listener","version":"5.3.1","authors":["Stjepan Glavina ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@5.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Notify async tasks or threads","dependencies":[{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"portable_atomic_crate","registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"try-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_family = \"wasm\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"event_listener","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"mutex","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/examples/mutex.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/tests/loom.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/tests/notify.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"loom":["concurrent-queue/loom","parking?/loom","dep:loom"],"parking":["dep:parking"],"portable-atomic":["portable-atomic-util","portable_atomic_crate","concurrent-queue/portable-atomic"],"portable-atomic-util":["dep:portable-atomic-util"],"portable_atomic_crate":["dep:portable_atomic_crate"],"std":["concurrent-queue/std","parking"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["condvar","eventcount","wake","blocking","park"],"readme":"README.md","repository":"https://github.com/smol-rs/event-listener","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"fastrand","version":"1.9.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#fastrand@1.9.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple and fast random number generator","dependencies":[{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wyhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"instant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":["js"],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"instant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":["wasm-bindgen"],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"fastrand","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"char","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/tests/char.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"smoke","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/tests/smoke.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/Cargo.toml","categories":["algorithms"],"keywords":["simple","fast","rand","random","wyrand"],"readme":"README.md","repository":"https://github.com/smol-rs/fastrand","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.34.0"},"path":null},{"crate":{"name":"fastrand","version":"2.1.1","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#fastrand@2.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple and fast random number generator","dependencies":[{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wyhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":["js"],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":["js"],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"fastrand","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"char","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/tests/char.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"smoke","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/tests/smoke.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"getrandom":["dep:getrandom"],"js":["std","getrandom"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/Cargo.toml","categories":["algorithms"],"keywords":["simple","fast","rand","random","wyrand"],"readme":"README.md","repository":"https://github.com/smol-rs/fastrand","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"findshlibs","version":"0.10.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#findshlibs@0.10.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Find the set of shared libraries loaded in the current process with a cross platform API","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.104","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.67","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\", target_os = \"ios\"))","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["psapi","memoryapi","libloaderapi","processthreadsapi"],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"findshlibs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/findshlibs-0.10.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"list_segments","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/findshlibs-0.10.2/examples/list_segments.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/findshlibs-0.10.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/findshlibs-0.10.2/Cargo.toml","categories":[],"keywords":["dyld","dylib","shared","library","dl_iterate_phdr"],"readme":"./README.md","repository":"https://github.com/gimli-rs/findshlibs","homepage":null,"documentation":"https://docs.rs/findshlibs","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"flate2","version":"1.0.34","authors":["Alex Crichton ","Josh Triplett "],"id":"registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.34","source":"registry+https://github.com/rust-lang/crates.io-index","description":"DEFLATE compression and decompression exposed as Read/BufRead/Write streams.\nSupports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,\nand raw deflate streams.\n","dependencies":[{"name":"cloudflare-zlib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crc32fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libz-ng-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.16","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libz-rs-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":["std","rust-allocator"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libz-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.20","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":false,"features":["with-alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":false,"uses_default_features":false,"features":["with-alloc"],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"flate2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"compress_file","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/compress_file.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"decompress_file","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/decompress_file.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflatedecoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/deflatedecoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflatedecoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/deflatedecoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflatedecoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/deflatedecoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflateencoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/deflateencoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflateencoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/deflateencoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflateencoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/deflateencoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzbuilder","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/gzbuilder.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzdecoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/gzdecoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzdecoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/gzdecoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzdecoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/gzdecoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzencoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/gzencoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzencoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/gzencoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzencoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/gzencoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzmultidecoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/gzmultidecoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzmultidecoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/gzmultidecoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibdecoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/zlibdecoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibdecoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/zlibdecoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibdecoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/zlibdecoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibencoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/zlibencoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibencoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/zlibencoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibencoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/zlibencoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"early-flush","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/tests/early-flush.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"empty-read","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/tests/empty-read.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"gunzip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/tests/gunzip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"zero-write","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/tests/zero-write.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"any_impl":[],"any_zlib":["any_impl"],"cloudflare-zlib-sys":["dep:cloudflare-zlib-sys"],"cloudflare_zlib":["any_zlib","cloudflare-zlib-sys"],"default":["rust_backend"],"libz-ng-sys":["dep:libz-ng-sys"],"libz-rs-sys":["dep:libz-rs-sys"],"libz-sys":["dep:libz-sys"],"miniz-sys":["rust_backend"],"miniz_oxide":["dep:miniz_oxide"],"rust_backend":["miniz_oxide","any_impl"],"zlib":["any_zlib","libz-sys"],"zlib-default":["any_zlib","libz-sys/default"],"zlib-ng":["any_zlib","libz-ng-sys"],"zlib-ng-compat":["zlib","libz-sys/zlib-ng"],"zlib-rs":["any_zlib","libz-rs-sys"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/Cargo.toml","categories":["compression","api-bindings"],"keywords":["gzip","deflate","zlib","zlib-ng","encoding"],"readme":"README.md","repository":"https://github.com/rust-lang/flate2-rs","homepage":"https://github.com/rust-lang/flate2-rs","documentation":"https://docs.rs/flate2","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.1"},"path":null},{"crate":{"name":"fnv","version":"1.0.7","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fowler–Noll–Vo hash function","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"fnv","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/rust-fnv","homepage":null,"documentation":"https://doc.servo.org/fnv/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"form_urlencoded","version":"1.2.1","authors":["The rust-url developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.","dependencies":[{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"form_urlencoded","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs","edition":"2018","doctest":true,"test":false,"doc":true}],"features":{"alloc":["percent-encoding/alloc"],"default":["std"],"std":["alloc","percent-encoding/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/Cargo.toml","categories":["no_std"],"keywords":[],"readme":null,"repository":"https://github.com/servo/rust-url","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"path":null},{"crate":{"name":"futures-lite","version":"1.13.0","authors":["Stjepan Glavina ","Contributors to futures-rs"],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-lite@1.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Futures, streams, and async I/O combinators","dependencies":[{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"spin_on","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"futures_lite","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-1.13.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"fastrand":["dep:fastrand"],"futures-io":["dep:futures-io"],"memchr":["dep:memchr"],"parking":["dep:parking"],"std":["alloc","fastrand","futures-io","parking","memchr","waker-fn"],"waker-fn":["dep:waker-fn"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-1.13.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["asynchronous","futures","async"],"readme":"README.md","repository":"https://github.com/smol-rs/futures-lite","homepage":"https://github.com/smol-rs/futures-lite","documentation":"https://docs.rs/futures-lite","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.40.0"},"path":null},{"crate":{"name":"futures-lite","version":"2.3.0","authors":["Stjepan Glavina ","Contributors to futures-rs"],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-lite@2.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Futures, streams, and async I/O combinators","dependencies":[{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"spin_on","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"futures_lite","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["race","std"],"fastrand":["dep:fastrand"],"futures-io":["dep:futures-io"],"memchr":["dep:memchr"],"parking":["dep:parking"],"race":["fastrand"],"std":["alloc","fastrand/std","futures-io","parking"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["asynchronous","futures","async"],"readme":"README.md","repository":"https://github.com/smol-rs/futures-lite","homepage":"https://github.com/smol-rs/futures-lite","documentation":"https://docs.rs/futures-lite","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"gethostname","version":"0.4.3","authors":["Sebastian Wiesner "],"id":"registry+https://github.com/rust-lang/crates.io-index#gethostname@0.4.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"gethostname for all platforms","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.141","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(windows))","rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"gethostname","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.4.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.4.3/Cargo.toml","categories":["os","api-bindings"],"keywords":["gethostname","DNS","hostname"],"readme":"README.md","repository":"https://github.com/swsnr/gethostname.rs.git","homepage":"https://github.com/swsnr/gethostname.rs","documentation":"https://docs.rs/gethostname","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"gimli","version":"0.31.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#gimli@0.31.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for reading and writing the DWARF debugging format.","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"fallible-iterator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"stable_deref_trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"test-assembler","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gimli","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.31.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["read-all","write"],"endian-reader":["read","dep:stable_deref_trait"],"fallible-iterator":["dep:fallible-iterator"],"read":["read-core"],"read-all":["read","std","fallible-iterator","endian-reader"],"read-core":[],"rustc-dep-of-std":["dep:core","dep:alloc","dep:compiler_builtins"],"std":["fallible-iterator?/std","stable_deref_trait?/std"],"write":["dep:indexmap"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.31.0/Cargo.toml","categories":["development-tools::debugging","development-tools::profiling","parser-implementations"],"keywords":["DWARF","debug","ELF","eh_frame"],"readme":"README.md","repository":"https://github.com/gimli-rs/gimli","homepage":null,"documentation":"https://docs.rs/gimli","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"gstreamer-base","version":"0.23.1","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-base@0.23.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for GStreamer Base library","dependencies":[{"name":"atomic_refcell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst","registry":null,"path":null},{"name":"gstreamer-base-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gstreamer_base","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-0.23.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-0.23.1/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"v1_14_1":["gstreamer-base-sys/v1_14_1"],"v1_16":["gst/v1_16","gstreamer-base-sys/v1_16","v1_14_1"],"v1_18":["gst/v1_18","gstreamer-base-sys/v1_18","v1_16"],"v1_20":["gst/v1_20","gstreamer-base-sys/v1_20","v1_18"],"v1_22":["gst/v1_22","gstreamer-base-sys/v1_22","v1_20"],"v1_24":["gst/v1_24","gstreamer-base-sys/v1_24","v1_22"],"v1_26":["gst/v1_26","gstreamer-base-sys/v1_26","v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-0.23.1/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["gstreamer","multimedia","audio","video","gnome"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_base/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"path":null},{"crate":{"name":"gstreamer-controller","version":"0.23.0","authors":["Alexey Galakhov ","Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-controller@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for GStreamer Controller library","dependencies":[{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst","registry":null,"path":null},{"name":"gstreamer-controller-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gstreamer_controller","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-0.23.0/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"v1_16":["gst/v1_16","gstreamer-controller-sys/v1_16"],"v1_18":["gst/v1_18","gstreamer-controller-sys/v1_18","v1_16"],"v1_20":["gst/v1_20","gstreamer-controller-sys/v1_20","v1_18"],"v1_22":["gst/v1_22","gstreamer-controller-sys/v1_22","v1_20"],"v1_24":["gst/v1_24","gstreamer-controller-sys/v1_24","v1_22"],"v1_26":["gst/v1_26","gstreamer-controller-sys/v1_26","v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["gstreamer","multimedia","audio","video","gnome"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_controller/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"path":null},{"crate":{"name":"gstreamer-video","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-video@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for GStreamer Video library","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst","registry":null,"path":null},{"name":"gstreamer-base","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst-base","registry":null,"path":null},{"name":"gstreamer-video-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.49","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst-check","registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gstreamer_video","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-0.23.0/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"serde":["dep:serde","gst/serde"],"v1_16":["gst/v1_16","gst-base/v1_16","gstreamer-video-sys/v1_16"],"v1_18":["gst/v1_18","gst-base/v1_18","gstreamer-video-sys/v1_18","v1_16"],"v1_20":["gst/v1_20","gst-base/v1_20","gstreamer-video-sys/v1_20","v1_18"],"v1_22":["gst/v1_22","gst-base/v1_22","gstreamer-video-sys/v1_22","v1_20"],"v1_24":["gst/v1_24","gst-base/v1_24","gstreamer-video-sys/v1_24","v1_22"],"v1_26":["gst/v1_26","gst-base/v1_26","gstreamer-video-sys/v1_26","v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["gstreamer","multimedia","audio","video","gnome"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_video/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"path":null},{"crate":{"name":"gstreamer","version":"0.23.1","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer@0.23.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for GStreamer","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"muldiv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-integer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-rational","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"option-operations","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"opt-ops","registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":["write"],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gstreamer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-0.23.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-0.23.1/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"log":["dep:log"],"serde":["num-rational/serde","dep:serde","serde_bytes"],"serde_bytes":["dep:serde_bytes"],"v1_16":["gstreamer-sys/v1_16"],"v1_18":["gstreamer-sys/v1_18","v1_16"],"v1_20":["gstreamer-sys/v1_20","v1_18"],"v1_22":["gstreamer-sys/v1_22","v1_20"],"v1_24":["gstreamer-sys/v1_24","v1_22"],"v1_26":["gstreamer-sys/v1_26","v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-0.23.1/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["gstreamer","multimedia","audio","video","gnome"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"path":null},{"crate":{"name":"hashbrown","version":"0.14.5","authors":["Amanieu d'Antras "],"id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust port of Google's SwissTable hash map","dependencies":[{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.7","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"allocator-api2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.9","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"equivalent","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.42","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.25","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bumpalo","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":["allocator-api2"],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.42","kind":"dev","optional":false,"uses_default_features":true,"features":["validation"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"hashbrown","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"equivalent_trait","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/equivalent_trait.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"hasher","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/hasher.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"raw","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/raw.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rayon","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/rayon.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/serde.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"set","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/set.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"insert_unique_unchecked","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/benches/insert_unique_unchecked.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"ahash":["dep:ahash"],"alloc":["dep:alloc"],"allocator-api2":["dep:allocator-api2"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["ahash","inline-more","allocator-api2"],"equivalent":["dep:equivalent"],"inline-more":[],"nightly":["allocator-api2?/nightly","bumpalo/allocator_api"],"raw":[],"rayon":["dep:rayon"],"rkyv":["dep:rkyv"],"rustc-dep-of-std":["nightly","core","compiler_builtins","alloc","rustc-internal-api"],"rustc-internal-api":[],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/Cargo.toml","categories":["data-structures","no-std"],"keywords":["hash","no_std","hashmap","swisstable"],"readme":"README.md","repository":"https://github.com/rust-lang/hashbrown","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["nightly","rayon","serde","raw"],"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"heck","version":"0.5.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"heck is a case conversion library.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"heck","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/Cargo.toml","categories":["no-std"],"keywords":["string","case","camel","snake","unicode"],"readme":"README.md","repository":"https://github.com/withoutboats/heck","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"hermit-abi","version":"0.3.9","authors":["Stefan Lankes"],"id":"registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.3.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Hermit system calls definitions.","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"hermit_abi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.3.9/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":[],"rustc-dep-of-std":["core","alloc","compiler_builtins/rustc-dep-of-std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.3.9/Cargo.toml","categories":["os"],"keywords":["unikernel","libos"],"readme":"README.md","repository":"https://github.com/hermit-os/hermit-rs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"hermit-abi","version":"0.4.0","authors":["Stefan Lankes"],"id":"registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Hermit system calls definitions.","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"hermit_abi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.4.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":[],"rustc-dep-of-std":["core","alloc","compiler_builtins/rustc-dep-of-std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.4.0/Cargo.toml","categories":["os"],"keywords":["unikernel","libos"],"readme":"README.md","repository":"https://github.com/hermit-os/hermit-rs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"idna","version":"0.5.0","authors":["The rust-url developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#idna@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"IDNA (Internationalizing Domain Names in Applications) and Punycode.","dependencies":[{"name":"unicode-bidi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.10","kind":"normal","optional":false,"uses_default_features":false,"features":["hardcoded-data"],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-normalization","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.22","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tester","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"idna","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs","edition":"2018","doctest":false,"test":true,"doc":true},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"unit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/tests/unit.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"all","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/benches/all.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"std":["alloc","unicode-bidi/std","unicode-normalization/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/Cargo.toml","categories":["no_std"],"keywords":[],"readme":null,"repository":"https://github.com/servo/rust-url/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"path":null},{"crate":{"name":"indexmap","version":"2.5.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A hash table with consistent order and fast iteration.","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"borsh","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"equivalent","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hashbrown","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.1","kind":"normal","optional":false,"uses_default_features":false,"features":["raw"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rustc-rayon","registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fxhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"indexmap","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"equivalent_trait","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/tests/equivalent_trait.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"macros_full_path","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/tests/macros_full_path.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"quick","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/tests/quick.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/tests/tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"faststring","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/benches/faststring.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"borsh":["dep:borsh"],"default":["std"],"quickcheck":["dep:quickcheck"],"rayon":["dep:rayon"],"rustc-rayon":["dep:rustc-rayon"],"serde":["dep:serde"],"std":[],"test_debug":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/Cargo.toml","categories":["data-structures","no-std"],"keywords":["hashmap","no_std"],"readme":"README.md","repository":"https://github.com/indexmap-rs/indexmap","homepage":null,"documentation":"https://docs.rs/indexmap/","edition":"2021","metadata":{"docs":{"rs":{"features":["arbitrary","quickcheck","serde","borsh","rayon"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"allow-branch":["master"],"sign-tag":true,"tag-name":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"io-lifetimes","version":"1.0.11","authors":["Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.11","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A low-level I/O ownership and borrowing library","dependencies":[{"name":"fs-err","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"mio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":["net","os-ext"],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"os_pipe","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":["io_safety"],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"socket2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":["io-std","fs","net","process"],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.96","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(windows))","rename":null,"registry":null,"path":null},{"name":"hermit-abi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"hermit\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":true,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_FileSystem","Win32_Networking_WinSock","Win32_Security","Win32_System_IO","Win32_System_Threading"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"io_lifetimes","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"async-std":["dep:async-std"],"close":["libc","hermit-abi","windows-sys"],"default":["close"],"fs-err":["dep:fs-err"],"hermit-abi":["dep:hermit-abi"],"libc":["dep:libc"],"mio":["dep:mio"],"os_pipe":["dep:os_pipe"],"socket2":["dep:socket2"],"tokio":["dep:tokio"],"windows-sys":["dep:windows-sys"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/Cargo.toml","categories":["os","rust-patterns"],"keywords":["api","io"],"readme":"README.md","repository":"https://github.com/sunfishcode/io-lifetimes","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"itertools","version":"0.10.5","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Extra iterator adaptors, iterator methods, free functions, and macros.","dependencies":[{"name":"either","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"permutohedron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"itertools","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs","edition":"2018","doctest":true,"test":false,"doc":true},{"name":"iris","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/examples/iris.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"adaptors_no_collect","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/adaptors_no_collect.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"flatten_ok","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/flatten_ok.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros_hygiene","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/macros_hygiene.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"merge_join","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/merge_join.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"peeking_take_while","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/peeking_take_while.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"quick","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/quick.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"specializations","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/specializations.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_core","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/test_core.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/test_std.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tuples","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/tuples.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"zip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/zip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench1","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/bench1.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"combinations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/combinations.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"combinations_with_replacement","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/combinations_with_replacement.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"fold_specialization","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/fold_specialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"powerset","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/powerset.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tree_fold1","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tree_fold1.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tuple_combinations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tuple_combinations.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tuples","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tuples.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["use_std"],"use_alloc":[],"use_std":["use_alloc","either/use_std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/Cargo.toml","categories":["algorithms","rust-patterns"],"keywords":["iterator","data-structure","zip","product","group-by"],"readme":"README.md","repository":"https://github.com/rust-itertools/itertools","homepage":null,"documentation":"https://docs.rs/itertools/","edition":"2018","metadata":{"release":{"no-dev-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"itertools","version":"0.13.0","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#itertools@0.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Extra iterator adaptors, iterator methods, free functions, and macros.","dependencies":[{"name":"either","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"permutohedron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"itertools","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs","edition":"2018","doctest":true,"test":false,"doc":true},{"name":"iris","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/examples/iris.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"adaptors_no_collect","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/adaptors_no_collect.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"flatten_ok","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/flatten_ok.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"laziness","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/laziness.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros_hygiene","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/macros_hygiene.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"merge_join","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/merge_join.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"peeking_take_while","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/peeking_take_while.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"quick","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/quick.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"specializations","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/specializations.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_core","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/test_core.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/test_std.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tuples","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/tuples.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"zip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/zip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench1","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/bench1.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"combinations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/combinations.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"combinations_with_replacement","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/combinations_with_replacement.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"fold_specialization","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/fold_specialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"powerset","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/powerset.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"specializations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/specializations.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tree_reduce","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/tree_reduce.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tuple_combinations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/tuple_combinations.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tuples","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/tuples.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["use_std"],"use_alloc":[],"use_std":["use_alloc","either/use_std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/Cargo.toml","categories":["algorithms","rust-patterns","no-std","no-std::no-alloc"],"keywords":["iterator","data-structure","zip","product"],"readme":"README.md","repository":"https://github.com/rust-itertools/itertools","homepage":null,"documentation":"https://docs.rs/itertools/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.43.1"},"path":null},{"crate":{"name":"jni","version":"0.21.1","authors":["Josh Chase "],"id":"registry+https://github.com/rust-lang/crates.io-index#jni@0.21.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings to the JNI","dependencies":[{"name":"cesu8","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"combine","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"java-locator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jni-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rusty-fork","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.45.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Globalization"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"jni","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"executor","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/executor.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"executor_nested_attach","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/executor_nested_attach.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"invocation_character_encoding","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/invocation_character_encoding.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"java_integers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/java_integers.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"jmap","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/jmap.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"jni_api","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/jni_api.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"jni_global_refs","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/jni_global_refs.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"jni_weak_refs","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/jni_weak_refs.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_attach_guard","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_attach_guard.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_detach","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_detach.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_detach_daemon","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_detach_daemon.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_explicit_detach","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_explicit_detach.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_explicit_detach_daemon","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_explicit_detach_daemon.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_explicit_detach_permanent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_explicit_detach_permanent.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_nested_attach_daemon","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_nested_attach_daemon.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_nested_attach_guard","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_nested_attach_guard.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_nested_attach_permanently","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_nested_attach_permanently.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"api_calls","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/benches/api_calls.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":[],"invocation":["java-locator","libloading"],"java-locator":["dep:java-locator"],"libloading":["dep:libloading"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/Cargo.toml","categories":["api-bindings"],"keywords":["ffi","jni","java"],"readme":"README.md","repository":"https://github.com/jni-rs/jni-rs","homepage":null,"documentation":"https://docs.rs/jni","edition":"2018","metadata":{"docs":{"rs":{"features":["invocation"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"jobserver","version":"0.1.32","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.32","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An implementation of the GNU Make jobserver for Rust.\n","dependencies":[{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.10.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.87","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.0","kind":"dev","optional":false,"uses_default_features":true,"features":["fs"],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"jobserver","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"client","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/tests/client.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"client-of-myself","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/tests/client-of-myself.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"helper","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/tests/helper.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"make-as-a-client","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/tests/make-as-a-client.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"server","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/tests/server.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/jobserver-rs","homepage":"https://github.com/rust-lang/jobserver-rs","documentation":"https://docs.rs/jobserver","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"jpeg-decoder","version":"0.3.1","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"JPEG decoder","dependencies":[{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"png","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.83","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"jpeg_decoder","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"decode","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/examples/decode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"lib","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/lib.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rayon","kind":["test"],"crate_types":["bin"],"required-features":["rayon"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rayon-0","kind":["test"],"crate_types":["bin"],"required-features":["rayon"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon-0.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rayon-1","kind":["test"],"crate_types":["bin"],"required-features":["rayon"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon-1.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rayon-2","kind":["test"],"crate_types":["bin"],"required-features":["rayon"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon-2.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoding_benchmark","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/benches/decoding_benchmark.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"large_image","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/benches/large_image.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["rayon"],"nightly_aarch64_neon":[],"platform_independent":[],"rayon":["dep:rayon"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/Cargo.toml","categories":[],"keywords":["jpeg","jpg","decoder","image"],"readme":"README.md","repository":"https://github.com/image-rs/jpeg-decoder","homepage":null,"documentation":"https://docs.rs/jpeg-decoder","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"path":null},{"crate":{"name":"js-sys","version":"0.3.70","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.70","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for all JS global objects and functions in all JS environments like\nNode.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.\n","dependencies":[{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.93","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"js_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.70/src/lib.rs","edition":"2021","doctest":false,"test":false,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.70/Cargo.toml","categories":["wasm"],"keywords":[],"readme":"README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/js-sys","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"lazy_static","version":"1.5.0","authors":["Marvin Löbel "],"id":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A macro for declaring lazily evaluated statics in Rust.","dependencies":[{"name":"spin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.8","kind":"normal","optional":true,"uses_default_features":false,"features":["once"],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"lazy_static","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"mutex_map","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/examples/mutex_map.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"no_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/tests/no_std.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/tests/test.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"ui","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/tests/ui.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{"spin":["dep:spin"],"spin_no_std":["spin"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/Cargo.toml","categories":["no-std","rust-patterns","memory-management"],"keywords":["macro","lazy","static"],"readme":"README.md","repository":"https://github.com/rust-lang-nursery/lazy-static.rs","homepage":null,"documentation":"https://docs.rs/lazy_static","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"libm","version":"0.1.4","authors":["Jorge Aparicio "],"id":"registry+https://github.com/rust-lang/crates.io-index#libm@0.1.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"libm in pure Rust","dependencies":[{"name":"no-panic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.5","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"libm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.1.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.1.4/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"checked":[],"default":["stable"],"musl-reference-tests":["rand"],"rand":["dep:rand"],"stable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.1.4/Cargo.toml","categories":["no-std"],"keywords":["libm","math"],"readme":"README.md","repository":"https://github.com/rust-lang-nursery/libm","homepage":null,"documentation":"https://docs.rs/libm","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"linux-raw-sys","version":"0.3.8","authors":["Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.3.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated bindings for Linux's userspace API","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.49","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.100","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"linux_raw_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.3.8/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std","general","errno"],"errno":[],"general":[],"ioctl":[],"netlink":[],"no_std":[],"rustc-dep-of-std":["core","compiler_builtins","no_std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.3.8/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["linux","uapi","ffi"],"readme":"README.md","repository":"https://github.com/sunfishcode/linux-raw-sys","homepage":null,"documentation":"https://docs.rs/linux-raw-sys","edition":"2018","metadata":{"docs":{"rs":{"features":["default","ioctl","netlink"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"path":null},{"crate":{"name":"linux-raw-sys","version":"0.4.14","authors":["Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.4.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated bindings for Linux's userspace API","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.49","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.100","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"linux_raw_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.4.14/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"bootparam":[],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std","general","errno"],"elf":[],"errno":[],"general":[],"if_arp":[],"if_ether":[],"if_packet":[],"io_uring":[],"ioctl":[],"loop_device":[],"mempolicy":[],"net":[],"netlink":[],"no_std":[],"prctl":[],"rustc-dep-of-std":["core","compiler_builtins","no_std"],"std":[],"system":[],"xdp":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.4.14/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["linux","uapi","ffi"],"readme":"README.md","repository":"https://github.com/sunfishcode/linux-raw-sys","homepage":null,"documentation":"https://docs.rs/linux-raw-sys","edition":"2021","metadata":{"docs":{"rs":{"features":["default","bootparam","ioctl","netlink","io_uring","if_arp","if_ether","if_packet","net","prctl","elf","xdp","mempolicy","system","loop_device"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"lock_api","version":"0.4.12","authors":["Amanieu d'Antras "],"id":"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.12","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.","dependencies":[{"name":"owning_ref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"scopeguard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.126","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"lock_api","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"arc_lock":[],"atomic_usize":[],"default":["atomic_usize"],"nightly":[],"owning_ref":["dep:owning_ref"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/Cargo.toml","categories":["concurrency","no-std"],"keywords":["mutex","rwlock","lock","no_std"],"readme":null,"repository":"https://github.com/Amanieu/parking_lot","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"log","version":"0.4.22","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.22","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A lightweight logging facade for Rust\n","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sval","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sval_ref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"value-bag","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":"normal","optional":true,"uses_default_features":false,"features":["inline-i128"],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.63","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sval","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sval_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"value-bag","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":"dev","optional":false,"uses_default_features":true,"features":["test"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"log","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"integration","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/tests/integration.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/tests/macros.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"value","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/benches/value.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"kv":[],"kv_serde":["kv_std","value-bag/serde","serde"],"kv_std":["std","kv","value-bag/error"],"kv_sval":["kv","value-bag/sval","sval","sval_ref"],"kv_unstable":["kv","value-bag"],"kv_unstable_serde":["kv_serde","kv_unstable_std"],"kv_unstable_std":["kv_std","kv_unstable"],"kv_unstable_sval":["kv_sval","kv_unstable"],"max_level_debug":[],"max_level_error":[],"max_level_info":[],"max_level_off":[],"max_level_trace":[],"max_level_warn":[],"release_max_level_debug":[],"release_max_level_error":[],"release_max_level_info":[],"release_max_level_off":[],"release_max_level_trace":[],"release_max_level_warn":[],"serde":["dep:serde"],"std":[],"sval":["dep:sval"],"sval_ref":["dep:sval_ref"],"value-bag":["dep:value-bag"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/Cargo.toml","categories":["development-tools::debugging"],"keywords":["logging"],"readme":"README.md","repository":"https://github.com/rust-lang/log","homepage":null,"documentation":"https://docs.rs/log","edition":"2021","metadata":{"docs":{"rs":{"features":["std","serde","kv_std","kv_sval","kv_serde"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"num-derive","version":"0.4.2","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Numeric syntax extensions","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/src/lib.rs","edition":"2021","doctest":true,"test":false,"doc":true},{"name":"empty_enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/empty_enum.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue-16","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/issue-16.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue-6","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/issue-6.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue-9","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/issue-9.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"newtype","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/newtype.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"newtype-2015","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/newtype-2015.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"newtype-2018","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/newtype-2018.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"no_implicit_prelude","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/no_implicit_prelude.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"num_derive_without_num","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/num_derive_without_num.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"trivial","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/trivial.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"trivial-2015","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/trivial-2015.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"trivial-2018","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/trivial-2018.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"with_custom_values","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/with_custom_values.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/Cargo.toml","categories":["science"],"keywords":["mathematics","numerics"],"readme":"README.md","repository":"https://github.com/rust-num/num-derive","homepage":"https://github.com/rust-num/num-derive","documentation":"https://docs.rs/num-derive","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"num-integer","version":"0.1.46","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Integer traits and functions","dependencies":[{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"normal","optional":false,"uses_default_features":false,"features":["i128"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_integer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"average","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/tests/average.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"roots","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/tests/roots.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"average","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/benches/average.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gcd","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/benches/gcd.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"roots","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/benches/roots.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"i128":[],"std":["num-traits/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/Cargo.toml","categories":["algorithms","science","no-std"],"keywords":["mathematics","numerics"],"readme":"README.md","repository":"https://github.com/rust-num/num-integer","homepage":"https://github.com/rust-num/num-integer","documentation":"https://docs.rs/num-integer","edition":"2018","metadata":{"docs":{"rs":{"features":["std"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"path":null},{"crate":{"name":"num-rational","version":"0.4.2","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#num-rational@0.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rational numbers implementation for Rust","dependencies":[{"name":"num-bigint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-integer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.42","kind":"normal","optional":false,"uses_default_features":false,"features":["i128"],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.18","kind":"normal","optional":false,"uses_default_features":false,"features":["i128"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_rational","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["num-bigint","std"],"num-bigint":["dep:num-bigint"],"num-bigint-std":["num-bigint/std"],"serde":["dep:serde"],"std":["num-bigint?/std","num-integer/std","num-traits/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/Cargo.toml","categories":["algorithms","data-structures","science","no-std"],"keywords":["mathematics","numerics","fractions"],"readme":"README.md","repository":"https://github.com/rust-num/num-rational","homepage":"https://github.com/rust-num/num-rational","documentation":"https://docs.rs/num-rational","edition":"2021","metadata":{"docs":{"rs":{"features":["std","num-bigint-std","serde"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"num-traits","version":"0.2.19","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Numeric traits for generic mathematics","dependencies":[{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_traits","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"cast","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/tests/cast.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"i128":[],"libm":["dep:libm"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/Cargo.toml","categories":["algorithms","science","no-std"],"keywords":["mathematics","numerics"],"readme":"README.md","repository":"https://github.com/rust-num/num-traits","homepage":"https://github.com/rust-num/num-traits","documentation":"https://docs.rs/num-traits","edition":"2021","metadata":{"docs":{"rs":{"features":["std"],"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"object","version":"0.36.4","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#object@0.36.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A unified interface for reading and writing object file formats.","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"crc32fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hashbrown","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.0","kind":"normal","optional":true,"uses_default_features":false,"features":["ahash"],"target":null,"rename":null,"registry":null,"path":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ruzstd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasmparser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.216.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"object","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"integration","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.4/tests/integration.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parse_self","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.4/tests/parse_self.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"all":["read","write","build","std","compression","wasm"],"alloc":["dep:alloc"],"archive":[],"build":["build_core","write_std","elf"],"build_core":["read_core","write_core"],"cargo-all":[],"coff":[],"compiler_builtins":["dep:compiler_builtins"],"compression":["dep:flate2","dep:ruzstd","std"],"core":["dep:core"],"default":["read","compression"],"doc":["read_core","write_std","build_core","std","compression","archive","coff","elf","macho","pe","wasm","xcoff"],"elf":[],"macho":[],"pe":["coff"],"read":["read_core","archive","coff","elf","macho","pe","xcoff","unaligned"],"read_core":[],"rustc-dep-of-std":["core","compiler_builtins","alloc","memchr/rustc-dep-of-std"],"std":["memchr/std"],"unaligned":[],"unstable":[],"unstable-all":["all","unstable"],"wasm":["dep:wasmparser"],"write":["write_std","coff","elf","macho","pe","xcoff"],"write_core":["dep:crc32fast","dep:indexmap","dep:hashbrown"],"write_std":["write_core","std","indexmap?/std","crc32fast?/std"],"xcoff":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.4/Cargo.toml","categories":[],"keywords":["object","elf","mach-o","pe","coff"],"readme":"README.md","repository":"https://github.com/gimli-rs/object","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["doc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"once_cell","version":"1.19.0","authors":["Aleksey Kladov "],"id":"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Single assignment cells and lazy values.","dependencies":[{"name":"critical-section","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"critical-section","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.1","kind":"dev","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"once_cell","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"bench_acquire","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench_acquire.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"lazy_static","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/lazy_static.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"reentrant_init_deadlocks","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/reentrant_init_deadlocks.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"regex","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/regex.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"test_synchronization","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/test_synchronization.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"it","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/tests/it/main.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"alloc":["race"],"atomic-polyfill":["critical-section"],"critical-section":["dep:critical-section","portable-atomic"],"default":["std"],"parking_lot":["dep:parking_lot_core"],"portable-atomic":["dep:portable-atomic"],"race":[],"std":["alloc"],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/Cargo.toml","categories":["rust-patterns","memory-management"],"keywords":["lazy","static"],"readme":"README.md","repository":"https://github.com/matklad/once_cell","homepage":null,"documentation":"https://docs.rs/once_cell","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"option-operations","version":"0.5.0","authors":["François Laignel "],"id":"registry+https://github.com/rust-lang/crates.io-index#option-operations@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Traits and auto-implementations to improve arithmetic operations usability when dealing with `Option`s.","dependencies":[{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"option_operations","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-operations-0.5.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-operations-0.5.0/Cargo.toml","categories":["rust-patterns","no-std","mathematics"],"keywords":["option","arithmetic","operations","ord","cmp"],"readme":"README.md","repository":"https://github.com/fengalin/option-operations","homepage":null,"documentation":"https://docs.rs/option-operations","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.53.0"},"path":null},{"crate":{"name":"ordered-stream","version":"0.2.0","authors":["Daniel De Graaf ","Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#ordered-stream@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Streams that are ordered relative to external events","dependencies":[{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ordered_stream","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-stream-0.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-stream-0.2.0/Cargo.toml","categories":[],"keywords":["async","stream","timestamp"],"readme":"README.md","repository":"https://github.com/danieldg/ordered-stream","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"parking","version":"2.2.1","authors":["Stjepan Glavina ","The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#parking@2.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Thread parking and unparking","dependencies":[{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"parking","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.1/tests/loom.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parking","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.1/tests/parking.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"loom":["dep:loom"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.1/Cargo.toml","categories":["concurrency"],"keywords":["park","notify","thread","wake","condition"],"readme":"README.md","repository":"https://github.com/smol-rs/parking","homepage":"https://github.com/smol-rs/parking","documentation":"https://docs.rs/parking","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"path":null},{"crate":{"name":"parking_lot","version":"0.12.3","authors":["Amanieu d'Antras "],"id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"More compact and efficient implementations of the standard synchronization primitives.","dependencies":[{"name":"lock_api","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"parking_lot","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"issue_392","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/tests/issue_392.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue_203","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/tests/issue_203.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"arc_lock":["lock_api/arc_lock"],"deadlock_detection":["parking_lot_core/deadlock_detection"],"default":[],"hardware-lock-elision":[],"nightly":["parking_lot_core/nightly","lock_api/nightly"],"owning_ref":["lock_api/owning_ref"],"send_guard":[],"serde":["lock_api/serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/Cargo.toml","categories":["concurrency"],"keywords":["mutex","condvar","rwlock","once","thread"],"readme":"README.md","repository":"https://github.com/Amanieu/parking_lot","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["arc_lock","serde","deadlock_detection"],"rustdoc-args":["--generate-link-to-definition"]}},"playground":{"features":["arc_lock","serde","deadlock_detection"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"parking_lot_core","version":"0.9.10","authors":["Amanieu d'Antras "],"id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An advanced API for creating custom synchronization primitives.","dependencies":[{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.60","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"petgraph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thread-id","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"redox_syscall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"redox\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.95","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"parking_lot_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"backtrace":["dep:backtrace"],"deadlock_detection":["petgraph","thread-id","backtrace"],"nightly":[],"petgraph":["dep:petgraph"],"thread-id":["dep:thread-id"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/Cargo.toml","categories":["concurrency"],"keywords":["mutex","condvar","rwlock","once","thread"],"readme":null,"repository":"https://github.com/Amanieu/parking_lot","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"percent-encoding","version":"2.3.1","authors":["The rust-url developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Percent encoding and decoding","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"percent_encoding","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/Cargo.toml","categories":["no_std"],"keywords":[],"readme":null,"repository":"https://github.com/servo/rust-url/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"path":null},{"crate":{"name":"piper","version":"0.2.4","authors":["Stjepan Glavina ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#piper@0.2.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async pipes, channels, mutexes, and more.","dependencies":[{"name":"atomic-waker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.28","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"portable_atomic_crate","registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"piper","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"pipe","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.4/tests/pipe.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"pipe_comparison","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.4/benches/pipe_comparison.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"futures-io":["dep:futures-io"],"portable-atomic":["atomic-waker/portable-atomic","portable_atomic_crate","portable-atomic-util"],"portable-atomic-util":["dep:portable-atomic-util"],"portable_atomic_crate":["dep:portable_atomic_crate"],"std":["fastrand/std","futures-io"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.4/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/smol-rs/piper","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"pkg-config","version":"0.3.31","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.31","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library to run the pkg-config system tool at build time in order to be used in\nCargo build scripts.\n","dependencies":[{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"pkg_config","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.31/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.31/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.31/Cargo.toml","categories":[],"keywords":["build-dependencies"],"readme":"README.md","repository":"https://github.com/rust-lang/pkg-config-rs","homepage":null,"documentation":"https://docs.rs/pkg-config","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"path":null},{"crate":{"name":"png","version":"0.17.13","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#png@0.17.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"PNG decoding and encoding library in pure Rust","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crc32fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fdeflate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"normal","optional":false,"uses_default_features":true,"features":["simd"],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"getopts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glium","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32","kind":"dev","optional":false,"uses_default_features":false,"features":["glutin"],"target":null,"rename":null,"registry":null,"path":null},{"name":"glob","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"term","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"png","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"change-png-info","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/change-png-info.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"corpus-bench","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/corpus-bench.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"png-generate","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/png-generate.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"pngcheck","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/pngcheck.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"show","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/show.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"decoder","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/benches/decoder.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"expand_paletted","kind":["bench"],"crate_types":["bin"],"required-features":["benchmarks"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/benches/expand_paletted.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"unfilter","kind":["bench"],"crate_types":["bin"],"required-features":["benchmarks"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/benches/unfilter.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"benchmarks":[],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/Cargo.toml","categories":["multimedia::images"],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/image-png","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"polling","version":"3.7.3","authors":["Stjepan Glavina ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#polling@3.7.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Portable interface to epoll, kqueue, event ports, and IOCP","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"socket2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.17","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"vita\")))","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.31","kind":"normal","optional":false,"uses_default_features":false,"features":["event","fs","pipe","process","std","time"],"target":"cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))","rename":null,"registry":null,"path":null},{"name":"hermit-abi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"hermit\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.59","kind":"normal","optional":false,"uses_default_features":true,"features":["Wdk_Foundation","Wdk_Storage_FileSystem","Win32_Foundation","Win32_Networking_WinSock","Win32_Security","Win32_Storage_FileSystem","Win32_System_IO","Win32_System_LibraryLoader","Win32_System_Threading","Win32_System_WindowsProgramming"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"polling","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"tcp_client","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/examples/tcp_client.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"two-listeners","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/examples/two-listeners.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"wait-signal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/examples/wait-signal.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"concurrent_modification","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/concurrent_modification.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"io","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/io.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"many_connections","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/many_connections.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"multiple_pollers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/multiple_pollers.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/notify.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"other_modes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/other_modes.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"precision","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/precision.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"timeout","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/timeout.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"windows_post","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/windows_post.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"windows_waitable","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/windows_waitable.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/Cargo.toml","categories":["asynchronous","network-programming","os"],"keywords":["mio","epoll","kqueue","iocp"],"readme":"README.md","repository":"https://github.com/smol-rs/polling","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"rand_xoshiro","version":"0.6.0","authors":["The Rand Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#rand_xoshiro@0.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Xoshiro, xoroshiro and splitmix64 random number generators","dependencies":[{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rand_xoshiro","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xoshiro-0.6.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xoshiro-0.6.0/tests/serde.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"serde":["dep:serde"],"serde1":["serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xoshiro-0.6.0/Cargo.toml","categories":["algorithms"],"keywords":["random","rng"],"readme":"README.md","repository":"https://github.com/rust-random/rngs","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand_xoshiro","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"rayon-core","version":"1.12.1","authors":["Niko Matsakis ","Josh Stone "],"id":"registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.12.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Core APIs for Rayon","dependencies":[{"name":"crossbeam-deque","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm_sync","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xorshift","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"scoped-tls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rayon_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"double_init_fail","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/double_init_fail.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"init_zero_threads","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/init_zero_threads.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"scope_join","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/scope_join.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"scoped_threadpool","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/scoped_threadpool.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"simple_panic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/simple_panic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"stack_overflow_crash","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/stack_overflow_crash.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"use_current_thread","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/use_current_thread.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"web_spin_lock":["dep:wasm_sync"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/Cargo.toml","categories":["concurrency"],"keywords":["parallel","thread","concurrency","join","performance"],"readme":"README.md","repository":"https://github.com/rayon-rs/rayon","homepage":null,"documentation":"https://docs.rs/rayon/","edition":"2021","links":"rayon-core","publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"rayon","version":"1.10.0","authors":["Niko Matsakis ","Josh Stone "],"id":"registry+https://github.com/rust-lang/crates.io-index#rayon@1.10.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Simple work-stealing parallelism for Rust","dependencies":[{"name":"either","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm_sync","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xorshift","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rayon","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"chars","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/chars.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"clones","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/clones.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"collect","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/collect.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"cross-pool","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/cross-pool.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"debug","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/debug.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"drain_vec","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/drain_vec.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"intersperse","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/intersperse.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue671","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/issue671.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue671-unzip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/issue671-unzip.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"iter_panic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/iter_panic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"named-threads","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/named-threads.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"octillion","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/octillion.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"par_bridge_recursion","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/par_bridge_recursion.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"producer_split_at","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/producer_split_at.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"sort-panic-safe","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/sort-panic-safe.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"str","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/str.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"web_spin_lock":["dep:wasm_sync","rayon-core/web_spin_lock"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/Cargo.toml","categories":["concurrency"],"keywords":["parallel","thread","concurrency","join","performance"],"readme":"README.md","repository":"https://github.com/rayon-rs/rayon","homepage":null,"documentation":"https://docs.rs/rayon/","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"regex-automata","version":"0.4.7","authors":["The Rust Project Developers","Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Automata construction and matching using regular expressions.","dependencies":[{"name":"aho-corasick","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.14","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.69","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bstr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"dev","optional":false,"uses_default_features":false,"features":["atty","humantime","termcolor"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"regex_automata","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.7/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"integration","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.7/tests/lib.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"alloc":[],"default":["std","syntax","perf","unicode","meta","nfa","dfa","hybrid"],"dfa":["dfa-build","dfa-search","dfa-onepass"],"dfa-build":["nfa-thompson","dfa-search"],"dfa-onepass":["nfa-thompson"],"dfa-search":[],"hybrid":["alloc","nfa-thompson"],"internal-instrument":["internal-instrument-pikevm"],"internal-instrument-pikevm":["logging","std"],"logging":["dep:log","aho-corasick?/logging","memchr?/logging"],"meta":["syntax","nfa-pikevm"],"nfa":["nfa-thompson","nfa-pikevm","nfa-backtrack"],"nfa-backtrack":["nfa-thompson"],"nfa-pikevm":["nfa-thompson"],"nfa-thompson":["alloc"],"perf":["perf-inline","perf-literal"],"perf-inline":[],"perf-literal":["perf-literal-substring","perf-literal-multisubstring"],"perf-literal-multisubstring":["std","dep:aho-corasick"],"perf-literal-substring":["aho-corasick?/perf-literal","dep:memchr"],"std":["regex-syntax?/std","memchr?/std","aho-corasick?/std","alloc"],"syntax":["dep:regex-syntax","alloc"],"unicode":["unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment","unicode-word-boundary","regex-syntax?/unicode"],"unicode-age":["regex-syntax?/unicode-age"],"unicode-bool":["regex-syntax?/unicode-bool"],"unicode-case":["regex-syntax?/unicode-case"],"unicode-gencat":["regex-syntax?/unicode-gencat"],"unicode-perl":["regex-syntax?/unicode-perl"],"unicode-script":["regex-syntax?/unicode-script"],"unicode-segment":["regex-syntax?/unicode-segment"],"unicode-word-boundary":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.7/Cargo.toml","categories":["text-processing"],"keywords":["regex","dfa","automata","automaton","nfa"],"readme":"README.md","repository":"https://github.com/rust-lang/regex/tree/master/regex-automata","homepage":null,"documentation":"https://docs.rs/regex-automata","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"regex-syntax","version":"0.8.4","authors":["The Rust Project Developers","Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A regular expression parser.","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"regex_syntax","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"default":["std","unicode"],"std":[],"unicode":["unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"unicode-age":[],"unicode-bool":[],"unicode-case":[],"unicode-gencat":[],"unicode-perl":[],"unicode-script":[],"unicode-segment":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/regex/tree/master/regex-syntax","homepage":null,"documentation":"https://docs.rs/regex-syntax","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"regex","version":"1.10.6","authors":["The Rust Project Developers","Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#regex@1.10.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An implementation of regular expressions for Rust. This implementation uses\nfinite automata and guarantees linear time matching on all inputs.\n","dependencies":[{"name":"aho-corasick","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-automata","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":false,"uses_default_features":false,"features":["alloc","syntax","meta","nfa-pikevm"],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.69","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"dev","optional":false,"uses_default_features":false,"features":["atty","humantime","termcolor"],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"regex","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"integration","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.6/tests/lib.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std","perf","unicode","regex-syntax/default"],"logging":["aho-corasick?/logging","memchr?/logging","regex-automata/logging"],"pattern":[],"perf":["perf-cache","perf-dfa","perf-onepass","perf-backtrack","perf-inline","perf-literal"],"perf-backtrack":["regex-automata/nfa-backtrack"],"perf-cache":[],"perf-dfa":["regex-automata/hybrid"],"perf-dfa-full":["regex-automata/dfa-build","regex-automata/dfa-search"],"perf-inline":["regex-automata/perf-inline"],"perf-literal":["dep:aho-corasick","dep:memchr","regex-automata/perf-literal"],"perf-onepass":["regex-automata/dfa-onepass"],"std":["aho-corasick?/std","memchr?/std","regex-automata/std","regex-syntax/std"],"unicode":["unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment","regex-automata/unicode","regex-syntax/unicode"],"unicode-age":["regex-automata/unicode-age","regex-syntax/unicode-age"],"unicode-bool":["regex-automata/unicode-bool","regex-syntax/unicode-bool"],"unicode-case":["regex-automata/unicode-case","regex-syntax/unicode-case"],"unicode-gencat":["regex-automata/unicode-gencat","regex-syntax/unicode-gencat"],"unicode-perl":["regex-automata/unicode-perl","regex-automata/unicode-word-boundary","regex-syntax/unicode-perl"],"unicode-script":["regex-automata/unicode-script","regex-syntax/unicode-script"],"unicode-segment":["regex-automata/unicode-segment","regex-syntax/unicode-segment"],"unstable":["pattern"],"use_std":["std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.6/Cargo.toml","categories":["text-processing"],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/regex","homepage":"https://github.com/rust-lang/regex","documentation":"https://docs.rs/regex","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"ron","version":"0.8.1","authors":["Christopher Durham ","Dzmitry Malyshau ","Thomas Schaller ","Juniper Tyree "],"id":"registry+https://github.com/rust-lang/crates.io-index#ron@0.8.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rusty Object Notation","dependencies":[{"name":"base64","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"option_set","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ron","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"decode","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/examples/decode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"decode_file","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/examples/decode_file.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/examples/encode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"transcode","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/examples/transcode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"117_untagged_tuple_variant","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/117_untagged_tuple_variant.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"123_enum_representation","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/123_enum_representation.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"129_indexmap","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/129_indexmap.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"147_empty_sets_serialisation","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/147_empty_sets_serialisation.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"152_bitflags","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/152_bitflags.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"203_error_positions","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/203_error_positions.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"207_adjacently_tagged_enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/207_adjacently_tagged_enum.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"238_array","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/238_array.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"240_array_pretty","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/240_array_pretty.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"250_variant_newtypes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/250_variant_newtypes.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"256_comma_error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/256_comma_error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"289_enumerate_arrays","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/289_enumerate_arrays.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"301_struct_name_mismatch","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/301_struct_name_mismatch.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"307_stack_overflow","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/307_stack_overflow.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"322_escape_idents","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/322_escape_idents.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"337_value_float_roundtrip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/337_value_float_roundtrip.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"359_deserialize_seed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/359_deserialize_seed.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"367_implicit_some","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/367_implicit_some.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"370_float_parsing","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/370_float_parsing.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"393_serde_errors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/393_serde_errors.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"401_raw_identifier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/401_raw_identifier.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"410_trailing_comma","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/410_trailing_comma.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"423_de_borrowed_identifier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/423_de_borrowed_identifier.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"462_bytes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/462_bytes.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"big_struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/big_struct.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"borrowed_str","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/borrowed_str.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"comments","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/comments.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"depth_limit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/depth_limit.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"escape","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/escape.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"extensions","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/extensions.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"floats","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/floats.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"large_number","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/large_number.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"min_max","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/min_max.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"non_identifier_identifier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/non_identifier_identifier.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"numbers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/numbers.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"options","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/options.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"preserve_sequence","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/preserve_sequence.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"roundtrip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/roundtrip.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"struct_integers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/struct_integers.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"to_string_pretty","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/to_string_pretty.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unicode","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/unicode.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"value","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/value.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"indexmap":["dep:indexmap"],"integer128":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/Cargo.toml","categories":["encoding"],"keywords":["parser","serde","serialization"],"readme":"README.md","repository":"https://github.com/ron-rs/ron","homepage":"https://github.com/ron-rs/ron","documentation":"https://docs.rs/ron/","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"rustc-demangle","version":"0.1.24","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.24","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust compiler symbol demangling.\n","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rustc_demangle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.24/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"rustc-dep-of-std":["core","compiler_builtins"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.24/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/rustc-demangle","homepage":"https://github.com/rust-lang/rustc-demangle","documentation":"https://docs.rs/rustc-demangle","edition":"2015","metadata":{"docs":{"rs":{"features":["std"],"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"rustc_version","version":"0.4.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for querying the version of a installed rustc compiler","dependencies":[{"name":"semver","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rustc_version","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"all","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.1/tests/all.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.1/Cargo.toml","categories":[],"keywords":["version","rustc"],"readme":"README.md","repository":"https://github.com/djc/rustc-version-rs","homepage":null,"documentation":"https://docs.rs/rustc_version/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.32.0"},"path":null},{"crate":{"name":"rustix","version":"0.37.27","authors":["Dan Gohman ","Jakub Konka "],"id":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.37.27","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.49","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"io-lifetimes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.10","kind":"normal","optional":true,"uses_default_features":false,"features":["close"],"target":null,"rename":null,"registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"io-lifetimes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.10","kind":"dev","optional":false,"uses_default_features":false,"features":["close"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.144","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":"libc_errno","registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.68","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"linux-raw-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":false,"features":["general","ioctl","no_std"],"target":"cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.144","kind":"normal","optional":true,"uses_default_features":true,"features":["extra_traits"],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))","rename":"libc_errno","registry":null,"path":null},{"name":"linux-raw-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":false,"features":["general","errno","ioctl","no_std"],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.144","kind":"normal","optional":false,"uses_default_features":true,"features":["extra_traits"],"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))","rename":"libc_errno","registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"android\", target_os = \"linux\"))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(windows)","rename":"libc_errno","registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Networking_WinSock","Win32_NetworkManagement_IpHelper","Win32_System_Threading"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"ctor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"rustix","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.27/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.27/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"all-apis":["fs","io_uring","mm","net","param","process","procfs","pty","rand","runtime","termios","thread","time"],"all-impls":["os_pipe","fs-err"],"alloc":["dep:alloc"],"cc":["dep:cc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std","use-libc-auxv"],"fs":[],"fs-err":["io-lifetimes/fs-err"],"io-lifetimes":["dep:io-lifetimes"],"io_uring":["fs","net"],"itoa":["dep:itoa"],"libc":["dep:libc"],"libc_errno":["dep:libc_errno"],"linux_4_11":[],"linux_latest":["linux_4_11"],"mm":[],"net":[],"once_cell":["dep:once_cell"],"os_pipe":["io-lifetimes/os_pipe"],"param":["fs"],"process":[],"procfs":["once_cell","itoa","fs"],"pty":["itoa","fs"],"rand":[],"runtime":[],"rustc-dep-of-std":["core","alloc","compiler_builtins","linux-raw-sys/rustc-dep-of-std","bitflags/rustc-dep-of-std"],"std":["io-lifetimes"],"termios":[],"thread":[],"time":[],"use-libc":["libc_errno","libc"],"use-libc-auxv":["libc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.27/Cargo.toml","categories":["os::unix-apis","date-and-time","filesystem","network-programming"],"keywords":["api","file","network","safe","syscall"],"readme":"README.md","repository":"https://github.com/bytecodealliance/rustix","homepage":null,"documentation":"https://docs.rs/rustix","edition":"2018","metadata":{"docs":{"rs":{"features":["all-apis"],"rustdoc-args":["--cfg","doc_cfg"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-apple-darwin","x86_64-pc-windows-msvc","x86_64-unknown-freebsd","x86_64-unknown-openbsd","x86_64-unknown-netbsd","x86_64-unknown-dragonfly","x86_64-unknown-illumos","x86_64-unknown-redox","x86_64-unknown-haiku","wasm32-unknown-emscripten","wasm32-wasi"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"path":null},{"crate":{"name":"rustix","version":"0.38.37","authors":["Dan Gohman ","Jakub Konka "],"id":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.38.37","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.49","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.156","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":"libc_errno","registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serial_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"linux-raw-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.14","kind":"normal","optional":false,"uses_default_features":false,"features":["general","ioctl","no_std"],"target":"cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))","rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(criterion, not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.156","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))","rename":"libc_errno","registry":null,"path":null},{"name":"linux-raw-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.14","kind":"normal","optional":false,"uses_default_features":false,"features":["general","errno","ioctl","no_std","elf"],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.156","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))","rename":"libc_errno","registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"android\", target_os = \"linux\"))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(windows)","rename":"libc_errno","registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Networking_WinSock","Win32_NetworkManagement_IpHelper","Win32_System_Threading"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"rustix","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"mod","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/benches/mod.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"all-apis":["event","fs","io_uring","mm","mount","net","param","pipe","process","procfs","pty","rand","runtime","shm","stdio","system","termios","thread","time"],"alloc":[],"cc":[],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std","use-libc-auxv"],"event":[],"fs":[],"io_uring":["event","fs","net","linux-raw-sys/io_uring"],"itoa":["dep:itoa"],"libc":["dep:libc"],"libc-extra-traits":["libc?/extra_traits"],"libc_errno":["dep:libc_errno"],"linux_4_11":[],"linux_latest":["linux_4_11"],"mm":[],"mount":[],"net":["linux-raw-sys/net","linux-raw-sys/netlink","linux-raw-sys/if_ether","linux-raw-sys/xdp"],"once_cell":["dep:once_cell"],"param":["fs"],"pipe":[],"process":["linux-raw-sys/prctl"],"procfs":["once_cell","itoa","fs"],"pty":["itoa","fs"],"rand":[],"runtime":["linux-raw-sys/prctl"],"rustc-dep-of-std":["core","rustc-std-workspace-alloc","compiler_builtins","linux-raw-sys/rustc-dep-of-std","bitflags/rustc-dep-of-std","compiler_builtins?/rustc-dep-of-std"],"rustc-std-workspace-alloc":["dep:rustc-std-workspace-alloc"],"shm":["fs"],"std":["bitflags/std","alloc","libc?/std","libc_errno?/std","libc-extra-traits"],"stdio":[],"system":["linux-raw-sys/system"],"termios":[],"thread":["linux-raw-sys/prctl"],"time":[],"try_close":[],"use-explicitly-provided-auxv":[],"use-libc":["libc_errno","libc","libc-extra-traits"],"use-libc-auxv":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/Cargo.toml","categories":["os::unix-apis","date-and-time","filesystem","network-programming"],"keywords":["api","file","network","safe","syscall"],"readme":"README.md","repository":"https://github.com/bytecodealliance/rustix","homepage":null,"documentation":"https://docs.rs/rustix","edition":"2021","metadata":{"docs":{"rs":{"features":["all-apis"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-apple-darwin","x86_64-pc-windows-msvc","x86_64-unknown-freebsd","x86_64-unknown-openbsd","x86_64-unknown-netbsd","x86_64-unknown-dragonfly","x86_64-unknown-illumos","x86_64-unknown-redox","x86_64-unknown-haiku","wasm32-unknown-emscripten","wasm32-wasi"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"scoped-tls","version":"1.0.1","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#scoped-tls@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Library implementation of the standard library's old `scoped_thread_local!`\nmacro for providing scoped access to thread local storage (TLS) so any type can\nbe stored into TLS.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"scoped_tls","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/alexcrichton/scoped-tls","homepage":"https://github.com/alexcrichton/scoped-tls","documentation":"https://docs.rs/scoped-tls","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":"1.59.0"},"path":null},{"crate":{"name":"scopeguard","version":"1.2.0","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A RAII scope guard that will run a given closure when it goes out of scope,\neven if the code between panics (assuming unwinding panic).\n\nDefines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"scopeguard","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"readme","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/examples/readme.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":["use_std"],"use_std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/Cargo.toml","categories":["rust-patterns","no-std"],"keywords":["scope-guard","defer","panic","unwind"],"readme":"README.md","repository":"https://github.com/bluss/scopeguard","homepage":null,"documentation":"https://docs.rs/scopeguard/","edition":"2015","metadata":{"release":{"no-dev-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"signal-hook-registry","version":"1.4.2","authors":["Michal 'vorner' Vaner ","Masaki Hara "],"id":"registry+https://github.com/rust-lang/crates.io-index#signal-hook-registry@1.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Backend crate for signal-hook","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"signal_hook_registry","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"unregister_signal","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/tests/unregister_signal.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/Cargo.toml","categories":[],"keywords":["signal","unix","daemon"],"readme":"README.md","repository":"https://github.com/vorner/signal-hook","homepage":null,"documentation":"https://docs.rs/signal-hook-registry","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"smallvec","version":"1.13.2","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.13.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"'Small vector' optimization: store up to a small number of items on the stack","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"debugger_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"debugger_test_parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"smallvec","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"debugger_visualizer","kind":["test"],"crate_types":["bin"],"required-features":["debugger_visualizer"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/tests/debugger_visualizer.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"macro","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/tests/macro.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"const_generics":[],"const_new":["const_generics"],"debugger_visualizer":[],"drain_filter":[],"drain_keep_rest":["drain_filter"],"may_dangle":[],"serde":["dep:serde"],"specialization":[],"union":[],"write":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/Cargo.toml","categories":["data-structures"],"keywords":["small","vec","vector","stack","no_std"],"readme":"README.md","repository":"https://github.com/servo/rust-smallvec","homepage":null,"documentation":"https://docs.rs/smallvec/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"smol_str","version":"0.2.2","authors":["Aleksey Kladov "],"id":"registry+https://github.com/rust-lang/crates.io-index#smol_str@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"small-string optimized string type with O(1) clone","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.136","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.136","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"smol_str","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tidy","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/tests/tidy.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"default":["std"],"serde":["dep:serde"],"std":["serde?/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-analyzer/smol_str","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"socket2","version":"0.4.10","authors":["Alex Crichton ","Thomas de Zeeuw "],"id":"registry+https://github.com/rust-lang/crates.io-index#socket2@0.4.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Utilities for handling networking sockets with a maximal amount of configuration\npossible intended.\n","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["handleapi","ws2ipdef","ws2tcpip"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"socket2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"all":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/Cargo.toml","categories":["api-bindings","network-programming"],"keywords":["io","socket","network"],"readme":"README.md","repository":"https://github.com/rust-lang/socket2","homepage":"https://github.com/rust-lang/socket2","documentation":"https://docs.rs/socket2","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["all"]}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"stable_deref_trait","version":"1.2.0","authors":["Robert Grosse "],"id":"registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"stable_deref_trait","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/Cargo.toml","categories":["memory-management","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/storyyeller/stable_deref_trait","homepage":null,"documentation":"https://docs.rs/stable_deref_trait/1.2.0/stable_deref_trait","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"str_stack","version":"0.1.0","authors":["Steven Allen "],"id":"registry+https://github.com/rust-lang/crates.io-index#str_stack@0.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A string allocator for allocating many write-once strings.\n\nThis library is primarily useful for parsing where you need to repeatedly build\nmany strings, use them, and then throw them away. Instead of allocating many independent strings, this library will put them all in the same buffer.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"str_stack","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/str_stack-0.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"main","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/str_stack-0.1.0/benches/main.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/str_stack-0.1.0/Cargo.toml","categories":[],"keywords":["string","dst","stack"],"readme":"README.md","repository":"https://github.com/Stebalien/str_stack","homepage":null,"documentation":"https://stebalien.github.io/str_stack/str_stack/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"syn","version":"1.0.109","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser for Rust source code","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.46","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-ident","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"insta","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ref-cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"reqwest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":["blocking"],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn-test-suite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.16","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"termcolor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"syn","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"regression","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/regression.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_asyncness","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_asyncness.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_attribute","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_attribute.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_derive_input","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_derive_input.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_expr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_expr.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_generics.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_grouping","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_grouping.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_ident","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_ident.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_item","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_item.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_iterators","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_iterators.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_lit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_lit.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_meta","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_meta.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_parse_buffer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_parse_buffer.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_parse_stream","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_parse_stream.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_pat","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_pat.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_path","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_path.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_precedence","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_precedence.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_receiver","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_receiver.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_round_trip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_round_trip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_shebang","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_shebang.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_should_parse","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_should_parse.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_size","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_size.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_stmt","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_stmt.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_token_trees","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_token_trees.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_ty","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_ty.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_visibility","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_visibility.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"zzz_stable","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/zzz_stable.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"file","kind":["bench"],"crate_types":["bin"],"required-features":["full","parsing"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/benches/file.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"rust","kind":["bench"],"crate_types":["bin"],"required-features":["full","parsing"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/benches/rust.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"clone-impls":[],"default":["derive","parsing","printing","clone-impls","proc-macro"],"derive":[],"extra-traits":[],"fold":[],"full":[],"parsing":[],"printing":["quote"],"proc-macro":["proc-macro2/proc-macro","quote/proc-macro"],"quote":["dep:quote"],"test":["syn-test-suite/all-features"],"visit":[],"visit-mut":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/Cargo.toml","categories":["development-tools::procedural-macro-helpers","parser-implementations"],"keywords":["macros","syn"],"readme":"README.md","repository":"https://github.com/dtolnay/syn","homepage":null,"documentation":"https://docs.rs/syn","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["full","visit","visit-mut","fold","extra-traits"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"path":null},{"crate":{"name":"system-deps","version":"6.2.2","authors":["Guillaume Desmottes ","Josh Triplett "],"id":"registry+https://github.com/rust-lang/crates.io-index#system-deps@6.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Discover and configure system dependencies from declarative dependencies in Cargo.toml","dependencies":[{"name":"cfg-expr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15.5","kind":"normal","optional":false,"uses_default_features":true,"features":["targets"],"target":null,"rename":null,"registry":null,"path":null},{"name":"heck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":false,"features":["parse"],"target":null,"rename":null,"registry":null,"path":null},{"name":"version-compare","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"system_deps","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/system-deps-6.2.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/system-deps-6.2.2/Cargo.toml","categories":[],"keywords":["pkg-config","build-dependencies","build-depends","manifest","metadata"],"readme":"README.md","repository":"https://github.com/gdesmott/system-deps","homepage":null,"documentation":"https://docs.rs/system-deps/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"system-deps","version":"7.0.3","authors":["Guillaume Desmottes ","Josh Triplett "],"id":"registry+https://github.com/rust-lang/crates.io-index#system-deps@7.0.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Discover and configure system dependencies from declarative dependencies in Cargo.toml","dependencies":[{"name":"cfg-expr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17","kind":"normal","optional":false,"uses_default_features":true,"features":["targets"],"target":null,"rename":null,"registry":null,"path":null},{"name":"heck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":false,"features":["parse"],"target":null,"rename":null,"registry":null,"path":null},{"name":"version-compare","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"system_deps","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/system-deps-7.0.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/system-deps-7.0.3/Cargo.toml","categories":[],"keywords":["pkg-config","build-dependencies","build-depends","manifest","metadata"],"readme":"README.md","repository":"https://github.com/gdesmott/system-deps","homepage":null,"documentation":"https://docs.rs/system-deps/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"tempfile","version":"3.12.0","authors":["Steven Allen ","The Rust Project Developers","Ashley Mannix ","Jason White "],"id":"registry+https://github.com/rust-lang/crates.io-index#tempfile@3.12.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for managing temporary files and directories.","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.19.0","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.31","kind":"normal","optional":false,"uses_default_features":true,"features":["fs"],"target":"cfg(any(unix, target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.59","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Storage_FileSystem","Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"tempfile","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.12.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"env","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.12.0/tests/env.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"namedtempfile","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.12.0/tests/namedtempfile.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"spooled","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.12.0/tests/spooled.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"tempdir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.12.0/tests/tempdir.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"tempfile","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.12.0/tests/tempfile.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"nightly":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.12.0/Cargo.toml","categories":[],"keywords":["tempfile","tmpfile","filesystem"],"readme":"README.md","repository":"https://github.com/Stebalien/tempfile","homepage":"https://stebalien.com/projects/tempfile-rs/","documentation":"https://docs.rs/tempfile","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"tinytemplate","version":"1.2.1","authors":["Brook Heisler "],"id":"registry+https://github.com/rust-lang/crates.io-index#tinytemplate@1.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Simple, lightweight template engine","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"tinytemplate","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/benches/benchmarks.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/Cargo.toml","categories":["template-engine"],"keywords":["template","html"],"readme":"README.md","repository":"https://github.com/bheisler/TinyTemplate","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"ttf-parser","version":"0.24.1","authors":["Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.24.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A high-level, safe, zero-allocation font parser for TrueType, OpenType, and AAT.","dependencies":[{"name":"core_maths","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"base64","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pico-args","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tiny-skia-path","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xmlwriter","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ttf_parser","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.24.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"font-info","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.24.1/examples/font-info.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"font2svg","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.24.1/examples/font2svg.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"bitmap","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.24.1/tests/bitmap.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tables","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.24.1/tests/tables/main.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"apple-layout":[],"core_maths":["dep:core_maths"],"default":["std","opentype-layout","apple-layout","variable-fonts","glyph-names"],"glyph-names":[],"gvar-alloc":["std"],"no-std-float":["core_maths"],"opentype-layout":[],"std":[],"variable-fonts":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.24.1/Cargo.toml","categories":["parser-implementations"],"keywords":["ttf","truetype","opentype"],"readme":"README.md","repository":"https://github.com/RazrFalcon/ttf-parser","homepage":null,"documentation":"https://docs.rs/ttf-parser/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"unicode-bidi","version":"0.3.15","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Implementation of the Unicode Bidirectional Algorithm","dependencies":[{"name":"flame","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.8, <2.0","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.8, <2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"unicode_bidi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"conformance_tests","kind":["test"],"crate_types":["bin"],"required-features":["hardcoded-data"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/tests/conformance_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"bench_it":[],"default":["std","hardcoded-data"],"flame":["dep:flame"],"flame_it":["flame","flamer"],"flamer":["dep:flamer"],"hardcoded-data":[],"serde":["dep:serde"],"std":[],"unstable":[],"with_serde":["serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/Cargo.toml","categories":["no-std","encoding","text-processing"],"keywords":["rtl","unicode","text","layout","bidi"],"readme":"README.md","repository":"https://github.com/servo/unicode-bidi","homepage":null,"documentation":"https://docs.rs/unicode-bidi/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"unicode-normalization","version":"0.1.24","authors":["kwantam ","Manish Goregaokar "],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.24","source":"registry+https://github.com/rust-lang/crates.io-index","description":"This crate provides functions for normalization of\nUnicode strings, including Canonical and Compatible\nDecomposition and Recomposition, as described in\nUnicode Standard Annex #15.\n","dependencies":[{"name":"tinyvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"unicode_normalization","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/Cargo.toml","categories":[],"keywords":["text","unicode","normalization","decomposition","recomposition"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-normalization","homepage":"https://github.com/unicode-rs/unicode-normalization","documentation":"https://docs.rs/unicode-normalization/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"unicode-segmentation","version":"1.12.0","authors":["kwantam ","Manish Goregaokar "],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.12.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"This crate provides Grapheme Cluster, Word and Sentence boundaries\naccording to Unicode Standard Annex #29 rules.\n","dependencies":[{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"unicode_segmentation","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"chars","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/benches/chars.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"word_bounds","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/benches/word_bounds.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"words","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/benches/words.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"no_std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/Cargo.toml","categories":[],"keywords":["text","unicode","grapheme","word","boundary"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-segmentation","homepage":"https://github.com/unicode-rs/unicode-segmentation","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"url","version":"2.5.2","authors":["The rust-url developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#url@2.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"URL library for Rust, based on the WHATWG URL Standard","dependencies":[{"name":"form_urlencoded","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"idna","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"url","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"unit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/tests/unit.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"url_wpt","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/tests/wpt.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parse_url","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/benches/parse_url.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"debugger_visualizer":[],"default":[],"expose_internals":[],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/Cargo.toml","categories":["parser-implementations","web-programming","encoding"],"keywords":["url","parser"],"readme":"README.md","repository":"https://github.com/servo/rust-url","homepage":null,"documentation":"https://docs.rs/url","edition":"2018","metadata":{"docs":{"rs":{"features":["serde"],"rustdoc-args":["--generate-link-to-definition"]}},"playground":{"features":["serde"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"uuid","version":"1.10.0","authors":["Ashley Mannix","Dylan DPC","Hunar Roop Kahlon"],"id":"registry+https://github.com/rust-lang/crates.io-index#uuid@1.10.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library to generate and parse UUIDs.","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"borsh","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"borsh-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.14.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"md-5","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.56","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sha1_smol","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"slog","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid-macro-internal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.10.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.56","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.52","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target = \"wasm32-unknown-unknown\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"uuid","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.10.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"arbitrary":["dep:arbitrary"],"atomic":["dep:atomic"],"borsh":["dep:borsh","dep:borsh-derive"],"bytemuck":["dep:bytemuck"],"default":["std"],"fast-rng":["rng","dep:rand"],"js":["dep:wasm-bindgen","getrandom?/js"],"macro-diagnostics":["dep:uuid-macro-internal"],"md5":["dep:md-5"],"rng":["dep:getrandom"],"serde":["dep:serde"],"sha1":["dep:sha1_smol"],"slog":["dep:slog"],"std":[],"v1":["atomic"],"v3":["md5"],"v4":["rng"],"v5":["sha1"],"v6":["atomic"],"v7":["rng"],"v8":[],"zerocopy":["dep:zerocopy"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.10.0/Cargo.toml","categories":["data-structures","no-std","parser-implementations","wasm"],"keywords":["guid","unique","uuid"],"readme":"README.md","repository":"https://github.com/uuid-rs/uuid","homepage":"https://github.com/uuid-rs/uuid","documentation":"https://docs.rs/uuid","edition":"2018","metadata":{"docs":{"rs":{"features":["serde","arbitrary","slog","borsh","v1","v3","v4","v5","v6","v7","v8"],"rustc-args":["--cfg","uuid_unstable"],"rustdoc-args":["--cfg","uuid_unstable"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["serde","v1","v3","v4","v5","v6","v7","v8"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"version_check","version":"0.9.5","authors":["Sergio Benitez "],"id":"registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Tiny crate to check the version of the installed/running rustc.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"version_check","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/Cargo.toml","categories":[],"keywords":["version","rustc","minimum","check"],"readme":"README.md","repository":"https://github.com/SergioBenitez/version_check","homepage":null,"documentation":"https://docs.rs/version_check/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"waker-fn","version":"1.2.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#waker-fn@1.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Convert closures into wakers","dependencies":[{"name":"portable-atomic-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"waker_fn","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waker-fn-1.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"portable-atomic":["portable-atomic-util"],"portable-atomic-util":["dep:portable-atomic-util"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waker-fn-1.2.0/Cargo.toml","categories":["concurrency"],"keywords":["async","waker","wake","closure","callback"],"readme":"README.md","repository":"https://github.com/smol-rs/waker-fn","homepage":"https://github.com/smol-rs/waker-fn","documentation":"https://docs.rs/waker-fn","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"path":null},{"crate":{"name":"wasi","version":"0.11.0+wasi-snapshot-preview1","authors":["The Cranelift Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Experimental WASI API bindings for Rust","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"wasi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std"],"rustc-dep-of-std":["compiler_builtins","core","rustc-std-workspace-alloc"],"rustc-std-workspace-alloc":["dep:rustc-std-workspace-alloc"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml","categories":["no-std","wasm"],"keywords":["webassembly","wasm"],"readme":"README.md","repository":"https://github.com/bytecodealliance/wasi","homepage":null,"documentation":"https://docs.rs/wasi","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"wasm-bindgen-backend","version":"0.2.93","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.93","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Backend code generation of the wasm-bindgen tool\n","dependencies":[{"name":"bumpalo","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.93","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm_bindgen_backend","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.93/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"extra-traits":["syn/extra-traits"],"spans":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.93/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen-backend","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"wasm-bindgen-futures","version":"0.4.43","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.43","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bridging the gap between Rust Futures and JavaScript Promises","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.70","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.93","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel-preview","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0-alpha.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.24","kind":"normal","optional":false,"uses_default_features":true,"features":["MessageEvent","Worker"],"target":"cfg(target_feature = \"atomics\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm_bindgen_futures","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.43/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"futures-core":["dep:futures-core"],"futures-core-03-stream":["futures-core"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.43/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen-futures","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"wasm-bindgen-macro-support","version":"0.2.93","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.93","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate\n","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["visit","full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.93","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.93","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm_bindgen_macro_support","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.93/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"extra-traits":["syn/extra-traits"],"spans":["wasm-bindgen-backend/spans"],"strict-macro":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.93/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"wasm-bindgen-macro","version":"0.2.93","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.93","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Definition of the `#[wasm_bindgen]` attribute, an internal dependency\n","dependencies":[{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-macro-support","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.93","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm_bindgen_macro","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.93/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"spans":["wasm-bindgen-macro-support/spans"],"strict-macro":["wasm-bindgen-macro-support/strict-macro"],"xxx_debug_only_print_generated_code":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.93/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"wasm-bindgen-shared","version":"0.2.93","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.93","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Shared support between wasm-bindgen and wasm-bindgen cli, an internal\ndependency.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm_bindgen_shared","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.93/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.93/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.93/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen-shared","edition":"2021","links":"wasm_bindgen","publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"wasm-bindgen","version":"0.2.93","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.93","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Easy support for interacting between JS and Rust.\n","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-macro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.93","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm_bindgen","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.93/src/lib.rs","edition":"2021","doctest":true,"test":false,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.93/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["spans","std"],"enable-interning":["std"],"gg-alloc":[],"serde":["dep:serde"],"serde-serialize":["serde","serde_json","std"],"serde_json":["dep:serde_json"],"spans":["wasm-bindgen-macro/spans"],"std":[],"strict-macro":["wasm-bindgen-macro/strict-macro"],"xxx_debug_only_print_generated_code":["wasm-bindgen-macro/xxx_debug_only_print_generated_code"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.93/Cargo.toml","categories":["wasm"],"keywords":[],"readme":"README.md","repository":"https://github.com/rustwasm/wasm-bindgen","homepage":"https://rustwasm.github.io/","documentation":"https://docs.rs/wasm-bindgen","edition":"2021","metadata":{"docs":{"rs":{"features":["serde-serialize"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null},{"crate":{"name":"web-sys","version":"0.3.70","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.70","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for all Web APIs, a procedurally generated crate from WebIDL\n","dependencies":[{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.70","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.93","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"web_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.70/src/lib.rs","edition":"2021","doctest":false,"test":false,"doc":true}],"features":{"AbortController":[],"AbortSignal":["EventTarget"],"AddEventListenerOptions":[],"AesCbcParams":[],"AesCtrParams":[],"AesDerivedKeyParams":[],"AesGcmParams":[],"AesKeyAlgorithm":[],"AesKeyGenParams":[],"Algorithm":[],"AlignSetting":[],"AllowedBluetoothDevice":[],"AllowedUsbDevice":[],"AlphaOption":[],"AnalyserNode":["AudioNode","EventTarget"],"AnalyserOptions":[],"AngleInstancedArrays":[],"Animation":["EventTarget"],"AnimationEffect":[],"AnimationEvent":["Event"],"AnimationEventInit":[],"AnimationPlayState":[],"AnimationPlaybackEvent":["Event"],"AnimationPlaybackEventInit":[],"AnimationPropertyDetails":[],"AnimationPropertyValueDetails":[],"AnimationTimeline":[],"AssignedNodesOptions":[],"AttestationConveyancePreference":[],"Attr":["EventTarget","Node"],"AttributeNameValue":[],"AudioBuffer":[],"AudioBufferOptions":[],"AudioBufferSourceNode":["AudioNode","AudioScheduledSourceNode","EventTarget"],"AudioBufferSourceOptions":[],"AudioConfiguration":[],"AudioContext":["BaseAudioContext","EventTarget"],"AudioContextLatencyCategory":[],"AudioContextOptions":[],"AudioContextState":[],"AudioData":[],"AudioDataCopyToOptions":[],"AudioDataInit":[],"AudioDecoder":[],"AudioDecoderConfig":[],"AudioDecoderInit":[],"AudioDecoderSupport":[],"AudioDestinationNode":["AudioNode","EventTarget"],"AudioEncoder":[],"AudioEncoderConfig":[],"AudioEncoderInit":[],"AudioEncoderSupport":[],"AudioListener":[],"AudioNode":["EventTarget"],"AudioNodeOptions":[],"AudioParam":[],"AudioParamMap":[],"AudioProcessingEvent":["Event"],"AudioSampleFormat":[],"AudioScheduledSourceNode":["AudioNode","EventTarget"],"AudioSinkInfo":[],"AudioSinkOptions":[],"AudioSinkType":[],"AudioStreamTrack":["EventTarget","MediaStreamTrack"],"AudioTrack":[],"AudioTrackList":["EventTarget"],"AudioWorklet":["Worklet"],"AudioWorkletGlobalScope":["WorkletGlobalScope"],"AudioWorkletNode":["AudioNode","EventTarget"],"AudioWorkletNodeOptions":[],"AudioWorkletProcessor":[],"AuthenticationExtensionsClientInputs":[],"AuthenticationExtensionsClientInputsJson":[],"AuthenticationExtensionsClientOutputs":[],"AuthenticationExtensionsClientOutputsJson":[],"AuthenticationExtensionsDevicePublicKeyInputs":[],"AuthenticationExtensionsDevicePublicKeyOutputs":[],"AuthenticationExtensionsLargeBlobInputs":[],"AuthenticationExtensionsLargeBlobOutputs":[],"AuthenticationExtensionsPrfInputs":[],"AuthenticationExtensionsPrfOutputs":[],"AuthenticationExtensionsPrfValues":[],"AuthenticationResponseJson":[],"AuthenticatorAssertionResponse":["AuthenticatorResponse"],"AuthenticatorAssertionResponseJson":[],"AuthenticatorAttachment":[],"AuthenticatorAttestationResponse":["AuthenticatorResponse"],"AuthenticatorAttestationResponseJson":[],"AuthenticatorResponse":[],"AuthenticatorSelectionCriteria":[],"AuthenticatorTransport":[],"AutoKeyword":[],"AutocompleteInfo":[],"BarProp":[],"BaseAudioContext":["EventTarget"],"BaseComputedKeyframe":[],"BaseKeyframe":[],"BasePropertyIndexedKeyframe":[],"BasicCardRequest":[],"BasicCardResponse":[],"BasicCardType":[],"BatteryManager":["EventTarget"],"BeforeUnloadEvent":["Event"],"BinaryType":[],"BiquadFilterNode":["AudioNode","EventTarget"],"BiquadFilterOptions":[],"BiquadFilterType":[],"Blob":[],"BlobEvent":["Event"],"BlobEventInit":[],"BlobPropertyBag":[],"BlockParsingOptions":[],"Bluetooth":["EventTarget"],"BluetoothAdvertisingEvent":["Event"],"BluetoothAdvertisingEventInit":[],"BluetoothCharacteristicProperties":[],"BluetoothDataFilterInit":[],"BluetoothDevice":["EventTarget"],"BluetoothLeScanFilterInit":[],"BluetoothManufacturerDataMap":[],"BluetoothPermissionDescriptor":[],"BluetoothPermissionResult":["EventTarget","PermissionStatus"],"BluetoothPermissionStorage":[],"BluetoothRemoteGattCharacteristic":["EventTarget"],"BluetoothRemoteGattDescriptor":[],"BluetoothRemoteGattServer":[],"BluetoothRemoteGattService":["EventTarget"],"BluetoothServiceDataMap":[],"BluetoothUuid":[],"BoxQuadOptions":[],"BroadcastChannel":["EventTarget"],"BrowserElementDownloadOptions":[],"BrowserElementExecuteScriptOptions":[],"BrowserFeedWriter":[],"BrowserFindCaseSensitivity":[],"BrowserFindDirection":[],"ByteLengthQueuingStrategy":[],"Cache":[],"CacheBatchOperation":[],"CacheQueryOptions":[],"CacheStorage":[],"CacheStorageNamespace":[],"CanvasCaptureMediaStream":["EventTarget","MediaStream"],"CanvasCaptureMediaStreamTrack":["EventTarget","MediaStreamTrack"],"CanvasGradient":[],"CanvasPattern":[],"CanvasRenderingContext2d":[],"CanvasWindingRule":[],"CaretChangedReason":[],"CaretPosition":[],"CaretStateChangedEventInit":[],"CdataSection":["CharacterData","EventTarget","Node","Text"],"ChannelCountMode":[],"ChannelInterpretation":[],"ChannelMergerNode":["AudioNode","EventTarget"],"ChannelMergerOptions":[],"ChannelSplitterNode":["AudioNode","EventTarget"],"ChannelSplitterOptions":[],"CharacterData":["EventTarget","Node"],"CheckerboardReason":[],"CheckerboardReport":[],"CheckerboardReportService":[],"ChromeFilePropertyBag":[],"ChromeWorker":["EventTarget","Worker"],"Client":[],"ClientQueryOptions":[],"ClientRectsAndTexts":[],"ClientType":[],"Clients":[],"Clipboard":["EventTarget"],"ClipboardEvent":["Event"],"ClipboardEventInit":[],"ClipboardItem":[],"ClipboardItemOptions":[],"ClipboardPermissionDescriptor":[],"ClipboardUnsanitizedFormats":[],"CloseEvent":["Event"],"CloseEventInit":[],"CodecState":[],"CollectedClientData":[],"ColorSpaceConversion":[],"Comment":["CharacterData","EventTarget","Node"],"CompositeOperation":[],"CompositionEvent":["Event","UiEvent"],"CompositionEventInit":[],"CompressionFormat":[],"CompressionStream":[],"ComputedEffectTiming":[],"ConnStatusDict":[],"ConnectionType":[],"ConsoleCounter":[],"ConsoleCounterError":[],"ConsoleEvent":[],"ConsoleInstance":[],"ConsoleInstanceOptions":[],"ConsoleLevel":[],"ConsoleLogLevel":[],"ConsoleProfileEvent":[],"ConsoleStackEntry":[],"ConsoleTimerError":[],"ConsoleTimerLogOrEnd":[],"ConsoleTimerStart":[],"ConstantSourceNode":["AudioNode","AudioScheduledSourceNode","EventTarget"],"ConstantSourceOptions":[],"ConstrainBooleanParameters":[],"ConstrainDomStringParameters":[],"ConstrainDoubleRange":[],"ConstrainLongRange":[],"ContextAttributes2d":[],"ConvertCoordinateOptions":[],"ConvolverNode":["AudioNode","EventTarget"],"ConvolverOptions":[],"Coordinates":[],"CountQueuingStrategy":[],"Credential":[],"CredentialCreationOptions":[],"CredentialPropertiesOutput":[],"CredentialRequestOptions":[],"CredentialsContainer":[],"Crypto":[],"CryptoKey":[],"CryptoKeyPair":[],"CssAnimation":["Animation","EventTarget"],"CssBoxType":[],"CssConditionRule":["CssGroupingRule","CssRule"],"CssCounterStyleRule":["CssRule"],"CssFontFaceRule":["CssRule"],"CssFontFeatureValuesRule":["CssRule"],"CssGroupingRule":["CssRule"],"CssImportRule":["CssRule"],"CssKeyframeRule":["CssRule"],"CssKeyframesRule":["CssRule"],"CssMediaRule":["CssConditionRule","CssGroupingRule","CssRule"],"CssNamespaceRule":["CssRule"],"CssPageRule":["CssRule"],"CssPseudoElement":[],"CssRule":[],"CssRuleList":[],"CssStyleDeclaration":[],"CssStyleRule":["CssRule"],"CssStyleSheet":["StyleSheet"],"CssStyleSheetParsingMode":[],"CssSupportsRule":["CssConditionRule","CssGroupingRule","CssRule"],"CssTransition":["Animation","EventTarget"],"CustomElementRegistry":[],"CustomEvent":["Event"],"CustomEventInit":[],"DataTransfer":[],"DataTransferItem":[],"DataTransferItemList":[],"DateTimeValue":[],"DecoderDoctorNotification":[],"DecoderDoctorNotificationType":[],"DecompressionStream":[],"DedicatedWorkerGlobalScope":["EventTarget","WorkerGlobalScope"],"DelayNode":["AudioNode","EventTarget"],"DelayOptions":[],"DeviceAcceleration":[],"DeviceAccelerationInit":[],"DeviceLightEvent":["Event"],"DeviceLightEventInit":[],"DeviceMotionEvent":["Event"],"DeviceMotionEventInit":[],"DeviceOrientationEvent":["Event"],"DeviceOrientationEventInit":[],"DeviceProximityEvent":["Event"],"DeviceProximityEventInit":[],"DeviceRotationRate":[],"DeviceRotationRateInit":[],"DhKeyDeriveParams":[],"DirectionSetting":[],"Directory":[],"DirectoryPickerOptions":[],"DisplayMediaStreamConstraints":[],"DisplayNameOptions":[],"DisplayNameResult":[],"DistanceModelType":[],"DnsCacheDict":[],"DnsCacheEntry":[],"DnsLookupDict":[],"Document":["EventTarget","Node"],"DocumentFragment":["EventTarget","Node"],"DocumentTimeline":["AnimationTimeline"],"DocumentTimelineOptions":[],"DocumentType":["EventTarget","Node"],"DomError":[],"DomException":[],"DomImplementation":[],"DomMatrix":["DomMatrixReadOnly"],"DomMatrix2dInit":[],"DomMatrixInit":[],"DomMatrixReadOnly":[],"DomParser":[],"DomPoint":["DomPointReadOnly"],"DomPointInit":[],"DomPointReadOnly":[],"DomQuad":[],"DomQuadInit":[],"DomQuadJson":[],"DomRect":["DomRectReadOnly"],"DomRectInit":[],"DomRectList":[],"DomRectReadOnly":[],"DomRequest":["EventTarget"],"DomRequestReadyState":[],"DomStringList":[],"DomStringMap":[],"DomTokenList":[],"DomWindowResizeEventDetail":[],"DoubleRange":[],"DragEvent":["Event","MouseEvent","UiEvent"],"DragEventInit":[],"DynamicsCompressorNode":["AudioNode","EventTarget"],"DynamicsCompressorOptions":[],"EcKeyAlgorithm":[],"EcKeyGenParams":[],"EcKeyImportParams":[],"EcdhKeyDeriveParams":[],"EcdsaParams":[],"EffectTiming":[],"Element":["EventTarget","Node"],"ElementCreationOptions":[],"ElementDefinitionOptions":[],"EncodedAudioChunk":[],"EncodedAudioChunkInit":[],"EncodedAudioChunkMetadata":[],"EncodedAudioChunkType":[],"EncodedVideoChunk":[],"EncodedVideoChunkInit":[],"EncodedVideoChunkMetadata":[],"EncodedVideoChunkType":[],"EndingTypes":[],"ErrorCallback":[],"ErrorEvent":["Event"],"ErrorEventInit":[],"Event":[],"EventInit":[],"EventListener":[],"EventListenerOptions":[],"EventModifierInit":[],"EventSource":["EventTarget"],"EventSourceInit":[],"EventTarget":[],"Exception":[],"ExtBlendMinmax":[],"ExtColorBufferFloat":[],"ExtColorBufferHalfFloat":[],"ExtDisjointTimerQuery":[],"ExtFragDepth":[],"ExtSRgb":[],"ExtShaderTextureLod":[],"ExtTextureFilterAnisotropic":[],"ExtTextureNorm16":[],"ExtendableEvent":["Event"],"ExtendableEventInit":[],"ExtendableMessageEvent":["Event","ExtendableEvent"],"ExtendableMessageEventInit":[],"External":[],"FakePluginMimeEntry":[],"FakePluginTagInit":[],"FetchEvent":["Event","ExtendableEvent"],"FetchEventInit":[],"FetchObserver":["EventTarget"],"FetchReadableStreamReadDataArray":[],"FetchReadableStreamReadDataDone":[],"FetchState":[],"File":["Blob"],"FileCallback":[],"FileList":[],"FilePickerAcceptType":[],"FilePickerOptions":[],"FilePropertyBag":[],"FileReader":["EventTarget"],"FileReaderSync":[],"FileSystem":[],"FileSystemCreateWritableOptions":[],"FileSystemDirectoryEntry":["FileSystemEntry"],"FileSystemDirectoryHandle":["FileSystemHandle"],"FileSystemDirectoryReader":[],"FileSystemEntriesCallback":[],"FileSystemEntry":[],"FileSystemEntryCallback":[],"FileSystemFileEntry":["FileSystemEntry"],"FileSystemFileHandle":["FileSystemHandle"],"FileSystemFlags":[],"FileSystemGetDirectoryOptions":[],"FileSystemGetFileOptions":[],"FileSystemHandle":[],"FileSystemHandleKind":[],"FileSystemHandlePermissionDescriptor":[],"FileSystemPermissionDescriptor":[],"FileSystemPermissionMode":[],"FileSystemReadWriteOptions":[],"FileSystemRemoveOptions":[],"FileSystemSyncAccessHandle":[],"FileSystemWritableFileStream":["WritableStream"],"FillMode":[],"FlashClassification":[],"FlowControlType":[],"FocusEvent":["Event","UiEvent"],"FocusEventInit":[],"FocusOptions":[],"FontData":[],"FontFace":[],"FontFaceDescriptors":[],"FontFaceLoadStatus":[],"FontFaceSet":["EventTarget"],"FontFaceSetIterator":[],"FontFaceSetIteratorResult":[],"FontFaceSetLoadEvent":["Event"],"FontFaceSetLoadEventInit":[],"FontFaceSetLoadStatus":[],"FormData":[],"FrameType":[],"FuzzingFunctions":[],"GainNode":["AudioNode","EventTarget"],"GainOptions":[],"Gamepad":[],"GamepadAxisMoveEvent":["Event","GamepadEvent"],"GamepadAxisMoveEventInit":[],"GamepadButton":[],"GamepadButtonEvent":["Event","GamepadEvent"],"GamepadButtonEventInit":[],"GamepadEvent":["Event"],"GamepadEventInit":[],"GamepadHand":[],"GamepadHapticActuator":[],"GamepadHapticActuatorType":[],"GamepadMappingType":[],"GamepadPose":[],"GamepadServiceTest":[],"Geolocation":[],"GetAnimationsOptions":[],"GetRootNodeOptions":[],"GetUserMediaRequest":[],"Gpu":[],"GpuAdapter":[],"GpuAdapterInfo":[],"GpuAddressMode":[],"GpuAutoLayoutMode":[],"GpuBindGroup":[],"GpuBindGroupDescriptor":[],"GpuBindGroupEntry":[],"GpuBindGroupLayout":[],"GpuBindGroupLayoutDescriptor":[],"GpuBindGroupLayoutEntry":[],"GpuBlendComponent":[],"GpuBlendFactor":[],"GpuBlendOperation":[],"GpuBlendState":[],"GpuBuffer":[],"GpuBufferBinding":[],"GpuBufferBindingLayout":[],"GpuBufferBindingType":[],"GpuBufferDescriptor":[],"GpuBufferMapState":[],"GpuCanvasAlphaMode":[],"GpuCanvasConfiguration":[],"GpuCanvasContext":[],"GpuCanvasToneMapping":[],"GpuCanvasToneMappingMode":[],"GpuColorDict":[],"GpuColorTargetState":[],"GpuCommandBuffer":[],"GpuCommandBufferDescriptor":[],"GpuCommandEncoder":[],"GpuCommandEncoderDescriptor":[],"GpuCompareFunction":[],"GpuCompilationInfo":[],"GpuCompilationMessage":[],"GpuCompilationMessageType":[],"GpuComputePassDescriptor":[],"GpuComputePassEncoder":[],"GpuComputePassTimestampWrites":[],"GpuComputePipeline":[],"GpuComputePipelineDescriptor":[],"GpuCullMode":[],"GpuDepthStencilState":[],"GpuDevice":["EventTarget"],"GpuDeviceDescriptor":[],"GpuDeviceLostInfo":[],"GpuDeviceLostReason":[],"GpuError":[],"GpuErrorFilter":[],"GpuExtent3dDict":[],"GpuExternalTexture":[],"GpuExternalTextureBindingLayout":[],"GpuExternalTextureDescriptor":[],"GpuFeatureName":[],"GpuFilterMode":[],"GpuFragmentState":[],"GpuFrontFace":[],"GpuImageCopyBuffer":[],"GpuImageCopyExternalImage":[],"GpuImageCopyTexture":[],"GpuImageCopyTextureTagged":[],"GpuImageDataLayout":[],"GpuIndexFormat":[],"GpuInternalError":["GpuError"],"GpuLoadOp":[],"GpuMipmapFilterMode":[],"GpuMultisampleState":[],"GpuObjectDescriptorBase":[],"GpuOrigin2dDict":[],"GpuOrigin3dDict":[],"GpuOutOfMemoryError":["GpuError"],"GpuPipelineDescriptorBase":[],"GpuPipelineError":["DomException"],"GpuPipelineErrorInit":[],"GpuPipelineErrorReason":[],"GpuPipelineLayout":[],"GpuPipelineLayoutDescriptor":[],"GpuPowerPreference":[],"GpuPrimitiveState":[],"GpuPrimitiveTopology":[],"GpuProgrammableStage":[],"GpuQuerySet":[],"GpuQuerySetDescriptor":[],"GpuQueryType":[],"GpuQueue":[],"GpuQueueDescriptor":[],"GpuRenderBundle":[],"GpuRenderBundleDescriptor":[],"GpuRenderBundleEncoder":[],"GpuRenderBundleEncoderDescriptor":[],"GpuRenderPassColorAttachment":[],"GpuRenderPassDepthStencilAttachment":[],"GpuRenderPassDescriptor":[],"GpuRenderPassEncoder":[],"GpuRenderPassLayout":[],"GpuRenderPassTimestampWrites":[],"GpuRenderPipeline":[],"GpuRenderPipelineDescriptor":[],"GpuRequestAdapterOptions":[],"GpuSampler":[],"GpuSamplerBindingLayout":[],"GpuSamplerBindingType":[],"GpuSamplerDescriptor":[],"GpuShaderModule":[],"GpuShaderModuleCompilationHint":[],"GpuShaderModuleDescriptor":[],"GpuStencilFaceState":[],"GpuStencilOperation":[],"GpuStorageTextureAccess":[],"GpuStorageTextureBindingLayout":[],"GpuStoreOp":[],"GpuSupportedFeatures":[],"GpuSupportedLimits":[],"GpuTexture":[],"GpuTextureAspect":[],"GpuTextureBindingLayout":[],"GpuTextureDescriptor":[],"GpuTextureDimension":[],"GpuTextureFormat":[],"GpuTextureSampleType":[],"GpuTextureView":[],"GpuTextureViewDescriptor":[],"GpuTextureViewDimension":[],"GpuUncapturedErrorEvent":["Event"],"GpuUncapturedErrorEventInit":[],"GpuValidationError":["GpuError"],"GpuVertexAttribute":[],"GpuVertexBufferLayout":[],"GpuVertexFormat":[],"GpuVertexState":[],"GpuVertexStepMode":[],"GroupedHistoryEventInit":[],"HalfOpenInfoDict":[],"HardwareAcceleration":[],"HashChangeEvent":["Event"],"HashChangeEventInit":[],"Headers":[],"HeadersGuardEnum":[],"Hid":["EventTarget"],"HidCollectionInfo":[],"HidConnectionEvent":["Event"],"HidConnectionEventInit":[],"HidDevice":["EventTarget"],"HidDeviceFilter":[],"HidDeviceRequestOptions":[],"HidInputReportEvent":["Event"],"HidInputReportEventInit":[],"HidReportInfo":[],"HidReportItem":[],"HidUnitSystem":[],"HiddenPluginEventInit":[],"History":[],"HitRegionOptions":[],"HkdfParams":[],"HmacDerivedKeyParams":[],"HmacImportParams":[],"HmacKeyAlgorithm":[],"HmacKeyGenParams":[],"HtmlAllCollection":[],"HtmlAnchorElement":["Element","EventTarget","HtmlElement","Node"],"HtmlAreaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlAudioElement":["Element","EventTarget","HtmlElement","HtmlMediaElement","Node"],"HtmlBaseElement":["Element","EventTarget","HtmlElement","Node"],"HtmlBodyElement":["Element","EventTarget","HtmlElement","Node"],"HtmlBrElement":["Element","EventTarget","HtmlElement","Node"],"HtmlButtonElement":["Element","EventTarget","HtmlElement","Node"],"HtmlCanvasElement":["Element","EventTarget","HtmlElement","Node"],"HtmlCollection":[],"HtmlDListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDataElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDataListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDetailsElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDialogElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDirectoryElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDivElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDocument":["Document","EventTarget","Node"],"HtmlElement":["Element","EventTarget","Node"],"HtmlEmbedElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFieldSetElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFontElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFormControlsCollection":["HtmlCollection"],"HtmlFormElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFrameElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFrameSetElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHeadElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHeadingElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHrElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHtmlElement":["Element","EventTarget","HtmlElement","Node"],"HtmlIFrameElement":["Element","EventTarget","HtmlElement","Node"],"HtmlImageElement":["Element","EventTarget","HtmlElement","Node"],"HtmlInputElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLabelElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLegendElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLiElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLinkElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMapElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMediaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMenuElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMenuItemElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMetaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMeterElement":["Element","EventTarget","HtmlElement","Node"],"HtmlModElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlObjectElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOptGroupElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOptionElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOptionsCollection":["HtmlCollection"],"HtmlOutputElement":["Element","EventTarget","HtmlElement","Node"],"HtmlParagraphElement":["Element","EventTarget","HtmlElement","Node"],"HtmlParamElement":["Element","EventTarget","HtmlElement","Node"],"HtmlPictureElement":["Element","EventTarget","HtmlElement","Node"],"HtmlPreElement":["Element","EventTarget","HtmlElement","Node"],"HtmlProgressElement":["Element","EventTarget","HtmlElement","Node"],"HtmlQuoteElement":["Element","EventTarget","HtmlElement","Node"],"HtmlScriptElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSelectElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSlotElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSourceElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSpanElement":["Element","EventTarget","HtmlElement","Node"],"HtmlStyleElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableCaptionElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableCellElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableColElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableRowElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableSectionElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTemplateElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTextAreaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTimeElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTitleElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTrackElement":["Element","EventTarget","HtmlElement","Node"],"HtmlUListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlUnknownElement":["Element","EventTarget","HtmlElement","Node"],"HtmlVideoElement":["Element","EventTarget","HtmlElement","HtmlMediaElement","Node"],"HttpConnDict":[],"HttpConnInfo":[],"HttpConnectionElement":[],"IdbCursor":[],"IdbCursorDirection":[],"IdbCursorWithValue":["IdbCursor"],"IdbDatabase":["EventTarget"],"IdbFactory":[],"IdbFileHandle":["EventTarget"],"IdbFileMetadataParameters":[],"IdbFileRequest":["DomRequest","EventTarget"],"IdbIndex":[],"IdbIndexParameters":[],"IdbKeyRange":[],"IdbLocaleAwareKeyRange":["IdbKeyRange"],"IdbMutableFile":["EventTarget"],"IdbObjectStore":[],"IdbObjectStoreParameters":[],"IdbOpenDbOptions":[],"IdbOpenDbRequest":["EventTarget","IdbRequest"],"IdbRequest":["EventTarget"],"IdbRequestReadyState":[],"IdbTransaction":["EventTarget"],"IdbTransactionDurability":[],"IdbTransactionMode":[],"IdbTransactionOptions":[],"IdbVersionChangeEvent":["Event"],"IdbVersionChangeEventInit":[],"IdleDeadline":[],"IdleRequestOptions":[],"IirFilterNode":["AudioNode","EventTarget"],"IirFilterOptions":[],"ImageBitmap":[],"ImageBitmapOptions":[],"ImageBitmapRenderingContext":[],"ImageCapture":[],"ImageCaptureError":[],"ImageCaptureErrorEvent":["Event"],"ImageCaptureErrorEventInit":[],"ImageData":[],"ImageDecodeOptions":[],"ImageDecodeResult":[],"ImageDecoder":[],"ImageDecoderInit":[],"ImageEncodeOptions":[],"ImageOrientation":[],"ImageTrack":["EventTarget"],"ImageTrackList":[],"InputDeviceInfo":["MediaDeviceInfo"],"InputEvent":["Event","UiEvent"],"InputEventInit":[],"IntersectionObserver":[],"IntersectionObserverEntry":[],"IntersectionObserverEntryInit":[],"IntersectionObserverInit":[],"IntlUtils":[],"IsInputPendingOptions":[],"IterableKeyAndValueResult":[],"IterableKeyOrValueResult":[],"IterationCompositeOperation":[],"JsonWebKey":[],"KeyAlgorithm":[],"KeyEvent":[],"KeyIdsInitData":[],"KeyboardEvent":["Event","UiEvent"],"KeyboardEventInit":[],"KeyframeAnimationOptions":[],"KeyframeEffect":["AnimationEffect"],"KeyframeEffectOptions":[],"L10nElement":[],"L10nValue":[],"LargeBlobSupport":[],"LatencyMode":[],"LifecycleCallbacks":[],"LineAlignSetting":[],"ListBoxObject":[],"LocalMediaStream":["EventTarget","MediaStream"],"LocaleInfo":[],"Location":[],"Lock":[],"LockInfo":[],"LockManager":[],"LockManagerSnapshot":[],"LockMode":[],"LockOptions":[],"MediaCapabilities":[],"MediaCapabilitiesInfo":[],"MediaConfiguration":[],"MediaDecodingConfiguration":[],"MediaDecodingType":[],"MediaDeviceInfo":[],"MediaDeviceKind":[],"MediaDevices":["EventTarget"],"MediaElementAudioSourceNode":["AudioNode","EventTarget"],"MediaElementAudioSourceOptions":[],"MediaEncodingConfiguration":[],"MediaEncodingType":[],"MediaEncryptedEvent":["Event"],"MediaError":[],"MediaImage":[],"MediaKeyError":["Event"],"MediaKeyMessageEvent":["Event"],"MediaKeyMessageEventInit":[],"MediaKeyMessageType":[],"MediaKeyNeededEventInit":[],"MediaKeySession":["EventTarget"],"MediaKeySessionType":[],"MediaKeyStatus":[],"MediaKeyStatusMap":[],"MediaKeySystemAccess":[],"MediaKeySystemConfiguration":[],"MediaKeySystemMediaCapability":[],"MediaKeySystemStatus":[],"MediaKeys":[],"MediaKeysPolicy":[],"MediaKeysRequirement":[],"MediaList":[],"MediaMetadata":[],"MediaMetadataInit":[],"MediaPositionState":[],"MediaQueryList":["EventTarget"],"MediaQueryListEvent":["Event"],"MediaQueryListEventInit":[],"MediaRecorder":["EventTarget"],"MediaRecorderErrorEvent":["Event"],"MediaRecorderErrorEventInit":[],"MediaRecorderOptions":[],"MediaSession":[],"MediaSessionAction":[],"MediaSessionActionDetails":[],"MediaSessionPlaybackState":[],"MediaSource":["EventTarget"],"MediaSourceEndOfStreamError":[],"MediaSourceEnum":[],"MediaSourceReadyState":[],"MediaStream":["EventTarget"],"MediaStreamAudioDestinationNode":["AudioNode","EventTarget"],"MediaStreamAudioSourceNode":["AudioNode","EventTarget"],"MediaStreamAudioSourceOptions":[],"MediaStreamConstraints":[],"MediaStreamError":[],"MediaStreamEvent":["Event"],"MediaStreamEventInit":[],"MediaStreamTrack":["EventTarget"],"MediaStreamTrackEvent":["Event"],"MediaStreamTrackEventInit":[],"MediaStreamTrackGenerator":["EventTarget","MediaStreamTrack"],"MediaStreamTrackGeneratorInit":[],"MediaStreamTrackProcessor":[],"MediaStreamTrackProcessorInit":[],"MediaStreamTrackState":[],"MediaTrackCapabilities":[],"MediaTrackConstraintSet":[],"MediaTrackConstraints":[],"MediaTrackSettings":[],"MediaTrackSupportedConstraints":[],"MemoryAttribution":[],"MemoryAttributionContainer":[],"MemoryBreakdownEntry":[],"MemoryMeasurement":[],"MessageChannel":[],"MessageEvent":["Event"],"MessageEventInit":[],"MessagePort":["EventTarget"],"MidiAccess":["EventTarget"],"MidiConnectionEvent":["Event"],"MidiConnectionEventInit":[],"MidiInput":["EventTarget","MidiPort"],"MidiInputMap":[],"MidiMessageEvent":["Event"],"MidiMessageEventInit":[],"MidiOptions":[],"MidiOutput":["EventTarget","MidiPort"],"MidiOutputMap":[],"MidiPort":["EventTarget"],"MidiPortConnectionState":[],"MidiPortDeviceState":[],"MidiPortType":[],"MimeType":[],"MimeTypeArray":[],"MouseEvent":["Event","UiEvent"],"MouseEventInit":[],"MouseScrollEvent":["Event","MouseEvent","UiEvent"],"MozDebug":[],"MutationEvent":["Event"],"MutationObserver":[],"MutationObserverInit":[],"MutationObservingInfo":[],"MutationRecord":[],"NamedNodeMap":[],"NativeOsFileReadOptions":[],"NativeOsFileWriteAtomicOptions":[],"NavigationType":[],"Navigator":[],"NavigatorAutomationInformation":[],"NavigatorUaBrandVersion":[],"NavigatorUaData":[],"NetworkCommandOptions":[],"NetworkInformation":["EventTarget"],"NetworkResultOptions":[],"Node":["EventTarget"],"NodeFilter":[],"NodeIterator":[],"NodeList":[],"Notification":["EventTarget"],"NotificationAction":[],"NotificationDirection":[],"NotificationEvent":["Event","ExtendableEvent"],"NotificationEventInit":[],"NotificationOptions":[],"NotificationPermission":[],"ObserverCallback":[],"OesElementIndexUint":[],"OesStandardDerivatives":[],"OesTextureFloat":[],"OesTextureFloatLinear":[],"OesTextureHalfFloat":[],"OesTextureHalfFloatLinear":[],"OesVertexArrayObject":[],"OfflineAudioCompletionEvent":["Event"],"OfflineAudioCompletionEventInit":[],"OfflineAudioContext":["BaseAudioContext","EventTarget"],"OfflineAudioContextOptions":[],"OfflineResourceList":["EventTarget"],"OffscreenCanvas":["EventTarget"],"OffscreenCanvasRenderingContext2d":[],"OpenFilePickerOptions":[],"OpenWindowEventDetail":[],"OptionalEffectTiming":[],"OrientationLockType":[],"OrientationType":[],"OscillatorNode":["AudioNode","AudioScheduledSourceNode","EventTarget"],"OscillatorOptions":[],"OscillatorType":[],"OverSampleType":[],"OvrMultiview2":[],"PageTransitionEvent":["Event"],"PageTransitionEventInit":[],"PaintRequest":[],"PaintRequestList":[],"PaintWorkletGlobalScope":["WorkletGlobalScope"],"PannerNode":["AudioNode","EventTarget"],"PannerOptions":[],"PanningModelType":[],"ParityType":[],"Path2d":[],"PaymentAddress":[],"PaymentComplete":[],"PaymentMethodChangeEvent":["Event","PaymentRequestUpdateEvent"],"PaymentMethodChangeEventInit":[],"PaymentRequestUpdateEvent":["Event"],"PaymentRequestUpdateEventInit":[],"PaymentResponse":[],"Pbkdf2Params":[],"PcImplIceConnectionState":[],"PcImplIceGatheringState":[],"PcImplSignalingState":[],"PcObserverStateType":[],"Performance":["EventTarget"],"PerformanceEntry":[],"PerformanceEntryEventInit":[],"PerformanceEntryFilterOptions":[],"PerformanceMark":["PerformanceEntry"],"PerformanceMeasure":["PerformanceEntry"],"PerformanceNavigation":[],"PerformanceNavigationTiming":["PerformanceEntry","PerformanceResourceTiming"],"PerformanceObserver":[],"PerformanceObserverEntryList":[],"PerformanceObserverInit":[],"PerformanceResourceTiming":["PerformanceEntry"],"PerformanceServerTiming":[],"PerformanceTiming":[],"PeriodicWave":[],"PeriodicWaveConstraints":[],"PeriodicWaveOptions":[],"PermissionDescriptor":[],"PermissionName":[],"PermissionState":[],"PermissionStatus":["EventTarget"],"Permissions":[],"PlaneLayout":[],"PlaybackDirection":[],"Plugin":[],"PluginArray":[],"PluginCrashedEventInit":[],"PointerEvent":["Event","MouseEvent","UiEvent"],"PointerEventInit":[],"PopStateEvent":["Event"],"PopStateEventInit":[],"PopupBlockedEvent":["Event"],"PopupBlockedEventInit":[],"Position":[],"PositionAlignSetting":[],"PositionError":[],"PositionOptions":[],"PremultiplyAlpha":[],"Presentation":[],"PresentationAvailability":["EventTarget"],"PresentationConnection":["EventTarget"],"PresentationConnectionAvailableEvent":["Event"],"PresentationConnectionAvailableEventInit":[],"PresentationConnectionBinaryType":[],"PresentationConnectionCloseEvent":["Event"],"PresentationConnectionCloseEventInit":[],"PresentationConnectionClosedReason":[],"PresentationConnectionList":["EventTarget"],"PresentationConnectionState":[],"PresentationReceiver":[],"PresentationRequest":["EventTarget"],"PresentationStyle":[],"ProcessingInstruction":["CharacterData","EventTarget","Node"],"ProfileTimelineLayerRect":[],"ProfileTimelineMarker":[],"ProfileTimelineMessagePortOperationType":[],"ProfileTimelineStackFrame":[],"ProfileTimelineWorkerOperationType":[],"ProgressEvent":["Event"],"ProgressEventInit":[],"PromiseNativeHandler":[],"PromiseRejectionEvent":["Event"],"PromiseRejectionEventInit":[],"PublicKeyCredential":["Credential"],"PublicKeyCredentialCreationOptions":[],"PublicKeyCredentialCreationOptionsJson":[],"PublicKeyCredentialDescriptor":[],"PublicKeyCredentialDescriptorJson":[],"PublicKeyCredentialEntity":[],"PublicKeyCredentialHints":[],"PublicKeyCredentialParameters":[],"PublicKeyCredentialRequestOptions":[],"PublicKeyCredentialRequestOptionsJson":[],"PublicKeyCredentialRpEntity":[],"PublicKeyCredentialType":[],"PublicKeyCredentialUserEntity":[],"PublicKeyCredentialUserEntityJson":[],"PushEncryptionKeyName":[],"PushEvent":["Event","ExtendableEvent"],"PushEventInit":[],"PushManager":[],"PushMessageData":[],"PushPermissionState":[],"PushSubscription":[],"PushSubscriptionInit":[],"PushSubscriptionJson":[],"PushSubscriptionKeys":[],"PushSubscriptionOptions":[],"PushSubscriptionOptionsInit":[],"QueryOptions":[],"QueuingStrategy":[],"QueuingStrategyInit":[],"RadioNodeList":["NodeList"],"Range":[],"RcwnPerfStats":[],"RcwnStatus":[],"ReadableByteStreamController":[],"ReadableStream":[],"ReadableStreamByobReader":[],"ReadableStreamByobRequest":[],"ReadableStreamDefaultController":[],"ReadableStreamDefaultReader":[],"ReadableStreamGetReaderOptions":[],"ReadableStreamIteratorOptions":[],"ReadableStreamReadResult":[],"ReadableStreamReaderMode":[],"ReadableStreamType":[],"ReadableWritablePair":[],"RecordingState":[],"ReferrerPolicy":[],"RegisterRequest":[],"RegisterResponse":[],"RegisteredKey":[],"RegistrationOptions":[],"RegistrationResponseJson":[],"Request":[],"RequestCache":[],"RequestCredentials":[],"RequestDestination":[],"RequestDeviceOptions":[],"RequestInit":[],"RequestMediaKeySystemAccessNotification":[],"RequestMode":[],"RequestRedirect":[],"ResidentKeyRequirement":[],"ResizeObserver":[],"ResizeObserverBoxOptions":[],"ResizeObserverEntry":[],"ResizeObserverOptions":[],"ResizeObserverSize":[],"ResizeQuality":[],"Response":[],"ResponseInit":[],"ResponseType":[],"RsaHashedImportParams":[],"RsaOaepParams":[],"RsaOtherPrimesInfo":[],"RsaPssParams":[],"RtcAnswerOptions":[],"RtcBundlePolicy":[],"RtcCertificate":[],"RtcCertificateExpiration":[],"RtcCodecStats":[],"RtcConfiguration":[],"RtcDataChannel":["EventTarget"],"RtcDataChannelEvent":["Event"],"RtcDataChannelEventInit":[],"RtcDataChannelInit":[],"RtcDataChannelState":[],"RtcDataChannelType":[],"RtcDegradationPreference":[],"RtcFecParameters":[],"RtcIceCandidate":[],"RtcIceCandidateInit":[],"RtcIceCandidatePairStats":[],"RtcIceCandidateStats":[],"RtcIceComponentStats":[],"RtcIceConnectionState":[],"RtcIceCredentialType":[],"RtcIceGatheringState":[],"RtcIceServer":[],"RtcIceTransportPolicy":[],"RtcIdentityAssertion":[],"RtcIdentityAssertionResult":[],"RtcIdentityProvider":[],"RtcIdentityProviderDetails":[],"RtcIdentityProviderOptions":[],"RtcIdentityProviderRegistrar":[],"RtcIdentityValidationResult":[],"RtcInboundRtpStreamStats":[],"RtcMediaStreamStats":[],"RtcMediaStreamTrackStats":[],"RtcOfferAnswerOptions":[],"RtcOfferOptions":[],"RtcOutboundRtpStreamStats":[],"RtcPeerConnection":["EventTarget"],"RtcPeerConnectionIceErrorEvent":["Event"],"RtcPeerConnectionIceEvent":["Event"],"RtcPeerConnectionIceEventInit":[],"RtcPeerConnectionState":[],"RtcPriorityType":[],"RtcRtcpParameters":[],"RtcRtpCapabilities":[],"RtcRtpCodecCapability":[],"RtcRtpCodecParameters":[],"RtcRtpContributingSource":[],"RtcRtpEncodingParameters":[],"RtcRtpHeaderExtensionCapability":[],"RtcRtpHeaderExtensionParameters":[],"RtcRtpParameters":[],"RtcRtpReceiver":[],"RtcRtpSender":[],"RtcRtpSourceEntry":[],"RtcRtpSourceEntryType":[],"RtcRtpSynchronizationSource":[],"RtcRtpTransceiver":[],"RtcRtpTransceiverDirection":[],"RtcRtpTransceiverInit":[],"RtcRtxParameters":[],"RtcSdpType":[],"RtcSessionDescription":[],"RtcSessionDescriptionInit":[],"RtcSignalingState":[],"RtcStats":[],"RtcStatsIceCandidatePairState":[],"RtcStatsIceCandidateType":[],"RtcStatsReport":[],"RtcStatsReportInternal":[],"RtcStatsType":[],"RtcTrackEvent":["Event"],"RtcTrackEventInit":[],"RtcTransportStats":[],"RtcdtmfSender":["EventTarget"],"RtcdtmfToneChangeEvent":["Event"],"RtcdtmfToneChangeEventInit":[],"RtcrtpContributingSourceStats":[],"RtcrtpStreamStats":[],"SaveFilePickerOptions":[],"Scheduler":[],"SchedulerPostTaskOptions":[],"Scheduling":[],"Screen":["EventTarget"],"ScreenColorGamut":[],"ScreenLuminance":[],"ScreenOrientation":["EventTarget"],"ScriptProcessorNode":["AudioNode","EventTarget"],"ScrollAreaEvent":["Event","UiEvent"],"ScrollBehavior":[],"ScrollBoxObject":[],"ScrollIntoViewOptions":[],"ScrollLogicalPosition":[],"ScrollOptions":[],"ScrollRestoration":[],"ScrollSetting":[],"ScrollState":[],"ScrollToOptions":[],"ScrollViewChangeEventInit":[],"SecurityPolicyViolationEvent":["Event"],"SecurityPolicyViolationEventDisposition":[],"SecurityPolicyViolationEventInit":[],"Selection":[],"SelectionMode":[],"Serial":["EventTarget"],"SerialInputSignals":[],"SerialOptions":[],"SerialOutputSignals":[],"SerialPort":["EventTarget"],"SerialPortFilter":[],"SerialPortInfo":[],"SerialPortRequestOptions":[],"ServerSocketOptions":[],"ServiceWorker":["EventTarget"],"ServiceWorkerContainer":["EventTarget"],"ServiceWorkerGlobalScope":["EventTarget","WorkerGlobalScope"],"ServiceWorkerRegistration":["EventTarget"],"ServiceWorkerState":[],"ServiceWorkerUpdateViaCache":[],"ShadowRoot":["DocumentFragment","EventTarget","Node"],"ShadowRootInit":[],"ShadowRootMode":[],"ShareData":[],"SharedWorker":["EventTarget"],"SharedWorkerGlobalScope":["EventTarget","WorkerGlobalScope"],"SignResponse":[],"SocketElement":[],"SocketOptions":[],"SocketReadyState":[],"SocketsDict":[],"SourceBuffer":["EventTarget"],"SourceBufferAppendMode":[],"SourceBufferList":["EventTarget"],"SpeechGrammar":[],"SpeechGrammarList":[],"SpeechRecognition":["EventTarget"],"SpeechRecognitionAlternative":[],"SpeechRecognitionError":["Event"],"SpeechRecognitionErrorCode":[],"SpeechRecognitionErrorInit":[],"SpeechRecognitionEvent":["Event"],"SpeechRecognitionEventInit":[],"SpeechRecognitionResult":[],"SpeechRecognitionResultList":[],"SpeechSynthesis":["EventTarget"],"SpeechSynthesisErrorCode":[],"SpeechSynthesisErrorEvent":["Event","SpeechSynthesisEvent"],"SpeechSynthesisErrorEventInit":[],"SpeechSynthesisEvent":["Event"],"SpeechSynthesisEventInit":[],"SpeechSynthesisUtterance":["EventTarget"],"SpeechSynthesisVoice":[],"StereoPannerNode":["AudioNode","EventTarget"],"StereoPannerOptions":[],"Storage":[],"StorageEstimate":[],"StorageEvent":["Event"],"StorageEventInit":[],"StorageManager":[],"StorageType":[],"StreamPipeOptions":[],"StyleRuleChangeEventInit":[],"StyleSheet":[],"StyleSheetApplicableStateChangeEventInit":[],"StyleSheetChangeEventInit":[],"StyleSheetList":[],"SubmitEvent":["Event"],"SubmitEventInit":[],"SubtleCrypto":[],"SupportedType":[],"SvcOutputMetadata":[],"SvgAngle":[],"SvgAnimateElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgAnimateMotionElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgAnimateTransformElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgAnimatedAngle":[],"SvgAnimatedBoolean":[],"SvgAnimatedEnumeration":[],"SvgAnimatedInteger":[],"SvgAnimatedLength":[],"SvgAnimatedLengthList":[],"SvgAnimatedNumber":[],"SvgAnimatedNumberList":[],"SvgAnimatedPreserveAspectRatio":[],"SvgAnimatedRect":[],"SvgAnimatedString":[],"SvgAnimatedTransformList":[],"SvgAnimationElement":["Element","EventTarget","Node","SvgElement"],"SvgBoundingBoxOptions":[],"SvgCircleElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgClipPathElement":["Element","EventTarget","Node","SvgElement"],"SvgComponentTransferFunctionElement":["Element","EventTarget","Node","SvgElement"],"SvgDefsElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgDescElement":["Element","EventTarget","Node","SvgElement"],"SvgElement":["Element","EventTarget","Node"],"SvgEllipseElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgFilterElement":["Element","EventTarget","Node","SvgElement"],"SvgForeignObjectElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgGeometryElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgGradientElement":["Element","EventTarget","Node","SvgElement"],"SvgGraphicsElement":["Element","EventTarget","Node","SvgElement"],"SvgImageElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgLength":[],"SvgLengthList":[],"SvgLineElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgLinearGradientElement":["Element","EventTarget","Node","SvgElement","SvgGradientElement"],"SvgMarkerElement":["Element","EventTarget","Node","SvgElement"],"SvgMaskElement":["Element","EventTarget","Node","SvgElement"],"SvgMatrix":[],"SvgMetadataElement":["Element","EventTarget","Node","SvgElement"],"SvgNumber":[],"SvgNumberList":[],"SvgPathElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgPathSeg":[],"SvgPathSegArcAbs":["SvgPathSeg"],"SvgPathSegArcRel":["SvgPathSeg"],"SvgPathSegClosePath":["SvgPathSeg"],"SvgPathSegCurvetoCubicAbs":["SvgPathSeg"],"SvgPathSegCurvetoCubicRel":["SvgPathSeg"],"SvgPathSegCurvetoCubicSmoothAbs":["SvgPathSeg"],"SvgPathSegCurvetoCubicSmoothRel":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticAbs":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticRel":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticSmoothAbs":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticSmoothRel":["SvgPathSeg"],"SvgPathSegLinetoAbs":["SvgPathSeg"],"SvgPathSegLinetoHorizontalAbs":["SvgPathSeg"],"SvgPathSegLinetoHorizontalRel":["SvgPathSeg"],"SvgPathSegLinetoRel":["SvgPathSeg"],"SvgPathSegLinetoVerticalAbs":["SvgPathSeg"],"SvgPathSegLinetoVerticalRel":["SvgPathSeg"],"SvgPathSegList":[],"SvgPathSegMovetoAbs":["SvgPathSeg"],"SvgPathSegMovetoRel":["SvgPathSeg"],"SvgPatternElement":["Element","EventTarget","Node","SvgElement"],"SvgPoint":[],"SvgPointList":[],"SvgPolygonElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgPolylineElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgPreserveAspectRatio":[],"SvgRadialGradientElement":["Element","EventTarget","Node","SvgElement","SvgGradientElement"],"SvgRect":[],"SvgRectElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgScriptElement":["Element","EventTarget","Node","SvgElement"],"SvgSetElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgStopElement":["Element","EventTarget","Node","SvgElement"],"SvgStringList":[],"SvgStyleElement":["Element","EventTarget","Node","SvgElement"],"SvgSwitchElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgSymbolElement":["Element","EventTarget","Node","SvgElement"],"SvgTextContentElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgTextElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement","SvgTextPositioningElement"],"SvgTextPathElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement"],"SvgTextPositioningElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement"],"SvgTitleElement":["Element","EventTarget","Node","SvgElement"],"SvgTransform":[],"SvgTransformList":[],"SvgUnitTypes":[],"SvgUseElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgViewElement":["Element","EventTarget","Node","SvgElement"],"SvgZoomAndPan":[],"SvgaElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgfeBlendElement":["Element","EventTarget","Node","SvgElement"],"SvgfeColorMatrixElement":["Element","EventTarget","Node","SvgElement"],"SvgfeComponentTransferElement":["Element","EventTarget","Node","SvgElement"],"SvgfeCompositeElement":["Element","EventTarget","Node","SvgElement"],"SvgfeConvolveMatrixElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDiffuseLightingElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDisplacementMapElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDistantLightElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDropShadowElement":["Element","EventTarget","Node","SvgElement"],"SvgfeFloodElement":["Element","EventTarget","Node","SvgElement"],"SvgfeFuncAElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeFuncBElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeFuncGElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeFuncRElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeGaussianBlurElement":["Element","EventTarget","Node","SvgElement"],"SvgfeImageElement":["Element","EventTarget","Node","SvgElement"],"SvgfeMergeElement":["Element","EventTarget","Node","SvgElement"],"SvgfeMergeNodeElement":["Element","EventTarget","Node","SvgElement"],"SvgfeMorphologyElement":["Element","EventTarget","Node","SvgElement"],"SvgfeOffsetElement":["Element","EventTarget","Node","SvgElement"],"SvgfePointLightElement":["Element","EventTarget","Node","SvgElement"],"SvgfeSpecularLightingElement":["Element","EventTarget","Node","SvgElement"],"SvgfeSpotLightElement":["Element","EventTarget","Node","SvgElement"],"SvgfeTileElement":["Element","EventTarget","Node","SvgElement"],"SvgfeTurbulenceElement":["Element","EventTarget","Node","SvgElement"],"SvggElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgmPathElement":["Element","EventTarget","Node","SvgElement"],"SvgsvgElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgtSpanElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement","SvgTextPositioningElement"],"TaskController":["AbortController"],"TaskControllerInit":[],"TaskPriority":[],"TaskPriorityChangeEvent":["Event"],"TaskPriorityChangeEventInit":[],"TaskSignal":["AbortSignal","EventTarget"],"TaskSignalAnyInit":[],"TcpReadyState":[],"TcpServerSocket":["EventTarget"],"TcpServerSocketEvent":["Event"],"TcpServerSocketEventInit":[],"TcpSocket":["EventTarget"],"TcpSocketBinaryType":[],"TcpSocketErrorEvent":["Event"],"TcpSocketErrorEventInit":[],"TcpSocketEvent":["Event"],"TcpSocketEventInit":[],"Text":["CharacterData","EventTarget","Node"],"TextDecodeOptions":[],"TextDecoder":[],"TextDecoderOptions":[],"TextEncoder":[],"TextMetrics":[],"TextTrack":["EventTarget"],"TextTrackCue":["EventTarget"],"TextTrackCueList":[],"TextTrackKind":[],"TextTrackList":["EventTarget"],"TextTrackMode":[],"TimeEvent":["Event"],"TimeRanges":[],"ToggleEvent":["Event"],"ToggleEventInit":[],"TokenBinding":[],"TokenBindingStatus":[],"Touch":[],"TouchEvent":["Event","UiEvent"],"TouchEventInit":[],"TouchInit":[],"TouchList":[],"TrackEvent":["Event"],"TrackEventInit":[],"TransformStream":[],"TransformStreamDefaultController":[],"Transformer":[],"TransitionEvent":["Event"],"TransitionEventInit":[],"Transport":[],"TreeBoxObject":[],"TreeCellInfo":[],"TreeView":[],"TreeWalker":[],"U2f":[],"U2fClientData":[],"ULongRange":[],"UaDataValues":[],"UaLowEntropyJson":[],"UdpMessageEventInit":[],"UdpOptions":[],"UiEvent":["Event"],"UiEventInit":[],"UnderlyingSink":[],"UnderlyingSource":[],"Url":[],"UrlSearchParams":[],"Usb":["EventTarget"],"UsbAlternateInterface":[],"UsbConfiguration":[],"UsbConnectionEvent":["Event"],"UsbConnectionEventInit":[],"UsbControlTransferParameters":[],"UsbDevice":[],"UsbDeviceFilter":[],"UsbDeviceRequestOptions":[],"UsbDirection":[],"UsbEndpoint":[],"UsbEndpointType":[],"UsbInTransferResult":[],"UsbInterface":[],"UsbIsochronousInTransferPacket":[],"UsbIsochronousInTransferResult":[],"UsbIsochronousOutTransferPacket":[],"UsbIsochronousOutTransferResult":[],"UsbOutTransferResult":[],"UsbPermissionDescriptor":[],"UsbPermissionResult":["EventTarget","PermissionStatus"],"UsbPermissionStorage":[],"UsbRecipient":[],"UsbRequestType":[],"UsbTransferStatus":[],"UserActivation":[],"UserProximityEvent":["Event"],"UserProximityEventInit":[],"UserVerificationRequirement":[],"ValidityState":[],"ValueEvent":["Event"],"ValueEventInit":[],"VideoColorPrimaries":[],"VideoColorSpace":[],"VideoColorSpaceInit":[],"VideoConfiguration":[],"VideoDecoder":[],"VideoDecoderConfig":[],"VideoDecoderInit":[],"VideoDecoderSupport":[],"VideoEncoder":[],"VideoEncoderConfig":[],"VideoEncoderEncodeOptions":[],"VideoEncoderInit":[],"VideoEncoderSupport":[],"VideoFacingModeEnum":[],"VideoFrame":[],"VideoFrameBufferInit":[],"VideoFrameCopyToOptions":[],"VideoFrameInit":[],"VideoMatrixCoefficients":[],"VideoPixelFormat":[],"VideoPlaybackQuality":[],"VideoStreamTrack":["EventTarget","MediaStreamTrack"],"VideoTrack":[],"VideoTrackList":["EventTarget"],"VideoTransferCharacteristics":[],"ViewTransition":[],"VisibilityState":[],"VisualViewport":["EventTarget"],"VoidCallback":[],"VrDisplay":["EventTarget"],"VrDisplayCapabilities":[],"VrEye":[],"VrEyeParameters":[],"VrFieldOfView":[],"VrFrameData":[],"VrLayer":[],"VrMockController":[],"VrMockDisplay":[],"VrPose":[],"VrServiceTest":[],"VrStageParameters":[],"VrSubmitFrameResult":[],"VttCue":["EventTarget","TextTrackCue"],"VttRegion":[],"WakeLock":[],"WakeLockSentinel":["EventTarget"],"WakeLockType":[],"WatchAdvertisementsOptions":[],"WaveShaperNode":["AudioNode","EventTarget"],"WaveShaperOptions":[],"WebGl2RenderingContext":[],"WebGlActiveInfo":[],"WebGlBuffer":[],"WebGlContextAttributes":[],"WebGlContextEvent":["Event"],"WebGlContextEventInit":[],"WebGlFramebuffer":[],"WebGlPowerPreference":[],"WebGlProgram":[],"WebGlQuery":[],"WebGlRenderbuffer":[],"WebGlRenderingContext":[],"WebGlSampler":[],"WebGlShader":[],"WebGlShaderPrecisionFormat":[],"WebGlSync":[],"WebGlTexture":[],"WebGlTransformFeedback":[],"WebGlUniformLocation":[],"WebGlVertexArrayObject":[],"WebKitCssMatrix":["DomMatrix","DomMatrixReadOnly"],"WebSocket":["EventTarget"],"WebSocketDict":[],"WebSocketElement":[],"WebTransport":[],"WebTransportBidirectionalStream":[],"WebTransportCloseInfo":[],"WebTransportCongestionControl":[],"WebTransportDatagramDuplexStream":[],"WebTransportDatagramStats":[],"WebTransportError":["DomException"],"WebTransportErrorOptions":[],"WebTransportErrorSource":[],"WebTransportHash":[],"WebTransportOptions":[],"WebTransportReceiveStream":["ReadableStream"],"WebTransportReceiveStreamStats":[],"WebTransportReliabilityMode":[],"WebTransportSendStream":["WritableStream"],"WebTransportSendStreamOptions":[],"WebTransportSendStreamStats":[],"WebTransportStats":[],"WebglColorBufferFloat":[],"WebglCompressedTextureAstc":[],"WebglCompressedTextureAtc":[],"WebglCompressedTextureEtc":[],"WebglCompressedTextureEtc1":[],"WebglCompressedTexturePvrtc":[],"WebglCompressedTextureS3tc":[],"WebglCompressedTextureS3tcSrgb":[],"WebglDebugRendererInfo":[],"WebglDebugShaders":[],"WebglDepthTexture":[],"WebglDrawBuffers":[],"WebglLoseContext":[],"WebglMultiDraw":[],"WellKnownDirectory":[],"WgslLanguageFeatures":[],"WheelEvent":["Event","MouseEvent","UiEvent"],"WheelEventInit":[],"WidevineCdmManifest":[],"Window":["EventTarget"],"WindowClient":["Client"],"Worker":["EventTarget"],"WorkerDebuggerGlobalScope":["EventTarget"],"WorkerGlobalScope":["EventTarget"],"WorkerLocation":[],"WorkerNavigator":[],"WorkerOptions":[],"WorkerType":[],"Worklet":[],"WorkletGlobalScope":[],"WorkletOptions":[],"WritableStream":[],"WritableStreamDefaultController":[],"WritableStreamDefaultWriter":[],"WriteCommandType":[],"WriteParams":[],"XPathExpression":[],"XPathNsResolver":[],"XPathResult":[],"XmlDocument":["Document","EventTarget","Node"],"XmlHttpRequest":["EventTarget","XmlHttpRequestEventTarget"],"XmlHttpRequestEventTarget":["EventTarget"],"XmlHttpRequestResponseType":[],"XmlHttpRequestUpload":["EventTarget","XmlHttpRequestEventTarget"],"XmlSerializer":[],"XrBoundedReferenceSpace":["EventTarget","XrReferenceSpace","XrSpace"],"XrEye":[],"XrFrame":[],"XrHand":[],"XrHandJoint":[],"XrHandedness":[],"XrInputSource":[],"XrInputSourceArray":[],"XrInputSourceEvent":["Event"],"XrInputSourceEventInit":[],"XrInputSourcesChangeEvent":["Event"],"XrInputSourcesChangeEventInit":[],"XrJointPose":["XrPose"],"XrJointSpace":["EventTarget","XrSpace"],"XrLayer":["EventTarget"],"XrPermissionDescriptor":[],"XrPermissionStatus":["EventTarget","PermissionStatus"],"XrPose":[],"XrReferenceSpace":["EventTarget","XrSpace"],"XrReferenceSpaceEvent":["Event"],"XrReferenceSpaceEventInit":[],"XrReferenceSpaceType":[],"XrRenderState":[],"XrRenderStateInit":[],"XrRigidTransform":[],"XrSession":["EventTarget"],"XrSessionEvent":["Event"],"XrSessionEventInit":[],"XrSessionInit":[],"XrSessionMode":[],"XrSessionSupportedPermissionDescriptor":[],"XrSpace":["EventTarget"],"XrSystem":["EventTarget"],"XrTargetRayMode":[],"XrView":[],"XrViewerPose":["XrPose"],"XrViewport":[],"XrVisibilityState":[],"XrWebGlLayer":["EventTarget","XrLayer"],"XrWebGlLayerInit":[],"XsltProcessor":[],"console":[],"css":[],"gpu_buffer_usage":[],"gpu_color_write":[],"gpu_map_mode":[],"gpu_shader_stage":[],"gpu_texture_usage":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.70/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys","homepage":"https://rustwasm.github.io/wasm-bindgen/web-sys/index.html","documentation":"https://rustwasm.github.io/wasm-bindgen/api/web_sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg=web_sys_unstable_apis"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"cfg-expr","version":"0.15.8","authors":["Embark ","Jake Shadle "],"id":"registry+https://github.com/rust-lang/crates.io-index#cfg-expr@0.15.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A parser and evaluator for Rust `cfg()` expressions.","dependencies":[{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"target-lexicon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.11","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"similar-asserts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cfg_expr","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"eval","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/examples/eval.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"eval","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/tests/eval.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lexer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/tests/lexer.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"parser","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/tests/parser.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"target-lexicon":["dep:target-lexicon"],"targets":["target-lexicon"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/Cargo.toml","categories":["parser-implementations"],"keywords":["cargo","rustc","cfg"],"readme":"README.md","repository":"https://github.com/EmbarkStudios/cfg-expr","homepage":"https://github.com/EmbarkStudios/cfg-expr","documentation":"https://docs.rs/cfg-expr","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"cfg-expr","version":"0.17.0","authors":["Embark ","Jake Shadle "],"id":"registry+https://github.com/rust-lang/crates.io-index#cfg-expr@0.17.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A parser and evaluator for Rust `cfg()` expressions.","dependencies":[{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"target-lexicon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.12.16","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"similar-asserts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cfg_expr","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"eval","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/examples/eval.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"eval","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/tests/eval.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lexer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/tests/lexer.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"parser","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/tests/parser.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"target-lexicon":["dep:target-lexicon"],"targets":["target-lexicon"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/Cargo.toml","categories":["parser-implementations"],"keywords":["cargo","rustc","cfg"],"readme":"README.md","repository":"https://github.com/EmbarkStudios/cfg-expr","homepage":"https://github.com/EmbarkStudios/cfg-expr","documentation":"https://docs.rs/cfg-expr","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"downcast-rs","version":"1.2.1","authors":["Ashish Myles ","Runji Wang "],"id":"registry+https://github.com/rust-lang/crates.io-index#downcast-rs@1.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Trait object downcasting support using only safe Rust. It supports type\nparameters, associated types, and type constraints.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"downcast_rs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-rs-1.2.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"import_via_macro_use","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-rs-1.2.1/tests/import_via_macro_use.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"use_via_namespace","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-rs-1.2.1/tests/use_via_namespace.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-rs-1.2.1/Cargo.toml","categories":[],"keywords":["downcast","any","trait","associated","no_std"],"readme":"README.md","repository":"https://github.com/marcianx/downcast-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"block-buffer","version":"0.10.4","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Buffer type for block processing of data","dependencies":[{"name":"generic-array","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"block_buffer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"mod","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/tests/mod.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/Cargo.toml","categories":["cryptography","no-std"],"keywords":["block","buffer"],"readme":"README.md","repository":"https://github.com/RustCrypto/utils","homepage":null,"documentation":"https://docs.rs/block-buffer","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"cpufeatures","version":"0.2.14","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, \nwith no_std support and support for mobile targets including Android and iOS\n","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.155","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-linux-android","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.155","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.155","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.155","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cpufeatures","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.14/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"aarch64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.14/tests/aarch64.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"loongarch64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.14/tests/loongarch64.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"x86","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.14/tests/x86.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.14/Cargo.toml","categories":["hardware-support","no-std"],"keywords":["cpuid","target-feature"],"readme":"README.md","repository":"https://github.com/RustCrypto/utils","homepage":null,"documentation":"https://docs.rs/cpufeatures","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"crypto-common","version":"0.1.6","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common cryptographic traits","dependencies":[{"name":"generic-array","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.4","kind":"normal","optional":false,"uses_default_features":true,"features":["more_lengths"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"typenum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crypto_common","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"getrandom":["rand_core/getrandom"],"rand_core":["dep:rand_core"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/Cargo.toml","categories":["cryptography","no-std"],"keywords":["crypto","traits"],"readme":"README.md","repository":"https://github.com/RustCrypto/traits","homepage":null,"documentation":"https://docs.rs/crypto-common","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"digest","version":"0.10.7","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Traits for cryptographic hash functions and message authentication codes","dependencies":[{"name":"blobby","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"block-buffer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"const-oid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crypto-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"subtle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"digest","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"blobby":["dep:blobby"],"block-buffer":["dep:block-buffer"],"const-oid":["dep:const-oid"],"core-api":["block-buffer"],"default":["core-api"],"dev":["blobby"],"mac":["subtle"],"oid":["const-oid"],"rand_core":["crypto-common/rand_core"],"std":["alloc","crypto-common/std"],"subtle":["dep:subtle"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/Cargo.toml","categories":["cryptography","no-std"],"keywords":["digest","crypto","hash"],"readme":"README.md","repository":"https://github.com/RustCrypto/traits","homepage":null,"documentation":"https://docs.rs/digest","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"sha1","version":"0.10.6","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#sha1@0.10.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"SHA-1 hash function","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"digest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"digest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.7","kind":"dev","optional":false,"uses_default_features":true,"features":["dev"],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex-literal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cpufeatures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))","rename":null,"registry":null,"path":null},{"name":"sha1-asm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"sha1","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"mod","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/tests/mod.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mod","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/benches/mod.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"asm":["sha1-asm"],"compress":[],"default":["std"],"force-soft":[],"loongarch64_asm":[],"oid":["digest/oid"],"sha1-asm":["dep:sha1-asm"],"std":["digest/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/Cargo.toml","categories":["cryptography","no-std"],"keywords":["crypto","sha1","hash","digest"],"readme":"README.md","repository":"https://github.com/RustCrypto/hashes","homepage":null,"documentation":"https://docs.rs/sha1","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nCopyright (c) 2015-2022 Amod Malviya\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"webbrowser","version":"1.0.2","authors":["Amod Malviya @amodm"],"id":"registry+https://github.com/rust-lang/crates.io-index#webbrowser@1.0.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Open URLs in web browsers available on a platform","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"url","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"actix-files","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"actix-web","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serial_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"urlencoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"home","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"aix\", target_os = \"linux\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"haiku\", target_os = \"illumos\"))","rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"ios\", target_os = \"tvos\", target_os = \"visionos\"))","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"ios\", target_os = \"tvos\", target_os = \"visionos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSDictionary","NSString","NSURL"],"target":"cfg(any(target_os = \"ios\", target_os = \"tvos\", target_os = \"visionos\"))","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":["Window"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"jni","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"ndk-context","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"ndk-glue","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.3, <=0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"webbrowser","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"common","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.2/tests/common.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_android","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.2/tests/test_android.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_ios","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.2/tests/test_ios.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_macos","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.2/tests/test_macos.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_unix","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.2/tests/test_unix.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.2/tests/test_wasm.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_windows","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.2/tests/test_windows.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"disable-wsl":[],"hardened":[],"wasm-console":["web-sys/console"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.2/Cargo.toml","categories":[],"keywords":["webbrowser","browser"],"readme":"README.md","repository":"https://github.com/amodm/webbrowser-rs","homepage":"https://github.com/amodm/webbrowser-rs","documentation":"https://docs.rs/webbrowser","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n https://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"rand","version":"0.8.5","authors":["The Rand Project Developers","The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Random number generators and other randomness functionality.\n","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"packed_simd_2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"normal","optional":true,"uses_default_features":true,"features":["into_bits"],"target":null,"rename":"packed_simd","registry":null,"path":null},{"name":"rand_chacha","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_pcg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.22","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rand","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":["rand_core/alloc"],"default":["std","std_rng"],"getrandom":["rand_core/getrandom"],"libc":["dep:libc"],"log":["dep:log"],"min_const_gen":[],"nightly":[],"packed_simd":["dep:packed_simd"],"rand_chacha":["dep:rand_chacha"],"serde":["dep:serde"],"serde1":["serde","rand_core/serde1"],"simd_support":["packed_simd"],"small_rng":[],"std":["rand_core/std","rand_chacha/std","alloc","getrandom","libc"],"std_rng":["rand_chacha"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/Cargo.toml","categories":["algorithms","no-std"],"keywords":["random","rng"],"readme":"README.md","repository":"https://github.com/rust-random/rand","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"]}},"playground":{"features":["small_rng","serde1"]}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n https://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"getrandom","version":"0.2.15","authors":["The Rand Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A small cross-platform library for retrieving random data from system source","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.62","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"wasi\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.154","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"getrandom","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"custom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/tests/custom.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"normal","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/tests/normal.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"rdrand","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/tests/rdrand.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"buffer","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/benches/buffer.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"custom":[],"js":["wasm-bindgen","js-sys"],"js-sys":["dep:js-sys"],"linux_disable_fallback":[],"rdrand":[],"rustc-dep-of-std":["compiler_builtins","core","libc/rustc-dep-of-std","wasi/rustc-dep-of-std"],"std":[],"test-in-browser":[],"wasm-bindgen":["dep:wasm-bindgen"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/Cargo.toml","categories":["os","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-random/getrandom","homepage":null,"documentation":"https://docs.rs/getrandom","edition":"2018","metadata":{"cross":{"target":{"x86_64-unknown-netbsd":{"pre-build":["mkdir -p /tmp/netbsd","curl https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O","tar -C /tmp/netbsd -xJf base.tar.xz","cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib","rm base.tar.xz","rm -rf /tmp/netbsd"]}}},"docs":{"rs":{"features":["std","custom"],"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"rand_chacha","version":"0.3.1","authors":["The Rand Project Developers","The Rust Project Developers","The CryptoCorrosion Contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"ChaCha random number generator\n","dependencies":[{"name":"ppv-lite86","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":false,"uses_default_features":false,"features":["simd"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rand_chacha","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"serde":["dep:serde"],"serde1":["serde"],"simd":[],"std":["ppv-lite86/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/Cargo.toml","categories":["algorithms","no-std"],"keywords":["random","rng","chacha"],"readme":"README.md","repository":"https://github.com/rust-random/rand","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand_chacha","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\n Version 2.0, January 2004\n https://www.apache.org/licenses/LICENSE-2.0\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"adler2","version":"2.0.0","authors":["Jonas Schievink ","oyvindln "],"id":"registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple clean-room implementation of the Adler-32 checksum","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"0BSD OR MIT OR Apache-2.0","license_file":null,"targets":[{"name":"adler2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler2-2.0.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler2-2.0.0/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std"],"rustc-dep-of-std":["core","compiler_builtins"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler2-2.0.0/Cargo.toml","categories":["algorithms"],"keywords":["checksum","integrity","hash","adler32","zlib"],"readme":"README.md","repository":"https://github.com/oyvindln/adler2","homepage":null,"documentation":"https://docs.rs/adler2/","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg=docsrs"]}},"release":{"no-dev-version":true,"pre-release-commit-message":"Release {{version}}","pre-release-replacements":[{"file":"CHANGELOG.md","replace":"## Unreleased\n\nNo changes.\n\n## [{{version}} - {{date}}](https://github.com/jonas-schievink/adler/releases/tag/v{{version}})\n","search":"## Unreleased\n"},{"file":"README.md","replace":"adler = \"{{version}}\"","search":"adler = \"[a-z0-9\\\\.-]+\""},{"file":"src/lib.rs","replace":"https://docs.rs/adler/{{version}}","search":"https://docs.rs/adler/[a-z0-9\\.-]+"}],"tag-message":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"adler","version":"1.0.2","authors":["Jonas Schievink "],"id":"registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple clean-room implementation of the Adler-32 checksum","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"0BSD OR MIT OR Apache-2.0","license_file":null,"targets":[{"name":"adler","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/benches/bench.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std"],"rustc-dep-of-std":["core","compiler_builtins"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/Cargo.toml","categories":["algorithms"],"keywords":["checksum","integrity","hash","adler32","zlib"],"readme":"README.md","repository":"https://github.com/jonas-schievink/adler.git","homepage":null,"documentation":"https://docs.rs/adler/","edition":"2015","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg=docsrs"]}},"release":{"no-dev-version":true,"pre-release-commit-message":"Release {{version}}","pre-release-replacements":[{"file":"CHANGELOG.md","replace":"## Unreleased\n\nNo changes.\n\n## [{{version}} - {{date}}](https://github.com/jonas-schievink/adler/releases/tag/v{{version}})\n","search":"## Unreleased\n"},{"file":"README.md","replace":"adler = \"{{version}}\"","search":"adler = \"[a-z0-9\\\\.-]+\""},{"file":"src/lib.rs","replace":"https://docs.rs/adler/{{version}}","search":"https://docs.rs/adler/[a-z0-9\\.-]+"}],"tag-message":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"home","version":"0.5.9","authors":["Brian Anderson "],"id":"registry+https://github.com/rust-lang/crates.io-index#home@0.5.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Shared definitions of home directories.","dependencies":[{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_UI_Shell","Win32_System_Com"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"home","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/cargo","homepage":null,"documentation":"https://docs.rs/home","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"proc-macro-crate","version":"1.3.1","authors":["Bastian Köcher "],"id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@1.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Replacement for crate (macro_rules keyword) in proc-macros\n","dependencies":[{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_edit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.33","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"proc_macro_crate","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/Cargo.toml","categories":["development-tools::procedural-macro-helpers"],"keywords":["macro-rules","crate","macro","proc-macro"],"readme":"./README.md","repository":"https://github.com/bkchr/proc-macro-crate","homepage":null,"documentation":"https://docs.rs/proc-macro-crate","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"proc-macro-crate","version":"3.2.0","authors":["Bastian Köcher "],"id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@3.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Replacement for crate (macro_rules keyword) in proc-macros\n","dependencies":[{"name":"toml_edit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.86","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.76","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"proc_macro_crate","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.2.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"workspace_deps","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.2.0/tests/workspace_deps.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.2.0/Cargo.toml","categories":["development-tools::procedural-macro-helpers"],"keywords":["macro-rules","crate","macro","proc-macro"],"readme":"README.md","repository":"https://github.com/bkchr/proc-macro-crate","homepage":null,"documentation":"https://docs.rs/proc-macro-crate","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.67.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":" Apache License\r\n Version 2.0, January 2004\r\n http://www.apache.org/licenses/\r\n\r\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\r\n\r\n1. Definitions.\r\n\r\n \"License\" shall mean the terms and conditions for use, reproduction,\r\n and distribution as defined by Sections 1 through 9 of this document.\r\n\r\n \"Licensor\" shall mean the copyright owner or entity authorized by\r\n the copyright owner that is granting the License.\r\n\r\n \"Legal Entity\" shall mean the union of the acting entity and all\r\n other entities that control, are controlled by, or are under common\r\n control with that entity. For the purposes of this definition,\r\n \"control\" means (i) the power, direct or indirect, to cause the\r\n direction or management of such entity, whether by contract or\r\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\r\n outstanding shares, or (iii) beneficial ownership of such entity.\r\n\r\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\r\n exercising permissions granted by this License.\r\n\r\n \"Source\" form shall mean the preferred form for making modifications,\r\n including but not limited to software source code, documentation\r\n source, and configuration files.\r\n\r\n \"Object\" form shall mean any form resulting from mechanical\r\n transformation or translation of a Source form, including but\r\n not limited to compiled object code, generated documentation,\r\n and conversions to other media types.\r\n\r\n \"Work\" shall mean the work of authorship, whether in Source or\r\n Object form, made available under the License, as indicated by a\r\n copyright notice that is included in or attached to the work\r\n (an example is provided in the Appendix below).\r\n\r\n \"Derivative Works\" shall mean any work, whether in Source or Object\r\n form, that is based on (or derived from) the Work and for which the\r\n editorial revisions, annotations, elaborations, or other modifications\r\n represent, as a whole, an original work of authorship. For the purposes\r\n of this License, Derivative Works shall not include works that remain\r\n separable from, or merely link (or bind by name) to the interfaces of,\r\n the Work and Derivative Works thereof.\r\n\r\n \"Contribution\" shall mean any work of authorship, including\r\n the original version of the Work and any modifications or additions\r\n to that Work or Derivative Works thereof, that is intentionally\r\n submitted to Licensor for inclusion in the Work by the copyright owner\r\n or by an individual or Legal Entity authorized to submit on behalf of\r\n the copyright owner. For the purposes of this definition, \"submitted\"\r\n means any form of electronic, verbal, or written communication sent\r\n to the Licensor or its representatives, including but not limited to\r\n communication on electronic mailing lists, source code control systems,\r\n and issue tracking systems that are managed by, or on behalf of, the\r\n Licensor for the purpose of discussing and improving the Work, but\r\n excluding communication that is conspicuously marked or otherwise\r\n designated in writing by the copyright owner as \"Not a Contribution.\"\r\n\r\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\r\n on behalf of whom a Contribution has been received by Licensor and\r\n subsequently incorporated within the Work.\r\n\r\n2. Grant of Copyright License. Subject to the terms and conditions of\r\n this License, each Contributor hereby grants to You a perpetual,\r\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r\n copyright license to reproduce, prepare Derivative Works of,\r\n publicly display, publicly perform, sublicense, and distribute the\r\n Work and such Derivative Works in Source or Object form.\r\n\r\n3. Grant of Patent License. Subject to the terms and conditions of\r\n this License, each Contributor hereby grants to You a perpetual,\r\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r\n (except as stated in this section) patent license to make, have made,\r\n use, offer to sell, sell, import, and otherwise transfer the Work,\r\n where such license applies only to those patent claims licensable\r\n by such Contributor that are necessarily infringed by their\r\n Contribution(s) alone or by combination of their Contribution(s)\r\n with the Work to which such Contribution(s) was submitted. If You\r\n institute patent litigation against any entity (including a\r\n cross-claim or counterclaim in a lawsuit) alleging that the Work\r\n or a Contribution incorporated within the Work constitutes direct\r\n or contributory patent infringement, then any patent licenses\r\n granted to You under this License for that Work shall terminate\r\n as of the date such litigation is filed.\r\n\r\n4. Redistribution. You may reproduce and distribute copies of the\r\n Work or Derivative Works thereof in any medium, with or without\r\n modifications, and in Source or Object form, provided that You\r\n meet the following conditions:\r\n\r\n (a) You must give any other recipients of the Work or\r\n Derivative Works a copy of this License; and\r\n\r\n (b) You must cause any modified files to carry prominent notices\r\n stating that You changed the files; and\r\n\r\n (c) You must retain, in the Source form of any Derivative Works\r\n that You distribute, all copyright, patent, trademark, and\r\n attribution notices from the Source form of the Work,\r\n excluding those notices that do not pertain to any part of\r\n the Derivative Works; and\r\n\r\n (d) If the Work includes a \"NOTICE\" text file as part of its\r\n distribution, then any Derivative Works that You distribute must\r\n include a readable copy of the attribution notices contained\r\n within such NOTICE file, excluding those notices that do not\r\n pertain to any part of the Derivative Works, in at least one\r\n of the following places: within a NOTICE text file distributed\r\n as part of the Derivative Works; within the Source form or\r\n documentation, if provided along with the Derivative Works; or,\r\n within a display generated by the Derivative Works, if and\r\n wherever such third-party notices normally appear. The contents\r\n of the NOTICE file are for informational purposes only and\r\n do not modify the License. You may add Your own attribution\r\n notices within Derivative Works that You distribute, alongside\r\n or as an addendum to the NOTICE text from the Work, provided\r\n that such additional attribution notices cannot be construed\r\n as modifying the License.\r\n\r\n You may add Your own copyright statement to Your modifications and\r\n may provide additional or different license terms and conditions\r\n for use, reproduction, or distribution of Your modifications, or\r\n for any such Derivative Works as a whole, provided Your use,\r\n reproduction, and distribution of the Work otherwise complies with\r\n the conditions stated in this License.\r\n\r\n5. Submission of Contributions. Unless You explicitly state otherwise,\r\n any Contribution intentionally submitted for inclusion in the Work\r\n by You to the Licensor shall be under the terms and conditions of\r\n this License, without any additional terms or conditions.\r\n Notwithstanding the above, nothing herein shall supersede or modify\r\n the terms of any separate license agreement you may have executed\r\n with Licensor regarding such Contributions.\r\n\r\n6. Trademarks. This License does not grant permission to use the trade\r\n names, trademarks, service marks, or product names of the Licensor,\r\n except as required for reasonable and customary use in describing the\r\n origin of the Work and reproducing the content of the NOTICE file.\r\n\r\n7. Disclaimer of Warranty. Unless required by applicable law or\r\n agreed to in writing, Licensor provides the Work (and each\r\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\r\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\r\n implied, including, without limitation, any warranties or conditions\r\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\r\n PARTICULAR PURPOSE. You are solely responsible for determining the\r\n appropriateness of using or redistributing the Work and assume any\r\n risks associated with Your exercise of permissions under this License.\r\n\r\n8. Limitation of Liability. In no event and under no legal theory,\r\n whether in tort (including negligence), contract, or otherwise,\r\n unless required by applicable law (such as deliberate and grossly\r\n negligent acts) or agreed to in writing, shall any Contributor be\r\n liable to You for damages, including any direct, indirect, special,\r\n incidental, or consequential damages of any character arising as a\r\n result of this License or out of the use or inability to use the\r\n Work (including but not limited to damages for loss of goodwill,\r\n work stoppage, computer failure or malfunction, or any and all\r\n other commercial damages or losses), even if such Contributor\r\n has been advised of the possibility of such damages.\r\n\r\n9. Accepting Warranty or Additional Liability. While redistributing\r\n the Work or Derivative Works thereof, You may choose to offer,\r\n and charge a fee for, acceptance of support, warranty, indemnity,\r\n or other liability obligations and/or rights consistent with this\r\n License. However, in accepting such obligations, You may act only\r\n on Your own behalf and on Your sole responsibility, not on behalf\r\n of any other Contributor, and only if You agree to indemnify,\r\n defend, and hold each Contributor harmless for any liability\r\n incurred by, or claims asserted against, such Contributor by reason\r\n of your accepting any such warranty or additional liability.\r\n\r\nEND OF TERMS AND CONDITIONS\r\n\r\nAPPENDIX: How to apply the Apache License to your work.\r\n\r\n To apply the Apache License to your work, attach the following\r\n boilerplate notice, with the fields enclosed by brackets \"[]\"\r\n replaced with your own identifying information. (Don't include\r\n the brackets!) The text should be enclosed in the appropriate\r\n comment syntax for the file format. We also recommend that a\r\n file or class name and description of purpose be included on the\r\n same \"printed page\" as the copyright notice for easier\r\n identification within third-party archives.\r\n\r\nCopyright [yyyy] [name of copyright owner]\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n\thttp://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"polling","version":"2.8.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#polling@2.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Portable interface to epoll, kqueue, event ports, and IOCP","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.77","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))","rename":null,"registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Networking_WinSock","Win32_Storage_FileSystem","Win32_System_IO","Win32_System_LibraryLoader","Win32_System_Threading","Win32_System_WindowsProgramming"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"polling","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"two-listeners","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/examples/two-listeners.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"wait-signal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/examples/wait-signal.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"concurrent_modification","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/concurrent_modification.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"io","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/io.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"many_connections","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/many_connections.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/notify.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"other_modes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/other_modes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"precision","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/precision.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"timeout","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/timeout.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"windows_post","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/windows_post.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/Cargo.toml","categories":["asynchronous","network-programming","os"],"keywords":["mio","epoll","kqueue","iocp"],"readme":"README.md","repository":"https://github.com/smol-rs/polling","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.47.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"// Licensed under the Apache License, Version 2.0\n// or the MIT license\n// , at your option.\n// All files in the project carrying such notice may not be copied, modified, or distributed\n// except according to those terms.\n","source_path":"src/shared/intsafe.rs","used_by":[{"crate":{"name":"winapi","version":"0.3.9","authors":["Peter Atashian "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Raw FFI bindings for all of Windows API.","dependencies":[{"name":"winapi-i686-pc-windows-gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-gnu","rename":null,"registry":null,"path":null},{"name":"winapi-x86_64-pc-windows-gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnu","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"winapi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"accctrl":[],"aclapi":[],"activation":[],"adhoc":[],"appmgmt":[],"audioclient":[],"audiosessiontypes":[],"avrt":[],"basetsd":[],"bcrypt":[],"bits":[],"bits10_1":[],"bits1_5":[],"bits2_0":[],"bits2_5":[],"bits3_0":[],"bits4_0":[],"bits5_0":[],"bitscfg":[],"bitsmsg":[],"bluetoothapis":[],"bluetoothleapis":[],"bthdef":[],"bthioctl":[],"bthledef":[],"bthsdpdef":[],"bugcodes":[],"cderr":[],"cfg":[],"cfgmgr32":[],"cguid":[],"combaseapi":[],"coml2api":[],"commapi":[],"commctrl":[],"commdlg":[],"commoncontrols":[],"consoleapi":[],"corecrt":[],"corsym":[],"d2d1":[],"d2d1_1":[],"d2d1_2":[],"d2d1_3":[],"d2d1effectauthor":[],"d2d1effects":[],"d2d1effects_1":[],"d2d1effects_2":[],"d2d1svg":[],"d2dbasetypes":[],"d3d":[],"d3d10":[],"d3d10_1":[],"d3d10_1shader":[],"d3d10effect":[],"d3d10misc":[],"d3d10sdklayers":[],"d3d10shader":[],"d3d11":[],"d3d11_1":[],"d3d11_2":[],"d3d11_3":[],"d3d11_4":[],"d3d11on12":[],"d3d11sdklayers":[],"d3d11shader":[],"d3d11tokenizedprogramformat":[],"d3d12":[],"d3d12sdklayers":[],"d3d12shader":[],"d3d9":[],"d3d9caps":[],"d3d9types":[],"d3dcommon":[],"d3dcompiler":[],"d3dcsx":[],"d3dkmdt":[],"d3dkmthk":[],"d3dukmdt":[],"d3dx10core":[],"d3dx10math":[],"d3dx10mesh":[],"datetimeapi":[],"davclnt":[],"dbghelp":[],"dbt":[],"dcommon":[],"dcomp":[],"dcompanimation":[],"dcomptypes":[],"dde":[],"ddraw":[],"ddrawi":[],"ddrawint":[],"debug":["impl-debug"],"debugapi":[],"devguid":[],"devicetopology":[],"devpkey":[],"devpropdef":[],"dinput":[],"dinputd":[],"dispex":[],"dmksctl":[],"dmusicc":[],"docobj":[],"documenttarget":[],"dot1x":[],"dpa_dsa":[],"dpapi":[],"dsgetdc":[],"dsound":[],"dsrole":[],"dvp":[],"dwmapi":[],"dwrite":[],"dwrite_1":[],"dwrite_2":[],"dwrite_3":[],"dxdiag":[],"dxfile":[],"dxgi":[],"dxgi1_2":[],"dxgi1_3":[],"dxgi1_4":[],"dxgi1_5":[],"dxgi1_6":[],"dxgidebug":[],"dxgiformat":[],"dxgitype":[],"dxva2api":[],"dxvahd":[],"eaptypes":[],"enclaveapi":[],"endpointvolume":[],"errhandlingapi":[],"everything":[],"evntcons":[],"evntprov":[],"evntrace":[],"excpt":[],"exdisp":[],"fibersapi":[],"fileapi":[],"functiondiscoverykeys_devpkey":[],"gl-gl":[],"guiddef":[],"handleapi":[],"heapapi":[],"hidclass":[],"hidpi":[],"hidsdi":[],"hidusage":[],"highlevelmonitorconfigurationapi":[],"hstring":[],"http":[],"ifdef":[],"ifmib":[],"imm":[],"impl-debug":[],"impl-default":[],"in6addr":[],"inaddr":[],"inspectable":[],"interlockedapi":[],"intsafe":[],"ioapiset":[],"ipexport":[],"iphlpapi":[],"ipifcons":[],"ipmib":[],"iprtrmib":[],"iptypes":[],"jobapi":[],"jobapi2":[],"knownfolders":[],"ks":[],"ksmedia":[],"ktmtypes":[],"ktmw32":[],"l2cmn":[],"libloaderapi":[],"limits":[],"lmaccess":[],"lmalert":[],"lmapibuf":[],"lmat":[],"lmcons":[],"lmdfs":[],"lmerrlog":[],"lmjoin":[],"lmmsg":[],"lmremutl":[],"lmrepl":[],"lmserver":[],"lmshare":[],"lmstats":[],"lmsvc":[],"lmuse":[],"lmwksta":[],"lowlevelmonitorconfigurationapi":[],"lsalookup":[],"memoryapi":[],"minschannel":[],"minwinbase":[],"minwindef":[],"mmdeviceapi":[],"mmeapi":[],"mmreg":[],"mmsystem":[],"mprapidef":[],"msaatext":[],"mscat":[],"mschapp":[],"mssip":[],"mstcpip":[],"mswsock":[],"mswsockdef":[],"namedpipeapi":[],"namespaceapi":[],"nb30":[],"ncrypt":[],"netioapi":[],"nldef":[],"ntddndis":[],"ntddscsi":[],"ntddser":[],"ntdef":[],"ntlsa":[],"ntsecapi":[],"ntstatus":[],"oaidl":[],"objbase":[],"objidl":[],"objidlbase":[],"ocidl":[],"ole2":[],"oleauto":[],"olectl":[],"oleidl":[],"opmapi":[],"pdh":[],"perflib":[],"physicalmonitorenumerationapi":[],"playsoundapi":[],"portabledevice":[],"portabledeviceapi":[],"portabledevicetypes":[],"powerbase":[],"powersetting":[],"powrprof":[],"processenv":[],"processsnapshot":[],"processthreadsapi":[],"processtopologyapi":[],"profileapi":[],"propidl":[],"propkey":[],"propkeydef":[],"propsys":[],"prsht":[],"psapi":[],"qos":[],"realtimeapiset":[],"reason":[],"restartmanager":[],"restrictederrorinfo":[],"rmxfguid":[],"roapi":[],"robuffer":[],"roerrorapi":[],"rpc":[],"rpcdce":[],"rpcndr":[],"rtinfo":[],"sapi":[],"sapi51":[],"sapi53":[],"sapiddk":[],"sapiddk51":[],"schannel":[],"sddl":[],"securityappcontainer":[],"securitybaseapi":[],"servprov":[],"setupapi":[],"shellapi":[],"shellscalingapi":[],"shlobj":[],"shobjidl":[],"shobjidl_core":[],"shtypes":[],"softpub":[],"spapidef":[],"spellcheck":[],"sporder":[],"sql":[],"sqlext":[],"sqltypes":[],"sqlucode":[],"sspi":[],"std":[],"stralign":[],"stringapiset":[],"strmif":[],"subauth":[],"synchapi":[],"sysinfoapi":[],"systemtopologyapi":[],"taskschd":[],"tcpestats":[],"tcpmib":[],"textstor":[],"threadpoolapiset":[],"threadpoollegacyapiset":[],"timeapi":[],"timezoneapi":[],"tlhelp32":[],"transportsettingcommon":[],"tvout":[],"udpmib":[],"unknwnbase":[],"urlhist":[],"urlmon":[],"usb":[],"usbioctl":[],"usbiodef":[],"usbscan":[],"usbspec":[],"userenv":[],"usp10":[],"utilapiset":[],"uxtheme":[],"vadefs":[],"vcruntime":[],"vsbackup":[],"vss":[],"vsserror":[],"vswriter":[],"wbemads":[],"wbemcli":[],"wbemdisp":[],"wbemprov":[],"wbemtran":[],"wct":[],"werapi":[],"winbase":[],"wincodec":[],"wincodecsdk":[],"wincon":[],"wincontypes":[],"wincred":[],"wincrypt":[],"windef":[],"windot11":[],"windowsceip":[],"windowsx":[],"winefs":[],"winerror":[],"winevt":[],"wingdi":[],"winhttp":[],"wininet":[],"winineti":[],"winioctl":[],"winnetwk":[],"winnls":[],"winnt":[],"winreg":[],"winsafer":[],"winscard":[],"winsmcrd":[],"winsock2":[],"winspool":[],"winstring":[],"winsvc":[],"wintrust":[],"winusb":[],"winusbio":[],"winuser":[],"winver":[],"wlanapi":[],"wlanihv":[],"wlanihvtypes":[],"wlantypes":[],"wlclient":[],"wmistr":[],"wnnc":[],"wow64apiset":[],"wpdmtpextensions":[],"ws2bth":[],"ws2def":[],"ws2ipdef":[],"ws2spi":[],"ws2tcpip":[],"wtsapi32":[],"wtypes":[],"wtypesbase":[],"xinput":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml","categories":["external-ffi-bindings","no-std","os::windows-apis"],"keywords":["windows","ffi","win32","com","directx"],"readme":"README.md","repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":"https://docs.rs/winapi/","edition":"2015","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","features":["everything","impl-debug","impl-default"],"targets":["aarch64-pc-windows-msvc","i686-pc-windows-msvc","x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Apache License\n\nVersion 2.0, January 2004\n\nhttp://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n\"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.\n\n\"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.\n\n\"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.\n\n\"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License.\n\n\"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.\n\n\"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.\n\n\"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).\n\n\"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.\n\n\"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.\"\n\n\"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.\n\n2. 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.\n\n3. 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.\n\n4. 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:\n\nYou must give any other recipients of the Work or Derivative Works a copy of this License; and\nYou must cause any modified files to carry prominent notices stating that You changed the files; and\nYou 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\nIf 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. \n\nYou 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.\n5. 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.\n\n6. 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.\n\n7. 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.\n\n8. 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.\n\n9. 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.\n\nEND OF TERMS AND CONDITIONS\n\n\nCopyright 2017-2023 Maik Klein, Maja Kądziołka\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"enumflags2","version":"0.7.10","authors":["maik klein ","Maja Kądziołka "],"id":"registry+https://github.com/rust-lang/crates.io-index#enumflags2@0.7.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Enum-based bit flags","dependencies":[{"name":"enumflags2_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"enumflags2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumflags2-0.7.10/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumflags2-0.7.10/Cargo.toml","categories":[],"keywords":["enum","bitflag","flag","bitflags"],"readme":"README.md","repository":"https://github.com/meithecatte/enumflags2","homepage":null,"documentation":"https://docs.rs/enumflags2","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Apache License\n\nVersion 2.0, January 2004\n\nhttp://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n\"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.\n\n\"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.\n\n\"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.\n\n\"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License.\n\n\"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.\n\n\"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.\n\n\"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).\n\n\"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.\n\n\"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.\"\n\n\"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.\n\n2. 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.\n\n3. 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.\n\n4. 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:\n\nYou must give any other recipients of the Work or Derivative Works a copy of this License; and\nYou must cause any modified files to carry prominent notices stating that You changed the files; and\nYou 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\nIf 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. \n\nYou 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.\n5. 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.\n\n6. 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.\n\n7. 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.\n\n8. 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.\n\n9. 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.\n\nEND OF TERMS AND CONDITIONS\n\n\nCopyright [2017] [Maik Klein]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"enumflags2_derive","version":"0.7.10","authors":["maik klein ","Maja Kądziołka "],"id":"registry+https://github.com/rust-lang/crates.io-index#enumflags2_derive@0.7.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions.","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","printing","derive","proc-macro"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"enumflags2_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumflags2_derive-0.7.10/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumflags2_derive-0.7.10/Cargo.toml","categories":[],"keywords":["enum","bitflag","flag","bitflags"],"readme":null,"repository":"https://github.com/meithecatte/enumflags2","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright [yyyy] [name of copyright owner]\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE-APACHE2.txt","used_by":[{"crate":{"name":"atspi-common","version":"0.3.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#atspi-common@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Primitive types used for sending and receiving Linux accessibility events.","dependencies":[{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.12.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus_names","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rename-item","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_plain","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","rt-multi-thread"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-stream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":false,"features":["time"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.12.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atspi_common","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-common-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-std":["zbus/async-io"],"default":["async-std"],"tokio":["zbus/tokio"],"zbus":["dep:zbus"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-common-0.3.0/Cargo.toml","categories":["accessibility","api-bindings"],"keywords":["Macros","Accessibility"],"readme":"README.md","repository":"https://github.com/odilia-app/atspi","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.68.2"},"path":null},{"crate":{"name":"atspi-connection","version":"0.3.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#atspi-connection@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A method of connecting, querying, sending and receiving over AT-SPI.","dependencies":[{"name":"atspi-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-proxies","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.12.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atspi_connection","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-connection-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-std":["zbus/async-io","atspi-proxies/async-std","atspi-common/async-std"],"default":["async-std"],"tokio":["zbus/tokio","atspi-proxies/tokio","atspi-common/tokio"],"tracing":["dep:tracing"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-connection-0.3.0/Cargo.toml","categories":["accessibility","API bindings"],"keywords":["screen-reader","accessibility","a11y","linux"],"readme":"README.md","repository":"https://github.com/odilia-app/atspi/","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.68.2"},"path":null},{"crate":{"name":"atspi","version":"0.19.0","authors":["Michael Connor Buchan ","Tait Hoyem ","Alberto Tirla ","DataTriny ","Luuk van der Duim "],"id":"registry+https://github.com/rust-lang/crates.io-index#atspi@0.19.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Pure-Rust, zbus-based AT-SPI2 protocol implementation.","dependencies":[{"name":"atspi-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-connection","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-proxies","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atspi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-0.19.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-std":["proxies-async-std","connection-async-std"],"atspi-connection":["dep:atspi-connection"],"atspi-proxies":["dep:atspi-proxies"],"connection":[],"connection-async-std":["atspi-connection/async-std","connection"],"connection-tokio":["atspi-connection/tokio","connection"],"default":["async-std"],"proxies":[],"proxies-async-std":["atspi-proxies/async-std","proxies"],"proxies-tokio":["atspi-proxies/tokio","proxies"],"tokio":["proxies-tokio","connection-tokio"],"tracing":["atspi-connection/tracing"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-0.19.0/Cargo.toml","categories":["accessibility","api-bindings"],"keywords":["screen-reader","accessibility","a11y","tts","linux"],"readme":"README.md","repository":"https://github.com/odilia-app/atspi","homepage":"https://github.com/odilia-app/atspi","documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.68.2"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"{}\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright 2022 Kirill Chibisov\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"glutin","version":"0.32.1","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin@0.32.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross-platform OpenGL context provider.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg_aliases","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glutin_egl_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"glutin_glx_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"wayland-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"normal","optional":true,"uses_default_features":false,"features":["egl","client","dlopen"],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"x11-dl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.20.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"cgl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"dispatch","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-app-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSApplication","NSResponder","NSView","NSWindow","NSOpenGL","NSOpenGLView"],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["dispatch","NSArray","NSThread"],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"glutin_egl_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"glutin_egl_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"glutin_wgl_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":true,"uses_default_features":true,"features":["Win32_Foundation","Win32_Graphics_Gdi","Win32_Graphics_OpenGL","Win32_System_LibraryLoader","Win32_UI_WindowsAndMessaging"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"glutin","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-0.32.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-0.32.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["egl","glx","x11","wayland","wgl"],"egl":["glutin_egl_sys","libloading"],"glutin_egl_sys":["dep:glutin_egl_sys"],"glutin_glx_sys":["dep:glutin_glx_sys"],"glutin_wgl_sys":["dep:glutin_wgl_sys"],"glx":["x11","glutin_glx_sys","libloading"],"libloading":["dep:libloading"],"wayland":["wayland-sys","egl"],"wayland-sys":["dep:wayland-sys"],"wgl":["glutin_wgl_sys","windows-sys"],"windows-sys":["dep:windows-sys"],"x11":["x11-dl"],"x11-dl":["dep:x11-dl"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-0.32.1/Cargo.toml","categories":[],"keywords":["windowing","opengl","egl"],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":"https://docs.rs/glutin","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-unknown-linux-gnu","rustdoc-args":["--cfg","docsrs"],"targets":["aarch64-linux-android","x86_64-unknown-linux-gnu","x86_64-pc-windows-msvc","x86_64-apple-darwin","i686-unknown-linux-gnu","i686-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"glutin_egl_sys","version":"0.7.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin_egl_sys@0.7.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The egl bindings for glutin","dependencies":[{"name":"gl_generator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Graphics_Gdi"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"glutin_egl_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_egl_sys-0.7.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_egl_sys-0.7.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_egl_sys-0.7.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"glutin_glx_sys","version":"0.6.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin_glx_sys@0.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The glx bindings for glutin","dependencies":[{"name":"gl_generator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"x11-dl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.18.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"glutin_glx_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_glx_sys-0.6.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_glx_sys-0.6.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_glx_sys-0.6.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"glutin_wgl_sys","version":"0.6.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin_wgl_sys@0.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The wgl bindings for glutin","dependencies":[{"name":"gl_generator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"glutin_wgl_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_wgl_sys-0.6.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_wgl_sys-0.6.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_wgl_sys-0.6.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"{}\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright {yyyy} {name of copyright owner}\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.","source_path":"LICENSE","used_by":[{"crate":{"name":"dpi","version":"0.1.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#dpi@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Types for handling UI scaling","dependencies":[{"name":"mint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["serde_derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"dpi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dpi-0.1.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"mint":["dep:mint"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dpi-0.1.1/Cargo.toml","categories":["gui"],"keywords":["DPI","HiDPI","scale-factor"],"readme":null,"repository":"https://github.com/rust-windowing/winit","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["serde","mint"],"rustdoc-args":["--cfg","docsrs"],"targets":["i686-pc-windows-msvc","x86_64-pc-windows-msvc","x86_64-apple-darwin","i686-unknown-linux-gnu","x86_64-unknown-linux-gnu","x86_64-apple-ios","aarch64-linux-android","wasm32-unknown-unknown"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"winit","version":"0.30.5","authors":["The winit contributors","Pierre Krieger "],"id":"registry+https://github.com/rust-lang/crates.io-index#winit@0.30.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross-platform window creation library.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cursor-icon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dpi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_04","registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":"rwh_05","registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":"rwh_06","registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["serde_derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"smol_str","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.40","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25.0","kind":"dev","optional":false,"uses_default_features":false,"features":["png"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.40","kind":"dev","optional":false,"uses_default_features":false,"features":["log"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-subscriber","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.18","kind":"dev","optional":false,"uses_default_features":true,"features":["env-filter"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg_aliases","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atomic-waker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_family = \"wasm\", target_feature = \"atomics\"))","rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(target_family = \"wasm\", target_feature = \"atomics\"))","rename":null,"registry":null,"path":null},{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.7","kind":"normal","optional":true,"uses_default_features":true,"features":["no-rng"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"calloop","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.64","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.4","kind":"normal","optional":false,"uses_default_features":false,"features":["std","system","thread","process"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"smithay-client-toolkit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19.2","kind":"normal","optional":true,"uses_default_features":false,"features":["calloop"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":"sctk","registry":null,"path":null},{"name":"sctk-adwaita","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":true,"uses_default_features":false,"features":["client_system"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32.2","kind":"normal","optional":true,"uses_default_features":true,"features":["staging"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"wayland-protocols-plasma","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":true,"uses_default_features":true,"features":["client"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"x11-dl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.19.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"x11rb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"normal","optional":true,"uses_default_features":false,"features":["allow-unsafe-code","dl-libxcb","randr","resource_manager","xinput","xkb"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"xkbcommon-dl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"ios\", target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"ios\", target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"softbuffer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":false,"features":["x11","x11-dlopen","wayland","wayland-dlopen"],"target":"cfg(not(any(target_os = \"android\", target_os = \"ios\")))","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.64","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"pin-project","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"web-time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.64","kind":"normal","optional":false,"uses_default_features":true,"features":["AbortController","AbortSignal","Blob","BlobPropertyBag","console","CssStyleDeclaration","Document","DomException","DomRect","DomRectReadOnly","Element","Event","EventTarget","FocusEvent","HtmlCanvasElement","HtmlElement","HtmlImageElement","ImageBitmap","ImageBitmapOptions","ImageBitmapRenderingContext","ImageData","IntersectionObserver","IntersectionObserverEntry","KeyboardEvent","MediaQueryList","MessageChannel","MessagePort","Navigator","Node","PageTransitionEvent","PointerEvent","PremultiplyAlpha","ResizeObserver","ResizeObserverBoxOptions","ResizeObserverEntry","ResizeObserverOptions","ResizeObserverSize","VisibilityState","Window","WheelEvent","Worker","Url"],"target":"cfg(target_family = \"wasm\")","rename":"web_sys","registry":null,"path":null},{"name":"console_error_panic_hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"tracing-web","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"android-activity","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"ndk","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":["dispatch","NSArray","NSEnumerator","NSGeometry","NSObjCRuntime","NSString","NSProcessInfo","NSThread","NSSet"],"target":"cfg(target_os = \"ios\")","rename":null,"registry":null,"path":null},{"name":"objc2-ui-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":["UIApplication","UIDevice","UIEvent","UIGeometry","UIGestureRecognizer","UIOrientation","UIPanGestureRecognizer","UIPinchGestureRecognizer","UIResponder","UIRotationGestureRecognizer","UIScreen","UIScreenMode","UITapGestureRecognizer","UITouch","UITraitCollection","UIView","UIViewController","UIWindow"],"target":"cfg(target_os = \"ios\")","rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"core-graphics","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-app-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":["NSAppearance","NSApplication","NSBitmapImageRep","NSButton","NSColor","NSControl","NSCursor","NSDragging","NSEvent","NSGraphics","NSGraphicsContext","NSImage","NSImageRep","NSMenu","NSMenuItem","NSOpenGLView","NSPasteboard","NSResponder","NSRunningApplication","NSScreen","NSTextInputClient","NSTextInputContext","NSView","NSWindow","NSWindowScripting","NSWindowTabGroup"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":["block2","dispatch","NSArray","NSAttributedString","NSData","NSDictionary","NSDistributedNotificationCenter","NSEnumerator","NSKeyValueObserving","NSNotification","NSObjCRuntime","NSPathUtilities","NSProcessInfo","NSRunLoop","NSString","NSThread","NSValue"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"orbclient","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.47","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"redox\")","rename":null,"registry":null,"path":null},{"name":"redox_syscall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"redox\")","rename":null,"registry":null,"path":null},{"name":"unicode-segmentation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Devices_HumanInterfaceDevice","Win32_Foundation","Win32_Globalization","Win32_Graphics_Dwm","Win32_Graphics_Gdi","Win32_Media","Win32_System_Com_StructuredStorage","Win32_System_Com","Win32_System_LibraryLoader","Win32_System_Ole","Win32_System_SystemInformation","Win32_System_SystemServices","Win32_System_Threading","Win32_System_WindowsProgramming","Win32_UI_Accessibility","Win32_UI_Controls","Win32_UI_HiDpi","Win32_UI_Input_Ime","Win32_UI_Input_KeyboardAndMouse","Win32_UI_Input_Pointer","Win32_UI_Input_Touch","Win32_UI_Shell","Win32_UI_TextServices","Win32_UI_WindowsAndMessaging"],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"winit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"child_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/examples/child_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"control_flow","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/examples/control_flow.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"pump_events","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/examples/pump_events.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"run_on_demand","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/examples/run_on_demand.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/examples/window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"x11_embed","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/examples/x11_embed.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"send_objects","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/tests/send_objects.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde_objects","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/tests/serde_objects.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"sync_object","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/tests/sync_object.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"ahash":["dep:ahash"],"android-game-activity":["android-activity/game-activity"],"android-native-activity":["android-activity/native-activity"],"bytemuck":["dep:bytemuck"],"default":["rwh_06","x11","wayland","wayland-dlopen","wayland-csd-adwaita"],"memmap2":["dep:memmap2"],"mint":["dpi/mint"],"percent-encoding":["dep:percent-encoding"],"rwh_04":["dep:rwh_04","ndk/rwh_04"],"rwh_05":["dep:rwh_05","ndk/rwh_05"],"rwh_06":["dep:rwh_06","ndk/rwh_06"],"sctk":["dep:sctk"],"sctk-adwaita":["dep:sctk-adwaita"],"serde":["dep:serde","cursor-icon/serde","smol_str/serde","dpi/serde"],"wayland":["wayland-client","wayland-backend","wayland-protocols","wayland-protocols-plasma","sctk","ahash","memmap2"],"wayland-backend":["dep:wayland-backend"],"wayland-client":["dep:wayland-client"],"wayland-csd-adwaita":["sctk-adwaita","sctk-adwaita/ab_glyph"],"wayland-csd-adwaita-crossfont":["sctk-adwaita","sctk-adwaita/crossfont"],"wayland-csd-adwaita-notitle":["sctk-adwaita"],"wayland-dlopen":["wayland-backend/dlopen"],"wayland-protocols":["dep:wayland-protocols"],"wayland-protocols-plasma":["dep:wayland-protocols-plasma"],"x11":["x11-dl","bytemuck","percent-encoding","xkbcommon-dl/x11","x11rb"],"x11-dl":["dep:x11-dl"],"x11rb":["dep:x11rb"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/Cargo.toml","categories":["gui"],"keywords":["windowing"],"readme":"README.md","repository":"https://github.com/rust-windowing/winit","homepage":null,"documentation":"https://docs.rs/winit","edition":"2021","metadata":{"docs":{"rs":{"features":["rwh_04","rwh_05","rwh_06","serde","mint","android-native-activity"],"rustdoc-args":["--cfg","docsrs"],"targets":["i686-pc-windows-msvc","x86_64-pc-windows-msvc","x86_64-apple-darwin","i686-unknown-linux-gnu","x86_64-unknown-linux-gnu","x86_64-apple-ios","aarch64-linux-android","wasm32-unknown-unknown"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.\n\n \"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.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.\n\n \"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.\n\n \"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).\n\n \"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.\n\n \"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.\"\n\n \"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.\n 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.\n 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.\n 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:\n (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and\n (b) You must cause any modified files to carry prominent notices stating that You changed the files; and\n (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\n (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.\n\n 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.\n 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.\n 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.\n 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.\n 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.\n 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.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\nTo 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.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"bytemuck","version":"1.18.0","authors":["Lokathor "],"id":"registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A crate for mucking around with piles of bytes.","dependencies":[{"name":"bytemuck_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Zlib OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"bytemuck","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"array_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/tests/array_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"cast_slice_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/tests/cast_slice_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"checked_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/tests/checked_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"derive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/tests/derive.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"doc_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/tests/doc_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"offset_of_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/tests/offset_of_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"std_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/tests/std_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"transparent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/tests/transparent.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"wrapper_forgets","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/tests/wrapper_forgets.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"aarch64_simd":[],"align_offset":[],"bytemuck_derive":["dep:bytemuck_derive"],"const_zeroed":[],"derive":["bytemuck_derive"],"extern_crate_alloc":[],"extern_crate_std":["extern_crate_alloc"],"latest_stable_rust":["aarch64_simd","align_offset","const_zeroed","derive","min_const_generics","must_cast","wasm_simd","zeroable_atomics","zeroable_maybe_uninit"],"min_const_generics":[],"must_cast":[],"nightly_docs":[],"nightly_float":[],"nightly_portable_simd":[],"nightly_stdsimd":[],"unsound_ptr_pod_impl":[],"wasm_simd":[],"zeroable_atomics":[],"zeroable_maybe_uninit":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/Cargo.toml","categories":["encoding","no-std"],"keywords":["transmute","bytes","casting"],"readme":"README.md","repository":"https://github.com/Lokathor/bytemuck","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["nightly_docs","latest_stable_rust","extern_crate_alloc","extern_crate_std"]}},"playground":{"features":["latest_stable_rust","extern_crate_alloc","extern_crate_std"]}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n\"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.\n\n\"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.\n\n\"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.\n\n\"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License.\n\n\"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.\n\n\"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.\n\n\"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).\n\n\"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.\n\n\"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.\"\n\n\"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.\n\n2. 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.\n\n3. 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.\n\n4. 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:\n\n (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices stating that You changed the files; and\n\n (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\n\n (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.\n\n 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.\n\n5. 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.\n\n6. 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.\n\n7. 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.\n\n8. 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.\n\n9. 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.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\nTo 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.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":null,"used_by":[{"crate":{"name":"simdnoise","version":"3.1.7","authors":["Jack Mott "],"id":"git+https://github.com/valadaptive/rust-simd-noise?rev=965175f#simdnoise@3.1.7","source":"git+https://github.com/valadaptive/rust-simd-noise?rev=965175f#965175f2ad1e92162de951fc536e49cb91961bcd","description":"SIMD accelerate noise library with runtime feature detection","dependencies":[{"name":"simdeez","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0-dev3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"simdnoise","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"helpers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/tests/helpers.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"intrinsics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/tests/intrinsics.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"noisebuilder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/tests/noisebuilder.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/benches/benchmarks.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/Cargo.toml","categories":["game-engines","multimedia::images"],"keywords":["SIMD","noise","simplex","perlin","performance"],"readme":"README.md","repository":"https://github.com/verpeteren/rust-simd-noise","homepage":null,"documentation":"https://docs.rs/simdnoise/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"macros","version":"0.1.0","authors":[],"id":"path+file:///home/va_erie/Projects/ntscrs/crates/macros#0.1.0","source":null,"description":null,"dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.56","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.27","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.15","kind":"normal","optional":false,"uses_default_features":true,"features":["full","extra-traits"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR ISC OR Apache-2.0","license_file":null,"targets":[{"name":"macros","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/macros/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/Projects/ntscrs/crates/macros/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/valadaptive/ntsc-rs/tree/main/crates/macros","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"ntscrs","version":"0.1.2","authors":[],"id":"path+file:///home/va_erie/Projects/ntscrs/crates/ntscrs#0.1.2","source":null,"description":null,"dependencies":[{"name":"biquad","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glam","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"macros","source":null,"req":"*","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":"/home/va_erie/Projects/ntscrs/crates/macros"},{"name":"num-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xoshiro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"simdnoise","source":"git+https://github.com/valadaptive/rust-simd-noise?rev=965175f","req":"*","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"siphasher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tinyjson","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":["html_reports"],"target":null,"rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25.1","kind":"dev","optional":false,"uses_default_features":false,"features":["png"],"target":null,"rename":null,"registry":null,"path":null},{"name":"pprof","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":["flamegraph","criterion"],"target":"cfg(not(windows))","rename":null,"registry":null,"path":null}],"license":"MIT OR ISC OR Apache-2.0","license_file":null,"targets":[{"name":"ntscrs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/ntscrs/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"filter_profile","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/ntscrs/benches/filter_profile.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/Projects/ntscrs/crates/ntscrs/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/valadaptive/ntsc-rs/tree/main/crates/ntscrs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"accesskit","version":"0.16.1","authors":["The AccessKit contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit@0.16.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"UI accessibility infrastructure across platforms","dependencies":[{"name":"enumn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pyo3","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"schemars","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit-0.16.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"enumn":["dep:enumn"],"pyo3":["dep:pyo3"],"schemars":["dep:schemars","serde"],"serde":["dep:serde","enumn"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit-0.16.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["schemars","serde"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"accesskit_atspi_common","version":"0.9.1","authors":["The AccessKit contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_atspi_common@0.9.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit UI accessibility infrastructure: core AT-SPI translation layer","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"accesskit_consumer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.39","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit_atspi_common","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_atspi_common-0.9.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"simplified-api":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_atspi_common-0.9.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"accesskit_consumer","version":"0.24.1","authors":["The AccessKit contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_consumer@0.24.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit consumer library (internal)","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"immutable-chunkmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit_consumer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_consumer-0.24.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_consumer-0.24.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"accesskit_macos","version":"0.17.1","authors":["The AccessKit contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_macos@0.17.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit UI accessibility infrastructure: macOS adapter","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"accesskit_consumer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-app-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSAccessibility","NSAccessibilityConstants","NSAccessibilityElement","NSAccessibilityProtocols","NSResponder","NSView","NSWindow"],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSArray","NSDictionary","NSValue","NSThread"],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit_macos","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_macos-0.17.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_macos-0.17.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"accesskit_unix","version":"0.12.1","authors":["The AccessKit contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_unix@0.12.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit UI accessibility infrastructure: Linux adapter","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"accesskit_atspi_common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.27","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.32.0","kind":"normal","optional":true,"uses_default_features":true,"features":["macros","net","rt","sync","time"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-stream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.14","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.14","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit_unix","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_unix-0.12.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-io":["dep:async-channel","dep:async-executor","dep:async-task","dep:futures-util","atspi/async-std","zbus/async-io"],"default":["async-io"],"tokio":["dep:tokio","dep:tokio-stream","atspi/tokio","zbus/tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_unix-0.12.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"accesskit_windows","version":"0.23.0","authors":["The AccessKit contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_windows@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit UI accessibility infrastructure: Windows adapter","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"accesskit_consumer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.58.0","kind":"normal","optional":false,"uses_default_features":true,"features":["implement","Win32_Foundation","Win32_Graphics_Gdi","Win32_System_Com","Win32_System_LibraryLoader","Win32_System_Ole","Win32_System_Variant","Win32_UI_Accessibility","Win32_UI_Input_KeyboardAndMouse","Win32_UI_WindowsAndMessaging"],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.58.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"scopeguard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.30","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit_windows","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_windows-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"hello_world","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_windows-0.23.0/examples/hello_world.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_windows-0.23.0/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"accesskit_winit","version":"0.22.1","authors":["The AccessKit contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_winit@0.22.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit UI accessibility infrastructure: winit adapter","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":"rwh_05","registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.2","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":"rwh_06","registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.30","kind":"dev","optional":false,"uses_default_features":false,"features":["x11","wayland","wayland-dlopen","wayland-csd-adwaita"],"target":null,"rename":null,"registry":null,"path":null},{"name":"accesskit_unix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))","rename":null,"registry":null,"path":null},{"name":"accesskit_macos","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"accesskit_windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"accesskit_winit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_winit-0.22.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"mixed_handlers","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_winit-0.22.1/examples/mixed_handlers.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_winit-0.22.1/examples/simple.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"accesskit_unix":["dep:accesskit_unix"],"async-io":["accesskit_unix/async-io"],"default":["accesskit_unix","async-io","rwh_06"],"rwh_05":["winit/rwh_05","dep:rwh_05"],"rwh_06":["winit/rwh_06","dep:rwh_06"],"tokio":["accesskit_unix/tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_winit-0.22.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility","winit"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["winit/rwh_06","winit/x11","winit/wayland"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"anes","version":"0.1.6","authors":["Robert Vojta "],"id":"registry+https://github.com/rust-lang/crates.io-index#anes@0.1.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"ANSI Escape Sequences provider & parser","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.66","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anes","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"execute","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/execute.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"parser","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/parser.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"queue","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/queue.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"sequence","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/sequence.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"stdout","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/stdout.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"string","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/string.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench_main","kind":["bench"],"crate_types":["bin"],"required-features":["parser"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/benches/bench_main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"bitflags":["dep:bitflags"],"default":[],"parser":["bitflags"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/Cargo.toml","categories":[],"keywords":["terminal","ansi","sequence","code","parser"],"readme":"README.md","repository":"https://github.com/zrzka/anes-rs","homepage":null,"documentation":"https://docs.rs/anes/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"atspi-proxies","version":"0.3.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#atspi-proxies@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AT-SPI2 proxies to query or manipulate UI objects","dependencies":[{"name":"async-trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.59","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.12.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["attributes"],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":["async-std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fantoccini","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rename-item","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.96","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_plain","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serial_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","rt-multi-thread"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-stream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atspi_proxies","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-proxies-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-std":["zbus/async-io","atspi-common/async-std"],"async-trait":["dep:async-trait"],"default":["async-std"],"futures-lite":["dep:futures-lite"],"gvariant":["zbus/gvariant"],"tokio":["zbus/tokio","atspi-common/tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-proxies-0.3.0/Cargo.toml","categories":["accessibility","api-bindings"],"keywords":["screen-reader","accessibility","a11y","tts","linux"],"readme":"README.md","repository":"https://github.com/odilia-app/atspi","homepage":"https://github.com/odilia-app/atspi","documentation":null,"edition":"2021","metadata":{"release":{"publish":true,"release":true}},"links":null,"publish":null,"default_run":null,"rust_version":"1.68.2"},"path":null},{"crate":{"name":"cesu8","version":"1.1.0","authors":["Eric Kidd "],"id":"registry+https://github.com/rust-lang/crates.io-index#cesu8@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Convert to and from CESU-8 encoding (similar to UTF-8)","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"cesu8","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cesu8-1.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cesu8-1.1.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/emk/cesu8-rs","homepage":null,"documentation":"http://emk.github.io/cesu8-rs/cesu8/index.html","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"document-features","version":"0.2.10","authors":["Slint Developers "],"id":"registry+https://github.com/rust-lang/crates.io-index#document-features@0.2.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Extract documentation for the feature flags from comments in Cargo.toml","dependencies":[{"name":"litrs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"document_features","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/document-features-0.2.10/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"self-doc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/document-features-0.2.10/tests/self-doc.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":[],"self-test":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/document-features-0.2.10/Cargo.toml","categories":["development-tools"],"keywords":["documentation","features","rustdoc","macro"],"readme":"README.md","repository":"https://github.com/slint-ui/document-features","homepage":"https://slint.rs","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"ecolor","version":"0.29.0","authors":["Emil Ernerfeldt ","Andreas Reich "],"id":"registry+https://github.com/rust-lang/crates.io-index#ecolor@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Color structs and color conversion utilities","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"color-hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"emath","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ecolor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecolor-0.29.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"bytemuck":["dep:bytemuck"],"cint":["dep:cint"],"color-hex":["dep:color-hex"],"default":[],"document-features":["dep:document-features"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecolor-0.29.0/Cargo.toml","categories":["mathematics","encoding"],"keywords":["gui","color","conversion","gamedev","images"],"readme":"README.md","repository":"https://github.com/emilk/egui","homepage":"https://github.com/emilk/egui","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"path":null},{"crate":{"name":"eframe","version":"0.29.0","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#eframe@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"egui framework - write GUI apps that compiles to web and/or natively","dependencies":[{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":["bytemuck","log"],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui_glow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":["integer128"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"web-time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-app-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSApplication","NSImage","NSMenu","NSMenuItem","NSResponder"],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["block2","NSData","NSString"],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["winuser"],"target":"cfg(any(target_os = \"windows\"))","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_UI_Shell","Win32_System_Com"],"target":"cfg(any(target_os = \"windows\"))","rename":null,"registry":null,"path":null},{"name":"egui-wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":true,"uses_default_features":false,"features":["winit"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"egui-winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":["clipboard","links"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"glutin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"glutin-winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"home","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"normal","optional":false,"uses_default_features":false,"features":["png"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"pollster","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^22.1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["metal","webgpu"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.30.5","kind":"normal","optional":false,"uses_default_features":false,"features":["rwh_06"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"directories","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"egui-wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.70","kind":"normal","optional":false,"uses_default_features":true,"features":["BinaryType","Blob","Clipboard","ClipboardEvent","CompositionEvent","console","CssStyleDeclaration","DataTransfer","DataTransferItem","DataTransferItemList","Document","DomRect","DragEvent","Element","Event","EventListener","EventTarget","ExtSRgb","File","FileList","FocusEvent","HtmlCanvasElement","HtmlElement","HtmlInputElement","InputEvent","KeyboardEvent","Location","MediaQueryList","MediaQueryListEvent","MouseEvent","Navigator","Node","NodeList","Performance","ResizeObserver","ResizeObserverBoxOptions","ResizeObserverEntry","ResizeObserverOptions","ResizeObserverSize","Storage","Touch","TouchEvent","PointerEvent","TouchList","WebGl2RenderingContext","WebglDebugRendererInfo","WebGlRenderingContext","WheelEvent","Window"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^22.1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["webgpu"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"eframe","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/eframe-0.29.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"__screenshot":[],"accesskit":["egui/accesskit","egui-winit/accesskit"],"android-game-activity":["egui-winit/android-game-activity"],"android-native-activity":["egui-winit/android-native-activity"],"default":["accesskit","default_fonts","glow","wayland","web_screen_reader","winit/default","x11","egui-wgpu?/fragile-send-sync-non-atomic-wasm"],"default_fonts":["egui/default_fonts"],"glow":["dep:egui_glow","dep:glow","dep:glutin-winit","dep:glutin"],"persistence":["dep:home","egui-winit/serde","egui/persistence","ron","serde"],"puffin":["dep:puffin","egui/puffin","egui_glow?/puffin","egui-wgpu?/puffin","egui-winit/puffin"],"ron":["dep:ron"],"serde":["dep:serde"],"wayland":["egui-winit/wayland","egui-wgpu?/wayland","egui_glow?/wayland"],"web_screen_reader":["web-sys/SpeechSynthesis","web-sys/SpeechSynthesisUtterance"],"wgpu":["dep:wgpu","dep:egui-wgpu","dep:pollster"],"x11":["egui-winit/x11","egui-wgpu?/x11","egui_glow?/x11"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/eframe-0.29.0/Cargo.toml","categories":["gui","game-development"],"keywords":["egui","gui","gamedev"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/eframe","homepage":"https://github.com/emilk/egui/tree/master/crates/eframe","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu","wasm32-unknown-unknown"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"path":null},{"crate":{"name":"egui-winit","version":"0.29.0","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#egui-winit@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for using egui with winit","dependencies":[{"name":"accesskit_winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":["log"],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"web-time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"webbrowser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.30.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smithay-clipboard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"wayland-cursor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"arboard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(not(target_os = \"android\"))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"egui_winit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-winit-0.29.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"accesskit":["accesskit_winit","egui/accesskit"],"accesskit_winit":["dep:accesskit_winit"],"android-game-activity":["winit/android-game-activity"],"android-native-activity":["winit/android-native-activity"],"arboard":["dep:arboard"],"bytemuck":["egui/bytemuck"],"clipboard":["arboard","smithay-clipboard"],"default":["clipboard","links","wayland","winit/default","x11"],"document-features":["dep:document-features"],"links":["webbrowser"],"puffin":["dep:puffin","egui/puffin"],"serde":["egui/serde","dep:serde"],"smithay-clipboard":["dep:smithay-clipboard"],"wayland":["winit/wayland","bytemuck"],"wayland-cursor":["dep:wayland-cursor"],"webbrowser":["dep:webbrowser"],"x11":["winit/x11","bytemuck"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-winit-0.29.0/Cargo.toml","categories":["gui","game-development"],"keywords":["winit","egui","gui","gamedev"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/egui-winit","homepage":"https://github.com/emilk/egui/tree/master/crates/egui-winit","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"path":null},{"crate":{"name":"egui","version":"0.29.0","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#egui@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An easy-to-use immediate mode GUI that runs on both web and native","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"emath","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"epaint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"nohash-hasher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive","derive","rc"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"egui","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-0.29.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"accesskit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-0.29.0/tests/accesskit.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"accesskit":["dep:accesskit"],"bytemuck":["epaint/bytemuck"],"callstack":["dep:backtrace"],"cint":["epaint/cint"],"color-hex":["epaint/color-hex"],"deadlock_detection":["epaint/deadlock_detection"],"default":["default_fonts"],"default_fonts":["epaint/default_fonts"],"document-features":["dep:document-features"],"log":["dep:log","epaint/log"],"mint":["epaint/mint"],"persistence":["serde","epaint/serde","ron"],"puffin":["dep:puffin","epaint/puffin"],"rayon":["epaint/rayon"],"ron":["dep:ron"],"serde":["dep:serde","epaint/serde","accesskit?/serde"],"unity":["epaint/unity"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-0.29.0/Cargo.toml","categories":["gui","game-development"],"keywords":["gui","imgui","immediate","portable","gamedev"],"readme":"README.md","repository":"https://github.com/emilk/egui","homepage":"https://github.com/emilk/egui","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"path":null},{"crate":{"name":"egui_glow","version":"0.29.0","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#egui_glow@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for using egui natively using the glow library","dependencies":[{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":["bytemuck"],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui-winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glutin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glutin-winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.30.5","kind":"normal","optional":true,"uses_default_features":false,"features":["rwh_06"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.70","kind":"normal","optional":false,"uses_default_features":true,"features":["console"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"egui_glow","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui_glow-0.29.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"pure_glow","kind":["example"],"crate_types":["bin"],"required-features":["winit","egui/default_fonts"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui_glow-0.29.0/examples/pure_glow.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"clipboard":["egui-winit?/clipboard"],"default":[],"document-features":["dep:document-features"],"egui-winit":["dep:egui-winit"],"links":["egui-winit?/links"],"puffin":["dep:puffin","egui-winit?/puffin","egui/puffin"],"wayland":["winit?/wayland"],"winit":["egui-winit","dep:winit"],"x11":["winit?/x11"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui_glow-0.29.0/Cargo.toml","categories":["gui","game-development"],"keywords":["glow","egui","gui","gamedev"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/egui_glow","homepage":"https://github.com/emilk/egui/tree/master/crates/egui_glow","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"path":null},{"crate":{"name":"emath","version":"0.29.0","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#emath@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Minimal 2D math library for GUI work","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"mint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"emath","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/emath-0.29.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"bytemuck":["dep:bytemuck"],"default":[],"document-features":["dep:document-features"],"mint":["dep:mint"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/emath-0.29.0/Cargo.toml","categories":["mathematics","gui"],"keywords":["math","gui"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/emath","homepage":"https://github.com/emilk/egui/tree/master/crates/emath","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"path":null},{"crate":{"name":"epaint","version":"0.29.0","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#epaint@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Minimal 2D graphics library for GUI work","dependencies":[{"name":"ab_glyph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ecolor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"emath","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"epaint_default_fonts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"nohash-hasher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive","derive","rc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"epaint","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint-0.29.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"benchmark","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint-0.29.0/benches/benchmark.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"bytemuck":["dep:bytemuck","emath/bytemuck","ecolor/bytemuck"],"cint":["ecolor/cint"],"color-hex":["ecolor/color-hex"],"deadlock_detection":["dep:backtrace"],"default":["default_fonts"],"default_fonts":["epaint_default_fonts"],"document-features":["dep:document-features"],"epaint_default_fonts":["dep:epaint_default_fonts"],"log":["dep:log"],"mint":["emath/mint"],"puffin":["dep:puffin"],"rayon":["dep:rayon"],"serde":["dep:serde","ahash/serde","emath/serde","ecolor/serde"],"unity":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint-0.29.0/Cargo.toml","categories":["graphics","gui"],"keywords":["graphics","gui","egui"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/epaint","homepage":"https://github.com/emilk/egui/tree/master/crates/epaint","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"path":null},{"crate":{"name":"epaint_default_fonts","version":"0.29.0","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#epaint_default_fonts@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Default fonts for use in epaint / egui","dependencies":[],"license":"(MIT OR Apache-2.0) AND OFL-1.1 AND LicenseRef-UFL-1.0","license_file":null,"targets":[{"name":"epaint_default_fonts","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint_default_fonts-0.29.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint_default_fonts-0.29.0/Cargo.toml","categories":["graphics","gui"],"keywords":["graphics","gui","egui"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/epaint_default_fonts","homepage":"https://github.com/emilk/egui/tree/master/crates/epaint_default_fonts","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"path":null},{"crate":{"name":"gl_generator","version":"0.14.0","authors":["Brendan Zabarauskas ","Corey Richardson","Arseny Kapoulkine"],"id":"registry+https://github.com/rust-lang/crates.io-index#gl_generator@0.14.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Code generators for creating bindings to the Khronos OpenGL APIs.","dependencies":[{"name":"khronos_api","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xml-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"gl_generator","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gl_generator-0.14.0/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"unstable_generator_utils":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gl_generator-0.14.0/Cargo.toml","categories":["api-bindings","rendering::graphics-api"],"keywords":["gl","egl","opengl","khronos"],"readme":"README.md","repository":"https://github.com/brendanzab/gl-rs/","homepage":"https://github.com/brendanzab/gl-rs/","documentation":"https://docs.rs/gl_generator","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"half","version":"2.4.1","authors":["Kathryn Long "],"id":"registry+https://github.com/rust-lang/crates.io-index#half@2.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.1","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":"normal","optional":true,"uses_default_features":false,"features":["libm"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_distr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crunchy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck_macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crunchy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"spirv\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"half","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"convert","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/benches/convert.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"bytemuck":["dep:bytemuck"],"default":["std"],"num-traits":["dep:num-traits"],"rand_distr":["dep:rand","dep:rand_distr"],"rkyv":["dep:rkyv"],"serde":["dep:serde"],"std":["alloc"],"use-intrinsics":[],"zerocopy":["dep:zerocopy"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/Cargo.toml","categories":["no-std","data-structures","encoding"],"keywords":["f16","bfloat16","no_std"],"readme":"README.md","repository":"https://github.com/starkat99/half-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"khronos_api","version":"3.1.0","authors":["Brendan Zabarauskas ","Corey Richardson","Arseny Kapoulkine","Pierre Krieger "],"id":"registry+https://github.com/rust-lang/crates.io-index#khronos_api@3.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The Khronos XML API Registry, exposed as byte string constants.","dependencies":[],"license":"Apache-2.0","license_file":null,"targets":[{"name":"khronos_api","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/khronos_api-3.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/khronos_api-3.1.0/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/khronos_api-3.1.0/Cargo.toml","categories":["rendering::graphics-api"],"keywords":["gl","egl","opengl","khronos"],"readme":"README.md","repository":"https://github.com/brendanzab/gl-rs/","homepage":"https://github.com/brendanzab/gl-rs/","documentation":"https://docs.rs/khronos_api","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"ndk-context","version":"0.1.1","authors":["The Rust Windowing contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#ndk-context@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Handles for accessing Android APIs","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ndk_context","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-context-0.1.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-context-0.1.1/Cargo.toml","categories":[],"keywords":["android","ndk","apk","jni"],"readme":"README.md","repository":"https://github.com/rust-windowing/android-ndk-rs","homepage":"https://github.com/rust-windowing/android-ndk-rs","documentation":"https://docs.rs/ndk-context","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"ndk-sys","version":"0.6.0+11769913","authors":["The Rust Windowing contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#ndk-sys@0.6.0+11769913","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings for the Android NDK","dependencies":[{"name":"jni-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ndk_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-sys-0.6.0+11769913/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"audio":[],"bitmap":[],"media":[],"nativewindow":[],"sync":[],"test":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-sys-0.6.0+11769913/Cargo.toml","categories":[],"keywords":["android","ndk"],"readme":"README.md","repository":"https://github.com/rust-mobile/ndk","homepage":"https://github.com/rust-mobile/ndk","documentation":"https://docs.rs/ndk-sys","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"],"targets":["aarch64-linux-android","armv7-linux-androideabi","i686-linux-android","x86_64-linux-android"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"ndk","version":"0.9.0","authors":["The Rust Mobile contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#ndk@0.9.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Safe Rust bindings to the Android NDK","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ndk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"ffi","registry":null,"path":null},{"name":"jni","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jni-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num_enum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_04","registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_05","registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_06","registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ndk","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-0.9.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"all":["audio","bitmap","media","nativewindow","sync","api-level-33","rwh_04","rwh_05","rwh_06"],"api-level-23":[],"api-level-24":["api-level-23"],"api-level-25":["api-level-24"],"api-level-26":["api-level-25"],"api-level-27":["api-level-26"],"api-level-28":["api-level-27"],"api-level-29":["api-level-28"],"api-level-30":["api-level-29"],"api-level-31":["api-level-30"],"api-level-32":["api-level-31"],"api-level-33":["api-level-32"],"audio":["ffi/audio","api-level-26"],"bitmap":["ffi/bitmap"],"default":["rwh_06"],"jni":["dep:jni"],"media":["ffi/media"],"nativewindow":["ffi/nativewindow"],"rwh_04":["dep:rwh_04"],"rwh_05":["dep:rwh_05"],"rwh_06":["dep:rwh_06"],"sync":["ffi/sync","api-level-26"],"test":["ffi/test","jni","all"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-0.9.0/Cargo.toml","categories":[],"keywords":["android","ndk"],"readme":"README.md","repository":"https://github.com/rust-mobile/ndk","homepage":"https://github.com/rust-mobile/ndk","documentation":"https://docs.rs/ndk","edition":"2021","metadata":{"docs":{"rs":{"features":["jni","all"],"rustdoc-args":["--cfg","docsrs"],"targets":["aarch64-linux-android","armv7-linux-androideabi","i686-linux-android","x86_64-linux-android"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.66.0"},"path":null},{"crate":{"name":"rand_core","version":"0.6.4","authors":["The Rand Project Developers","The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Core random number generator traits and tools for implementation.\n","dependencies":[{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rand_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"getrandom":["dep:getrandom"],"serde":["dep:serde"],"serde1":["serde"],"std":["alloc","getrandom","getrandom/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/Cargo.toml","categories":["algorithms","no-std"],"keywords":["random","rng"],"readme":"README.md","repository":"https://github.com/rust-random/rand","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand_core","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"]}},"playground":{"all-features":true}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"simdeez","version":"2.0.0-dev3","authors":["Jack Mott ","Arduano"],"id":"registry+https://github.com/rust-lang/crates.io-index#simdeez@2.0.0-dev3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"SIMD library to abstract over different instruction sets and widths","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sleef-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_chacha","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"simdeez","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simdeez-2.0.0-dev3/src/lib.rs","edition":"2018","doctest":false,"test":true,"doc":true},{"name":"string_parse_sum","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simdeez-2.0.0-dev3/examples/string_parse_sum.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"numparse","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simdeez-2.0.0-dev3/benches/numparse.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":[],"no_std":["dep:libm"],"sleef":["sleef-sys"],"sleef-sys":["dep:sleef-sys"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simdeez-2.0.0-dev3/Cargo.toml","categories":["hardware-support","science","game-engines"],"keywords":["SIMD","avx2","sse","performance","no_std"],"readme":"README.md","repository":"https://github.com/jackmott/simdeez","homepage":null,"documentation":"https://docs.rs/simdeez/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"siphasher","version":"1.0.1","authors":["Frank Denis "],"id":"registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"siphasher","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-1.0.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"serde":["dep:serde"],"serde_json":["dep:serde_json"],"serde_no_std":["serde/alloc"],"serde_std":["std","serde/std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-1.0.1/Cargo.toml","categories":["algorithms","cryptography"],"keywords":["crypto","hash","siphash"],"readme":"README.md","repository":"https://github.com/jedisct1/rust-siphash","homepage":"https://docs.rs/siphasher","documentation":"https://docs.rs/siphasher","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"target-lexicon","version":"0.12.16","authors":["Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Targeting utilities for compilers and related tools","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception","license_file":null,"targets":[{"name":"target_lexicon","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"host","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/examples/host.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"misc","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/examples/misc.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"arch_zkasm":[],"default":[],"serde":["dep:serde"],"serde_support":["serde","std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/Cargo.toml","categories":["no-std"],"keywords":["target","host","triple","compiler","jit"],"readme":"README.md","repository":"https://github.com/bytecodealliance/target-lexicon","homepage":null,"documentation":"https://docs.rs/target-lexicon/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"winapi-i686-pc-windows-gnu","version":"0.4.0","authors":["Peter Atashian "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"winapi_i686_pc_windows_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml","categories":[],"keywords":["windows"],"readme":null,"repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"winapi-x86_64-pc-windows-gnu","version":"0.4.0","authors":["Peter Atashian "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"winapi_x86_64_pc_windows_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml","categories":[],"keywords":["windows"],"readme":null,"repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Apache License\r\nVersion 2.0, January 2004\r\nhttp://www.apache.org/licenses/\r\n\r\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\r\n\r\n 1. Definitions.\r\n\r\n \"License\" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.\r\n\r\n \"Licensor\" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.\r\n\r\n \"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.\r\n\r\n \"You\" (or \"Your\") shall mean an individual or Legal Entity exercising permissions granted by this License.\r\n\r\n \"Source\" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.\r\n\r\n \"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.\r\n\r\n \"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).\r\n\r\n \"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.\r\n\r\n \"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.\"\r\n\r\n \"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.\r\n 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.\r\n 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.\r\n 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:\r\n (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and\r\n (b) You must cause any modified files to carry prominent notices stating that You changed the files; and\r\n (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\r\n (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.\r\n\r\n 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.\r\n 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.\r\n 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.\r\n 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.\r\n 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.\r\n 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.\r\n\r\nEND OF TERMS AND CONDITIONS\r\n\r\nAPPENDIX: How to apply the Apache License to your work.\r\n\r\nTo 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.\r\n\r\nCopyright [yyyy] [name of copyright owner]\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\nhttp://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"bytemuck_derive","version":"1.7.1","authors":["Lokathor "],"id":"registry+https://github.com/rust-lang/crates.io-index#bytemuck_derive@1.7.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"derive proc-macros for `bytemuck`","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Zlib OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"bytemuck_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck_derive-1.7.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck_derive-1.7.1/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck_derive-1.7.1/Cargo.toml","categories":["encoding","no-std"],"keywords":["transmute","bytes","casting"],"readme":"README.md","repository":"https://github.com/Lokathor/bytemuck","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Copyright 2015 Nicholas Allegra (comex).\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"shlex","version":"1.3.0","authors":["comex ","Fenhl ","Adrian Taylor ","Alex Touchet ","Daniel Parks ","Garrett Berg "],"id":"registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Split a string into shell words, like Python's shlex.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"shlex","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/Cargo.toml","categories":["command-line-interface","parser-implementations"],"keywords":[],"readme":"README.md","repository":"https://github.com/comex/rust-shlex","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":"1.46.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Copyright 2016 Nicolas Silva\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","source_path":"LICENSE-APACHE","used_by":[{"crate":{"name":"android_system_properties","version":"0.1.5","authors":["Nicolas Silva "],"id":"registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Minimal Android system properties wrapper","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.126","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"android_system_properties","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"time_zone","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/examples/time_zone.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/Cargo.toml","categories":[],"keywords":["android"],"readme":"README.md","repository":"https://github.com/nical/android_system_properties","homepage":"https://github.com/nical/android_system_properties","documentation":"https://docs.rs/android_system_properties","edition":"2018","metadata":{"docs":{"rs":{"targets":["arm-linux-androideabi","armv7-linux-androideabi","aarch64-linux-android","i686-linux-android","x86_64-linux-android","x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Licensed under the Apache License, Version 2.0\n or the MIT\nlicense ,\nat your option. All files in the project carrying such\nnotice may not be copied, modified, or distributed except\naccording to those terms.\n","source_path":"COPYRIGHT","used_by":[{"crate":{"name":"unicode-normalization","version":"0.1.24","authors":["kwantam ","Manish Goregaokar "],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.24","source":"registry+https://github.com/rust-lang/crates.io-index","description":"This crate provides functions for normalization of\nUnicode strings, including Canonical and Compatible\nDecomposition and Recomposition, as described in\nUnicode Standard Annex #15.\n","dependencies":[{"name":"tinyvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"unicode_normalization","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/Cargo.toml","categories":[],"keywords":["text","unicode","normalization","decomposition","recomposition"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-normalization","homepage":"https://github.com/unicode-rs/unicode-normalization","documentation":"https://docs.rs/unicode-normalization/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"path":null},{"crate":{"name":"unicode-segmentation","version":"1.12.0","authors":["kwantam ","Manish Goregaokar "],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.12.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"This crate provides Grapheme Cluster, Word and Sentence boundaries\naccording to Unicode Standard Annex #29 rules.\n","dependencies":[{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"unicode_segmentation","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"chars","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/benches/chars.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"word_bounds","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/benches/word_bounds.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"words","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/benches/words.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"no_std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/Cargo.toml","categories":[],"keywords":["text","unicode","grapheme","word","boundary"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-segmentation","homepage":"https://github.com/unicode-rs/unicode-segmentation","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Licensed under the Apache License, Version 2.0 or the MIT license\n, at your\noption. All files in the project carrying such notice may not be\ncopied, modified, or distributed except according to those terms.\n","source_path":"COPYING","used_by":[{"crate":{"name":"cgl","version":"0.3.2","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#cgl@0.3.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for CGL on Mac","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cgl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cgl-0.3.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cgl-0.3.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/cgl-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"core-graphics","version":"0.23.2","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-graphics@0.23.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to Core Graphics for macOS","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-graphics-types","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"foreign-types","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core_graphics","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-0.23.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["link"],"elcapitan":[],"highsierra":[],"link":["core-foundation/link","core-graphics-types/link"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-0.23.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"MIT OR Apache-2.0","source_path":"LICENSE","used_by":[{"crate":{"name":"typenum","version":"1.17.0","authors":["Paho Lurie-Gregg ","Andre Bogus "],"id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.17.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Typenum is a Rust library for type-level numbers evaluated at\n compile time. It currently supports bits, unsigned integers, and signed\n integers. It also provides a type-level array of type-level numbers, but its\n implementation is incomplete.","dependencies":[{"name":"scale-info","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"typenum","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-main","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"const-generics":[],"force_unix_path_separator":[],"i128":[],"no_std":[],"scale-info":["dep:scale-info"],"scale_info":["scale-info/derive"],"strict":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/Cargo.toml","categories":["no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/paholg/typenum","homepage":null,"documentation":"https://docs.rs/typenum","edition":"2018","metadata":{"docs":{"rs":{"features":["i128","const-generics"],"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["i128","const-generics"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.37.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"MIT OR Apache-2.0\n","source_path":"LICENSE","used_by":[{"crate":{"name":"half","version":"2.4.1","authors":["Kathryn Long "],"id":"registry+https://github.com/rust-lang/crates.io-index#half@2.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.1","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":"normal","optional":true,"uses_default_features":false,"features":["libm"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_distr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crunchy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck_macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crunchy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"spirv\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"half","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"convert","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/benches/convert.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"bytemuck":["dep:bytemuck"],"default":["std"],"num-traits":["dep:num-traits"],"rand_distr":["dep:rand","dep:rand_distr"],"rkyv":["dep:rkyv"],"serde":["dep:serde"],"std":["alloc"],"use-intrinsics":[],"zerocopy":["dep:zerocopy"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/Cargo.toml","categories":["no-std","data-structures","encoding"],"keywords":["f16","bfloat16","no_std"],"readme":"README.md","repository":"https://github.com/starkat99/half-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null}]},{"name":"Apache License 2.0","id":"Apache-2.0","text":"Rust-chrono is dual-licensed under The MIT License [1] and\nApache 2.0 License [2]. Copyright (c) 2014--2017, Kang Seonghoon and\ncontributors.\n\nNota Bene: This is same as the Rust Project's own license.\n\n\n[1]: , which is reproduced below:\n\n~~~~\nThe MIT License (MIT)\n\nCopyright (c) 2014, Kang Seonghoon.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n~~~~\n\n\n[2]: , which is reproduced below:\n\n~~~~\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\nCopyright [yyyy] [name of copyright owner]\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\thttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n~~~~\n\n","source_path":"LICENSE.txt","used_by":[{"crate":{"name":"chrono","version":"0.4.38","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.38","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Date and time library for Rust","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pure-rust-locales","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.43","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.99","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"android-tzdata","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"iana-time-zone","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.45","kind":"normal","optional":true,"uses_default_features":true,"features":["fallback"],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"chrono","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"dateutils","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/tests/dateutils.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/tests/wasm.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"win_bindings","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/tests/win_bindings.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"__internal_bench":[],"alloc":[],"android-tzdata":["dep:android-tzdata"],"arbitrary":["dep:arbitrary"],"clock":["winapi","iana-time-zone","android-tzdata","now"],"default":["clock","std","oldtime","wasmbind"],"iana-time-zone":["dep:iana-time-zone"],"js-sys":["dep:js-sys"],"libc":[],"now":["std"],"oldtime":[],"pure-rust-locales":["dep:pure-rust-locales"],"rkyv":["dep:rkyv","rkyv/size_32"],"rkyv-16":["dep:rkyv","rkyv?/size_16"],"rkyv-32":["dep:rkyv","rkyv?/size_32"],"rkyv-64":["dep:rkyv","rkyv?/size_64"],"rkyv-validation":["rkyv?/validation"],"serde":["dep:serde"],"std":["alloc"],"unstable-locales":["pure-rust-locales"],"wasm-bindgen":["dep:wasm-bindgen"],"wasmbind":["wasm-bindgen","js-sys"],"winapi":["windows-targets"],"windows-targets":["dep:windows-targets"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/Cargo.toml","categories":["date-and-time"],"keywords":["date","time","calendar"],"readme":"README.md","repository":"https://github.com/chronotope/chrono","homepage":"https://github.com/chronotope/chrono","documentation":"https://docs.rs/chrono/","edition":"2021","metadata":{"docs":{"rs":{"features":["arbitrary","rkyv","serde","unstable-locales"],"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["serde"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"path":null}]},{"name":"BSD 2-Clause \"Simplified\" License","id":"BSD-2-Clause","text":"Copyright (c) 2015 David Roundy \nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the\n distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"arrayref","version":"0.3.9","authors":["David Roundy "],"id":"registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Macros to take array references of slices","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-2-Clause","license_file":null,"targets":[{"name":"arrayref","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.9/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"array_refs","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.9/examples/array_refs.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"array_refs_with_const","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.9/examples/array_refs_with_const.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"simple-case","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.9/examples/simple-case.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.9/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/droundy/arrayref","homepage":null,"documentation":"https://docs.rs/arrayref","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"BSD 3-Clause \"New\" or \"Revised\" License","id":"BSD-3-Clause","text":"Copyright (c) 2011 Google Inc. All rights reserved.\nCopyright (c) 2020 Yevhenii Reizner All rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in\n the documentation and/or other materials provided with the\n distribution.\n\n * Neither the name of the copyright holder nor the names of its\n contributors may be used to endorse or promote products derived\n from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nOWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"tiny-skia-path","version":"0.11.4","authors":["Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#tiny-skia-path@0.11.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A tiny-skia Bezier path implementation","dependencies":[{"name":"arrayref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"strict-num","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause","license_file":null,"targets":[{"name":"tiny_skia_path","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-path-0.11.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"libm":["dep:libm"],"no-std-float":["libm"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-path-0.11.4/Cargo.toml","categories":["graphics"],"keywords":["graphics","bezier","path","dash","stroke"],"readme":"README.md","repository":"https://github.com/RazrFalcon/tiny-skia/tree/master/path","homepage":null,"documentation":"https://docs.rs/tiny-skia-path/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"tiny-skia","version":"0.11.4","authors":["Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#tiny-skia@0.11.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A tiny Skia subset ported to Rust.","dependencies":[{"name":"arrayref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":false,"uses_default_features":true,"features":["aarch64_simd"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"png","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tiny-skia-path","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.4","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause","license_file":null,"targets":[{"name":"tiny_skia","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"fill","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/fill.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"hairline","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/hairline.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"image_on_image","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/image_on_image.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"large_image","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/large_image.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"linear_gradient","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/linear_gradient.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"mask","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/mask.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"pattern","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/pattern.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"stroke","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/stroke.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"integration","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/tests/integration/main.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["std","simd","png-format"],"no-std-float":["tiny-skia-path/no-std-float"],"png":["dep:png"],"png-format":["std","png"],"simd":[],"std":["tiny-skia-path/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/Cargo.toml","categories":["rendering"],"keywords":["2d","rendering","skia"],"readme":"README.md","repository":"https://github.com/RazrFalcon/tiny-skia","homepage":null,"documentation":"https://docs.rs/tiny-skia/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"BSD 3-Clause \"New\" or \"Revised\" License","id":"BSD-3-Clause","text":"Copyright (c) 2019, Sébastien Crozet\r\nAll rights reserved.\r\n\r\nRedistribution and use in source and binary forms, with or without\r\nmodification, are permitted provided that the following conditions are met:\r\n\r\n1. Redistributions of source code must retain the above copyright notice, this\r\n list of conditions and the following disclaimer.\r\n\r\n2. Redistributions in binary form must reproduce the above copyright notice,\r\n this list of conditions and the following disclaimer in the documentation\r\n and/or other materials provided with the distribution.\r\n\r\n3. Neither the name of the author nor the names of its contributors may be used\r\n to endorse or promote products derived from this software without specific\r\n prior written permission.\r\n\r\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\r\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\r\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\r\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\r\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\r\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\r\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\r\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r\n","source_path":"LICENSE","used_by":[{"crate":{"name":"instant","version":"0.1.13","authors":["sebcrozet "],"id":"registry+https://github.com/rust-lang/crates.io-index#instant@0.1.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"asmjs-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"stdweb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"asmjs-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"asmjs-unknown-emscripten","rename":"wasm-bindgen_rs","registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":["Window","Performance","PerformanceTiming"],"target":"asmjs-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"stdweb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-emscripten","rename":"wasm-bindgen_rs","registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":["Window","Performance","PerformanceTiming"],"target":"wasm32-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-unknown","rename":null,"registry":null,"path":null},{"name":"stdweb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-unknown","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-unknown","rename":"wasm-bindgen_rs","registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":["Window","Performance","PerformanceTiming"],"target":"wasm32-unknown-unknown","rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause","license_file":null,"targets":[{"name":"instant","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.13/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.13/tests/wasm.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"inaccurate":[],"js-sys":["dep:js-sys"],"now":[],"stdweb":["dep:stdweb"],"wasm-bindgen":["js-sys","wasm-bindgen_rs","web-sys"],"wasm-bindgen_rs":["dep:wasm-bindgen_rs"],"web-sys":["dep:web-sys"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.13/Cargo.toml","categories":[],"keywords":["time","wasm"],"readme":"README.md","repository":"https://github.com/sebcrozet/instant","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Boost Software License 1.0","id":"BSL-1.0","text":"Boost Software License - Version 1.0 - August 17th, 2003\n\nPermission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the \"Software\") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following:\n\nThe copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor.\n\nTHE 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","source_path":null,"used_by":[{"crate":{"name":"clipboard-win","version":"5.4.0","authors":["Douman "],"id":"registry+https://github.com/rust-lang/crates.io-index#clipboard-win@5.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Provides simple way to interact with Windows clipboard.","dependencies":[{"name":"error-code","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-win","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"BSL-1.0","license_file":null,"targets":[{"name":"clipboard_win","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.4.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"formats","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.4.0/tests/formats.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"monitor","kind":["test"],"crate_types":["bin"],"required-features":["monitor"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.4.0/tests/monitor.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_clip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.4.0/tests/test_clip.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"monitor":["windows-win"],"std":["error-code/std"],"windows-win":["dep:windows-win"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.4.0/Cargo.toml","categories":["os::windows-apis"],"keywords":["Windows","winapi","clipboard"],"readme":"README.md","repository":"https://github.com/DoumanAsh/clipboard-win","homepage":null,"documentation":"https://docs.rs/crate/clipboard-win","edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","features":["monitor"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"error-code","version":"3.3.1","authors":["Douman "],"id":"registry+https://github.com/rust-lang/crates.io-index#error-code@3.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Error code","dependencies":[],"license":"BSL-1.0","license_file":null,"targets":[{"name":"error_code","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/error-code-3.3.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"error_code","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/error-code-3.3.1/tests/error_code.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/error-code-3.3.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/DoumanAsh/error-code","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["std"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"Common Development and Distribution License 1.0","id":"CDDL-1.0","text":"Unless otherwise noted, all files in this distribution are released\nunder the Common Development and Distribution License (CDDL).\nExceptions are noted within the associated source files.\n\n--------------------------------------------------------------------\n\n\nCOMMON DEVELOPMENT AND DISTRIBUTION LICENSE Version 1.0\n\n1. Definitions.\n\n 1.1. \"Contributor\" means each individual or entity that creates\n or contributes to the creation of Modifications.\n\n 1.2. \"Contributor Version\" means the combination of the Original\n Software, prior Modifications used by a Contributor (if any),\n and the Modifications made by that particular Contributor.\n\n 1.3. \"Covered Software\" means (a) the Original Software, or (b)\n Modifications, or (c) the combination of files containing\n Original Software with files containing Modifications, in\n each case including portions thereof.\n\n 1.4. \"Executable\" means the Covered Software in any form other\n than Source Code.\n\n 1.5. \"Initial Developer\" means the individual or entity that first\n makes Original Software available under this License.\n\n 1.6. \"Larger Work\" means a work which combines Covered Software or\n portions thereof with code not governed by the terms of this\n License.\n\n 1.7. \"License\" means this document.\n\n 1.8. \"Licensable\" means having the right to grant, to the maximum\n extent possible, whether at the time of the initial grant or\n subsequently acquired, any and all of the rights conveyed\n herein.\n\n 1.9. \"Modifications\" means the Source Code and Executable form of\n any of the following:\n\n A. Any file that results from an addition to, deletion from or\n modification of the contents of a file containing Original\n Software or previous Modifications;\n\n B. Any new file that contains any part of the Original\n Software or previous Modifications; or\n\n C. Any new file that is contributed or otherwise made\n available under the terms of this License.\n\n 1.10. \"Original Software\" means the Source Code and Executable\n form of computer software code that is originally released\n under this License.\n\n 1.11. \"Patent Claims\" means any patent claim(s), now owned or\n hereafter acquired, including without limitation, method,\n process, and apparatus claims, in any patent Licensable by\n grantor.\n\n 1.12. \"Source Code\" means (a) the common form of computer software\n code in which modifications are made and (b) associated\n documentation included in or with such code.\n\n 1.13. \"You\" (or \"Your\") means an individual or a legal entity\n exercising rights under, and complying with all of the terms\n of, this License. For legal entities, \"You\" includes any\n entity which controls, is controlled by, or is under common\n control with You. For purposes of this definition,\n \"control\" means (a) the power, direct or indirect, to cause\n the direction or management of such entity, whether by\n contract or otherwise, or (b) ownership of more than fifty\n percent (50%) of the outstanding shares or beneficial\n ownership of such entity.\n\n2. License Grants.\n\n 2.1. The Initial Developer Grant.\n\n Conditioned upon Your compliance with Section 3.1 below and\n subject to third party intellectual property claims, the Initial\n Developer hereby grants You a world-wide, royalty-free,\n non-exclusive license:\n\n (a) under intellectual property rights (other than patent or\n trademark) Licensable by Initial Developer, to use,\n reproduce, modify, display, perform, sublicense and\n distribute the Original Software (or portions thereof),\n with or without Modifications, and/or as part of a Larger\n Work; and\n\n (b) under Patent Claims infringed by the making, using or\n selling of Original Software, to make, have made, use,\n practice, sell, and offer for sale, and/or otherwise\n dispose of the Original Software (or portions thereof).\n\n (c) The licenses granted in Sections 2.1(a) and (b) are\n effective on the date Initial Developer first distributes\n or otherwise makes the Original Software available to a\n third party under the terms of this License.\n\n (d) Notwithstanding Section 2.1(b) above, no patent license is\n granted: (1) for code that You delete from the Original\n Software, or (2) for infringements caused by: (i) the\n modification of the Original Software, or (ii) the\n combination of the Original Software with other software\n or devices.\n\n 2.2. Contributor Grant.\n\n Conditioned upon Your compliance with Section 3.1 below and\n subject to third party intellectual property claims, each\n Contributor hereby grants You a world-wide, royalty-free,\n non-exclusive license:\n\n (a) under intellectual property rights (other than patent or\n trademark) Licensable by Contributor to use, reproduce,\n modify, display, perform, sublicense and distribute the\n Modifications created by such Contributor (or portions\n thereof), either on an unmodified basis, with other\n Modifications, as Covered Software and/or as part of a\n Larger Work; and\n\n (b) under Patent Claims infringed by the making, using, or\n selling of Modifications made by that Contributor either\n alone and/or in combination with its Contributor Version\n (or portions of such combination), to make, use, sell,\n offer for sale, have made, and/or otherwise dispose of:\n (1) Modifications made by that Contributor (or portions\n thereof); and (2) the combination of Modifications made by\n that Contributor with its Contributor Version (or portions\n of such combination).\n\n (c) The licenses granted in Sections 2.2(a) and 2.2(b) are\n effective on the date Contributor first distributes or\n otherwise makes the Modifications available to a third\n party.\n\n (d) Notwithstanding Section 2.2(b) above, no patent license is\n granted: (1) for any code that Contributor has deleted\n from the Contributor Version; (2) for infringements caused\n by: (i) third party modifications of Contributor Version,\n or (ii) the combination of Modifications made by that\n Contributor with other software (except as part of the\n Contributor Version) or other devices; or (3) under Patent\n Claims infringed by Covered Software in the absence of\n Modifications made by that Contributor.\n\n3. Distribution Obligations.\n\n 3.1. Availability of Source Code.\n\n Any Covered Software that You distribute or otherwise make\n available in Executable form must also be made available in Source\n Code form and that Source Code form must be distributed only under\n the terms of this License. You must include a copy of this\n License with every copy of the Source Code form of the Covered\n Software You distribute or otherwise make available. You must\n inform recipients of any such Covered Software in Executable form\n as to how they can obtain such Covered Software in Source Code\n form in a reasonable manner on or through a medium customarily\n used for software exchange.\n\n 3.2. Modifications.\n\n The Modifications that You create or to which You contribute are\n governed by the terms of this License. You represent that You\n believe Your Modifications are Your original creation(s) and/or\n You have sufficient rights to grant the rights conveyed by this\n License.\n\n 3.3. Required Notices.\n\n You must include a notice in each of Your Modifications that\n identifies You as the Contributor of the Modification. You may\n not remove or alter any copyright, patent or trademark notices\n contained within the Covered Software, or any notices of licensing\n or any descriptive text giving attribution to any Contributor or\n the Initial Developer.\n\n 3.4. Application of Additional Terms.\n\n You may not offer or impose any terms on any Covered Software in\n Source Code form that alters or restricts the applicable version\n of this License or the recipients' rights hereunder. You may\n choose to offer, and to charge a fee for, warranty, support,\n indemnity or liability obligations to one or more recipients of\n Covered Software. However, you may do so only on Your own behalf,\n and not on behalf of the Initial Developer or any Contributor.\n You must make it absolutely clear that any such warranty, support,\n indemnity or liability obligation is offered by You alone, and You\n hereby agree to indemnify the Initial Developer and every\n Contributor for any liability incurred by the Initial Developer or\n such Contributor as a result of warranty, support, indemnity or\n liability terms You offer.\n\n 3.5. Distribution of Executable Versions.\n\n You may distribute the Executable form of the Covered Software\n under the terms of this License or under the terms of a license of\n Your choice, which may contain terms different from this License,\n provided that You are in compliance with the terms of this License\n and that the license for the Executable form does not attempt to\n limit or alter the recipient's rights in the Source Code form from\n the rights set forth in this License. If You distribute the\n Covered Software in Executable form under a different license, You\n must make it absolutely clear that any terms which differ from\n this License are offered by You alone, not by the Initial\n Developer or Contributor. You hereby agree to indemnify the\n Initial Developer and every Contributor for any liability incurred\n by the Initial Developer or such Contributor as a result of any\n such terms You offer.\n\n 3.6. Larger Works.\n\n You may create a Larger Work by combining Covered Software with\n other code not governed by the terms of this License and\n distribute the Larger Work as a single product. In such a case,\n You must make sure the requirements of this License are fulfilled\n for the Covered Software.\n\n4. Versions of the License.\n\n 4.1. New Versions.\n\n Sun Microsystems, Inc. is the initial license steward and may\n publish revised and/or new versions of this License from time to\n time. Each version will be given a distinguishing version number.\n Except as provided in Section 4.3, no one other than the license\n steward has the right to modify this License.\n\n 4.2. Effect of New Versions.\n\n You may always continue to use, distribute or otherwise make the\n Covered Software available under the terms of the version of the\n License under which You originally received the Covered Software.\n If the Initial Developer includes a notice in the Original\n Software prohibiting it from being distributed or otherwise made\n available under any subsequent version of the License, You must\n distribute and make the Covered Software available under the terms\n of the version of the License under which You originally received\n the Covered Software. Otherwise, You may also choose to use,\n distribute or otherwise make the Covered Software available under\n the terms of any subsequent version of the License published by\n the license steward.\n\n 4.3. Modified Versions.\n\n When You are an Initial Developer and You want to create a new\n license for Your Original Software, You may create and use a\n modified version of this License if You: (a) rename the license\n and remove any references to the name of the license steward\n (except to note that the license differs from this License); and\n (b) otherwise make it clear that the license contains terms which\n differ from this License.\n\n5. DISCLAIMER OF WARRANTY.\n\n COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN \"AS IS\"\n BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,\n INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED\n SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR\n PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND\n PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY\n COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE\n INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY\n NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF\n WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF\n ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS\n DISCLAIMER.\n\n6. TERMINATION.\n\n 6.1. This License and the rights granted hereunder will terminate\n automatically if You fail to comply with terms herein and fail to\n cure such breach within 30 days of becoming aware of the breach.\n Provisions which, by their nature, must remain in effect beyond\n the termination of this License shall survive.\n\n 6.2. If You assert a patent infringement claim (excluding\n declaratory judgment actions) against Initial Developer or a\n Contributor (the Initial Developer or Contributor against whom You\n assert such claim is referred to as \"Participant\") alleging that\n the Participant Software (meaning the Contributor Version where\n the Participant is a Contributor or the Original Software where\n the Participant is the Initial Developer) directly or indirectly\n infringes any patent, then any and all rights granted directly or\n indirectly to You by such Participant, the Initial Developer (if\n the Initial Developer is not the Participant) and all Contributors\n under Sections 2.1 and/or 2.2 of this License shall, upon 60 days\n notice from Participant terminate prospectively and automatically\n at the expiration of such 60 day notice period, unless if within\n such 60 day period You withdraw Your claim with respect to the\n Participant Software against such Participant either unilaterally\n or pursuant to a written agreement with Participant.\n\n 6.3. In the event of termination under Sections 6.1 or 6.2 above,\n all end user licenses that have been validly granted by You or any\n distributor hereunder prior to termination (excluding licenses\n granted to You by any distributor) shall survive termination.\n\n7. LIMITATION OF LIABILITY.\n\n UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT\n (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE\n INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF\n COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE\n LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR\n CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT\n LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK\n STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER\n COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN\n INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF\n LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL\n INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT\n APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO\n NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR\n CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT\n APPLY TO YOU.\n\n8. U.S. GOVERNMENT END USERS.\n\n The Covered Software is a \"commercial item,\" as that term is\n defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of \"commercial\n computer software\" (as that term is defined at 48\n C.F.R. 252.227-7014(a)(1)) and \"commercial computer software\n documentation\" as such terms are used in 48 C.F.R. 12.212\n (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48\n C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all\n U.S. Government End Users acquire Covered Software with only those\n rights set forth herein. This U.S. Government Rights clause is in\n lieu of, and supersedes, any other FAR, DFAR, or other clause or\n provision that addresses Government rights in computer software\n under this License.\n\n9. MISCELLANEOUS.\n\n This License represents the complete agreement concerning subject\n matter hereof. If any provision of this License is held to be\n unenforceable, such provision shall be reformed only to the extent\n necessary to make it enforceable. This License shall be governed\n by the law of the jurisdiction specified in a notice contained\n within the Original Software (except to the extent applicable law,\n if any, provides otherwise), excluding such jurisdiction's\n conflict-of-law provisions. Any litigation relating to this\n License shall be subject to the jurisdiction of the courts located\n in the jurisdiction and venue specified in a notice contained\n within the Original Software, with the losing party responsible\n for costs, including, without limitation, court costs and\n reasonable attorneys' fees and expenses. The application of the\n United Nations Convention on Contracts for the International Sale\n of Goods is expressly excluded. Any law or regulation which\n provides that the language of a contract shall be construed\n against the drafter shall not apply to this License. You agree\n that You alone are responsible for compliance with the United\n States export administration regulations (and the export control\n laws and regulation of any other countries) when You use,\n distribute or otherwise make available any Covered Software.\n\n10. RESPONSIBILITY FOR CLAIMS.\n\n As between Initial Developer and the Contributors, each party is\n responsible for claims and damages arising, directly or\n indirectly, out of its utilization of rights under this License\n and You agree to work with Initial Developer and Contributors to\n distribute such responsibility on an equitable basis. Nothing\n herein is intended or shall be deemed to constitute any admission\n of liability.\n\n--------------------------------------------------------------------\n\nNOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND\nDISTRIBUTION LICENSE (CDDL)\n\nFor Covered Software in this distribution, this License shall\nbe governed by the laws of the State of California (excluding\nconflict-of-law provisions).\n\nAny litigation relating to this License shall be subject to the\njurisdiction of the Federal Courts of the Northern District of\nCalifornia and the state courts of the State of California, with\nvenue lying in Santa Clara County, California.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"inferno","version":"0.11.21","authors":["Jon Gjengset "],"id":"registry+https://github.com/rust-lang/crates.io-index#inferno@0.11.21","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust port of the FlameGraph performance profiling tool suite","dependencies":[{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dashmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is-terminal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-format","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quick-xml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.26","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rgb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"str_stack","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_cmd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libflate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"maplit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"testing_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(any())","rename":null,"registry":null,"path":null},{"name":"rle-decode-fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(any())","rename":null,"registry":null,"path":null}],"license":"CDDL-1.0","license_file":null,"targets":[{"name":"inferno","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"inferno-collapse-dtrace","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/collapse-dtrace.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-ghcprof","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/collapse-ghcprof.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-guess","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/collapse-guess.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-perf","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/collapse-perf.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-recursive","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/collapse-recursive.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-sample","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/collapse-sample.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-vsprof","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/collapse-vsprof.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-vtune","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/collapse-vtune.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-diff-folded","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/diff-folded.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-flamegraph","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/flamegraph.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"collapse","kind":["bench"],"crate_types":["bin"],"required-features":["multithreaded"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/benches/collapse.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"flamegraph","kind":["bench"],"crate_types":["bin"],"required-features":["multithreaded"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/benches/flamegraph.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"clap":["dep:clap"],"cli":["clap","env_logger"],"crossbeam-channel":["dep:crossbeam-channel"],"crossbeam-utils":["dep:crossbeam-utils"],"dashmap":["dep:dashmap"],"default":["cli","multithreaded","nameattr"],"env_logger":["dep:env_logger"],"indexmap":["dep:indexmap"],"multithreaded":["dashmap","crossbeam-utils","crossbeam-channel"],"nameattr":["indexmap"],"regex":["dep:regex"],"rle-decode-fast":["dep:rle-decode-fast"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/Cargo.toml","categories":["command-line-utilities","development-tools::profiling","visualization"],"keywords":["perf","flamegraph","profiling"],"readme":"README.md","repository":"https://github.com/jonhoo/inferno.git","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.71.0"},"path":null}]},{"name":"GNU General Public License v3.0 only","id":"GPL-3.0","text":" GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. \n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n Preamble\n\n The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works. By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users. We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors. You can apply it to\nyour programs, too.\n\n When we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights. Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received. You must make sure that they, too, receive\nor can get the source code. And you must show them these terms so they\nknow their rights.\n\n Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software. For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so. This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software. The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable. Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts. If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary. To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n The precise terms and conditions for copying, distribution and\nmodification follow.\n\n TERMS AND CONDITIONS\n\n 0. Definitions.\n\n \"This License\" refers to version 3 of the GNU General Public License.\n\n \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n \"The Program\" refers to any copyrightable work licensed under this\nLicense. Each licensee is addressed as \"you\". \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy. The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy. Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies. Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License. If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n 1. Source Code.\n\n The \"source code\" for a work means the preferred form of the work\nfor making modifications to it. \"Object code\" means any non-source\nform of a work.\n\n A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form. A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities. However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work. For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n The Corresponding Source for a work in source code form is that\nsame work.\n\n 2. Basic Permissions.\n\n All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met. This License explicitly affirms your unlimited\npermission to run the unmodified Program. The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work. This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force. You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright. Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n Conveying under any other circumstances is permitted solely under\nthe conditions stated below. Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n 3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n 4. Conveying Verbatim Copies.\n\n You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n 5. Conveying Modified Source Versions.\n\n You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n a) The work must carry prominent notices stating that you modified\n it, and giving a relevant date.\n\n b) The work must carry prominent notices stating that it is\n released under this License and any conditions added under section\n 7. This requirement modifies the requirement in section 4 to\n \"keep intact all notices\".\n\n c) You must license the entire work, as a whole, under this\n License to anyone who comes into possession of a copy. This\n License will therefore apply, along with any applicable section 7\n additional terms, to the whole of the work, and all its parts,\n regardless of how they are packaged. This License gives no\n permission to license the work in any other way, but it does not\n invalidate such permission if you have separately received it.\n\n d) If the work has interactive user interfaces, each must display\n Appropriate Legal Notices; however, if the Program has interactive\n interfaces that do not display Appropriate Legal Notices, your\n work need not make them do so.\n\n A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit. Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n 6. Conveying Non-Source Forms.\n\n You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n a) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by the\n Corresponding Source fixed on a durable physical medium\n customarily used for software interchange.\n\n b) Convey the object code in, or embodied in, a physical product\n (including a physical distribution medium), accompanied by a\n written offer, valid for at least three years and valid for as\n long as you offer spare parts or customer support for that product\n model, to give anyone who possesses the object code either (1) a\n copy of the Corresponding Source for all the software in the\n product that is covered by this License, on a durable physical\n medium customarily used for software interchange, for a price no\n more than your reasonable cost of physically performing this\n conveying of source, or (2) access to copy the\n Corresponding Source from a network server at no charge.\n\n c) Convey individual copies of the object code with a copy of the\n written offer to provide the Corresponding Source. This\n alternative is allowed only occasionally and noncommercially, and\n only if you received the object code with such an offer, in accord\n with subsection 6b.\n\n d) Convey the object code by offering access from a designated\n place (gratis or for a charge), and offer equivalent access to the\n Corresponding Source in the same way through the same place at no\n further charge. You need not require recipients to copy the\n Corresponding Source along with the object code. If the place to\n copy the object code is a network server, the Corresponding Source\n may be on a different server (operated by you or a third party)\n that supports equivalent copying facilities, provided you maintain\n clear directions next to the object code saying where to find the\n Corresponding Source. Regardless of what server hosts the\n Corresponding Source, you remain obligated to ensure that it is\n available for as long as needed to satisfy these requirements.\n\n e) Convey the object code using peer-to-peer transmission, provided\n you inform other peers where the object code and Corresponding\n Source of the work are being offered to the general public at no\n charge under subsection 6d.\n\n A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling. In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage. For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product. A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source. The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information. But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed. Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n 7. Additional Terms.\n\n \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law. If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit. (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.) You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n a) Disclaiming warranty or limiting liability differently from the\n terms of sections 15 and 16 of this License; or\n\n b) Requiring preservation of specified reasonable legal notices or\n author attributions in that material or in the Appropriate Legal\n Notices displayed by works containing it; or\n\n c) Prohibiting misrepresentation of the origin of that material, or\n requiring that modified versions of such material be marked in\n reasonable ways as different from the original version; or\n\n d) Limiting the use for publicity purposes of names of licensors or\n authors of the material; or\n\n e) Declining to grant rights under trademark law for use of some\n trade names, trademarks, or service marks; or\n\n f) Requiring indemnification of licensors and authors of that\n material by anyone who conveys the material (or modified versions of\n it) with contractual assumptions of liability to the recipient, for\n any liability that these contractual assumptions directly impose on\n those licensors and authors.\n\n All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10. If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term. If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n 8. Termination.\n\n You may not propagate or modify a covered work except as expressly\nprovided under this License. Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License. If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n 9. Acceptance Not Required for Having Copies.\n\n You are not required to accept this License in order to receive or\nrun a copy of the Program. Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance. However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work. These actions infringe copyright if you do\nnot accept this License. Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n 10. Automatic Licensing of Downstream Recipients.\n\n Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License. You are not responsible\nfor enforcing compliance by third parties with this License.\n\n An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations. If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License. For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n 11. Patents.\n\n A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based. The\nwork thus licensed is called the contributor's \"contributor version\".\n\n A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version. For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement). To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients. \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License. You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n 12. No Surrender of Others' Freedom.\n\n If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all. For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n 13. Use with the GNU Affero General Public License.\n\n Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work. The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n 14. Revised Versions of this License.\n\n The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time. Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n Each version is given a distinguishing version number. If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation. If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n Later license versions may give you additional or different\npermissions. However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n 15. Disclaimer of Warranty.\n\n THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n 16. Limitation of Liability.\n\n IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n 17. Interpretation of Sections 15 and 16.\n\n If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n END OF TERMS AND CONDITIONS\n","source_path":"/home/va_erie/Projects/ntscrs/crates/gui/LICENSE","used_by":[{"crate":{"name":"gui","version":"0.8.1","authors":[],"id":"path+file:///home/va_erie/Projects/ntscrs/crates/gui#0.8.1","source":null,"description":null,"dependencies":[{"name":"arboard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"eframe","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29","kind":"normal","optional":false,"uses_default_features":true,"features":["persistence"],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-base","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-controller","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-video","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"logos","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ntscrs","source":null,"req":"*","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":"/home/va_erie/Projects/ntscrs/crates/ntscrs"},{"name":"open","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rfd","source":"git+https://github.com/PolyMeilex/rfd?rev=665230c","req":"*","kind":"normal","optional":false,"uses_default_features":false,"features":["gtk3"],"target":null,"rename":null,"registry":null,"path":null},{"name":"snafu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tinyjson","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"embed-resource","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"GPL-3.0","license_file":null,"targets":[{"name":"gui","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/gui/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"ntsc-rs-launcher","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/gui/src/bin/ntsc-rs-launcher.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"ntsc-rs-standalone","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/gui/src/bin/ntsc-rs-standalone.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/gui/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/Projects/ntscrs/crates/gui/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/valadaptive/ntsc-rs/tree/main/crates/gui","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":"ntsc-rs-standalone","rust_version":null},"path":null}]},{"name":"ISC License","id":"ISC","text":"Copyright © 2015, Simonas Kazlauskas\n\nPermission to use, copy, modify, and/or distribute this software for any purpose with or without\nfee is hereby granted, provided that the above copyright notice and this permission notice appear\nin all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\nSOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE\nAUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,\nNEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF\nTHIS SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"libloading","version":"0.8.5","authors":["Simonas Kazlauskas "],"id":"registry+https://github.com/rust-lang/crates.io-index#libloading@0.8.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.48, <0.53","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"dev","optional":false,"uses_default_features":true,"features":["Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"ISC","license_file":null,"targets":[{"name":"libloading","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.5/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"constants","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.5/tests/constants.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"functions","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.5/tests/functions.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"library_filename","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.5/tests/library_filename.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"markers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.5/tests/markers.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"windows","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.5/tests/windows.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.5/Cargo.toml","categories":["api-bindings"],"keywords":["dlopen","load","shared","dylib"],"readme":"README.mkd","repository":"https://github.com/nagisa/rust_libloading/","homepage":null,"documentation":"https://docs.rs/libloading/","edition":"2015","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","libloading_docs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":" MIT License\n\n Copyright (c) Microsoft Corporation. All rights reserved.\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE\n","source_path":"LICENSE","used_by":[{"crate":{"name":"uds_windows","version":"1.1.0","authors":["Azure IoT Edge Devs","Harald Hoyer "],"id":"registry+https://github.com/rust-lang/crates.io-index#uds_windows@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Unix Domain Sockets for Windows!","dependencies":[{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["winsock2","ws2def","minwinbase","ntdef","processthreadsapi","handleapi","ws2tcpip","winbase"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"uds_windows","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uds_windows-1.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uds_windows-1.1.0/Cargo.toml","categories":["os::windows-apis"],"keywords":["windows","uds","unix","domain","sockets"],"readme":"README.md","repository":"https://github.com/haraldh/rust_uds_windows","homepage":null,"documentation":null,"edition":"2015","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2015 Elinor Berger\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","source_path":"LICENSE.txt","used_by":[{"crate":{"name":"wayland-backend","version":"0.3.7","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-backend@0.3.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Low-level bindings to the Wayland protocol","dependencies":[{"name":"downcast-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.17","kind":"normal","optional":false,"uses_default_features":true,"features":["event","fs","net","process"],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_06","registry":null,"path":null},{"name":"scoped-tls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9","kind":"normal","optional":false,"uses_default_features":true,"features":["union","const_generics","const_new"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"concat-idents","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_backend","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.7/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"rs_sys_impls","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.7/tests/rs_sys_impls.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.7/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"client_system":["wayland-sys/client"],"dlopen":["wayland-sys/dlopen"],"log":["dep:log"],"raw-window-handle":["dep:raw-window-handle"],"rwh_06":["dep:rwh_06"],"server_system":["wayland-sys/server"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.7/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-backend/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"wayland-client","version":"0.31.6","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-client@0.31.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to the standard C implementation of the wayland protocol, client side.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.0","kind":"normal","optional":false,"uses_default_features":true,"features":["event"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_client","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"list_globals","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.6/examples/list_globals.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_globals_no_dispatch","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.6/examples/list_globals_no_dispatch.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.6/examples/simple_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.6/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"log":["dep:log"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.6/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-client/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"wayland-cursor","version":"0.31.6","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-cursor@0.31.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to libwayland-cursor.","dependencies":[{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.15","kind":"normal","optional":false,"uses_default_features":true,"features":["shm"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xcursor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_cursor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-cursor-0.31.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-cursor-0.31.6/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-cursor/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"wayland-protocols-plasma","version":"0.3.4","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols-plasma@0.3.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated API for the Plasma wayland protocol extensions","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-server","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_protocols_plasma","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-plasma-0.3.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"client":["wayland-client","wayland-protocols/client"],"server":["wayland-server","wayland-protocols/server"],"wayland-client":["dep:wayland-client"],"wayland-server":["dep:wayland-server"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-plasma-0.3.4/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client","server","protocol","extension"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-protocols-plasma/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"wayland-protocols-wlr","version":"0.3.4","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols-wlr@0.3.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated API for the WLR wayland protocol extensions","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-server","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_protocols_wlr","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-wlr-0.3.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"client":["wayland-client","wayland-protocols/client"],"server":["wayland-server","wayland-protocols/server"],"wayland-client":["dep:wayland-client"],"wayland-server":["dep:wayland-server"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-wlr-0.3.4/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client","server","protocol","extension"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-protocols-wlr/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"wayland-protocols","version":"0.32.4","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols@0.32.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated API for the officials wayland protocol extensions","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-server","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_protocols","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-0.32.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"client":["wayland-client"],"server":["wayland-server"],"staging":[],"unstable":[],"wayland-client":["dep:wayland-client"],"wayland-server":["dep:wayland-server"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-0.32.4/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client","server","protocol","extension"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-protocols/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"wayland-scanner","version":"0.31.5","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-scanner@0.31.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Wayland Scanner for generating rust APIs from XML wayland protocol files.","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quick-xml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.36.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"similar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_scanner","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-scanner-0.31.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-scanner-0.31.5/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","codegen"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-scanner/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null},{"crate":{"name":"wayland-sys","version":"0.31.5","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-sys@0.31.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.","dependencies":[{"name":"dlib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-sys-0.31.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-sys-0.31.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"client":[],"cursor":["client"],"dlopen":["once_cell"],"egl":["client"],"libc":["dep:libc"],"memoffset":["dep:memoffset"],"once_cell":["dep:once_cell"],"server":["libc","memoffset"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-sys-0.31.5/Cargo.toml","categories":["external-ffi-bindings"],"keywords":[],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2015 Igor Shaula\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"winreg","version":"0.52.0","authors":["Igor Shaula "],"id":"registry+https://github.com/rust-lang/crates.io-index#winreg@0.52.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings to MS Windows Registry API","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_System_Time","Win32_System_Registry","Win32_Security","Win32_Storage_FileSystem","Win32_System_Diagnostics_Debug"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-transcode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"winreg","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"basic_usage","kind":["example"],"crate_types":["bin"],"required-features":["chrono"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/basic_usage.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"enum","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/enum.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"installed_apps","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/installed_apps.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"load_app_key","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/load_app_key.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"map_key_serialization","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/map_key_serialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"reg2json","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/reg2json.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"serialization","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/serialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"transacted_serialization","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/transacted_serialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"transactions","kind":["example"],"crate_types":["bin"],"required-features":["transactions"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/transactions.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"reg_key","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/tests/reg_key.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"reg_value","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/tests/reg_value.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serialization","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/tests/serialization.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"chrono":["dep:chrono"],"serde":["dep:serde"],"serialization-serde":["transactions","serde"],"transactions":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/Cargo.toml","categories":["api-bindings","os::windows-apis"],"keywords":["Windows","WinSDK","Registry"],"readme":"README.md","repository":"https://github.com/gentoo90/winreg-rs","homepage":null,"documentation":"https://docs.rs/winreg","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"targets":["x86_64-pc-windows-msvc","i686-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2015 Victor Berger\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.","source_path":"LICENSE.txt","used_by":[{"crate":{"name":"dlib","version":"0.5.2","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#dlib@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Helper macros for handling manually loading optional system libraries.","dependencies":[{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.7, <0.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"dlib","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.5.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.5.2/Cargo.toml","categories":["api-bindings"],"keywords":["dylib","dlopen"],"readme":"README.md","repository":"https://github.com/elinorbgr/dlib","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2017 Gilad Naaman\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","source_path":"LICENSE","used_by":[{"crate":{"name":"memoffset","version":"0.7.1","authors":["Gilad Naaman "],"id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.7.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"offset_of functionality for Rust structs.","dependencies":[{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"memoffset","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":[],"unstable_const":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/Cargo.toml","categories":["no-std"],"keywords":["mem","offset","offset_of","offsetof"],"readme":"README.md","repository":"https://github.com/Gilnaa/memoffset","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"memoffset","version":"0.9.1","authors":["Gilad Naaman "],"id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"offset_of functionality for Rust structs.","dependencies":[{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"memoffset","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":[],"unstable_const":[],"unstable_offset_of":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/Cargo.toml","categories":["no-std"],"keywords":["mem","offset","offset_of","offsetof"],"readme":"README.md","repository":"https://github.com/Gilnaa/memoffset","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2017 Redox OS Developers\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"redox_syscall","version":"0.4.1","authors":["Jeremy Soller "],"id":"registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust library to access raw Redox system calls","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"syscall","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.4.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"core":["dep:core"],"rustc-dep-of-std":["core","bitflags/rustc-dep-of-std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.4.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/syscall","homepage":null,"documentation":"https://docs.rs/redox_syscall","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"redox_syscall","version":"0.5.6","authors":["Jeremy Soller "],"id":"registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.5.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust library to access raw Redox system calls","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"syscall","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.5.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"core":["dep:core"],"default":["userspace"],"rustc-dep-of-std":["core","bitflags/rustc-dep-of-std"],"std":[],"userspace":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.5.6/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/syscall","homepage":null,"documentation":"https://docs.rs/redox_syscall","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2017 Tim Visée\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","source_path":"LICENSE","used_by":[{"crate":{"name":"version-compare","version":"0.2.0","authors":["Tim Visee <3a4fb3964f@sinenomine.email>"],"id":"registry+https://github.com/rust-lang/crates.io-index#version-compare@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust library to easily compare version numbers with no specific format, and test against various comparison operators.","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"version_compare","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version-compare-0.2.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"example","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version-compare-0.2.0/examples/example.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"minimal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version-compare-0.2.0/examples/minimal.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version-compare-0.2.0/Cargo.toml","categories":["parser-implementations","parsing"],"keywords":["version","compare","comparison","comparing"],"readme":"README.md","repository":"https://gitlab.com/timvisee/version-compare","homepage":"https://timvisee.com/projects/version-compare/","documentation":"https://docs.rs/version-compare","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2018 Carl Lerche\n\nPermission is hereby granted, free of charge, to any\nperson obtaining a copy of this software and associated\ndocumentation files (the \"Software\"), to deal in the\nSoftware without restriction, including without\nlimitation the rights to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software\nis furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice\nshall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF\nANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED\nTO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\nPARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT\nSHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"bytes","version":"1.7.2","authors":["Carl Lerche ","Sean McArthur "],"id":"registry+https://github.com/rust-lang/crates.io-index#bytes@1.7.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Types and traits for working with bytes","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"bytes","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test_buf","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_buf.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_buf_mut","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_buf_mut.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_bytes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_bytes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_bytes_odd_alloc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_bytes_odd_alloc.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_bytes_vec_alloc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_bytes_vec_alloc.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_chain","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_chain.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_debug","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_debug.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_iter","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_iter.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_reader","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_reader.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_serde.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_take","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_take.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"buf","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/benches/buf.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"bytes","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/benches/bytes.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"bytes_mut","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/benches/bytes_mut.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/Cargo.toml","categories":["network-programming","data-structures"],"keywords":["buffers","zero-copy","io"],"readme":"README.md","repository":"https://github.com/tokio-rs/bytes","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.39.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2018 Lucas Timmins & Victor Berger\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"smithay-clipboard","version":"0.7.2","authors":["Kirill Chibisov ","Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#smithay-clipboard@0.7.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Provides access to the wayland clipboard for client applications.","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smithay-client-toolkit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19.2","kind":"normal","optional":false,"uses_default_features":false,"features":["calloop"],"target":null,"rename":"sctk","registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":false,"uses_default_features":false,"features":["client_system"],"target":null,"rename":null,"registry":null,"path":null},{"name":"smithay-client-toolkit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19.2","kind":"dev","optional":false,"uses_default_features":false,"features":["calloop","xkbcommon"],"target":null,"rename":"sctk","registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"smithay_clipboard","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"clipboard","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.2/examples/clipboard.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["dlopen"],"dlopen":["wayland-backend/dlopen"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.2/Cargo.toml","categories":[],"keywords":["clipboard","wayland"],"readme":"README.md","repository":"https://github.com/smithay/smithay-clipboard","homepage":null,"documentation":"https://smithay.github.io/smithay-clipboard","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2018 Victor Berger\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.","source_path":"LICENSE.txt","used_by":[{"crate":{"name":"smithay-client-toolkit","version":"0.19.2","authors":["Elinor Berger ","i509VCB ","Ashley Wulber "],"id":"registry+https://github.com/rust-lang/crates.io-index#smithay-client-toolkit@0.19.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Toolkit for making client wayland applications.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"calloop","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"calloop-wayland-source","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cursor-icon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.148","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.15","kind":"normal","optional":false,"uses_default_features":true,"features":["fs","pipe","shm"],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.30","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-csd-frame","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-cursor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32.1","kind":"normal","optional":false,"uses_default_features":true,"features":["client","staging","unstable"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols-wlr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":false,"uses_default_features":true,"features":["client"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xkbcommon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":true,"uses_default_features":true,"features":["wayland"],"target":null,"rename":null,"registry":null,"path":null},{"name":"xkeysym","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"drm-fourcc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"font-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pollster","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raqote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"smithay_client_toolkit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"data_device","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/data_device.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"dmabuf_formats","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/dmabuf_formats.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"generic_list_seats","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/generic_list_seats.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"generic_simple_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/generic_simple_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"image_viewer","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/image_viewer.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"image_viewporter","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/image_viewporter.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_outputs","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/list_outputs.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_seats","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/list_seats.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_shm_formats","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/list_shm_formats.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"relative_pointer","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/relative_pointer.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"session_lock","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/session_lock.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_layer","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/simple_layer.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/simple_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"themed_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/themed_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"wgpu","kind":["example"],"crate_types":["bin"],"required-features":["wayland-backend/client_system"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/wgpu.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"bytemuck":["dep:bytemuck"],"calloop":["dep:calloop","calloop-wayland-source"],"calloop-wayland-source":["dep:calloop-wayland-source"],"default":["calloop","xkbcommon"],"pkg-config":["dep:pkg-config"],"xkbcommon":["dep:xkbcommon","bytemuck","pkg-config","xkeysym/bytemuck"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/Cargo.toml","categories":["gui"],"keywords":["wayland","client"],"readme":"README.md","repository":"https://github.com/smithay/client-toolkit","homepage":null,"documentation":"https://smithay.github.io/client-toolkit","edition":"2021","metadata":{"docs":{"rs":{"features":["calloop","xkbcommon"],"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2018 Victor Berger\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","source_path":"LICENSE.txt","used_by":[{"crate":{"name":"calloop","version":"0.13.0","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#calloop@0.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A callback-based event loop","dependencies":[{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.4.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"polling","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38","kind":"normal","optional":false,"uses_default_features":false,"features":["event","fs","pipe","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38","kind":"dev","optional":false,"uses_default_features":false,"features":["net"],"target":null,"rename":null,"registry":null,"path":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28","kind":"normal","optional":true,"uses_default_features":false,"features":["signal"],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"calloop","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.13.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"high_precision","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.13.0/examples/high_precision.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"timer","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.13.0/examples/timer.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"signals","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.13.0/tests/signals.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"async-task":["dep:async-task"],"block_on":["pin-utils"],"executor":["async-task"],"futures-io":["dep:futures-io"],"nightly_coverage":[],"nix":["dep:nix"],"pin-utils":["dep:pin-utils"],"signals":["nix"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.13.0/Cargo.toml","categories":[],"keywords":["events","loop","callback","eventloop","unix"],"readme":"README.md","repository":"https://github.com/Smithay/calloop","homepage":null,"documentation":"https://docs.rs/calloop/","edition":"2018","metadata":{"docs":{"rs":{"features":["block_on","executor","signals"],"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2019 Carl Lerche\n\nPermission is hereby granted, free of charge, to any\nperson obtaining a copy of this software and associated\ndocumentation files (the \"Software\"), to deal in the\nSoftware without restriction, including without\nlimitation the rights to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software\nis furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice\nshall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF\nANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED\nTO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\nPARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT\nSHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"slab","version":"0.4.9","authors":["Carl Lerche "],"id":"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Pre-allocated storage for a uniform data type","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.95","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"slab","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/tests/serde.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"slab","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/tests/slab.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/Cargo.toml","categories":["memory-management","data-structures","no-std"],"keywords":["slab","allocator","no_std"],"readme":"README.md","repository":"https://github.com/tokio-rs/slab","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2019 Tokio Contributors\n\nPermission is hereby granted, free of charge, to any\nperson obtaining a copy of this software and associated\ndocumentation files (the \"Software\"), to deal in the\nSoftware without restriction, including without\nlimitation the rights to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software\nis furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice\nshall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF\nANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED\nTO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\nPARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT\nSHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"tracing-attributes","version":"0.1.27","authors":["Tokio Contributors ","Eliza Weisman ","David Barsky "],"id":"registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.27","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Procedural macro attributes for automatically instrumenting functions.\n","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["full","parsing","printing","visit-mut","clone-impls","extra-traits","proc-macro"],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.67","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.35","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-subscriber","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":["env-filter"],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.64","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tracing_attributes","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"async_fn","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/async_fn.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"destructuring","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/destructuring.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"err","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/err.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"fields","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/fields.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"follows_from","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/follows_from.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"instrument","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/instrument.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"levels","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/levels.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"names","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/names.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parents","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/parents.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"ret","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/ret.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"targets","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/targets.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"ui","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/ui.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"async-await":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/Cargo.toml","categories":["development-tools::debugging","development-tools::profiling","asynchronous"],"keywords":["logging","tracing","macro","instrument","log"],"readme":"README.md","repository":"https://github.com/tokio-rs/tracing","homepage":"https://tokio.rs","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"tracing-core","version":"0.1.32","authors":["Tokio Contributors "],"id":"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.32","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Core primitives for application-level tracing.\n","dependencies":[{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"valuable","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(tracing_unstable)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tracing_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"dispatch","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/dispatch.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"global_dispatch","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/global_dispatch.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"local_dispatch_before_init","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/local_dispatch_before_init.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/macros.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["std","valuable/std"],"once_cell":["dep:once_cell"],"std":["once_cell"],"valuable":["dep:valuable"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/Cargo.toml","categories":["development-tools::debugging","development-tools::profiling","asynchronous"],"keywords":["logging","tracing","profiling"],"readme":"README.md","repository":"https://github.com/tokio-rs/tracing","homepage":"https://tokio.rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","tracing_unstable"],"rustdoc-args":["--cfg","docsrs","--cfg","tracing_unstable"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null},{"crate":{"name":"tracing","version":"0.1.40","authors":["Eliza Weisman ","Tokio Contributors "],"id":"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.40","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Application-level tracing for Rust.\n","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-attributes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.27","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.32","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.21","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.17","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tracing","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"enabled","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/enabled.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"event","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/event.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"filter_caching_is_lexically_scoped","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filter_caching_is_lexically_scoped.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"filters_are_not_reevaluated_for_the_same_span","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_are_not_reevaluated_for_the_same_span.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"filters_are_reevaluated_for_different_call_sites","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_are_reevaluated_for_different_call_sites.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"filters_dont_leak","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_dont_leak.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"future_send","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/future_send.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"instrument","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/instrument.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macro_imports","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macro_imports.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macros.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros_incompatible_concat","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macros_incompatible_concat.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"max_level_hint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/max_level_hint.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"multiple_max_level_hints","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/multiple_max_level_hints.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"no_subscriber","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/no_subscriber.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"register_callsite_deadlock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/register_callsite_deadlock.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"scoped_clobbers_default","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/scoped_clobbers_default.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"span","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/span.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"subscriber","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/subscriber.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"baseline","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/baseline.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"dispatch_get_clone","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/dispatch_get_clone.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"dispatch_get_ref","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/dispatch_get_ref.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"empty_span","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/empty_span.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"enter_span","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/enter_span.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"event","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/event.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"shared","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/shared.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"span_fields","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_fields.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"span_no_fields","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_no_fields.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"span_repeated","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_repeated.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"async-await":[],"attributes":["tracing-attributes"],"default":["std","attributes"],"log":["dep:log"],"log-always":["log"],"max_level_debug":[],"max_level_error":[],"max_level_info":[],"max_level_off":[],"max_level_trace":[],"max_level_warn":[],"release_max_level_debug":[],"release_max_level_error":[],"release_max_level_info":[],"release_max_level_off":[],"release_max_level_trace":[],"release_max_level_warn":[],"std":["tracing-core/std"],"tracing-attributes":["dep:tracing-attributes"],"valuable":["tracing-core/valuable"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/Cargo.toml","categories":["development-tools::debugging","development-tools::profiling","asynchronous","no-std"],"keywords":["logging","tracing","metrics","async"],"readme":"README.md","repository":"https://github.com/tokio-rs/tracing","homepage":"https://tokio.rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","tracing_unstable"],"rustdoc-args":["--cfg","docsrs","--cfg","tracing_unstable"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2022 Yevhenii Reizner\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"strict-num","version":"0.1.1","authors":["Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#strict-num@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A collection of bounded numeric types","dependencies":[{"name":"float-cmp","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"strict_num","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strict-num-0.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"approx-eq":["float-cmp"],"default":["approx-eq"],"float-cmp":["dep:float-cmp"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strict-num-0.1.1/Cargo.toml","categories":["mathematics","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/RazrFalcon/strict-num","homepage":null,"documentation":"https://docs.rs/strict-num/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2023 Kirill Chibisov\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.","source_path":"LICENSE.txt","used_by":[{"crate":{"name":"calloop-wayland-source","version":"0.3.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#calloop-wayland-source@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A wayland-rs client event source for callloop","dependencies":[{"name":"calloop","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.4","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.8.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"dev","optional":false,"uses_default_features":true,"features":["client"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"calloop_wayland_source","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-wayland-source-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"simplest-window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-wayland-source-0.3.0/examples/simplest-window.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"log":["dep:log"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-wayland-source-0.3.0/Cargo.toml","categories":[],"keywords":["wayland","windowing"],"readme":"README.md","repository":"https://github.com/smithay/calloop-wayland-source","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright (c) 2023 Kirill Chibisov\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"wayland-csd-frame","version":"0.3.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-csd-frame@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common trait and types for wayland CSD interop","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cursor-icon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_csd_frame","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-csd-frame-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-csd-frame-0.3.0/Cargo.toml","categories":["gui"],"keywords":["windowing","wayland"],"readme":"README.md","repository":"https://github.com/rust-windowing/wayland-csd-frame","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright 2019 Artúr Barnabás Kovács\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and\nassociated documentation files (the \"Software\"), to deal in the Software without restriction,\nincluding without limitation the rights to use, copy, modify, merge, publish, distribute,\nsublicense, and/or sell copies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or\nsubstantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT\nNOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,\nDAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT\nOF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","source_path":"LICENSE.txt","used_by":[{"crate":{"name":"trash","version":"5.1.1","authors":["Artur Kovacs "],"id":"registry+https://github.com/rust-lang/crates.io-index#trash@5.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for moving files and folders to the Recycle Bin","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.31","kind":"dev","optional":false,"uses_default_features":false,"features":["clock"],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.18.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serial_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.8.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.31","kind":"normal","optional":true,"uses_default_features":false,"features":["clock"],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.18.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"scopeguard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"urlencoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSError","NSFileManager","NSString","NSURL"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"scopeguard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_EnhancedStorage","Win32_System_Com_StructuredStorage","Win32_System_SystemServices","Win32_UI_Shell_PropertiesSystem"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"trash","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trash-5.1.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"chrono":["dep:chrono"],"coinit_apartmentthreaded":[],"coinit_disable_ole1dde":[],"coinit_multithreaded":[],"coinit_speed_over_memory":[],"default":["coinit_apartmentthreaded","chrono"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trash-5.1.1/Cargo.toml","categories":[],"keywords":["remove","trash","rubbish","recycle","bin"],"readme":"README.md","repository":"https://github.com/ArturKovacs/trash","homepage":null,"documentation":null,"edition":"2021","metadata":{"cross":{"target":{"x86_64-unknown-netbsd":{"pre-build":["mkdir -p /tmp/netbsd","curl https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O","tar -C /tmp/netbsd -xJf base.tar.xz","cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib","rm base.tar.xz","rm -rf /tmp/netbsd"]}}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"Copyright © 2022 Kirill Chibisov\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the “Software”), to deal\nin the Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\nTHE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"glutin-winit","version":"0.5.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin-winit@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Glutin bootstrapping helpers with winit","dependencies":[{"name":"glutin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.30.0","kind":"normal","optional":false,"uses_default_features":false,"features":["rwh_06"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg_aliases","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glutin_winit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-winit-0.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-winit-0.5.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["egl","glx","x11","wayland","wgl"],"egl":["glutin/egl"],"glx":["glutin/glx","x11"],"wayland":["glutin/wayland","winit/wayland"],"wgl":["glutin/wgl"],"x11":["glutin/x11","winit/x11"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-winit-0.5.0/Cargo.toml","categories":[],"keywords":["windowing","opengl","winit"],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) 2018 PistonDevelopers\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"tiff","version":"0.9.1","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#tiff@0.9.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"TIFF decoding and encoding library in pure Rust","dependencies":[{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jpeg-decoder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":"jpeg","registry":null,"path":null},{"name":"weezl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tiff","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"decode_bigtiff_images","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/decode_bigtiff_images.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decode_images","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/decode_images.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encode_images","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/encode_images.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encode_images_with_compression","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/encode_images_with_compression.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"fuzz_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/fuzz_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lzw","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/benches/lzw.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/Cargo.toml","categories":["multimedia::images","multimedia::encoding"],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/image-tiff","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) 2019 Kornel\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"rgb","version":"0.8.50","authors":["Kornel Lesiński ","James Forster "],"id":"registry+https://github.com/rust-lang/crates.io-index#rgb@0.8.50","source":"registry+https://github.com/rust-lang/crates.io-index","description":"`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods for color manipulation.\nAllows no-copy high-level interoperability. Also adds common convenience methods and implements standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class Rust objects.","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.16","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"defmt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.200","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.100","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"rgb","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rgb-0.8.50/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"example","kind":["example"],"crate_types":["bin"],"required-features":["as-bytes"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rgb-0.8.50/examples/example.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"serde","kind":["example"],"crate_types":["bin"],"required-features":["serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rgb-0.8.50/examples/serde.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"argb":[],"as-bytes":["bytemuck"],"bytemuck":["dep:bytemuck"],"checked_fns":[],"default":["as-bytes","argb","grb"],"defmt-03":["dep:defmt"],"grb":[],"serde":["dep:serde"],"unstable-experimental":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rgb-0.8.50/Cargo.toml","categories":["graphics","rust-patterns","multimedia::images"],"keywords":["rgb","rgba","bgra","pixel","color"],"readme":"README.md","repository":"https://github.com/kornelski/rust-rgb","homepage":"https://lib.rs/crates/rgb","documentation":"https://docs.rs/rgb","edition":"2021","metadata":{"docs":{"rs":{"features":["as-bytes","serde"],"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) 2020 Katharos Technology\n\nPermission 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:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE 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.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"cfg_aliases","version":"0.2.1","authors":["Zicklag "],"id":"registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"cfg_aliases","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.2.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.2.1/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.2.1/Cargo.toml","categories":["development-tools","development-tools::build-utils"],"keywords":["cfg","alias","conditional","compilation","build"],"readme":"README.md","repository":"https://github.com/katharostech/cfg_aliases","homepage":"https://github.com/katharostech/cfg_aliases","documentation":"https://docs.rs/cfg_aliases","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) 2020 Mikhail Lappo\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"android-properties","version":"0.2.2","authors":["Mikhail Lappo "],"id":"registry+https://github.com/rust-lang/crates.io-index#android-properties@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust-based Android properties wrapper","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"android_properties","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"property_foreach","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/examples/property_foreach.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"property_get","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/examples/property_get.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"property_refresh","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/examples/property_refresh.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"property_set","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/examples/property_set.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"bionic-deprecated":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/Cargo.toml","categories":["external-ffi-bindings","os","os::linux-apis"],"keywords":["android","properties","cutils","bionic","persistent"],"readme":"README.md","repository":"https://github.com/miklelappo/android-properties","homepage":"https://github.com/miklelappo/android-properties","documentation":"https://docs.rs/android-properties/0.2.2","edition":"2018","metadata":{"docs":{"rs":{"targets":["arm-linux-androideabi","armv7-linux-androideabi","aarch64-linux-android","i686-linux-android","x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) 2020 Samuele Esposito\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"xcursor","version":"0.3.8","authors":["Samuele Esposito"],"id":"registry+https://github.com/rust-lang/crates.io-index#xcursor@0.3.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for loading XCursor themes","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"xcursor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xcursor-0.3.8/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xcursor-0.3.8/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/esposm03/xcursor-rs","homepage":null,"documentation":"https://docs.rs/xcursor","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) 2022 Bartłomiej Maryńczak\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/665230c/LICENSE","used_by":[{"crate":{"name":"rfd","version":"0.14.1","authors":["Poly "],"id":"git+https://github.com/PolyMeilex/rfd?rev=665230c#0.14.1","source":"git+https://github.com/PolyMeilex/rfd?rev=665230c#665230c5ebec9a67661405fa335d63b28ecf58be","description":"Rusty File Dialog","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.12","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ashpd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":true,"uses_default_features":false,"features":["raw_handle"],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"gtk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"normal","optional":true,"uses_default_features":true,"features":["v3_24"],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"pollster","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"urlencoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.46","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.69","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.19","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.46","kind":"normal","optional":false,"uses_default_features":true,"features":["Document","Element","HtmlInputElement","HtmlButtonElement","HtmlAnchorElement","Window","File","FileList","FileReader","Blob","BlobPropertyBag","Url"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-app-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["block2","NSAlert","NSApplication","NSButton","NSControl","NSOpenPanel","NSPanel","NSResponder","NSRunningApplication","NSSavePanel","NSView","NSWindow"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["dispatch","NSArray","NSEnumerator","NSString","NSThread","NSURL"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_System_Com","Win32_UI_Shell_Common","Win32_UI_Shell","Win32_UI_WindowsAndMessaging"],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"rfd","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/665230c/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"async","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/665230c/examples/async.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"msg","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/665230c/examples/msg.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"save","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/665230c/examples/save.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/665230c/examples/simple.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/665230c/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"ashpd":["dep:ashpd"],"async-std":["ashpd?/async-std"],"common-controls-v6":["windows-sys/Win32_UI_Controls"],"default":["xdg-portal","async-std"],"file-handle-inner":[],"glib-sys":["dep:glib-sys"],"gobject-sys":["dep:gobject-sys"],"gtk-sys":["dep:gtk-sys"],"gtk3":["gtk-sys","glib-sys","gobject-sys"],"pollster":["dep:pollster"],"tokio":["ashpd?/tokio"],"urlencoding":["dep:urlencoding"],"xdg-portal":["ashpd","urlencoding","pollster"]},"manifest_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/665230c/Cargo.toml","categories":[],"keywords":["file","ui","dialog"],"readme":"README.md","repository":"https://github.com/PolyMeilex/rfd","homepage":null,"documentation":"https://docs.rs/rfd","edition":"2021","metadata":{"docs":{"rs":{"features":["file-handle-inner"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"sctk-adwaita","version":"0.10.1","authors":["Poly "],"id":"registry+https://github.com/rust-lang/crates.io-index#sctk-adwaita@0.10.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Adwaita-like SCTK Frame","dependencies":[{"name":"ab_glyph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossfont","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smithay-client-toolkit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tiny-skia","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":false,"uses_default_features":false,"features":["std","simd"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"sctk_adwaita","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sctk-adwaita-0.10.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sctk-adwaita-0.10.1/examples/window.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"ab_glyph":["dep:ab_glyph","memmap2"],"crossfont":["dep:crossfont"],"default":["ab_glyph"],"memmap2":["dep:memmap2"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sctk-adwaita-0.10.1/Cargo.toml","categories":[],"keywords":["sctk"],"readme":"README.md","repository":"https://github.com/PolyMeilex/sctk-adwaita","homepage":null,"documentation":"https://docs.rs/sctk-adwaita","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) 2023 4lDO2\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"libredox","version":"0.0.2","authors":["4lDO2 <4lDO2@protonmail.com>"],"id":"registry+https://github.com/rust-lang/crates.io-index#libredox@0.0.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Redox stable ABI","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"redox_syscall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"libredox","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.0.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"call":[],"default":["call"],"scheme":["call"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.0.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://gitlab.redox-os.org/redox-os/libredox.git","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) 2023 Sean Larkin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"is-docker","version":"0.2.0","authors":["Sean Larkin "],"id":"registry+https://github.com/rust-lang/crates.io-index#is-docker@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Checks if the process is running inside a Docker container.","dependencies":[{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"is_docker","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-docker-0.2.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"main","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-docker-0.2.0/examples/main.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-docker-0.2.0/Cargo.toml","categories":["command-line-utilities"],"keywords":[],"readme":"README.md","repository":"https://github.com/TheLarkInn/is-docker","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"is-wsl","version":"0.4.0","authors":["Sean Larkin "],"id":"registry+https://github.com/rust-lang/crates.io-index#is-wsl@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Checks if the process is running inside Windows Subsystem for Linux.","dependencies":[{"name":"is-docker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"is_wsl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-0.4.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"main","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-0.4.0/examples/main.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-0.4.0/Cargo.toml","categories":["command-line-utilities"],"keywords":[],"readme":"README.md","repository":"https://github.com/TheLarkInn/is-wsl","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) \n\nPermission 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:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE 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.\n","source_path":null,"used_by":[{"crate":{"name":"block2","version":"0.5.1","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#block2@0.5.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Apple's C language extension of blocks","dependencies":[{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"block2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block2-0.5.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":["objc2/alloc"],"apple":[],"compiler-rt":["objc2/unstable-compiler-rt"],"default":["std"],"gnustep-1-7":["objc2/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc2/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc2/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc2/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc2/gnustep-2-1"],"std":["alloc","objc2/std"],"unstable-objfw":[],"unstable-private":[],"unstable-winobjc":["gnustep-1-8"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block2-0.5.1/Cargo.toml","categories":["api-bindings","development-tools::ffi","os::macos-apis","external-ffi-bindings"],"keywords":["objective-c","macos","ios","blocks"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/block2/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","features":["unstable-private"],"targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}},"release":{"enable-features":[],"shared-version":false,"tag-prefix":"block"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"crunchy","version":"0.2.2","authors":["Vurich "],"id":"registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Crunchy unroller: deterministically unroll constant loops","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"crunchy","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":["limit_128"],"limit_1024":[],"limit_128":[],"limit_2048":[],"limit_256":[],"limit_512":[],"limit_64":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":null,"homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"dispatch","version":"0.2.0","authors":["Steven Sheldon"],"id":"registry+https://github.com/rust-lang/crates.io-index#dispatch@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust wrapper for Apple's Grand Central Dispatch.","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"dispatch","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dispatch-0.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"main","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dispatch-0.2.0/examples/main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dispatch-0.2.0/Cargo.toml","categories":[],"keywords":["gcd","objective-c","osx","ios"],"readme":"README.md","repository":"http://github.com/SSheldon/rust-dispatch","homepage":null,"documentation":"http://ssheldon.github.io/rust-objc/dispatch/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"objc-sys","version":"0.3.5","authors":["Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc-sys@0.3.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Raw bindings to the Objective-C runtime and ABI","dependencies":[{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.80","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc-sys-0.3.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc-sys-0.3.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"apple":[],"cc":["dep:cc"],"default":["std"],"gnustep-1-7":[],"gnustep-1-8":["gnustep-1-7"],"gnustep-1-9":["gnustep-1-8"],"gnustep-2-0":["gnustep-1-9"],"gnustep-2-1":["gnustep-2-0"],"std":["alloc"],"unstable-c-unwind":[],"unstable-exception":["cc"],"unstable-objfw":[],"unstable-winobjc":["gnustep-1-8"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc-sys-0.3.5/Cargo.toml","categories":["external-ffi-bindings","os::macos-apis"],"keywords":["objective-c","macos","ios","objc_msgSend","sys"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc-sys/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}},"release":{"enable-features":[],"shared-version":false,"tag-prefix":"objc-sys"}},"links":"objc_0_3","publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"objc2-app-kit","version":"0.2.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2-app-kit@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to the AppKit framework","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.80","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-core-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(target_vendor = \"apple\")","rename":null,"registry":null,"path":null},{"name":"objc2-core-image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(target_vendor = \"apple\")","rename":null,"registry":null,"path":null},{"name":"objc2-quartz-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(target_vendor = \"apple\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2_app_kit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-app-kit-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"delegate","kind":["example"],"crate_types":["bin"],"required-features":["objc2-foundation/NSNotification","objc2-foundation/NSString","objc2-foundation/NSObject","objc2-foundation/NSThread","NSResponder","NSApplication","NSRunningApplication"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-app-kit-0.2.2/examples/delegate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"nspasteboard","kind":["example"],"crate_types":["bin"],"required-features":["objc2-foundation/NSArray","objc2-foundation/NSString","objc2-foundation/NSObject","NSPasteboard"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-app-kit-0.2.2/examples/nspasteboard.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"AppKitDefines":[],"AppKitErrors":[],"NSATSTypesetter":["objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSRange"],"NSAccessibility":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString"],"NSAccessibilityColor":["objc2-foundation/NSString"],"NSAccessibilityConstants":["objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSAccessibilityCustomAction":["objc2-foundation/NSString"],"NSAccessibilityCustomRotor":["objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSAccessibilityElement":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSAccessibilityProtocols":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSValue"],"NSActionCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSAffineTransform":["objc2-foundation/NSAffineTransform"],"NSAlert":["objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSString"],"NSAlignmentFeedbackFilter":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"NSAnimation":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSAnimationContext":["objc2-foundation/NSDate"],"NSAppearance":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSAppleScriptExtensions":["objc2-foundation/NSAppleScript","objc2-foundation/NSAttributedString"],"NSApplication":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSException","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSUserActivity"],"NSApplicationScripting":["objc2-foundation/NSArray"],"NSArrayController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSIndexSet","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString"],"NSAttributedString":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFileWrapper","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSBezierPath":["objc2-foundation/NSAffineTransform","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSBitmapImageRep":["bitflags","objc2-core-image?/CIImage","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSBox":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSBrowser":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSIndexSet","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSBrowserCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSButton":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSButtonCell":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSButtonTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSCIImageRep":["objc2-core-image?/CIImage","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCachedImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCandidateListTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSCell":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSFormatter","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSClickGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"NSClipView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject"],"NSCollectionView":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSIndexSet","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSCollectionViewCompositionalLayout":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSCollectionViewFlowLayout":["objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSCollectionViewGridLayout":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCollectionViewLayout":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSCollectionViewTransitionLayout":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColor":["objc2-core-image?/CIColor","objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColorList":["objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSColorPanel":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColorPicker":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSColorPickerTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColorPicking":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSColorSampler":[],"NSColorSpace":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColorWell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSComboBox":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSComboBoxCell":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSComboButton":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSControl":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSFormatter","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSController":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"NSCursor":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCustomImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCustomTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSDataAsset":["objc2-foundation/NSBundle","objc2-foundation/NSData","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSDatePicker":["objc2-foundation/NSCalendar","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSTimeZone"],"NSDatePickerCell":["bitflags","objc2-foundation/NSCalendar","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSTimeZone"],"NSDictionaryController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSDiffableDataSource":["objc2-foundation/NSArray","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSDockTile":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSDocument":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFilePresenter","objc2-foundation/NSFileVersion","objc2-foundation/NSFileWrapper","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSUndoManager"],"NSDocumentController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSDocumentScripting":["objc2-foundation/NSScriptCommand","objc2-foundation/NSScriptObjectSpecifiers","objc2-foundation/NSScriptStandardSuiteCommands","objc2-foundation/NSString"],"NSDragging":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObjCRuntime","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSDraggingItem":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSDraggingSession":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSDrawer":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSEPSImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSErrors":["objc2-foundation/NSObjCRuntime","objc2-foundation/NSString"],"NSEvent":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSFilePromiseProvider":["objc2-foundation/NSError","objc2-foundation/NSOperation","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSFilePromiseReceiver":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSOperation","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSFileWrapperExtensions":["objc2-foundation/NSFileWrapper"],"NSFont":["objc2-foundation/NSAffineTransform","objc2-foundation/NSCharacterSet","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSFontAssetRequest":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSProgress"],"NSFontCollection":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSLocale","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSFontDescriptor":["bitflags","objc2-foundation/NSAffineTransform","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSFontManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSFontPanel":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSForm":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSFormCell":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSGlyphGenerator":["objc2-foundation/NSAttributedString"],"NSGlyphInfo":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSGradient":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSGraphics":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSGraphicsContext":["objc2-core-image?/CIContext","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSGridView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange"],"NSGroupTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSHapticFeedback":[],"NSHelpManager":["objc2-foundation/NSAttributedString","objc2-foundation/NSBundle","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString"],"NSImage":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSImageCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSImageRep":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSImageView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSInputManager":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSInputServer":["objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSInterfaceStyle":["objc2-foundation/NSString"],"NSItemProvider":["objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSString"],"NSKeyValueBinding":["objc2-core-data?/NSAttributeDescription","objc2-core-data?/NSPropertyDescription","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSLayoutAnchor":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSLayoutConstraint":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSLayoutGuide":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSLayoutManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSLevelIndicator":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSLevelIndicatorCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMagnificationGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSMatrix":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMediaLibraryBrowserController":["bitflags","objc2-foundation/NSGeometry"],"NSMenu":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSZone"],"NSMenuItem":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMenuItemBadge":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMenuItemCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMenuToolbarItem":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMovie":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"NSNib":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSNibDeclarations":[],"NSNibLoading":[],"NSObjectController":["objc2-core-data?/NSFetchRequest","objc2-core-data?/NSManagedObjectContext","objc2-core-data?/NSPersistentStoreRequest","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSString"],"NSOpenGL":[],"NSOpenGLLayer":[],"NSOpenGLView":[],"NSOpenPanel":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSOutlineView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPDFImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPDFInfo":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPDFPanel":["bitflags","objc2-foundation/NSString"],"NSPICTImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPageController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPageLayout":["objc2-foundation/NSArray"],"NSPanGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPanel":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSParagraphStyle":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCharacterSet","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPasteboard":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSFileWrapper","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPasteboardItem":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSString"],"NSPathCell":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPathComponentCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPathControl":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPathControlItem":["objc2-foundation/NSAttributedString","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPersistentDocument":["objc2-core-data?/NSManagedObjectContext","objc2-core-data?/NSManagedObjectModel","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFilePresenter","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPickerTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPopUpButton":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPopUpButtonCell":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPopover":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPopoverTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPredicateEditor":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPredicateEditorRowTemplate":["objc2-core-data?/NSAttributeDescription","objc2-core-data?/NSEntityDescription","objc2-foundation/NSArray","objc2-foundation/NSComparisonPredicate","objc2-foundation/NSExpression","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSPressGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPressureConfiguration":[],"NSPreviewRepresentingActivityItem":["objc2-foundation/NSItemProvider","objc2-foundation/NSString"],"NSPrintInfo":["objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPrintOperation":["objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObjCRuntime","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSPrintPanel":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSPrinter":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSProgressIndicator":["objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSProgress"],"NSResponder":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSUndoManager"],"NSRotationGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSRuleEditor":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSString"],"NSRulerMarker":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSRulerView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSRunningApplication":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSSavePanel":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSScreen":["objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString"],"NSScrollView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSScroller":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSScrubber":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSScrubberItemView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSScrubberLayout":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSObject","objc2-foundation/NSSet"],"NSSearchField":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSearchFieldCell":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSearchToolbarItem":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSecureTextField":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSegmentedCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSegmentedControl":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSShadow":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSSharingService":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSSharingServicePickerToolbarItem":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSharingServicePickerTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSlider":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSliderAccessory":["objc2-foundation/NSObject"],"NSSliderCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSliderTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSound":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSSpeechRecognizer":["objc2-foundation/NSArray","objc2-foundation/NSString"],"NSSpeechSynthesizer":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSSpellChecker":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSOrthography","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSTextCheckingResult"],"NSSpellProtocol":[],"NSSplitView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSplitViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSplitViewItem":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSStackView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSStatusBar":["objc2-foundation/NSGeometry"],"NSStatusBarButton":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSStatusItem":["bitflags","objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSStepper":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSStepperCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSStepperTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSFormatter","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSStoryboard":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSString"],"NSStoryboardSegue":["objc2-foundation/NSString"],"NSStringDrawing":["bitflags","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSSwitch":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTabView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTabViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTabViewItem":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTableCellView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTableColumn":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString"],"NSTableHeaderCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTableHeaderView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTableRowView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTableView":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSEnumerator","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSTableViewDiffableDataSource":[],"NSTableViewRowAction":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSText":["objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextAlternatives":["objc2-foundation/NSArray","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextAttachment":["objc2-foundation/NSAttributedString","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSFileWrapper","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextAttachmentCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextCheckingClient":["objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextCheckingController":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSTextCheckingResult"],"NSTextContainer":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTextContent":["objc2-foundation/NSString"],"NSTextContentManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextElement":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString"],"NSTextField":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSTextCheckingResult"],"NSTextFieldCell":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextFinder":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSTextInputClient":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextInputContext":["objc2-foundation/NSArray","objc2-foundation/NSNotification","objc2-foundation/NSString"],"NSTextInsertionIndicator":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTextLayoutFragment":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSOperation"],"NSTextLayoutManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSOperation","objc2-foundation/NSString"],"NSTextLineFragment":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextList":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextListElement":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSString"],"NSTextRange":["objc2-foundation/NSObjCRuntime"],"NSTextSelection":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextSelectionNavigation":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSTextStorage":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextStorageScripting":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString"],"NSTextTable":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange"],"NSTextView":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSOrthography","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSTextCheckingResult","objc2-foundation/NSURL","objc2-foundation/NSUndoManager","objc2-foundation/NSValue"],"NSTextViewportLayoutController":["objc2-foundation/NSGeometry"],"NSTintConfiguration":["objc2-foundation/NSObject"],"NSTitlebarAccessoryViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTokenField":["objc2-foundation/NSArray","objc2-foundation/NSCharacterSet","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTokenFieldCell":["objc2-foundation/NSArray","objc2-foundation/NSCharacterSet","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSToolbar":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSToolbarItem":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSToolbarItemGroup":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTouch":["bitflags","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTouchBar":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTrackingArea":["bitflags","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTrackingSeparatorToolbarItem":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTreeController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString"],"NSTreeNode":["objc2-foundation/NSArray","objc2-foundation/NSIndexPath","objc2-foundation/NSSortDescriptor"],"NSTypesetter":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSUserActivity":["objc2-foundation/NSString","objc2-foundation/NSUserActivity"],"NSUserDefaultsController":["objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSUserDefaults"],"NSUserInterfaceCompression":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSUserInterfaceItemIdentification":["objc2-foundation/NSString"],"NSUserInterfaceItemSearching":["objc2-foundation/NSArray","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSUserInterfaceLayout":[],"NSUserInterfaceValidation":[],"NSView":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"NSViewController":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSExtensionContext","objc2-foundation/NSExtensionRequestHandling","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSVisualEffectView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSWindow":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSUndoManager","objc2-foundation/NSValue"],"NSWindowController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSWindowRestoration":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSNotification","objc2-foundation/NSOperation","objc2-foundation/NSString"],"NSWindowScripting":["objc2-foundation/NSScriptCommand","objc2-foundation/NSScriptStandardSuiteCommands"],"NSWindowTab":["objc2-foundation/NSAttributedString","objc2-foundation/NSString"],"NSWindowTabGroup":["objc2-foundation/NSArray","objc2-foundation/NSString"],"NSWorkspace":["bitflags","objc2-foundation/NSAppleEventDescriptor","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFileManager","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSValue"],"all":["AppKitDefines","AppKitErrors","NSATSTypesetter","NSAccessibility","NSAccessibilityColor","NSAccessibilityConstants","NSAccessibilityCustomAction","NSAccessibilityCustomRotor","NSAccessibilityElement","NSAccessibilityProtocols","NSActionCell","NSAffineTransform","NSAlert","NSAlignmentFeedbackFilter","NSAnimation","NSAnimationContext","NSAppearance","NSAppleScriptExtensions","NSApplication","NSApplicationScripting","NSArrayController","NSAttributedString","NSBezierPath","NSBitmapImageRep","NSBox","NSBrowser","NSBrowserCell","NSButton","NSButtonCell","NSButtonTouchBarItem","NSCIImageRep","NSCachedImageRep","NSCandidateListTouchBarItem","NSCell","NSClickGestureRecognizer","NSClipView","NSCollectionView","NSCollectionViewCompositionalLayout","NSCollectionViewFlowLayout","NSCollectionViewGridLayout","NSCollectionViewLayout","NSCollectionViewTransitionLayout","NSColor","NSColorList","NSColorPanel","NSColorPicker","NSColorPickerTouchBarItem","NSColorPicking","NSColorSampler","NSColorSpace","NSColorWell","NSComboBox","NSComboBoxCell","NSComboButton","NSControl","NSController","NSCursor","NSCustomImageRep","NSCustomTouchBarItem","NSDataAsset","NSDatePicker","NSDatePickerCell","NSDictionaryController","NSDiffableDataSource","NSDockTile","NSDocument","NSDocumentController","NSDocumentScripting","NSDragging","NSDraggingItem","NSDraggingSession","NSDrawer","NSEPSImageRep","NSErrors","NSEvent","NSFilePromiseProvider","NSFilePromiseReceiver","NSFileWrapperExtensions","NSFont","NSFontAssetRequest","NSFontCollection","NSFontDescriptor","NSFontManager","NSFontPanel","NSForm","NSFormCell","NSGestureRecognizer","NSGlyphGenerator","NSGlyphInfo","NSGradient","NSGraphics","NSGraphicsContext","NSGridView","NSGroupTouchBarItem","NSHapticFeedback","NSHelpManager","NSImage","NSImageCell","NSImageRep","NSImageView","NSInputManager","NSInputServer","NSInterfaceStyle","NSItemProvider","NSKeyValueBinding","NSLayoutAnchor","NSLayoutConstraint","NSLayoutGuide","NSLayoutManager","NSLevelIndicator","NSLevelIndicatorCell","NSMagnificationGestureRecognizer","NSMatrix","NSMediaLibraryBrowserController","NSMenu","NSMenuItem","NSMenuItemBadge","NSMenuItemCell","NSMenuToolbarItem","NSMovie","NSNib","NSNibDeclarations","NSNibLoading","NSObjectController","NSOpenGL","NSOpenGLLayer","NSOpenGLView","NSOpenPanel","NSOutlineView","NSPDFImageRep","NSPDFInfo","NSPDFPanel","NSPICTImageRep","NSPageController","NSPageLayout","NSPanGestureRecognizer","NSPanel","NSParagraphStyle","NSPasteboard","NSPasteboardItem","NSPathCell","NSPathComponentCell","NSPathControl","NSPathControlItem","NSPersistentDocument","NSPickerTouchBarItem","NSPopUpButton","NSPopUpButtonCell","NSPopover","NSPopoverTouchBarItem","NSPredicateEditor","NSPredicateEditorRowTemplate","NSPressGestureRecognizer","NSPressureConfiguration","NSPreviewRepresentingActivityItem","NSPrintInfo","NSPrintOperation","NSPrintPanel","NSPrinter","NSProgressIndicator","NSResponder","NSRotationGestureRecognizer","NSRuleEditor","NSRulerMarker","NSRulerView","NSRunningApplication","NSSavePanel","NSScreen","NSScrollView","NSScroller","NSScrubber","NSScrubberItemView","NSScrubberLayout","NSSearchField","NSSearchFieldCell","NSSearchToolbarItem","NSSecureTextField","NSSegmentedCell","NSSegmentedControl","NSShadow","NSSharingService","NSSharingServicePickerToolbarItem","NSSharingServicePickerTouchBarItem","NSSlider","NSSliderAccessory","NSSliderCell","NSSliderTouchBarItem","NSSound","NSSpeechRecognizer","NSSpeechSynthesizer","NSSpellChecker","NSSpellProtocol","NSSplitView","NSSplitViewController","NSSplitViewItem","NSStackView","NSStatusBar","NSStatusBarButton","NSStatusItem","NSStepper","NSStepperCell","NSStepperTouchBarItem","NSStoryboard","NSStoryboardSegue","NSStringDrawing","NSSwitch","NSTabView","NSTabViewController","NSTabViewItem","NSTableCellView","NSTableColumn","NSTableHeaderCell","NSTableHeaderView","NSTableRowView","NSTableView","NSTableViewDiffableDataSource","NSTableViewRowAction","NSText","NSTextAlternatives","NSTextAttachment","NSTextAttachmentCell","NSTextCheckingClient","NSTextCheckingController","NSTextContainer","NSTextContent","NSTextContentManager","NSTextElement","NSTextField","NSTextFieldCell","NSTextFinder","NSTextInputClient","NSTextInputContext","NSTextInsertionIndicator","NSTextLayoutFragment","NSTextLayoutManager","NSTextLineFragment","NSTextList","NSTextListElement","NSTextRange","NSTextSelection","NSTextSelectionNavigation","NSTextStorage","NSTextStorageScripting","NSTextTable","NSTextView","NSTextViewportLayoutController","NSTintConfiguration","NSTitlebarAccessoryViewController","NSTokenField","NSTokenFieldCell","NSToolbar","NSToolbarItem","NSToolbarItemGroup","NSTouch","NSTouchBar","NSTouchBarItem","NSTrackingArea","NSTrackingSeparatorToolbarItem","NSTreeController","NSTreeNode","NSTypesetter","NSUserActivity","NSUserDefaultsController","NSUserInterfaceCompression","NSUserInterfaceItemIdentification","NSUserInterfaceItemSearching","NSUserInterfaceLayout","NSUserInterfaceValidation","NSView","NSViewController","NSVisualEffectView","NSWindow","NSWindowController","NSWindowRestoration","NSWindowScripting","NSWindowTab","NSWindowTabGroup","NSWorkspace","bitflags","block2","libc","objc2-core-data","objc2-core-image","objc2-quartz-core"],"alloc":["block2?/alloc","objc2/alloc","objc2-core-data?/alloc","objc2-core-image?/alloc","objc2-foundation/alloc","objc2-quartz-core?/alloc"],"apple":[],"bitflags":["dep:bitflags","objc2-core-data?/bitflags","objc2-foundation/bitflags","objc2-quartz-core?/bitflags"],"block2":["dep:block2","objc2-core-data?/block2","objc2-core-image?/block2","objc2-foundation/block2","objc2-quartz-core?/block2"],"default":["std"],"gnustep-1-7":["objc2/gnustep-1-7","block2?/gnustep-1-7","objc2-foundation/gnustep-1-7","objc2-core-data?/gnustep-1-7","objc2-quartz-core?/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc2/gnustep-1-8","block2?/gnustep-1-8","objc2-foundation/gnustep-1-8","objc2-core-data?/gnustep-1-8","objc2-quartz-core?/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc2/gnustep-1-9","block2?/gnustep-1-9","objc2-foundation/gnustep-1-9","objc2-core-data?/gnustep-1-9","objc2-quartz-core?/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc2/gnustep-2-0","block2?/gnustep-2-0","objc2-foundation/gnustep-2-0","objc2-core-data?/gnustep-2-0","objc2-quartz-core?/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc2/gnustep-2-1","block2?/gnustep-2-1","objc2-foundation/gnustep-2-1","objc2-core-data?/gnustep-2-1","objc2-quartz-core?/gnustep-2-1"],"libc":["dep:libc","objc2-foundation/libc"],"objc2-core-data":["dep:objc2-core-data"],"objc2-core-image":["dep:objc2-core-image"],"objc2-quartz-core":["dep:objc2-quartz-core"],"std":["alloc","bitflags?/std","block2?/std","libc?/std","objc2/std","objc2-core-data?/std","objc2-core-image?/std","objc2-foundation/std","objc2-quartz-core?/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-app-kit-0.2.2/Cargo.toml","categories":["api-bindings","development-tools::ffi","external-ffi-bindings","os::macos-apis"],"keywords":["cocoa","apple","framework","macos"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","features":["all"],"targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"objc2-encode","version":"4.0.3","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2-encode@4.0.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Objective-C type-encoding representation and parsing","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"objc2_encode","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-4.0.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-4.0.3/Cargo.toml","categories":["development-tools::ffi","encoding","no-std","os::macos-apis"],"keywords":["objective-c","macos","ios","encode"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc2-encode/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}},"release":{"enable-features":[],"shared-version":false,"tag-prefix":"objc-encode"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"objc2-foundation","version":"0.2.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2-foundation@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to the Foundation framework","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dispatch","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.80","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2_foundation","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-foundation-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"basic_usage","kind":["example"],"crate_types":["bin"],"required-features":["NSArray","NSDictionary","NSEnumerator","NSRange","NSObject"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-foundation-0.2.2/examples/basic_usage.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"speech_synthesis","kind":["example"],"crate_types":["bin"],"required-features":["NSString","NSObject"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-foundation-0.2.2/examples/speech_synthesis.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"FoundationErrors":[],"FoundationLegacySwiftCompatibility":[],"NSAffineTransform":[],"NSAppleEventDescriptor":["bitflags"],"NSAppleEventManager":[],"NSAppleScript":[],"NSArchiver":[],"NSArray":["bitflags"],"NSAttributedString":["bitflags"],"NSAutoreleasePool":[],"NSBackgroundActivityScheduler":[],"NSBundle":[],"NSByteCountFormatter":["bitflags"],"NSByteOrder":[],"NSCache":[],"NSCalendar":["bitflags"],"NSCalendarDate":[],"NSCharacterSet":[],"NSClassDescription":[],"NSCoder":[],"NSComparisonPredicate":["bitflags"],"NSCompoundPredicate":[],"NSConnection":[],"NSData":["bitflags"],"NSDate":[],"NSDateComponentsFormatter":["bitflags"],"NSDateFormatter":[],"NSDateInterval":[],"NSDateIntervalFormatter":[],"NSDecimal":[],"NSDecimalNumber":[],"NSDictionary":[],"NSDistantObject":[],"NSDistributedLock":[],"NSDistributedNotificationCenter":["bitflags"],"NSEnergyFormatter":[],"NSEnumerator":[],"NSError":[],"NSException":[],"NSExpression":[],"NSExtensionContext":[],"NSExtensionItem":[],"NSExtensionRequestHandling":[],"NSFileCoordinator":["bitflags"],"NSFileHandle":[],"NSFileManager":["bitflags"],"NSFilePresenter":[],"NSFileVersion":["bitflags"],"NSFileWrapper":["bitflags"],"NSFormatter":[],"NSGarbageCollector":[],"NSGeometry":["bitflags"],"NSHFSFileTypes":[],"NSHTTPCookie":[],"NSHTTPCookieStorage":[],"NSHashTable":[],"NSHost":[],"NSISO8601DateFormatter":["bitflags"],"NSIndexPath":[],"NSIndexSet":[],"NSInflectionRule":[],"NSInvocation":[],"NSItemProvider":["bitflags"],"NSJSONSerialization":["bitflags"],"NSKeyValueCoding":[],"NSKeyValueObserving":["bitflags"],"NSKeyedArchiver":[],"NSLengthFormatter":[],"NSLinguisticTagger":["bitflags"],"NSListFormatter":[],"NSLocale":[],"NSLock":[],"NSMapTable":[],"NSMassFormatter":[],"NSMeasurement":[],"NSMeasurementFormatter":["bitflags"],"NSMetadata":[],"NSMetadataAttributes":[],"NSMethodSignature":[],"NSMorphology":[],"NSNetServices":["bitflags"],"NSNotification":[],"NSNotificationQueue":["bitflags"],"NSNull":[],"NSNumberFormatter":[],"NSObjCRuntime":["bitflags"],"NSObject":[],"NSObjectScripting":[],"NSOperation":[],"NSOrderedCollectionChange":[],"NSOrderedCollectionDifference":["bitflags"],"NSOrderedSet":[],"NSOrthography":[],"NSPathUtilities":["bitflags"],"NSPersonNameComponents":[],"NSPersonNameComponentsFormatter":["bitflags"],"NSPointerArray":[],"NSPointerFunctions":["bitflags"],"NSPort":["bitflags"],"NSPortCoder":[],"NSPortMessage":[],"NSPortNameServer":[],"NSPredicate":[],"NSProcessInfo":["bitflags"],"NSProgress":[],"NSPropertyList":["bitflags"],"NSProtocolChecker":[],"NSProxy":[],"NSRange":[],"NSRegularExpression":["bitflags"],"NSRelativeDateTimeFormatter":[],"NSRunLoop":[],"NSScanner":[],"NSScriptClassDescription":[],"NSScriptCoercionHandler":[],"NSScriptCommand":[],"NSScriptCommandDescription":[],"NSScriptExecutionContext":[],"NSScriptKeyValueCoding":[],"NSScriptObjectSpecifiers":[],"NSScriptStandardSuiteCommands":[],"NSScriptSuiteRegistry":[],"NSScriptWhoseTests":[],"NSSet":[],"NSSortDescriptor":[],"NSSpellServer":[],"NSStream":["bitflags"],"NSString":["bitflags"],"NSTask":[],"NSTermOfAddress":[],"NSTextCheckingResult":["bitflags"],"NSThread":[],"NSTimeZone":[],"NSTimer":[],"NSURL":["bitflags"],"NSURLAuthenticationChallenge":[],"NSURLCache":[],"NSURLConnection":[],"NSURLCredential":[],"NSURLCredentialStorage":[],"NSURLDownload":[],"NSURLError":[],"NSURLHandle":[],"NSURLProtectionSpace":[],"NSURLProtocol":[],"NSURLRequest":[],"NSURLResponse":[],"NSURLSession":[],"NSUUID":[],"NSUbiquitousKeyValueStore":[],"NSUndoManager":[],"NSUnit":[],"NSUserActivity":[],"NSUserDefaults":[],"NSUserNotification":[],"NSUserScriptTask":[],"NSValue":[],"NSValueTransformer":[],"NSXMLDTD":[],"NSXMLDTDNode":[],"NSXMLDocument":[],"NSXMLElement":[],"NSXMLNode":[],"NSXMLNodeOptions":["bitflags"],"NSXMLParser":[],"NSXPCConnection":["bitflags"],"NSZone":[],"all":["FoundationErrors","FoundationLegacySwiftCompatibility","NSAffineTransform","NSAppleEventDescriptor","NSAppleEventManager","NSAppleScript","NSArchiver","NSArray","NSAttributedString","NSAutoreleasePool","NSBackgroundActivityScheduler","NSBundle","NSByteCountFormatter","NSByteOrder","NSCache","NSCalendar","NSCalendarDate","NSCharacterSet","NSClassDescription","NSCoder","NSComparisonPredicate","NSCompoundPredicate","NSConnection","NSData","NSDate","NSDateComponentsFormatter","NSDateFormatter","NSDateInterval","NSDateIntervalFormatter","NSDecimal","NSDecimalNumber","NSDictionary","NSDistantObject","NSDistributedLock","NSDistributedNotificationCenter","NSEnergyFormatter","NSEnumerator","NSError","NSException","NSExpression","NSExtensionContext","NSExtensionItem","NSExtensionRequestHandling","NSFileCoordinator","NSFileHandle","NSFileManager","NSFilePresenter","NSFileVersion","NSFileWrapper","NSFormatter","NSGarbageCollector","NSGeometry","NSHFSFileTypes","NSHTTPCookie","NSHTTPCookieStorage","NSHashTable","NSHost","NSISO8601DateFormatter","NSIndexPath","NSIndexSet","NSInflectionRule","NSInvocation","NSItemProvider","NSJSONSerialization","NSKeyValueCoding","NSKeyValueObserving","NSKeyedArchiver","NSLengthFormatter","NSLinguisticTagger","NSListFormatter","NSLocale","NSLock","NSMapTable","NSMassFormatter","NSMeasurement","NSMeasurementFormatter","NSMetadata","NSMetadataAttributes","NSMethodSignature","NSMorphology","NSNetServices","NSNotification","NSNotificationQueue","NSNull","NSNumberFormatter","NSObjCRuntime","NSObject","NSObjectScripting","NSOperation","NSOrderedCollectionChange","NSOrderedCollectionDifference","NSOrderedSet","NSOrthography","NSPathUtilities","NSPersonNameComponents","NSPersonNameComponentsFormatter","NSPointerArray","NSPointerFunctions","NSPort","NSPortCoder","NSPortMessage","NSPortNameServer","NSPredicate","NSProcessInfo","NSProgress","NSPropertyList","NSProtocolChecker","NSProxy","NSRange","NSRegularExpression","NSRelativeDateTimeFormatter","NSRunLoop","NSScanner","NSScriptClassDescription","NSScriptCoercionHandler","NSScriptCommand","NSScriptCommandDescription","NSScriptExecutionContext","NSScriptKeyValueCoding","NSScriptObjectSpecifiers","NSScriptStandardSuiteCommands","NSScriptSuiteRegistry","NSScriptWhoseTests","NSSet","NSSortDescriptor","NSSpellServer","NSStream","NSString","NSTask","NSTermOfAddress","NSTextCheckingResult","NSThread","NSTimeZone","NSTimer","NSURL","NSURLAuthenticationChallenge","NSURLCache","NSURLConnection","NSURLCredential","NSURLCredentialStorage","NSURLDownload","NSURLError","NSURLHandle","NSURLProtectionSpace","NSURLProtocol","NSURLRequest","NSURLResponse","NSURLSession","NSUUID","NSUbiquitousKeyValueStore","NSUndoManager","NSUnit","NSUserActivity","NSUserDefaults","NSUserNotification","NSUserScriptTask","NSValue","NSValueTransformer","NSXMLDTD","NSXMLDTDNode","NSXMLDocument","NSXMLElement","NSXMLNode","NSXMLNodeOptions","NSXMLParser","NSXPCConnection","NSZone","bitflags","block2","libc"],"alloc":["block2?/alloc","objc2/alloc"],"apple":[],"bitflags":["dep:bitflags"],"block2":["dep:block2"],"default":["std"],"dispatch":["dep:dispatch"],"gnustep-1-7":["objc2/gnustep-1-7","block2?/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc2/gnustep-1-8","block2?/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc2/gnustep-1-9","block2?/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc2/gnustep-2-0","block2?/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc2/gnustep-2-1","block2?/gnustep-2-1"],"libc":["dep:libc"],"std":["alloc","bitflags?/std","block2?/std","libc?/std","objc2/std"],"unstable-static-nsstring":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-foundation-0.2.2/Cargo.toml","categories":["api-bindings","development-tools::ffi","external-ffi-bindings","os::macos-apis"],"keywords":["cocoa","apple","framework","macos","ios"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","features":["dispatch","all"],"targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"objc2-ui-kit","version":"0.2.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2-ui-kit@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to the UIKit framework","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-cloud-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-core-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-core-location","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-symbols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-uniform-type-identifiers","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-user-notifications","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-core-image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(not(target_os = \"watchos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-link-presentation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(not(target_os = \"watchos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-quartz-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(not(target_os = \"watchos\"))","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2_ui_kit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-ui-kit-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"DocumentManager":[],"NSAttributedString":["bitflags","objc2-foundation/NSAttributedString","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFileWrapper","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSDataAsset":["objc2-foundation/NSBundle","objc2-foundation/NSData","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSDiffableDataSourceSectionSnapshot":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSFileProviderExtension":[],"NSIndexPath_UIKitAdditions":["objc2-foundation/NSIndexPath"],"NSItemProvider_UIKitAdditions":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSString"],"NSLayoutAnchor":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSLayoutConstraint":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSLayoutManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange"],"NSParagraphStyle":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCharacterSet","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSShadow":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSStringDrawing":["bitflags","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSText":[],"NSTextAttachment":["objc2-foundation/NSAttributedString","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSFileWrapper","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextContainer":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTextContentManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextElement":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString"],"NSTextLayoutFragment":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSOperation"],"NSTextLayoutManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSOperation","objc2-foundation/NSString"],"NSTextLineFragment":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextList":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextListElement":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSString"],"NSTextRange":["objc2-foundation/NSObjCRuntime"],"NSTextSelection":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextSelectionNavigation":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSTextStorage":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextViewportLayoutController":["objc2-foundation/NSGeometry"],"NSToolbar_UIKitAdditions":[],"NSTouchBar_UIKitAdditions":[],"NSUserActivity_NSItemProvider":[],"PrintKitUI":[],"ShareSheet":[],"UIAccelerometer":["objc2-foundation/NSDate"],"UIAccessibility":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSSet","objc2-foundation/NSString"],"UIAccessibilityAdditions":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSString"],"UIAccessibilityConstants":["bitflags","objc2-foundation/NSAttributedString","objc2-foundation/NSNotification","objc2-foundation/NSString"],"UIAccessibilityContainer":["objc2-foundation/NSArray","objc2-foundation/NSRange"],"UIAccessibilityContentSizeCategoryImageAdjusting":[],"UIAccessibilityCustomAction":["objc2-foundation/NSAttributedString","objc2-foundation/NSString"],"UIAccessibilityCustomRotor":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSString"],"UIAccessibilityElement":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"UIAccessibilityIdentification":["objc2-foundation/NSString"],"UIAccessibilityLocationDescriptor":["objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"UIAccessibilityZoom":["objc2-foundation/NSGeometry"],"UIAction":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIActionSheet":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UIActivity":["objc2-foundation/NSArray","objc2-foundation/NSString"],"UIActivityIndicatorView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIActivityItemProvider":["objc2-foundation/NSGeometry","objc2-foundation/NSOperation","objc2-foundation/NSString","objc2-link-presentation?/LPLinkMetadata"],"UIActivityItemsConfiguration":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSString"],"UIActivityItemsConfigurationReading":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSString"],"UIActivityViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIAlert":[],"UIAlertController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIAlertView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UIAppearance":["objc2-foundation/NSArray"],"UIApplication":["bitflags","objc2-cloud-kit?/CKShareMetadata","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSUserActivity"],"UIApplicationShortcutItem":["objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIAttachmentBehavior":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UIBackgroundConfiguration":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIBandSelectionInteraction":["objc2-foundation/NSGeometry"],"UIBarAppearance":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"UIBarButtonItem":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-symbols?/NSSymbolEffect"],"UIBarButtonItemAppearance":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIBarButtonItemGroup":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIBarCommon":[],"UIBarItem":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIBehavioralStyle":[],"UIBezierPath":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIBlurEffect":["objc2-foundation/NSObject"],"UIButton":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UIButtonConfiguration":["objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UICalendarSelection":[],"UICalendarSelectionMultiDate":["objc2-foundation/NSArray","objc2-foundation/NSCalendar"],"UICalendarSelectionSingleDate":["objc2-foundation/NSCalendar"],"UICalendarView":["objc2-foundation/NSArray","objc2-foundation/NSCalendar","objc2-foundation/NSCoder","objc2-foundation/NSDateInterval","objc2-foundation/NSGeometry","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSTimeZone","objc2-quartz-core?/CALayer"],"UICalendarViewDecoration":[],"UICanvasFeedbackGenerator":["objc2-foundation/NSGeometry"],"UICellAccessory":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UICellConfigurationState":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"UICloudSharingController":["bitflags","objc2-cloud-kit?/CKContainer","objc2-cloud-kit?/CKRecord","objc2-cloud-kit?/CKShare","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSString"],"UICollectionLayoutList":["objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject"],"UICollectionView":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSIndexSet","objc2-foundation/NSObject","objc2-foundation/NSProgress","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UICollectionViewCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UICollectionViewCompositionalLayout":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CATransform3D"],"UICollectionViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UICollectionViewFlowLayout":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject"],"UICollectionViewItemRegistration":["objc2-foundation/NSIndexPath","objc2-foundation/NSString"],"UICollectionViewLayout":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CATransform3D"],"UICollectionViewListCell":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UICollectionViewTransitionLayout":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UICollectionViewUpdateItem":["objc2-foundation/NSIndexPath"],"UICollisionBehavior":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIColor":["objc2-core-image?/CIColor","objc2-foundation/NSBundle","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIColorPickerViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIColorWell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UICommand":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIConfigurationColorTransformer":[],"UIConfigurationState":["objc2-foundation/NSObject","objc2-foundation/NSString"],"UIContentConfiguration":["objc2-foundation/NSObject"],"UIContentSizeCategory":["objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSString"],"UIContentSizeCategoryAdjusting":[],"UIContentUnavailableButtonProperties":["objc2-foundation/NSObject"],"UIContentUnavailableConfiguration":["objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIContentUnavailableConfigurationState":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIContentUnavailableImageProperties":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIContentUnavailableTextProperties":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIContentUnavailableView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIContextMenuConfiguration":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSSet"],"UIContextMenuInteraction":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIContextualAction":["objc2-foundation/NSString"],"UIControl":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UIDataDetectors":["bitflags"],"UIDataSourceTranslating":["objc2-foundation/NSIndexPath"],"UIDatePicker":["objc2-foundation/NSCalendar","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSTimeZone","objc2-quartz-core?/CALayer"],"UIDeferredMenuElement":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject"],"UIDevice":["objc2-foundation/NSNotification","objc2-foundation/NSString","objc2-foundation/NSUUID"],"UIDiffableDataSource":["objc2-foundation/NSArray","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSOrderedCollectionDifference","objc2-foundation/NSString"],"UIDocument":["bitflags","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFilePresenter","objc2-foundation/NSNotification","objc2-foundation/NSProgress","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSUndoManager","objc2-foundation/NSUserActivity"],"UIDocumentBrowserAction":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIDocumentBrowserViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSProgress","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-uniform-type-identifiers?/UTType"],"UIDocumentInteractionController":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIDocumentMenuViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIDocumentPickerExtensionViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIDocumentPickerViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-uniform-type-identifiers?/UTType"],"UIDocumentProperties":["objc2-foundation/NSArray","objc2-foundation/NSURL","objc2-link-presentation?/LPLinkMetadata"],"UIDocumentViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIDragInteraction":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UIDragItem":["objc2-foundation/NSItemProvider"],"UIDragPreview":["objc2-foundation/NSObject"],"UIDragPreviewParameters":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSValue"],"UIDragSession":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSProgress","objc2-foundation/NSString"],"UIDropInteraction":["objc2-foundation/NSObject","objc2-foundation/NSProgress"],"UIDynamicAnimator":["objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSString"],"UIDynamicBehavior":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UIDynamicItemBehavior":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UIEditMenuInteraction":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIEvent":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSSet"],"UIEventAttribution":["objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIEventAttributionView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIFeedbackGenerator":[],"UIFieldBehavior":["objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSGeometry"],"UIFindInteraction":["objc2-foundation/NSArray","objc2-foundation/NSString"],"UIFindSession":["objc2-foundation/NSString"],"UIFocus":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString"],"UIFocusAnimationCoordinator":["objc2-foundation/NSDate"],"UIFocusDebugger":[],"UIFocusEffect":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UIFocusGuide":["objc2-foundation/NSArray","objc2-foundation/NSObject"],"UIFocusMovementHint":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CATransform3D"],"UIFocusSystem":["objc2-foundation/NSString","objc2-foundation/NSURL"],"UIFont":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIFontDescriptor":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"UIFontMetrics":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"UIFontPickerViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIFontPickerViewControllerConfiguration":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSString"],"UIFoundation":[],"UIGeometry":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSString","objc2-foundation/NSValue"],"UIGestureRecognizer":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSString","objc2-foundation/NSValue"],"UIGestureRecognizerSubclass":["objc2-foundation/NSSet"],"UIGraphics":["objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIGraphicsImageRenderer":["objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIGraphicsPDFRenderer":["objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIGraphicsRenderer":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIGraphicsRendererSubclass":["objc2-foundation/NSError"],"UIGravityBehavior":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UIGuidedAccess":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSString"],"UIGuidedAccessRestrictions":[],"UIHoverEffect":["objc2-foundation/NSObject"],"UIHoverEffectLayer":["objc2-foundation/NSObject","objc2-quartz-core?/CALayer","objc2-quartz-core?/CAMediaTiming"],"UIHoverGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry"],"UIHoverStyle":["objc2-foundation/NSObject"],"UIImage":["objc2-core-image?/CIImage","objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIImageAsset":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"UIImageConfiguration":["objc2-foundation/NSLocale","objc2-foundation/NSObject"],"UIImagePickerController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSValue"],"UIImageReader":["objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSURL"],"UIImageSymbolConfiguration":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIImageView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer","objc2-symbols?/NSSymbolEffect"],"UIImpactFeedbackGenerator":["objc2-foundation/NSGeometry"],"UIIndirectScribbleInteraction":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIInputView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIInputViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSUUID"],"UIInteraction":["objc2-foundation/NSArray"],"UIInterface":["objc2-foundation/NSGeometry"],"UIKey":["objc2-foundation/NSObject","objc2-foundation/NSString"],"UIKeyCommand":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIKeyConstants":[],"UIKeyboardLayoutGuide":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIKitCore":[],"UIKitDefines":[],"UILabel":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UILargeContentViewer":["objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString"],"UILayoutGuide":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UILetterformAwareAdjusting":[],"UILexicon":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIListContentConfiguration":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UIListContentImageProperties":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIListContentTextProperties":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIListSeparatorConfiguration":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UILocalNotification":["objc2-core-location?/CLRegion","objc2-foundation/NSCalendar","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSTimeZone"],"UILocalizedIndexedCollation":["objc2-foundation/NSArray","objc2-foundation/NSString"],"UILongPressGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry"],"UIManagedDocument":["objc2-core-data?/NSManagedObjectContext","objc2-core-data?/NSManagedObjectModel","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFilePresenter","objc2-foundation/NSProgress","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIMenu":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIMenuBuilder":["objc2-foundation/NSArray","objc2-foundation/NSString"],"UIMenuController":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString"],"UIMenuDisplayPreferences":["objc2-foundation/NSObject"],"UIMenuElement":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIMenuLeaf":["objc2-foundation/NSString"],"UIMenuSystem":[],"UIMotionEffect":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UINavigationBar":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UINavigationBarAppearance":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UINavigationController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UINavigationItem":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"UINib":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSString"],"UINibDeclarations":[],"UINibLoading":["objc2-foundation/NSString"],"UINotificationFeedbackGenerator":["objc2-foundation/NSGeometry"],"UIOpenURLContext":["objc2-foundation/NSURL"],"UIOrientation":["bitflags"],"UIPageControl":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIPageControlProgress":["objc2-foundation/NSDate"],"UIPageViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIPanGestureRecognizer":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry"],"UIPasteConfiguration":["objc2-foundation/NSArray","objc2-foundation/NSItemProvider","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIPasteConfigurationSupporting":["objc2-foundation/NSArray","objc2-foundation/NSItemProvider"],"UIPasteControl":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIPasteboard":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSIndexSet","objc2-foundation/NSItemProvider","objc2-foundation/NSNotification","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIPencilInteraction":["objc2-foundation/NSDate","objc2-foundation/NSGeometry"],"UIPickerView":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UIPinchGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry"],"UIPointerAccessory":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIPointerInteraction":["objc2-foundation/NSGeometry"],"UIPointerLockState":["objc2-foundation/NSNotification","objc2-foundation/NSString"],"UIPointerRegion":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIPointerStyle":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIPopoverBackgroundView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIPopoverController":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UIPopoverPresentationController":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UIPopoverPresentationControllerSourceItem":["objc2-foundation/NSGeometry"],"UIPopoverSupport":["bitflags","objc2-foundation/NSGeometry"],"UIPresentationController":["objc2-foundation/NSGeometry"],"UIPress":["objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSGeometry"],"UIPressesEvent":["objc2-foundation/NSSet"],"UIPreviewInteraction":["objc2-foundation/NSGeometry"],"UIPreviewParameters":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSValue"],"UIPrintError":["objc2-foundation/NSError","objc2-foundation/NSString"],"UIPrintFormatter":["objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIPrintInfo":["objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIPrintInteractionController":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIPrintPageRenderer":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSRange"],"UIPrintPaper":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UIPrintServiceExtension":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIPrinter":["bitflags","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIPrinterPickerController":["objc2-foundation/NSError","objc2-foundation/NSGeometry"],"UIProgressView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSProgress","objc2-quartz-core?/CALayer"],"UIPushBehavior":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UIReferenceLibraryViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIRefreshControl":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIRegion":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIResponder":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSUndoManager","objc2-foundation/NSUserActivity"],"UIResponder_UIActivityItemsConfiguration":[],"UIRotationGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry"],"UIScene":["objc2-foundation/NSError","objc2-foundation/NSNotification","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSUserActivity"],"UISceneActivationConditions":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSString","objc2-foundation/NSUserActivity"],"UISceneDefinitions":["objc2-foundation/NSError","objc2-foundation/NSString"],"UISceneEnhancedStateRestoration":[],"UISceneOptions":["objc2-cloud-kit?/CKShareMetadata","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSUserActivity","objc2-user-notifications?/UNNotificationResponse"],"UISceneSession":["objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSUserActivity"],"UISceneSessionActivationRequest":["objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSUserActivity"],"UISceneWindowingBehaviors":[],"UIScene_AVAudioSession":[],"UIScreen":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString","objc2-quartz-core?/CADisplayLink"],"UIScreenEdgePanGestureRecognizer":["objc2-foundation/NSCoder"],"UIScreenMode":["objc2-foundation/NSGeometry"],"UIScreenshotService":["objc2-foundation/NSData","objc2-foundation/NSGeometry"],"UIScribbleInteraction":["objc2-foundation/NSGeometry"],"UIScrollView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-quartz-core?/CALayer"],"UISearchBar":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UISearchContainerViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UISearchController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UISearchDisplayController":["objc2-foundation/NSString"],"UISearchSuggestion":["objc2-foundation/NSAttributedString","objc2-foundation/NSString"],"UISearchTextField":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UISegmentedControl":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UISelectionFeedbackGenerator":["objc2-foundation/NSGeometry"],"UIShape":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UISheetPresentationController":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"UISlider":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UISnapBehavior":["objc2-foundation/NSGeometry"],"UISplitViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UISpringLoadedInteraction":["objc2-foundation/NSGeometry"],"UISpringLoadedInteractionSupporting":[],"UIStackView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIStandardTextCursorView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIStateRestoration":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSIndexPath","objc2-foundation/NSString"],"UIStatusBarManager":["objc2-foundation/NSGeometry"],"UIStepper":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIStoryboard":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSString"],"UIStoryboardPopoverSegue":["objc2-foundation/NSString"],"UIStoryboardSegue":["objc2-foundation/NSString"],"UIStringDrawing":["objc2-foundation/NSString"],"UISwipeActionsConfiguration":["objc2-foundation/NSArray"],"UISwipeGestureRecognizer":["bitflags","objc2-foundation/NSCoder"],"UISwitch":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UISymbolEffectCompletion":["objc2-symbols?/NSSymbolEffect"],"UITabBar":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UITabBarAppearance":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UITabBarController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UITabBarItem":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UITableView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSIndexSet","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSProgress","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UITableViewCell":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UITableViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UITableViewHeaderFooterView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UITapGestureRecognizer":["objc2-foundation/NSCoder"],"UITargetedDragPreview":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UITargetedPreview":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UITextChecker":["objc2-foundation/NSArray","objc2-foundation/NSRange","objc2-foundation/NSString"],"UITextCursorDropPositionAnimator":[],"UITextCursorView":[],"UITextDragPreviewRenderer":["objc2-foundation/NSGeometry","objc2-foundation/NSRange"],"UITextDragURLPreviews":["objc2-foundation/NSString","objc2-foundation/NSURL"],"UITextDragging":["bitflags","objc2-foundation/NSArray"],"UITextDropProposal":["objc2-foundation/NSObject"],"UITextDropping":["objc2-foundation/NSProgress"],"UITextField":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UITextFormattingCoordinator":["objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSString"],"UITextInput":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"UITextInputContext":[],"UITextInputTraits":["objc2-foundation/NSObject","objc2-foundation/NSString"],"UITextInteraction":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UITextItem":["objc2-foundation/NSAttributedString","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSURL"],"UITextItemInteraction":[],"UITextLoupeSession":["objc2-foundation/NSGeometry"],"UITextPasteConfigurationSupporting":[],"UITextPasteDelegate":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSItemProvider","objc2-foundation/NSString"],"UITextSearching":["objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSOrderedSet","objc2-foundation/NSString"],"UITextSelectionDisplayInteraction":["objc2-foundation/NSArray"],"UITextSelectionHandleView":["objc2-foundation/NSGeometry"],"UITextSelectionHighlightView":["objc2-foundation/NSArray"],"UITextView":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-quartz-core?/CALayer"],"UITimingCurveProvider":["objc2-foundation/NSObject"],"UITimingParameters":["objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIToolTipInteraction":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"UIToolbar":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIToolbarAppearance":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"UITouch":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSValue"],"UITrackingLayoutGuide":["objc2-foundation/NSArray","objc2-foundation/NSObject"],"UITrait":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"UITraitCollection":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIUserActivity":["objc2-foundation/NSUserActivity"],"UIUserNotificationSettings":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"UIVibrancyEffect":["objc2-foundation/NSObject"],"UIVideoEditorController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIView":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer","objc2-quartz-core?/CATransform3D"],"UIViewAnimating":["objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIViewConfigurationState":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"UIViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSExtensionContext","objc2-foundation/NSExtensionRequestHandling","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIViewControllerTransitionCoordinator":["objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"UIViewControllerTransitioning":["objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIViewPropertyAnimator":["objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIVisualEffect":["objc2-foundation/NSObject"],"UIVisualEffectView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIWebView":["objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSURLRequest","objc2-quartz-core?/CALayer"],"UIWindow":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UIWindowScene":["objc2-cloud-kit?/CKShareMetadata","objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"UIWindowSceneActivationAction":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIWindowSceneActivationConfiguration":["objc2-foundation/NSUserActivity"],"UIWindowSceneActivationInteraction":["objc2-foundation/NSError","objc2-foundation/NSGeometry"],"UIWindowSceneActivationRequestOptions":[],"UIWindowSceneDragInteraction":[],"UIWindowSceneGeometry":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIWindowSceneGeometryPreferences":[],"UIWindowSceneGeometryPreferencesIOS":[],"UIWindowSceneGeometryPreferencesMac":["objc2-foundation/NSGeometry"],"UIWindowSceneGeometryPreferencesVision":["objc2-foundation/NSGeometry"],"UIWindowScenePlacement":["objc2-foundation/NSObject"],"UIWindowSceneProminentPlacement":["objc2-foundation/NSObject"],"UIWindowSceneStandardPlacement":["objc2-foundation/NSObject"],"UNNotificationResponse_UIKitAdditions":["objc2-user-notifications?/UNNotificationResponse"],"all":["DocumentManager","NSAttributedString","NSDataAsset","NSDiffableDataSourceSectionSnapshot","NSFileProviderExtension","NSIndexPath_UIKitAdditions","NSItemProvider_UIKitAdditions","NSLayoutAnchor","NSLayoutConstraint","NSLayoutManager","NSParagraphStyle","NSShadow","NSStringDrawing","NSText","NSTextAttachment","NSTextContainer","NSTextContentManager","NSTextElement","NSTextLayoutFragment","NSTextLayoutManager","NSTextLineFragment","NSTextList","NSTextListElement","NSTextRange","NSTextSelection","NSTextSelectionNavigation","NSTextStorage","NSTextViewportLayoutController","NSToolbar_UIKitAdditions","NSTouchBar_UIKitAdditions","NSUserActivity_NSItemProvider","PrintKitUI","ShareSheet","UIAccelerometer","UIAccessibility","UIAccessibilityAdditions","UIAccessibilityConstants","UIAccessibilityContainer","UIAccessibilityContentSizeCategoryImageAdjusting","UIAccessibilityCustomAction","UIAccessibilityCustomRotor","UIAccessibilityElement","UIAccessibilityIdentification","UIAccessibilityLocationDescriptor","UIAccessibilityZoom","UIAction","UIActionSheet","UIActivity","UIActivityIndicatorView","UIActivityItemProvider","UIActivityItemsConfiguration","UIActivityItemsConfigurationReading","UIActivityViewController","UIAlert","UIAlertController","UIAlertView","UIAppearance","UIApplication","UIApplicationShortcutItem","UIAttachmentBehavior","UIBackgroundConfiguration","UIBandSelectionInteraction","UIBarAppearance","UIBarButtonItem","UIBarButtonItemAppearance","UIBarButtonItemGroup","UIBarCommon","UIBarItem","UIBehavioralStyle","UIBezierPath","UIBlurEffect","UIButton","UIButtonConfiguration","UICalendarSelection","UICalendarSelectionMultiDate","UICalendarSelectionSingleDate","UICalendarView","UICalendarViewDecoration","UICanvasFeedbackGenerator","UICellAccessory","UICellConfigurationState","UICloudSharingController","UICollectionLayoutList","UICollectionView","UICollectionViewCell","UICollectionViewCompositionalLayout","UICollectionViewController","UICollectionViewFlowLayout","UICollectionViewItemRegistration","UICollectionViewLayout","UICollectionViewListCell","UICollectionViewTransitionLayout","UICollectionViewUpdateItem","UICollisionBehavior","UIColor","UIColorPickerViewController","UIColorWell","UICommand","UIConfigurationColorTransformer","UIConfigurationState","UIContentConfiguration","UIContentSizeCategory","UIContentSizeCategoryAdjusting","UIContentUnavailableButtonProperties","UIContentUnavailableConfiguration","UIContentUnavailableConfigurationState","UIContentUnavailableImageProperties","UIContentUnavailableTextProperties","UIContentUnavailableView","UIContextMenuConfiguration","UIContextMenuInteraction","UIContextualAction","UIControl","UIDataDetectors","UIDataSourceTranslating","UIDatePicker","UIDeferredMenuElement","UIDevice","UIDiffableDataSource","UIDocument","UIDocumentBrowserAction","UIDocumentBrowserViewController","UIDocumentInteractionController","UIDocumentMenuViewController","UIDocumentPickerExtensionViewController","UIDocumentPickerViewController","UIDocumentProperties","UIDocumentViewController","UIDragInteraction","UIDragItem","UIDragPreview","UIDragPreviewParameters","UIDragSession","UIDropInteraction","UIDynamicAnimator","UIDynamicBehavior","UIDynamicItemBehavior","UIEditMenuInteraction","UIEvent","UIEventAttribution","UIEventAttributionView","UIFeedbackGenerator","UIFieldBehavior","UIFindInteraction","UIFindSession","UIFocus","UIFocusAnimationCoordinator","UIFocusDebugger","UIFocusEffect","UIFocusGuide","UIFocusMovementHint","UIFocusSystem","UIFont","UIFontDescriptor","UIFontMetrics","UIFontPickerViewController","UIFontPickerViewControllerConfiguration","UIFoundation","UIGeometry","UIGestureRecognizer","UIGestureRecognizerSubclass","UIGraphics","UIGraphicsImageRenderer","UIGraphicsPDFRenderer","UIGraphicsRenderer","UIGraphicsRendererSubclass","UIGravityBehavior","UIGuidedAccess","UIGuidedAccessRestrictions","UIHoverEffect","UIHoverEffectLayer","UIHoverGestureRecognizer","UIHoverStyle","UIImage","UIImageAsset","UIImageConfiguration","UIImagePickerController","UIImageReader","UIImageSymbolConfiguration","UIImageView","UIImpactFeedbackGenerator","UIIndirectScribbleInteraction","UIInputView","UIInputViewController","UIInteraction","UIInterface","UIKey","UIKeyCommand","UIKeyConstants","UIKeyboardLayoutGuide","UIKitCore","UIKitDefines","UILabel","UILargeContentViewer","UILayoutGuide","UILetterformAwareAdjusting","UILexicon","UIListContentConfiguration","UIListContentImageProperties","UIListContentTextProperties","UIListSeparatorConfiguration","UILocalNotification","UILocalizedIndexedCollation","UILongPressGestureRecognizer","UIManagedDocument","UIMenu","UIMenuBuilder","UIMenuController","UIMenuDisplayPreferences","UIMenuElement","UIMenuLeaf","UIMenuSystem","UIMotionEffect","UINavigationBar","UINavigationBarAppearance","UINavigationController","UINavigationItem","UINib","UINibDeclarations","UINibLoading","UINotificationFeedbackGenerator","UIOpenURLContext","UIOrientation","UIPageControl","UIPageControlProgress","UIPageViewController","UIPanGestureRecognizer","UIPasteConfiguration","UIPasteConfigurationSupporting","UIPasteControl","UIPasteboard","UIPencilInteraction","UIPickerView","UIPinchGestureRecognizer","UIPointerAccessory","UIPointerInteraction","UIPointerLockState","UIPointerRegion","UIPointerStyle","UIPopoverBackgroundView","UIPopoverController","UIPopoverPresentationController","UIPopoverPresentationControllerSourceItem","UIPopoverSupport","UIPresentationController","UIPress","UIPressesEvent","UIPreviewInteraction","UIPreviewParameters","UIPrintError","UIPrintFormatter","UIPrintInfo","UIPrintInteractionController","UIPrintPageRenderer","UIPrintPaper","UIPrintServiceExtension","UIPrinter","UIPrinterPickerController","UIProgressView","UIPushBehavior","UIReferenceLibraryViewController","UIRefreshControl","UIRegion","UIResponder","UIResponder_UIActivityItemsConfiguration","UIRotationGestureRecognizer","UIScene","UISceneActivationConditions","UISceneDefinitions","UISceneEnhancedStateRestoration","UISceneOptions","UISceneSession","UISceneSessionActivationRequest","UISceneWindowingBehaviors","UIScene_AVAudioSession","UIScreen","UIScreenEdgePanGestureRecognizer","UIScreenMode","UIScreenshotService","UIScribbleInteraction","UIScrollView","UISearchBar","UISearchContainerViewController","UISearchController","UISearchDisplayController","UISearchSuggestion","UISearchTextField","UISegmentedControl","UISelectionFeedbackGenerator","UIShape","UISheetPresentationController","UISlider","UISnapBehavior","UISplitViewController","UISpringLoadedInteraction","UISpringLoadedInteractionSupporting","UIStackView","UIStandardTextCursorView","UIStateRestoration","UIStatusBarManager","UIStepper","UIStoryboard","UIStoryboardPopoverSegue","UIStoryboardSegue","UIStringDrawing","UISwipeActionsConfiguration","UISwipeGestureRecognizer","UISwitch","UISymbolEffectCompletion","UITabBar","UITabBarAppearance","UITabBarController","UITabBarItem","UITableView","UITableViewCell","UITableViewController","UITableViewHeaderFooterView","UITapGestureRecognizer","UITargetedDragPreview","UITargetedPreview","UITextChecker","UITextCursorDropPositionAnimator","UITextCursorView","UITextDragPreviewRenderer","UITextDragURLPreviews","UITextDragging","UITextDropProposal","UITextDropping","UITextField","UITextFormattingCoordinator","UITextInput","UITextInputContext","UITextInputTraits","UITextInteraction","UITextItem","UITextItemInteraction","UITextLoupeSession","UITextPasteConfigurationSupporting","UITextPasteDelegate","UITextSearching","UITextSelectionDisplayInteraction","UITextSelectionHandleView","UITextSelectionHighlightView","UITextView","UITimingCurveProvider","UITimingParameters","UIToolTipInteraction","UIToolbar","UIToolbarAppearance","UITouch","UITrackingLayoutGuide","UITrait","UITraitCollection","UIUserActivity","UIUserNotificationSettings","UIVibrancyEffect","UIVideoEditorController","UIView","UIViewAnimating","UIViewConfigurationState","UIViewController","UIViewControllerTransitionCoordinator","UIViewControllerTransitioning","UIViewPropertyAnimator","UIVisualEffect","UIVisualEffectView","UIWebView","UIWindow","UIWindowScene","UIWindowSceneActivationAction","UIWindowSceneActivationConfiguration","UIWindowSceneActivationInteraction","UIWindowSceneActivationRequestOptions","UIWindowSceneDragInteraction","UIWindowSceneGeometry","UIWindowSceneGeometryPreferences","UIWindowSceneGeometryPreferencesIOS","UIWindowSceneGeometryPreferencesMac","UIWindowSceneGeometryPreferencesVision","UIWindowScenePlacement","UIWindowSceneProminentPlacement","UIWindowSceneStandardPlacement","UNNotificationResponse_UIKitAdditions","bitflags","block2","objc2-cloud-kit","objc2-core-data","objc2-core-image","objc2-core-location","objc2-link-presentation","objc2-quartz-core","objc2-symbols","objc2-uniform-type-identifiers","objc2-user-notifications"],"alloc":["block2?/alloc","objc2/alloc","objc2-cloud-kit?/alloc","objc2-core-data?/alloc","objc2-core-image?/alloc","objc2-core-location?/alloc","objc2-foundation/alloc","objc2-link-presentation?/alloc","objc2-quartz-core?/alloc","objc2-symbols?/alloc","objc2-uniform-type-identifiers?/alloc","objc2-user-notifications?/alloc"],"bitflags":["dep:bitflags","objc2-cloud-kit?/bitflags","objc2-core-data?/bitflags","objc2-foundation/bitflags","objc2-quartz-core?/bitflags","objc2-user-notifications?/bitflags"],"block2":["dep:block2","objc2-cloud-kit?/block2","objc2-core-data?/block2","objc2-core-image?/block2","objc2-core-location?/block2","objc2-foundation/block2","objc2-link-presentation?/block2","objc2-quartz-core?/block2","objc2-uniform-type-identifiers?/block2","objc2-user-notifications?/block2"],"default":["std"],"objc2-cloud-kit":["dep:objc2-cloud-kit"],"objc2-core-data":["dep:objc2-core-data"],"objc2-core-image":["dep:objc2-core-image"],"objc2-core-location":["dep:objc2-core-location","objc2-cloud-kit?/objc2-core-location","objc2-user-notifications?/objc2-core-location"],"objc2-link-presentation":["dep:objc2-link-presentation"],"objc2-quartz-core":["dep:objc2-quartz-core"],"objc2-symbols":["dep:objc2-symbols"],"objc2-uniform-type-identifiers":["dep:objc2-uniform-type-identifiers"],"objc2-user-notifications":["dep:objc2-user-notifications"],"std":["alloc","bitflags?/std","block2?/std","objc2/std","objc2-cloud-kit?/std","objc2-core-data?/std","objc2-core-image?/std","objc2-core-location?/std","objc2-foundation/std","objc2-link-presentation?/std","objc2-quartz-core?/std","objc2-symbols?/std","objc2-uniform-type-identifiers?/std","objc2-user-notifications?/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-ui-kit-0.2.2/Cargo.toml","categories":["api-bindings","development-tools::ffi","external-ffi-bindings","os::macos-apis"],"keywords":["cocoa","apple","framework","ios"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-ios","features":["all"],"targets":["aarch64-apple-ios","x86_64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"objc2","version":"0.5.2","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Objective-C interface and runtime bindings","dependencies":[{"name":"malloc_buf","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-encode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-proc-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"iai","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_vendor = \"apple\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"class_with_lifetime","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/class_with_lifetime.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_opaque_type","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/encode_opaque_type.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_nsstring","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/encode_nsstring.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_nsuinteger","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/encode_nsuinteger.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_core_graphics","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/encode_core_graphics.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"introspection","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/introspection.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"use_macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/use_macros.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"no_prelude","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/no_prelude.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"macros_mainthreadmarker","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/macros_mainthreadmarker.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"id_retain_autoreleased","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/id_retain_autoreleased.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"declare_class_self","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/declare_class_self.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"track_caller","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/track_caller.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"declare_class","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/declare_class.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"autorelease","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/benches/autorelease.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":["objc2-encode/alloc","objc-sys/alloc"],"apple":[],"catch-all":["exception"],"default":["std"],"exception":["objc-sys/unstable-exception"],"gnustep-1-7":["unstable-static-class","objc-sys/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc-sys/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc-sys/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc-sys/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc-sys/gnustep-2-1"],"malloc":["malloc_buf"],"malloc_buf":["dep:malloc_buf"],"objc2-proc-macros":["dep:objc2-proc-macros"],"relax-sign-encoding":[],"relax-void-encoding":[],"std":["alloc","objc2-encode/std","objc-sys/std"],"unstable-apple-new":[],"unstable-autoreleasesafe":[],"unstable-c-unwind":[],"unstable-compiler-rt":["gnustep-1-7"],"unstable-msg-send-always-comma":[],"unstable-static-class":["objc2-proc-macros"],"unstable-static-class-inlined":["unstable-static-class"],"unstable-static-sel":["objc2-proc-macros"],"unstable-static-sel-inlined":["unstable-static-sel"],"verify":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/Cargo.toml","categories":["api-bindings","development-tools::ffi","os::macos-apis"],"keywords":["objective-c","macos","ios","objc_msgSend","objc"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc2/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","features":["exception"],"targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}},"release":{"enable-features":[],"shared-version":false,"tag-prefix":"objc"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"plotters-backend","version":"0.3.7","authors":["Hao Hou "],"id":"registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Plotters Backend API","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"plotters_backend","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.7/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/plotters-rs/plotters","homepage":"https://plotters-rs.github.io","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"plotters-svg","version":"0.3.7","authors":["Hao Hou "],"id":"registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Plotters SVG backend","dependencies":[{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.2","kind":"normal","optional":true,"uses_default_features":false,"features":["jpeg","png","bmp"],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"plotters_svg","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"bitmap_encoder":["image"],"debug":[],"image":["dep:image"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.7/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/plotters-rs/plotters.git","homepage":"https://plotters-rs.github.io","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"plotters","version":"0.3.7","authors":["Hao Hou "],"id":"registry+https://github.com/rust-lang/crates.io-index#plotters@0.3.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust drawing library focus on data plotting for both WASM and native applications","dependencies":[{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.32","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters-bitmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters-svg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.139","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.140","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.82","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.89","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.66","kind":"normal","optional":false,"uses_default_features":true,"features":["Document","DomRect","Element","HtmlElement","Node","Window","HtmlCanvasElement","CanvasRenderingContext2d"],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.39","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"ab_glyph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.12","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"font-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.3","kind":"normal","optional":true,"uses_default_features":false,"features":["jpeg","png","bmp"],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"pathfinder_geometry","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"ttf-parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"rand_distr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"rand_xorshift","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"plotters","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"3d-plot","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/3d-plot.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"3d-plot2","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/3d-plot2.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"animation","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/animation.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"area-chart","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/area-chart.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"blit-bitmap","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/blit-bitmap.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"boxplot","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/boxplot.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"chart","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/chart.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"colormaps","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/colormaps.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"console","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/console.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"customized_coord","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/customized_coord.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"errorbar","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/errorbar.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"full_palette","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/full_palette.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"histogram","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/histogram.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"mandelbrot","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/mandelbrot.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"matshow","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/matshow.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"nested_coord","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/nested_coord.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"normal-dist","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/normal-dist.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"normal-dist2","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/normal-dist2.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"pie","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/pie.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"relative_size","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/relative_size.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"sierpinski","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/sierpinski.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"slc-temp","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/slc-temp.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"snowflake","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/snowflake.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"stock","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/stock.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tick_control","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/tick_control.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"two-scales","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/two-scales.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"benchmark","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/benches/main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"ab_glyph":["dep:ab_glyph","once_cell"],"all_elements":["errorbar","candlestick","boxplot","histogram"],"all_series":["area_series","line_series","point_series","surface_series"],"area_series":[],"bitmap_backend":["plotters-bitmap"],"bitmap_encoder":["plotters-bitmap/image_encoder"],"bitmap_gif":["plotters-bitmap/gif_backend"],"boxplot":[],"candlestick":[],"chrono":["dep:chrono"],"colormaps":[],"datetime":["chrono"],"default":["bitmap_backend","bitmap_encoder","bitmap_gif","svg_backend","chrono","ttf","image","deprecated_items","all_series","all_elements","full_palette","colormaps"],"deprecated_items":[],"errorbar":[],"evcxr":["svg_backend"],"evcxr_bitmap":["evcxr","bitmap_backend","plotters-svg/bitmap_encoder"],"font-kit":["dep:font-kit"],"fontconfig-dlopen":["font-kit/source-fontconfig-dlopen"],"full_palette":[],"histogram":[],"image":["dep:image"],"lazy_static":["dep:lazy_static"],"line_series":[],"once_cell":["dep:once_cell"],"pathfinder_geometry":["dep:pathfinder_geometry"],"plotters-bitmap":["dep:plotters-bitmap"],"plotters-svg":["dep:plotters-svg"],"point_series":[],"surface_series":[],"svg_backend":["plotters-svg"],"ttf":["font-kit","ttf-parser","lazy_static","pathfinder_geometry"],"ttf-parser":["dep:ttf-parser"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/Cargo.toml","categories":["visualization","wasm"],"keywords":["WebAssembly","Visualization","Plotting","Drawing"],"readme":"README.md","repository":"https://github.com/plotters-rs/plotters","homepage":"https://plotters-rs.github.io/","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"symbolic-common","version":"12.11.1","authors":["Armin Ronacher ","Jan Michael Auer "],"id":"registry+https://github.com/rust-lang/crates.io-index#symbolic-common@12.11.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common types and utilities for symbolic, a library to symbolicate and process\nstack traces from native applications, minidumps or minified JavaScript.\n","dependencies":[{"name":"debugid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.171","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"stable_deref_trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"similar-asserts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"symbolic_common","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-common-12.11.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"serde":["dep:serde","debugid/serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-common-12.11.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/getsentry/symbolic","homepage":"https://github.com/getsentry/symbolic","documentation":"https://docs.rs/symbolic-common","edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"symbolic-demangle","version":"12.11.1","authors":["Armin Ronacher ","Jan Michael Auer "],"id":"registry+https://github.com/rust-lang/crates.io-index#symbolic-demangle@12.11.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library to demangle symbols from various languages and compilers.\n","dependencies":[{"name":"cpp_demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"msvc-demangler","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.21","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"symbolic-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^12.11.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"similar-asserts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"symbolic_demangle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-demangle-12.11.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-demangle-12.11.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"cc":["dep:cc"],"cpp":["cpp_demangle"],"cpp_demangle":["dep:cpp_demangle"],"default":["cpp","msvc","rust","swift"],"msvc":["msvc-demangler"],"msvc-demangler":["dep:msvc-demangler"],"rust":["rustc-demangle"],"rustc-demangle":["dep:rustc-demangle"],"swift":["cc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-demangle-12.11.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/getsentry/symbolic","homepage":"https://github.com/getsentry/symbolic","documentation":"https://docs.rs/symbolic-demangle","edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License\n\nCopyright (c) [2021] [Marvin Countryman]\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE.md","used_by":[{"crate":{"name":"simd-adler32","version":"0.3.7","authors":["Marvin Countryman "],"id":"registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A SIMD-accelerated Adler-32 hash algorithm implementation.","dependencies":[{"name":"adler","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"adler32","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"simd_adler32","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"alts","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/bench/alts.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"variants","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/bench/variants.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"const-generics":[],"default":["std","const-generics"],"nightly":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/Cargo.toml","categories":["algorithms","no-std"],"keywords":["simd","avx2","ssse3","adler","adler32"],"readme":"README.md","repository":"https://github.com/mcountryman/simd-adler32","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"MIT License Copyright (c) \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is furnished\nto do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice (including the next\nparagraph) shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS\nOR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF\nOR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","source_path":"plasma-wayland-protocols/LICENSES/MIT.txt","used_by":[{"crate":{"name":"wayland-protocols-plasma","version":"0.3.4","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols-plasma@0.3.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated API for the Plasma wayland protocol extensions","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-server","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_protocols_plasma","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-plasma-0.3.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"client":["wayland-client","wayland-protocols/client"],"server":["wayland-server","wayland-protocols/server"],"wayland-client":["dep:wayland-client"],"wayland-server":["dep:wayland-server"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-plasma-0.3.4/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client","server","protocol","extension"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-protocols-plasma/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Permission is hereby granted, free of charge, to any\nperson obtaining a copy of this software and associated\ndocumentation files (the \"Software\"), to deal in the\nSoftware without restriction, including without\nlimitation the rights to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software\nis furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice\nshall be included in all copies or substantial portions\nof the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF\nANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED\nTO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\nPARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT\nSHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"gstreamer-base-sys","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-base-sys@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgstbase-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gstreamer_base_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-sys-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-sys-0.23.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-sys-0.23.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_14_1":[],"v1_14_3":["v1_14_1"],"v1_16":["v1_14_3"],"v1_18":["v1_16"],"v1_20":["v1_18"],"v1_22":["v1_20"],"v1_24":["v1_22"],"v1_26":["v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-sys-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["ffi","gstreamer","gnome","multimedia"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_base_sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gstreamer_base_1_0":{"name":"gstreamer-base-1.0","v1_14_1":{"version":"1.14.1"},"v1_14_3":{"version":"1.14.3"},"v1_16":{"version":"1.16"},"v1_18":{"version":"1.18"},"v1_20":{"version":"1.20"},"v1_22":{"version":"1.22"},"v1_24":{"version":"1.24"},"v1_26":{"version":"1.25"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"path":null},{"crate":{"name":"gstreamer-controller-sys","version":"0.23.0","authors":["Alexey Galakhov "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-controller-sys@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgstcontroller-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gstreamer_controller_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-sys-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-sys-0.23.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-sys-0.23.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_16":[],"v1_18":["v1_16"],"v1_20":["v1_18"],"v1_22":["v1_20"],"v1_24":["v1_22"],"v1_26":["v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-sys-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["ffi","gstreamer","gnome","multimedia"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_app_sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gstreamer_controller_1_0":{"name":"gstreamer-controller-1.0","v1_16":{"version":"1.16"},"v1_18":{"version":"1.18"},"v1_20":{"version":"1.20"},"v1_22":{"version":"1.22"},"v1_24":{"version":"1.24"},"v1_26":{"version":"1.25"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"path":null},{"crate":{"name":"gstreamer-sys","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-sys@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgstreamer-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gstreamer_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-sys-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-sys-0.23.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-sys-0.23.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_16":[],"v1_18":["v1_16"],"v1_18_3":["v1_18"],"v1_20":["v1_18_3"],"v1_20_4":["v1_20"],"v1_22":["v1_20_4"],"v1_24":["v1_22"],"v1_26":["v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-sys-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["ffi","gstreamer","gnome","multimedia"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gstreamer_1_0":{"name":"gstreamer-1.0","v1_16":{"version":"1.16"},"v1_18":{"version":"1.18"},"v1_18_3":{"version":"1.18.3"},"v1_20":{"version":"1.20"},"v1_20_4":{"version":"1.20.4"},"v1_22":{"version":"1.22"},"v1_24":{"version":"1.24"},"v1_26":{"version":"1.25"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"path":null},{"crate":{"name":"gstreamer-video-sys","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-video-sys@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgstvideo-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-base-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gstreamer_video_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-sys-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-sys-0.23.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-sys-0.23.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_16":[],"v1_18":["v1_16"],"v1_20":["v1_18"],"v1_22":["v1_20"],"v1_24":["v1_22"],"v1_26":["v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-sys-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["ffi","gstreamer","gnome","multimedia"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_video_sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gstreamer_video_1_0":{"name":"gstreamer-video-1.0","v1_16":{"version":"1.16"},"v1_18":{"version":"1.18"},"v1_20":{"version":"1.20"},"v1_22":{"version":"1.22"},"v1_24":{"version":"1.24"},"v1_26":{"version":"1.25"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"path":null},{"crate":{"name":"is-terminal","version":"0.4.13","authors":["softprops ","Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#is-terminal@0.4.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Test whether a given stream is a terminal","dependencies":[{"name":"atty","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(unix, target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.110","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(unix, target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.0","kind":"dev","optional":false,"uses_default_features":true,"features":["termios"],"target":"cfg(any(unix, target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.0","kind":"dev","optional":false,"uses_default_features":true,"features":["stdio"],"target":"cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))","rename":null,"registry":null,"path":null},{"name":"hermit-abi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"hermit\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_FileSystem","Win32_System_Console"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"is_terminal","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.13/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.13/Cargo.toml","categories":["command-line-interface"],"keywords":["terminal","tty","isatty"],"readme":"README.md","repository":"https://github.com/sunfishcode/is-terminal","homepage":null,"documentation":"https://docs.rs/is-terminal","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"path":null},{"crate":{"name":"x11-dl","version":"2.21.0","authors":["daggerbot ","Erle Pereira ","AltF02 "],"id":"registry+https://github.com/rust-lang/crates.io-index#x11-dl@2.21.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"X11 library bindings for Rust","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.24","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"x11_dl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11-dl-2.21.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"hello-world-dl","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11-dl-2.21.0/examples/hello-world-dl.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11-dl-2.21.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11-dl-2.21.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/AltF02/x11-rs.git","homepage":null,"documentation":"https://docs.rs/x11-dl","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"xdg-home","version":"1.3.0","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#xdg-home@1.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The user's home directory as per XDG Specification","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.59","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_UI_Shell","Win32_System_Com"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"xdg_home","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xdg-home-1.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xdg-home-1.3.0/Cargo.toml","categories":["filesystem","os::unix-apis","os::windows-apis"],"keywords":["xdg","home"],"readme":"README.md","repository":"https://github.com/zeenix/xdg-home","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"zbus","version":"3.15.2","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zbus@3.15.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"API for D-Bus communication","dependencies":[{"name":"async-broadcast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-fs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-recursion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.58","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"derivative","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"normal","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-sink","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"normal","optional":false,"uses_default_features":false,"features":["sink","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ordered-stream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quick-xml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.27.1","kind":"normal","optional":true,"uses_default_features":true,"features":["serialize","overlapped-lists"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-xml-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_repr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sha1","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.5","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.21.2","kind":"normal","optional":true,"uses_default_features":true,"features":["rt","net","time","fs","io-util","process","sync","tracing"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-vsock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"vsock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xdg-home","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus_macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=3.15.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus_names","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.15.0","kind":"normal","optional":false,"uses_default_features":false,"features":["enumflags2"],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"dev","optional":false,"uses_default_features":true,"features":["attributes"],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ntest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"test-log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"dev","optional":false,"uses_default_features":false,"features":["trace"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["macros","rt-multi-thread","fs","io-util","net","sync"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-subscriber","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":"dev","optional":false,"uses_default_features":false,"features":["env-filter","fmt","ansi"],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-process","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.26.0","kind":"normal","optional":false,"uses_default_features":false,"features":["socket","uio","user"],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"uds_windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":["handleapi","iphlpapi","memoryapi","processthreadsapi","sddl","securitybaseapi","synchapi","tcpmib","winbase","winerror","winsock2"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zbus","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus-3.15.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"screen-brightness","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus-3.15.2/examples/screen-brightness.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"e2e","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus-3.15.2/tests/e2e.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"async-executor":["dep:async-executor"],"async-fs":["dep:async-fs"],"async-io":["dep:async-io","async-executor","async-task","async-lock","async-fs","blocking","futures-util/io"],"async-lock":["dep:async-lock"],"async-task":["dep:async-task"],"blocking":["dep:blocking"],"chrono":["zvariant/chrono"],"default":["async-io"],"gvariant":["zvariant/gvariant"],"quick-xml":["dep:quick-xml"],"serde-xml-rs":["dep:serde-xml-rs"],"time":["zvariant/time"],"tokio":["dep:tokio"],"tokio-vsock":["dep:tokio-vsock","tokio"],"url":["zvariant/url"],"uuid":["zvariant/uuid"],"vsock":["dep:vsock","dep:async-io"],"windows-gdbus":[],"xml":["serde-xml-rs"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus-3.15.2/Cargo.toml","categories":["os::unix-apis"],"keywords":["D-Bus","DBus","IPC"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"zbus_macros","version":"3.15.2","authors":["Marc-André Lureau ","Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zbus_macros@3.15.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"proc-macros for zbus","dependencies":[{"name":"proc-macro-crate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":false,"uses_default_features":true,"features":["extra-traits","fold","full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant_utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.71","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zbus_macros","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_macros-3.15.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_macros-3.15.2/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_macros-3.15.2/Cargo.toml","categories":["data-structures","encoding","parsing"],"keywords":["D-Bus","DBus","IPC"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"zbus_names","version":"2.6.1","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zbus_names@2.6.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A collection of D-Bus bus names types","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.15","kind":"normal","optional":false,"uses_default_features":false,"features":["enumflags2"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zbus_names","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_names-2.6.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_names-2.6.1/Cargo.toml","categories":["os::unix-apis"],"keywords":["D-Bus","DBus","IPC"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"zvariant","version":"3.15.2","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zvariant@3.15.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"D-Bus & GVariant encoding & decoding","dependencies":[{"name":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.23","kind":"normal","optional":true,"uses_default_features":false,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.137","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"url","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.1","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=3.15.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_repr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zvariant","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant-3.15.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant-3.15.2/benches/benchmarks.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"arrayvec":["dep:arrayvec"],"chrono":["dep:chrono"],"default":["gvariant"],"enumflags2":["dep:enumflags2"],"gvariant":[],"ostree-tests":["gvariant"],"serde_bytes":["dep:serde_bytes"],"time":["dep:time"],"url":["dep:url"],"uuid":["dep:uuid"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant-3.15.2/Cargo.toml","categories":["data-structures","encoding","parsing"],"keywords":["D-Bus","DBus","IPC","GVariant"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"zvariant_derive","version":"3.15.2","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zvariant_derive@3.15.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"D-Bus & GVariant encoding & decoding","dependencies":[{"name":"proc-macro-crate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":false,"uses_default_features":true,"features":["extra-traits","full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant_utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"dev","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_repr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zvariant_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_derive-3.15.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"no_prelude","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_derive-3.15.2/tests/no_prelude.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_derive-3.15.2/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_derive-3.15.2/Cargo.toml","categories":["data-structures","encoding","parsing"],"keywords":["D-Bus","DBus","IPC","GVariant"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"zvariant_utils","version":"1.0.1","authors":["Zeeshan Ali Khan ","turbocooler "],"id":"registry+https://github.com/rust-lang/crates.io-index#zvariant_utils@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Various utilities used internally by the zvariant crate.","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":false,"uses_default_features":true,"features":["extra-traits","full"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zvariant_utils","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_utils-1.0.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_utils-1.0.1/Cargo.toml","categories":["data-structures","encoding","parsing"],"keywords":["D-Bus","DBus","IPC","GVariant"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Permission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","source_path":"LICENSE-MIT","used_by":[{"crate":{"name":"winnow","version":"0.5.40","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.5.40","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A byte-oriented, zero-copy, parser combinators library","dependencies":[{"name":"anstream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is-terminal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"terminal_size","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"circular","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"escargot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-hash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"dev","optional":false,"uses_default_features":true,"features":["examples"],"target":null,"rename":null,"registry":null,"path":null},{"name":"term-transcript","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"winnow","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"arithmetic","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/arithmetic/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"css","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/css/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"custom_error","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/custom_error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"http","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/http/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/ini/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"iterator","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/iterator.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"json","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/json/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"json_iterator","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/json_iterator.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ndjson","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/ndjson/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"s_expression","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/s_expression/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"string","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/string/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"arithmetic","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/arithmetic/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"contains_token","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/contains_token.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"find_slice","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/find_slice.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"http","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/http/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/ini/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"iter","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/iter.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"json","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/json/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"next_slice","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/next_slice.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"number","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/number.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"debug":["dep:anstream","dep:anstyle","dep:is-terminal","dep:terminal_size"],"default":["std"],"simd":["dep:memchr"],"std":["alloc","memchr?/std"],"unstable-doc":["alloc","std","simd","unstable-recover"],"unstable-recover":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/Cargo.toml","categories":["parsing"],"keywords":["parser","parser-combinators","parsing","streaming","bit"],"readme":"README.md","repository":"https://github.com/winnow-rs/winnow","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"features":["unstable-doc"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/winnow-rs/winnow/compare/{{tag_name}}...HEAD","search":""},{"exactly":1,"file":"src/lib.rs","replace":"blob/v{{version}}/CHANGELOG.md","search":"blob/v.+\\..+\\..+/CHANGELOG.md"}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null},{"crate":{"name":"winnow","version":"0.6.20","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.6.20","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A byte-oriented, zero-copy, parser combinators library","dependencies":[{"name":"anstream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is-terminal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"terminal_size","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"annotate-snippets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.86","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"circular","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-hash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":["examples"],"target":null,"rename":null,"registry":null,"path":null},{"name":"term-transcript","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"winnow","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"arithmetic","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/arithmetic/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"css","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/css/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"custom_error","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/custom_error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"http","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/http/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/ini/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"iterator","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/iterator.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"json","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/json/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"json_iterator","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/json_iterator.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ndjson","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/ndjson/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"s_expression","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/s_expression/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"string","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/string/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"arithmetic","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/arithmetic/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"contains_token","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/benches/contains_token.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"find_slice","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/benches/find_slice.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"http","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/http/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/ini/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"iter","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/benches/iter.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"json","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/json/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"next_slice","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/benches/next_slice.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"number","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/benches/number.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"debug":["std","dep:anstream","dep:anstyle","dep:is-terminal","dep:terminal_size"],"default":["std"],"simd":["dep:memchr"],"std":["alloc","memchr?/std"],"unstable-doc":["alloc","std","simd","unstable-recover"],"unstable-recover":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/Cargo.toml","categories":["parsing"],"keywords":["parser","parser-combinators","parsing","streaming","bit"],"readme":"README.md","repository":"https://github.com/winnow-rs/winnow","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"features":["unstable-doc"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/winnow-rs/winnow/compare/{{tag_name}}...HEAD","search":""},{"exactly":1,"file":"src/lib.rs","replace":"blob/v{{version}}/CHANGELOG.md","search":"blob/v.+\\..+\\..+/CHANGELOG.md"}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Permission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","source_path":"LICENSE","used_by":[{"crate":{"name":"atk-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#atk-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libatk-1","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"atk_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atk-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atk-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atk-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_30":[],"v2_32":["v2_30"],"v2_34":["v2_32"],"v2_38":["v2_34"],"v2_46":["v2_38"],"v2_50":["v2_46"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atk-sys-0.18.0/Cargo.toml","categories":[],"keywords":["atk","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk3-rs","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"atk":{"name":"atk","v2_30":{"version":"2.30"},"v2_32":{"version":"2.32"},"v2_34":{"version":"2.34"},"v2_38":{"version":"2.38"},"v2_46":{"version":"2.46"},"v2_50":{"version":"2.50"},"version":"2.28"}}},"links":"atk-1.0","publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"cairo-sys-rs","version":"0.18.2","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#cairo-sys-rs@0.18.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libcairo","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"x11","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.16","kind":"normal","optional":true,"uses_default_features":true,"features":["xlib"],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":true,"uses_default_features":true,"features":["windef"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"cairo_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cairo-sys-rs-0.18.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cairo-sys-rs-0.18.2/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"freetype":[],"glib":["dep:glib"],"pdf":[],"png":[],"ps":[],"script":[],"svg":[],"use_glib":["glib"],"v1_16":[],"v1_18":["v1_16"],"win32-surface":["winapi"],"winapi":["dep:winapi"],"x11":["dep:x11"],"xcb":[],"xlib":["x11"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cairo-sys-rs-0.18.2/Cargo.toml","categories":[],"keywords":["cairo","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"cairo":{"name":"cairo","v1_16":{"version":"1.16"},"v1_18":{"version":"1.17"},"version":"1.14"},"cairo-gobject":{"feature":"use_glib","name":"cairo-gobject","v1_16":{"version":"1.16"},"v1_18":{"version":"1.17"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"gdk-pixbuf-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gdk-pixbuf-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgdk_pixbuf-2.0","dependencies":[{"name":"gio-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gio","registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gdk_pixbuf_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-pixbuf-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-pixbuf-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-pixbuf-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_40":[],"v2_42":["v2_40"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-pixbuf-sys-0.18.0/Cargo.toml","categories":[],"keywords":["gdk-pixbuf","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gdk_pixbuf_2_0":{"name":"gdk-pixbuf-2.0","v2_40":{"version":"2.40"},"v2_42":{"version":"2.42"},"version":"2.36.8"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"gdk-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gdk-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgdk-3","dependencies":[{"name":"cairo-sys-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"cairo","registry":null,"path":null},{"name":"gdk-pixbuf-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gdk_pixbuf","registry":null,"path":null},{"name":"gio-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gio","registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pango-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"pango","registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gdk_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v3_24":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-sys-0.18.0/Cargo.toml","categories":[],"keywords":["gdk","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk3-rs","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gdk_3_0":{"name":"gdk-3.0","v3_24":{"version":"3.24"},"version":"3.22"}}},"links":"gdk-3","publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"gio-sys","version":"0.18.1","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gio-sys@0.18.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgio-2.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["ws2def","winsock2"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gio_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.18.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.18.1/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.18.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_60":["v2_58"],"v2_62":["v2_60"],"v2_64":["v2_62"],"v2_66":["v2_64"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_76"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.18.1/Cargo.toml","categories":[],"keywords":["gio","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gio_2_0":{"name":"gio-2.0","v2_58":{"version":"2.58"},"v2_60":{"version":"2.60"},"v2_62":{"version":"2.62"},"v2_64":{"version":"2.64"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"gio-sys","version":"0.20.4","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gio-sys@0.20.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgio-2.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Networking_WinSock"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gio_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.20.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.20.4/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.20.4/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_60":["v2_58"],"v2_62":["v2_60"],"v2_64":["v2_62"],"v2_66":["v2_64"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_76"],"v2_80":["v2_78"],"v2_82":["v2_80"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.20.4/Cargo.toml","categories":[],"keywords":["gio","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gio_2_0":{"name":"gio-2.0","v2_58":{"version":"2.58"},"v2_60":{"version":"2.60"},"v2_62":{"version":"2.62"},"v2_64":{"version":"2.64"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"v2_80":{"version":"2.80"},"v2_82":{"version":"2.81"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"glib-macros","version":"0.20.4","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#glib-macros@0.20.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for the GLib library, proc macros crate","dependencies":[{"name":"heck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro-crate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.68","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glib_macros","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"clone","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/tests/clone.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"closure","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/tests/closure.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"enum_dynamic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/tests/enum_dynamic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"flags_dynamic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/tests/flags_dynamic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"object_subclass_dynamic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/tests/object_subclass_dynamic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"properties","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/tests/properties.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"value_delegate_derive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/tests/value_delegate_derive.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/Cargo.toml","categories":[],"keywords":["glib","gtk-rs","gnome","GUI"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":"https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib_macros/","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"glib-sys","version":"0.18.1","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#glib-sys@0.18.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libglib-2.0","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glib_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.18.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.18.1/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.18.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_60":["v2_58"],"v2_62":["v2_60"],"v2_64":["v2_62"],"v2_66":["v2_64"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_76"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.18.1/Cargo.toml","categories":[],"keywords":["glib","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"glib_2_0":{"name":"glib-2.0","v2_58":{"version":"2.58"},"v2_60":{"version":"2.60"},"v2_62":{"version":"2.62"},"v2_64":{"version":"2.64"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"version":"2.56"},"gobject_2_0":{"name":"gobject-2.0","v2_58":{"version":"2.58"},"v2_62":{"version":"2.62"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"glib-sys","version":"0.20.4","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#glib-sys@0.20.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libglib-2.0","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glib_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.20.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.20.4/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.20.4/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_60":["v2_58"],"v2_62":["v2_60"],"v2_64":["v2_62"],"v2_66":["v2_64"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_76"],"v2_80":["v2_78"],"v2_82":["v2_80"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.20.4/Cargo.toml","categories":[],"keywords":["glib","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"glib_2_0":{"name":"glib-2.0","v2_58":{"version":"2.58"},"v2_60":{"version":"2.60"},"v2_62":{"version":"2.62"},"v2_64":{"version":"2.64"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"v2_80":{"version":"2.80"},"v2_82":{"version":"2.81"},"version":"2.56"},"gobject_2_0":{"name":"gobject-2.0","v2_58":{"version":"2.58"},"v2_62":{"version":"2.62"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"glib","version":"0.20.4","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#glib@0.20.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for the GLib library","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gio-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.7.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rs-log","registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13","kind":"normal","optional":false,"uses_default_features":true,"features":["union","const_generics","const_new"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glib","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"clone","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/clone.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"derive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/derive.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"log","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/log.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"print","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/print.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"regex_compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/regex_compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"structured_log","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/structured_log.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"subclass_compiletest","kind":["test"],"crate_types":["bin"],"required-features":["compiletests"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/subclass_compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unicollate","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/unicollate.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"value","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/value.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"gstring","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/benches/gstring.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"compiletests":[],"default":["gio"],"gio":["gio-sys"],"gio-sys":["dep:gio-sys"],"log":["rs-log"],"log_macros":["log"],"rs-log":["dep:rs-log"],"v2_58":["glib-sys/v2_58","gobject-sys/v2_58"],"v2_60":["v2_58","glib-sys/v2_60"],"v2_62":["v2_60","glib-sys/v2_62","gobject-sys/v2_62"],"v2_64":["v2_62","glib-sys/v2_64"],"v2_66":["v2_64","glib-sys/v2_66","gobject-sys/v2_66"],"v2_68":["v2_66","glib-sys/v2_68","gobject-sys/v2_68"],"v2_70":["v2_68","glib-sys/v2_70","gobject-sys/v2_70"],"v2_72":["v2_70","glib-sys/v2_72","gobject-sys/v2_72"],"v2_74":["v2_72","glib-sys/v2_74","gobject-sys/v2_74"],"v2_76":["v2_74","glib-sys/v2_76","gobject-sys/v2_76"],"v2_78":["v2_76","glib-sys/v2_78","gobject-sys/v2_78"],"v2_80":["v2_78","glib-sys/v2_80","gobject-sys/v2_80"],"v2_82":["v2_80","glib-sys/v2_82","gobject-sys/v2_82"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/Cargo.toml","categories":[],"keywords":["glib","gtk-rs","gnome","GUI"],"readme":"README.md","repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":"https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"gobject-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gobject-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgobject-2.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gobject_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_62":["v2_58"],"v2_66":["v2_62"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_74"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.18.0/Cargo.toml","categories":[],"keywords":["gobject","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gobject_2_0":{"name":"gobject-2.0","v2_58":{"version":"2.58"},"v2_62":{"version":"2.62"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"gobject-sys","version":"0.20.4","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gobject-sys@0.20.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgobject-2.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gobject_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.20.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.20.4/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.20.4/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_62":["v2_58"],"v2_66":["v2_62"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_74"],"v2_80":["v2_78"],"v2_82":["v2_80"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.20.4/Cargo.toml","categories":[],"keywords":["gobject","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gobject_2_0":{"name":"gobject-2.0","v2_58":{"version":"2.58"},"v2_62":{"version":"2.62"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"v2_80":{"version":"2.80"},"v2_82":{"version":"2.81"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"gtk-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gtk-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgtk-3","dependencies":[{"name":"atk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"atk","registry":null,"path":null},{"name":"cairo-sys-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"cairo","registry":null,"path":null},{"name":"gdk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gdk","registry":null,"path":null},{"name":"gdk-pixbuf-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gdk_pixbuf","registry":null,"path":null},{"name":"gio-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gio","registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pango-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"pango","registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gtk_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gtk-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gtk-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gtk-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v3_24":[],"v3_24_1":["v3_24"],"v3_24_11":["v3_24_9"],"v3_24_30":["v3_24_11"],"v3_24_8":["v3_24_1"],"v3_24_9":["v3_24_8"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gtk-sys-0.18.0/Cargo.toml","categories":[],"keywords":["gtk","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk3-rs","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gtk+_3_0":{"name":"gtk+-3.0","v3_24":{"version":"3.24"},"v3_24_1":{"version":"3.24.1"},"v3_24_11":{"version":"3.24.11"},"v3_24_30":{"version":"3.24.30"},"v3_24_8":{"version":"3.24.8"},"v3_24_9":{"version":"3.24.9"},"version":"3.22"}}},"links":"gtk-3","publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null},{"crate":{"name":"pango-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#pango-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libpango-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"pango_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pango-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pango-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pango-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_42":[],"v1_44":["v1_42"],"v1_46":["v1_44"],"v1_48":["v1_46"],"v1_50":["v1_48"],"v1_52":["v1_50"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pango-sys-0.18.0/Cargo.toml","categories":[],"keywords":["pango","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"pango":{"name":"pango","v1_42":{"version":"1.42"},"v1_44":{"version":"1.44"},"v1_46":{"version":"1.46"},"v1_48":{"version":"1.48"},"v1_50":{"version":"1.49.2"},"v1_52":{"version":"1.51"},"version":"1.40"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2014 Mathijs van de Nes\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"src/spin/LICENSE","used_by":[{"crate":{"name":"tracing-core","version":"0.1.32","authors":["Tokio Contributors "],"id":"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.32","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Core primitives for application-level tracing.\n","dependencies":[{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"valuable","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(tracing_unstable)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tracing_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"dispatch","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/dispatch.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"global_dispatch","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/global_dispatch.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"local_dispatch_before_init","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/local_dispatch_before_init.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/macros.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["std","valuable/std"],"once_cell":["dep:once_cell"],"std":["once_cell"],"valuable":["dep:valuable"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/Cargo.toml","categories":["development-tools::debugging","development-tools::profiling","asynchronous"],"keywords":["logging","tracing","profiling"],"readme":"README.md","repository":"https://github.com/tokio-rs/tracing","homepage":"https://tokio.rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","tracing_unstable"],"rustdoc-args":["--cfg","docsrs","--cfg","tracing_unstable"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2014 Vladimir Matveev\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"xml-rs","version":"0.8.22","authors":["Vladimir Matveev "],"id":"registry+https://github.com/rust-lang/crates.io-index#xml-rs@0.8.22","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An XML library in pure Rust","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"xml","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xml-rs-0.8.22/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"xml-analyze","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xml-rs-0.8.22/src/analyze.rs","edition":"2021","doctest":false,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xml-rs-0.8.22/Cargo.toml","categories":["parser-implementations"],"keywords":["xml","parser","sax","parsing","writer"],"readme":"README.md","repository":"https://github.com/kornelski/xml-rs","homepage":"https://lib.rs/crates/xml-rs","documentation":"https://docs.rs/xml-rs/","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"release":{"tag-message":"","tag-name":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.59.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2015 Andrew Gallant\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","source_path":"LICENSE-MIT","used_by":[{"crate":{"name":"aho-corasick","version":"1.1.3","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast multiple substring searching.","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"aho_corasick","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std","perf-literal"],"logging":["dep:log"],"perf-literal":["dep:memchr"],"std":["memchr?/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/Cargo.toml","categories":["text-processing"],"keywords":["string","search","text","pattern","multi"],"readme":"README.md","repository":"https://github.com/BurntSushi/aho-corasick","homepage":"https://github.com/BurntSushi/aho-corasick","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"byteorder-lite","version":"0.1.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#byteorder-lite@0.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Library for reading/writing numbers in big-endian and little-endian.","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.2","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"byteorder_lite","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-lite-0.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-lite-0.1.0/Cargo.toml","categories":["encoding","parsing","no-std"],"keywords":["byte","endian","big-endian","little-endian","binary"],"readme":"README.md","repository":"https://github.com/image-rs/byteorder-lite","homepage":"https://github.com/image-rs/byteorder-lite","documentation":"https://docs.rs/byteorder-lite","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"byteorder","version":"1.5.0","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Library for reading/writing numbers in big-endian and little-endian.","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.2","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"byteorder","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"i128":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/Cargo.toml","categories":["encoding","parsing","no-std"],"keywords":["byte","endian","big-endian","little-endian","binary"],"readme":"README.md","repository":"https://github.com/BurntSushi/byteorder","homepage":"https://github.com/BurntSushi/byteorder","documentation":"https://docs.rs/byteorder","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"memchr","version":"2.7.4","authors":["Andrew Gallant ","bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for\n1, 2 or 3 byte search and single substring search.\n","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.20","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"memchr","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std"],"libc":[],"logging":["dep:log"],"rustc-dep-of-std":["core","compiler_builtins"],"std":["alloc"],"use_std":["std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/Cargo.toml","categories":[],"keywords":["memchr","memmem","substring","find","search"],"readme":"README.md","repository":"https://github.com/BurntSushi/memchr","homepage":"https://github.com/BurntSushi/memchr","documentation":"https://docs.rs/memchr/","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"path":null},{"crate":{"name":"walkdir","version":"2.5.0","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Recursively walk a directory.","dependencies":[{"name":"same-file","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"walkdir","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/Cargo.toml","categories":["filesystem"],"keywords":["directory","recursive","walk","iterator"],"readme":"README.md","repository":"https://github.com/BurntSushi/walkdir","homepage":"https://github.com/BurntSushi/walkdir","documentation":"https://docs.rs/walkdir/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2015 Carl Lerche + nix-rust Authors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"nix","version":"0.26.4","authors":["The nix-rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#nix@0.26.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust friendly bindings to *nix APIs","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.137","kind":"normal","optional":false,"uses_default_features":true,"features":["extra_traits"],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert-impl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"semver","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"caps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"android\", target_os = \"linux\"))","rename":null,"registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"sysctl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"freebsd\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"nix","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test-aio-drop","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/sys/test_aio_drop.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test-clearenv","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/test_clearenv.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test-mount","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/test_mount.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test-ptymaster-drop","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/test_ptymaster_drop.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"acct":[],"aio":["pin-utils"],"default":["acct","aio","dir","env","event","feature","fs","hostname","inotify","ioctl","kmod","mman","mount","mqueue","net","personality","poll","process","pthread","ptrace","quota","reboot","resource","sched","signal","socket","term","time","ucontext","uio","user","zerocopy"],"dir":["fs"],"env":[],"event":[],"feature":[],"fs":[],"hostname":[],"inotify":[],"ioctl":[],"kmod":[],"memoffset":["dep:memoffset"],"mman":[],"mount":["uio"],"mqueue":["fs"],"net":["socket"],"personality":[],"pin-utils":["dep:pin-utils"],"poll":[],"process":[],"pthread":[],"ptrace":["process"],"quota":[],"reboot":[],"resource":[],"sched":["process"],"signal":["process"],"socket":["memoffset"],"term":[],"time":[],"ucontext":["signal"],"uio":[],"user":["feature"],"zerocopy":["fs","uio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/Cargo.toml","categories":["os::unix-apis"],"keywords":[],"readme":"README.md","repository":"https://github.com/nix-rust/nix","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"],"targets":["x86_64-unknown-linux-gnu","aarch64-linux-android","x86_64-apple-darwin","aarch64-apple-ios","x86_64-unknown-freebsd","x86_64-unknown-openbsd","x86_64-unknown-netbsd","x86_64-unknown-dragonfly","x86_64-fuchsia","x86_64-unknown-redox","x86_64-unknown-illumos"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2015 Markus Westerlind\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n","source_path":"LICENSE","used_by":[{"crate":{"name":"combine","version":"4.6.7","authors":["Markus Westerlind "],"id":"registry+https://github.com/rust-lang/crates.io-index#combine@4.6.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast parser combinators on arbitrary streams with zero-copy support.","dependencies":[{"name":"bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"bytes_05","registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"futures-core-03","registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"futures-io-03","registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.3","kind":"normal","optional":true,"uses_default_features":false,"features":["io-util"],"target":null,"rename":"tokio-02-dep","registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"tokio-03-dep","registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"tokio-dep","registry":null,"path":null},{"name":"tokio-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":false,"features":["codec"],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"bytes_05","registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"futures-03-dep","registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"partial-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["tokio","quickcheck"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quick-error","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":["fs","io-driver","io-util","macros"],"target":null,"rename":"tokio-02-dep","registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["fs","macros","rt-multi-thread"],"target":null,"rename":"tokio-03-dep","registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["fs","macros","rt","rt-multi-thread","io-util"],"target":null,"rename":"tokio-dep","registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"combine","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"async","kind":["example"],"crate_types":["bin"],"required-features":["std","tokio"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/async.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"date","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/date.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/ini.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"number","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/number.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"readme","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/readme.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":["tokio-02","futures-io-03"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/tests/async.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"buffered_stream","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/tests/buffered_stream.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parser","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/tests/parser.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parser_macro","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/tests/parser_macro.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"buffers","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/benches/buffers.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"http","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/benches/http.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"json","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/benches/json.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"mp4","kind":["bench"],"crate_types":["bin"],"required-features":["mp4"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/benches/mp4.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"bytes":["dep:bytes"],"bytes_05":["dep:bytes_05"],"default":["std"],"futures-03":["pin-project","std","futures-core-03","futures-io-03","pin-project-lite"],"futures-core-03":["dep:futures-core-03"],"futures-io-03":["dep:futures-io-03"],"mp4":[],"pin-project":["pin-project-lite"],"pin-project-lite":["dep:pin-project-lite"],"regex":["dep:regex"],"std":["memchr/std","bytes","alloc"],"tokio":["tokio-dep","tokio-util/io","futures-core-03","pin-project-lite"],"tokio-02":["pin-project","std","tokio-02-dep","futures-core-03","pin-project-lite","bytes_05"],"tokio-02-dep":["dep:tokio-02-dep"],"tokio-03":["pin-project","std","tokio-03-dep","futures-core-03","pin-project-lite"],"tokio-03-dep":["dep:tokio-03-dep"],"tokio-dep":["dep:tokio-dep"],"tokio-util":["dep:tokio-util"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/Cargo.toml","categories":["parsing","no-std"],"keywords":["parser","parsing","combinators","ll"],"readme":"README.md","repository":"https://github.com/Marwes/combine","homepage":null,"documentation":"https://docs.rs/combine","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2015-2019 Jeremy Soller\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"orbclient","version":"0.3.47","authors":["Jeremy Soller "],"id":"registry+https://github.com/rust-lang/crates.io-index#orbclient@0.3.47","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The Orbital Client Library","dependencies":[{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"sdl2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.35.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"sdl2-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.35.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"libredox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"redox\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"orbclient","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"image_bench","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/examples/image_bench.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"rect_bench","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/examples/rect_bench.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"simple","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/examples/simple.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"bundled":["sdl","sdl2/bundled","sdl2/static-link","sdl2-sys/bundled","sdl2-sys/static-link"],"default":["std","sdl","unifont"],"libc":["dep:libc"],"raw-window-handle":["dep:raw-window-handle"],"sdl":["sdl2","sdl2-sys","libc"],"sdl2":["dep:sdl2"],"sdl2-sys":["dep:sdl2-sys"],"std":[],"unifont":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/Cargo.toml","categories":[],"keywords":["orbital","redox","ui"],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/orbclient","homepage":null,"documentation":"https://docs.rs/orbclient","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2017 Andrew Gallant\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","source_path":"LICENSE-MIT","used_by":[{"crate":{"name":"same-file","version":"1.0.6","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple crate for determining whether two file paths point to the same file.\n","dependencies":[{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"same_file","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"is_same_file","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_same_file.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"is_stderr","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_stderr.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/Cargo.toml","categories":[],"keywords":["same","file","equal","inode"],"readme":"README.md","repository":"https://github.com/BurntSushi/same-file","homepage":"https://github.com/BurntSushi/same-file","documentation":"https://docs.rs/same-file","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"winapi-util","version":"0.1.9","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A dumping ground for high level safe wrappers over windows-sys.","dependencies":[{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.48.0, <=0.59","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_FileSystem","Win32_System_Console","Win32_System_SystemInformation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"winapi_util","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.9/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.9/Cargo.toml","categories":["os::windows-apis","external-ffi-bindings"],"keywords":["windows","windows-sys","util","win"],"readme":"README.md","repository":"https://github.com/BurntSushi/winapi-util","homepage":"https://github.com/BurntSushi/winapi-util","documentation":"https://docs.rs/winapi-util","edition":"2021","metadata":{"docs":{"rs":{"targets":["x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2017 Sebastian Dröge .\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\n","source_path":"LICENSE","used_by":[{"crate":{"name":"muldiv","version":"1.0.1","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#muldiv@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Provides a trait for numeric types to perform combined multiplication and\ndivision with overflow protection\n","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"muldiv","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/muldiv-1.0.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/muldiv-1.0.1/Cargo.toml","categories":["algorithms"],"keywords":["integer","arithmetic","numerics","no_std"],"readme":"README.md","repository":"https://github.com/sdroege/rust-muldiv","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2017 nabijaczleweli\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embed-resource-2.5.0/LICENSE","used_by":[{"crate":{"name":"embed-resource","version":"2.5.0","authors":["наб ","Cat Plus Plus ","Liigo ","azyobuzin ","Peter Atashian ","pravic ","Gabriel Majeri ","SonnyX","Johan Andersson ","Jordan Poles ","MSxDOS ","Jim McGrath ","roblabla ","Jasper Bekkers ","Richard Markiewicz ","Emerson de Freitas Barcelos ","Li Keqing ","Alexis Bourget ","Michael Farrell ","Jacob Okamoto ","Marijn Suijten "],"id":"registry+https://github.com/rust-lang/crates.io-index#embed-resource@2.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Cargo library to handle compilation and inclusion of Windows resources in the most resilient fashion imaginable","dependencies":[{"name":"rustc_version","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_os = \"windows\", target_env = \"msvc\"))","rename":null,"registry":null,"path":null},{"name":"vswhom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_os = \"windows\", target_env = \"msvc\"))","rename":null,"registry":null,"path":null},{"name":"winreg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(target_os = \"windows\", target_env = \"msvc\"))","rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"windows\"))","rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"windows\"))","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"embed_resource","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embed-resource-2.5.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"embed-resource","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embed-resource-2.5.0/src/main.rs","edition":"2015","doctest":false,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embed-resource-2.5.0/Cargo.toml","categories":["development-tools","os::windows-apis"],"keywords":["cargo","build","windows","resource","manifest"],"readme":"README.md","repository":"https://github.com/nabijaczleweli/rust-embed-resource","homepage":null,"documentation":"https://rawcdn.githack.com/nabijaczleweli/rust-embed-resource/doc/embed_resource/index.html","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2019 Simon Heath\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","source_path":"LICENSE-MIT","used_by":[{"crate":{"name":"oorandom","version":"11.1.4","authors":["Simon Heath "],"id":"registry+https://github.com/rust-lang/crates.io-index#oorandom@11.1.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A tiny, robust PRNG implementation.","dependencies":[{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_pcg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"random-fast-rng","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"randomize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"oorandom","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.4/Cargo.toml","categories":["algorithms","embedded","no-std"],"keywords":["rng","prng","random","pcg"],"readme":"README.md","repository":"https://hg.sr.ht/~icefox/oorandom","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2019 nabijaczleweli\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","source_path":"LICENSE","used_by":[{"crate":{"name":"vswhom-sys","version":"0.1.2","authors":["наб ","forrestsmithfb "],"id":"registry+https://github.com/rust-lang/crates.io-index#vswhom-sys@0.1.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Pure FFI to Jon Blow's VS discovery script","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"vswhom_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-sys-0.1.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-sys-0.1.2/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-sys-0.1.2/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["visual-studio","FFI"],"readme":"README.md","repository":"https://github.com/nabijaczleweli/vswhom-sys.rs","homepage":null,"documentation":"https://rawcdn.githack.com/nabijaczleweli/vswhom.rs/doc/vswhom/index.html","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"vswhom","version":"0.1.0","authors":["nabijaczleweli "],"id":"registry+https://github.com/rust-lang/crates.io-index#vswhom@0.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI to Jon Blow's VS discovery script","dependencies":[{"name":"vswhom-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"vswhom","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-0.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"detect","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-0.1.0/examples/detect.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-0.1.0/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["visual-studio","FFI"],"readme":"README.md","repository":"https://github.com/nabijaczleweli/vswhom.rs","homepage":null,"documentation":"https://rawcdn.githack.com/nabijaczleweli/vswhom-sys.rs/doc/vswhom_sys/index.html","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n\nCopyright (c) 2023 Kirill Chibisov\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"xkbcommon-dl","version":"0.4.2","authors":["Francesca Frangipane "],"id":"registry+https://github.com/rust-lang/crates.io-index#xkbcommon-dl@0.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Dynamically loaded xkbcommon and xkbcommon-x11 Rust bindings.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dlib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xkeysym","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"xkbcommon_dl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkbcommon-dl-0.4.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"x11":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkbcommon-dl-0.4.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-windowing/xkbcommon-dl","homepage":null,"documentation":"https://docs.rs/xkbcommon-dl/","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\n=====================\n\nCopyright © `2015` `Sebastian Thiel`\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the “Software”), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n","source_path":"LICENSE.md","used_by":[{"crate":{"name":"open","version":"5.3.0","authors":["Sebastian Thiel "],"id":"registry+https://github.com/rust-lang/crates.io-index#open@5.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Open a path or URL using the program configured on the system","dependencies":[{"name":"pathdiff","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(macos)))","rename":null,"registry":null,"path":null},{"name":"is-wsl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"illumos\", target_os = \"solaris\", target_os = \"aix\", target_os = \"hurd\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"open","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/open-5.3.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"open","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/open-5.3.0/src/main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"shellexecute-on-windows":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/open-5.3.0/Cargo.toml","categories":[],"keywords":["open","xdg-open","start","launch"],"readme":"README.md","repository":"https://github.com/Byron/open-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\r\n\r\nCopyright (c) 2015 Bartłomiej Kamiński\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.","source_path":"LICENSE","used_by":[{"crate":{"name":"generic-array","version":"0.14.7","authors":["Bartłomiej Kamiński ","Aaron Trent "],"id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generic types implementing functionality of arrays","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"typenum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zeroize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"version_check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"generic_array","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"more_lengths":[],"serde":["dep:serde"],"zeroize":["dep:zeroize"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/Cargo.toml","categories":["data-structures","no-std"],"keywords":["generic","array"],"readme":"README.md","repository":"https://github.com/fizyk20/generic-array.git","homepage":null,"documentation":"http://fizyk20.github.io/generic-array/generic_array/","edition":"2015","metadata":{"docs":{"rs":{"features":["serde","zeroize"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"The MIT License (MIT)\r\n\r\nCopyright (c) 2016 Johann Tuffe\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\n\r\nThe above copyright notice and this permission notice shall be included in\r\nall copies or substantial portions of the Software.\r\n\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r\nTHE SOFTWARE.\r\n","source_path":"LICENSE-MIT.md","used_by":[{"crate":{"name":"quick-xml","version":"0.26.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.26.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"High performance xml reader and writer","dependencies":[{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"encoding_rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.100","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["io-util"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-value","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.21","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","rt"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"quick_xml","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"async-tokio","kind":["test"],"crate_types":["bin"],"required-features":["async-tokio"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/async-tokio.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"encodings","kind":["test"],"crate_types":["bin"],"required-features":["encoding"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/encodings.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde-de","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde-de.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde-migrated","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde-migrated.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde-se","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde-se.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde_attrs","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde_attrs.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde_roundtrip","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde_roundtrip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macrobenches","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/benches/macrobenches.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"microbenches","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/benches/microbenches.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"async-tokio":["tokio"],"default":[],"document-features":["dep:document-features"],"encoding":["encoding_rs"],"encoding_rs":["dep:encoding_rs"],"escape-html":[],"overlapped-lists":[],"serde":["dep:serde"],"serialize":["serde"],"tokio":["dep:tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/Cargo.toml","categories":["asynchronous","encoding","parsing","parser-implementations"],"keywords":["xml","serde","parser","writer","html"],"readme":"README.md","repository":"https://github.com/tafia/quick-xml","homepage":null,"documentation":"https://docs.rs/quick-xml","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docs_rs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.46.0"},"path":null},{"crate":{"name":"quick-xml","version":"0.36.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.36.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"High performance xml reader and writer","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"encoding_rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=1.0.139","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.10","kind":"normal","optional":true,"uses_default_features":false,"features":["io-util"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-value","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.21","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","rt"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"quick_xml","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.36.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"arbitrary":["dep:arbitrary"],"async-tokio":["tokio"],"default":[],"document-features":["dep:document-features"],"encoding":["encoding_rs"],"encoding_rs":["dep:encoding_rs"],"escape-html":[],"overlapped-lists":[],"serde":["dep:serde"],"serde-types":["serde/derive"],"serialize":["serde"],"tokio":["dep:tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.36.2/Cargo.toml","categories":["asynchronous","encoding","parsing","parser-implementations"],"keywords":["xml","serde","parser","writer","html"],"readme":"README.md","repository":"https://github.com/tafia/quick-xml","homepage":null,"documentation":"https://docs.rs/quick-xml","edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"path":null}]},{"name":"MIT License","id":"MIT","text":"Third Party Notices\n\n***\n\nrust\nCopyright 2016 The Rust Project Developers\nPermission is hereby granted, free of charge, to any\nperson obtaining a copy of this software and associated\ndocumentation files (the \"Software\"), to deal in the\nSoftware without restriction, including without\nlimitation the rights to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software\nis furnished to do so, subject to the following\nconditions:\nThe above copyright notice and this permission notice\nshall be included in all copies or substantial portions\nof the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF\nANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED\nTO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\nPARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT\nSHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE.\n\n***\n\nmio\nCopyright (c) 2014 Carl Lerche and other MIO contributors\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n***\n\nmiow\nCopyright (c) 2014 Alex Crichton\nPermission is hereby granted, free of charge, to any\nperson obtaining a copy of this software and associated\ndocumentation files (the \"Software\"), to deal in the\nSoftware without restriction, including without\nlimitation the rights to use, copy, modify, merge,\npublish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software\nis furnished to do so, subject to the following\nconditions:\nThe above copyright notice and this permission notice\nshall be included in all copies or substantial portions\nof the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF\nANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED\nTO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\nPARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT\nSHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR\nIN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\nDEALINGS IN THE SOFTWARE.","source_path":"THIRDPARTYNOTICES","used_by":[{"crate":{"name":"uds_windows","version":"1.1.0","authors":["Azure IoT Edge Devs","Harald Hoyer "],"id":"registry+https://github.com/rust-lang/crates.io-index#uds_windows@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Unix Domain Sockets for Windows!","dependencies":[{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["winsock2","ws2def","minwinbase","ntdef","processthreadsapi","handleapi","ws2tcpip","winbase"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"uds_windows","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uds_windows-1.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uds_windows-1.1.0/Cargo.toml","categories":["os::windows-apis"],"keywords":["windows","uds","unix","domain","sockets"],"readme":"README.md","repository":"https://github.com/haraldh/rust_uds_windows","homepage":null,"documentation":null,"edition":"2015","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"This project is dual-licensed under the Unlicense and MIT licenses.\n\nYou may use this code under the terms of either license.\n","source_path":"COPYING","used_by":[{"crate":{"name":"aho-corasick","version":"1.1.3","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast multiple substring searching.","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"aho_corasick","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std","perf-literal"],"logging":["dep:log"],"perf-literal":["dep:memchr"],"std":["memchr?/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/Cargo.toml","categories":["text-processing"],"keywords":["string","search","text","pattern","multi"],"readme":"README.md","repository":"https://github.com/BurntSushi/aho-corasick","homepage":"https://github.com/BurntSushi/aho-corasick","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"byteorder","version":"1.5.0","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Library for reading/writing numbers in big-endian and little-endian.","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.2","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"byteorder","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"i128":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/Cargo.toml","categories":["encoding","parsing","no-std"],"keywords":["byte","endian","big-endian","little-endian","binary"],"readme":"README.md","repository":"https://github.com/BurntSushi/byteorder","homepage":"https://github.com/BurntSushi/byteorder","documentation":"https://docs.rs/byteorder","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"path":null},{"crate":{"name":"memchr","version":"2.7.4","authors":["Andrew Gallant ","bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for\n1, 2 or 3 byte search and single substring search.\n","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.20","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"memchr","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std"],"libc":[],"logging":["dep:log"],"rustc-dep-of-std":["core","compiler_builtins"],"std":["alloc"],"use_std":["std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/Cargo.toml","categories":[],"keywords":["memchr","memmem","substring","find","search"],"readme":"README.md","repository":"https://github.com/BurntSushi/memchr","homepage":"https://github.com/BurntSushi/memchr","documentation":"https://docs.rs/memchr/","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"path":null},{"crate":{"name":"same-file","version":"1.0.6","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple crate for determining whether two file paths point to the same file.\n","dependencies":[{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"same_file","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"is_same_file","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_same_file.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"is_stderr","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_stderr.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/Cargo.toml","categories":[],"keywords":["same","file","equal","inode"],"readme":"README.md","repository":"https://github.com/BurntSushi/same-file","homepage":"https://github.com/BurntSushi/same-file","documentation":"https://docs.rs/same-file","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"walkdir","version":"2.5.0","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Recursively walk a directory.","dependencies":[{"name":"same-file","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"walkdir","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/Cargo.toml","categories":["filesystem"],"keywords":["directory","recursive","walk","iterator"],"readme":"README.md","repository":"https://github.com/BurntSushi/walkdir","homepage":"https://github.com/BurntSushi/walkdir","documentation":"https://docs.rs/walkdir/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null},{"crate":{"name":"winapi-util","version":"0.1.9","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A dumping ground for high level safe wrappers over windows-sys.","dependencies":[{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.48.0, <=0.59","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_FileSystem","Win32_System_Console","Win32_System_SystemInformation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"winapi_util","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.9/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.9/Cargo.toml","categories":["os::windows-apis","external-ffi-bindings"],"keywords":["windows","windows-sys","util","win"],"readme":"README.md","repository":"https://github.com/BurntSushi/winapi-util","homepage":"https://github.com/BurntSushi/winapi-util","documentation":"https://docs.rs/winapi-util","edition":"2021","metadata":{"docs":{"rs":{"targets":["x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"the MIT License\n\nCopyright (c) 2016 rhysd\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,\nINCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR\nPURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\nTHE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","source_path":"LICENSE.txt","used_by":[{"crate":{"name":"tinyjson","version":"2.5.1","authors":["rhysd "],"id":"registry+https://github.com/rust-lang/crates.io-index#tinyjson@2.5.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Tiny simple JSON parser/generator","dependencies":[{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tinyjson","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyjson-2.5.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyjson-2.5.1/Cargo.toml","categories":["encoding","parsing"],"keywords":["json","parser","generator"],"readme":"README.md","repository":"https://github.com/rhysd/tinyjson","homepage":"https://github.com/rhysd/tinyjson","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"MIT License","id":"MIT","text":"© 2016 Bertram Truong\n© 2021 Kornel Lesiński\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","source_path":"LICENSE","used_by":[{"crate":{"name":"urlencoding","version":"2.1.3","authors":["Kornel ","Bertram Truong "],"id":"registry+https://github.com/rust-lang/crates.io-index#urlencoding@2.1.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust library for doing URL percentage encoding.","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"urlencoding","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/Cargo.toml","categories":["encoding","web-programming"],"keywords":["url","percent","escape","urlencode","urldecode"],"readme":"README.md","repository":"https://github.com/kornelski/rust_urlencoding","homepage":"https://lib.rs/urlencoding","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]},{"name":"SIL Open Font License 1.1","id":"OFL-1.1","text":"This Font Software is licensed under the SIL Open Font License,\nVersion 1.1.\n\nThis license is copied below, and is also available with a FAQ at:\nhttp://scripts.sil.org/OFL\n\n-----------------------------------------------------------\nSIL OPEN FONT LICENSE Version 1.1 - 26 February 2007\n-----------------------------------------------------------\n\nPREAMBLE\nThe goals of the Open Font License (OFL) are to stimulate worldwide\ndevelopment of collaborative font projects, to support the font\ncreation efforts of academic and linguistic communities, and to\nprovide a free and open framework in which fonts may be shared and\nimproved in partnership with others.\n\nThe OFL allows the licensed fonts to be used, studied, modified and\nredistributed freely as long as they are not sold by themselves. The\nfonts, including any derivative works, can be bundled, embedded,\nredistributed and/or sold with any software provided that any reserved\nnames are not used by derivative works. The fonts and derivatives,\nhowever, cannot be released under any other type of license. The\nrequirement for fonts to remain under this license does not apply to\nany document created using the fonts or their derivatives.\n\nDEFINITIONS\n\"Font Software\" refers to the set of files released by the Copyright\nHolder(s) under this license and clearly marked as such. This may\ninclude source files, build scripts and documentation.\n\n\"Reserved Font Name\" refers to any names specified as such after the\ncopyright statement(s).\n\n\"Original Version\" refers to the collection of Font Software\ncomponents as distributed by the Copyright Holder(s).\n\n\"Modified Version\" refers to any derivative made by adding to,\ndeleting, or substituting -- in part or in whole -- any of the\ncomponents of the Original Version, by changing formats or by porting\nthe Font Software to a new environment.\n\n\"Author\" refers to any designer, engineer, programmer, technical\nwriter or other person who contributed to the Font Software.\n\nPERMISSION & CONDITIONS\nPermission is hereby granted, free of charge, to any person obtaining\na copy of the Font Software, to use, study, copy, merge, embed,\nmodify, redistribute, and sell modified and unmodified copies of the\nFont Software, subject to the following conditions:\n\n1) Neither the Font Software nor any of its individual components, in\nOriginal or Modified Versions, may be sold by itself.\n\n2) Original or Modified Versions of the Font Software may be bundled,\nredistributed and/or sold with any software, provided that each copy\ncontains the above copyright notice and this license. These can be\nincluded either as stand-alone text files, human-readable headers or\nin the appropriate machine-readable metadata fields within text or\nbinary files as long as those fields can be easily viewed by the user.\n\n3) No Modified Version of the Font Software may use the Reserved Font\nName(s) unless explicit written permission is granted by the\ncorresponding Copyright Holder. This restriction only applies to the\nprimary font name as presented to the users.\n\n4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font\nSoftware shall not be used to promote, endorse or advertise any\nModified Version, except to acknowledge the contribution(s) of the\nCopyright Holder(s) and the Author(s) or with their explicit written\npermission.\n\n5) The Font Software, modified or unmodified, in part or in whole,\nmust be distributed entirely under this license, and must not be\ndistributed under any other license. The requirement for fonts to\nremain under this license does not apply to any document created using\nthe Font Software.\n\nTERMINATION\nThis license becomes null and void if any of the above conditions are\nnot met.\n\nDISCLAIMER\nTHE FONT SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE\nCOPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nINCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL\nDAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM\nOTHER DEALINGS IN THE FONT SOFTWARE.\n","source_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint_default_fonts-0.29.0/fonts/OFL.txt","used_by":[{"crate":{"name":"epaint_default_fonts","version":"0.29.0","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#epaint_default_fonts@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Default fonts for use in epaint / egui","dependencies":[],"license":"(MIT OR Apache-2.0) AND OFL-1.1 AND LicenseRef-UFL-1.0","license_file":null,"targets":[{"name":"epaint_default_fonts","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint_default_fonts-0.29.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint_default_fonts-0.29.0/Cargo.toml","categories":["graphics","gui"],"keywords":["graphics","gui","egui"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/epaint_default_fonts","homepage":"https://github.com/emilk/egui/tree/master/crates/epaint_default_fonts","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"path":null}]},{"name":"Unicode License Agreement - Data Files and Software (2016)","id":"Unicode-DFS-2016","text":"UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE\n\nUnicode Data Files include all data files under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/.\n\nUnicode Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/.\n\nSoftware includes any source code published in the Unicode Standard or under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/.\n\nNOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES (\"DATA FILES\"), AND/OR SOFTWARE (\"SOFTWARE\"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.\n\nCOPYRIGHT AND PERMISSION NOTICE\n\nCopyright © 1991-2016 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the \"Data Files\") or Unicode software and any associated documentation (the \"Software\") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that either\n\n (a) this copyright and permission notice appear with all copies of the Data Files or Software, or\n (b) this copyright and permission notice appear in associated Documentation.\n\nTHE DATA FILES AND SOFTWARE ARE 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 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.\n\nExcept as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.\n","source_path":null,"used_by":[{"crate":{"name":"unicode-ident","version":"1.0.13","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31","dependencies":[{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fst","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"roaring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ucd-trie","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-xid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"(MIT OR Apache-2.0) AND Unicode-DFS-2016","license_file":null,"targets":[{"name":"unicode_ident","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"compare","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/tests/compare.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"static_size","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/tests/static_size.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"xid","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/benches/xid.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/Cargo.toml","categories":["development-tools::procedural-macro-helpers","no-std","no-std::no-alloc"],"keywords":["unicode","xid"],"readme":"README.md","repository":"https://github.com/dtolnay/unicode-ident","homepage":null,"documentation":"https://docs.rs/unicode-ident","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"path":null}]},{"name":"zlib License","id":"Zlib","text":"Copyright (c) 2021 Orson Peters \r\n\r\nThis software is provided 'as-is', without any express or implied warranty. In\r\nno event will the authors be held liable for any damages arising from the use of\r\nthis software.\r\n\r\nPermission is granted to anyone to use this software for any purpose, including\r\ncommercial applications, and to alter it and redistribute it freely, subject to\r\nthe following restrictions:\r\n\r\n 1. The origin of this software must not be misrepresented; you must not claim\r\n that you wrote the original software. If you use this software in a product,\r\n an acknowledgment in the product documentation would be appreciated but is\r\n not required.\r\n\r\n 2. Altered source versions must be plainly marked as such, and must not be\r\n misrepresented as being the original software.\r\n\r\n 3. This notice may not be removed or altered from any source distribution.\r\n","source_path":"LICENSE","used_by":[{"crate":{"name":"slotmap","version":"1.0.7","authors":["Orson Peters "],"id":"registry+https://github.com/rust-lang/crates.io-index#slotmap@1.0.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Slotmap data structure","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["derive","alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"fxhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"version_check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Zlib","license_file":null,"targets":[{"name":"slotmap","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"doubly_linked_list","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/examples/doubly_linked_list.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"rand_meld_heap","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/examples/rand_meld_heap.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/Cargo.toml","categories":["data-structures","memory-management","caching"],"keywords":["slotmap","storage","allocator","arena","reference"],"readme":"README.md","repository":"https://github.com/orlp/slotmap","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"path":null}]}],"crates":[{"package":{"name":"ab_glyph","version":"0.2.28","authors":["Alex Butler "],"id":"registry+https://github.com/rust-lang/crates.io-index#ab_glyph@0.2.28","source":"registry+https://github.com/rust-lang/crates.io-index","description":"API for loading, scaling, positioning and rasterizing OpenType font glyphs.","dependencies":[{"name":"ab_glyph_rasterizer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"owned_ttf_parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ab_glyph","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph-0.2.28/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std","variable-fonts"],"libm":["dep:libm","ab_glyph_rasterizer/libm","owned_ttf_parser/no-std-float"],"std":["owned_ttf_parser/default","ab_glyph_rasterizer/default"],"variable-fonts":["owned_ttf_parser/variable-fonts"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph-0.2.28/Cargo.toml","categories":[],"keywords":["text","ttf","truetype","otf","opentype"],"readme":"README.md","repository":"https://github.com/alexheretic/ab-glyph","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0"},{"package":{"name":"ab_glyph_rasterizer","version":"0.1.8","authors":["Alex Butler "],"id":"registry+https://github.com/rust-lang/crates.io-index#ab_glyph_rasterizer@0.1.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Coverage rasterization for lines, quadratic & cubic beziers","dependencies":[{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ab_glyph_rasterizer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph_rasterizer-0.1.8/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"issues","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph_rasterizer-0.1.8/tests/issues.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"libm":["dep:libm"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ab_glyph_rasterizer-0.1.8/Cargo.toml","categories":[],"keywords":["text","ttf","otf","font"],"readme":"README.md","repository":"https://github.com/alexheretic/ab-glyph","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0"},{"package":{"name":"accesskit","version":"0.16.1","authors":["The AccessKit contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit@0.16.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"UI accessibility infrastructure across platforms","dependencies":[{"name":"enumn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pyo3","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"schemars","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit-0.16.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"enumn":["dep:enumn"],"pyo3":["dep:pyo3"],"schemars":["dep:schemars","serde"],"serde":["dep:serde","enumn"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit-0.16.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["schemars","serde"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"accesskit_atspi_common","version":"0.9.1","authors":["The AccessKit contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_atspi_common@0.9.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit UI accessibility infrastructure: core AT-SPI translation layer","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"accesskit_consumer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.39","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit_atspi_common","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_atspi_common-0.9.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"simplified-api":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_atspi_common-0.9.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"accesskit_consumer","version":"0.24.1","authors":["The AccessKit contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_consumer@0.24.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit consumer library (internal)","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"immutable-chunkmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit_consumer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_consumer-0.24.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_consumer-0.24.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"accesskit_macos","version":"0.17.1","authors":["The AccessKit contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_macos@0.17.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit UI accessibility infrastructure: macOS adapter","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"accesskit_consumer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-app-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSAccessibility","NSAccessibilityConstants","NSAccessibilityElement","NSAccessibilityProtocols","NSResponder","NSView","NSWindow"],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSArray","NSDictionary","NSValue","NSThread"],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit_macos","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_macos-0.17.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_macos-0.17.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"accesskit_unix","version":"0.12.1","authors":["The AccessKit contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_unix@0.12.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit UI accessibility infrastructure: Linux adapter","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"accesskit_atspi_common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.27","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.32.0","kind":"normal","optional":true,"uses_default_features":true,"features":["macros","net","rt","sync","time"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-stream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.14","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.14","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit_unix","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_unix-0.12.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-io":["dep:async-channel","dep:async-executor","dep:async-task","dep:futures-util","atspi/async-std","zbus/async-io"],"default":["async-io"],"tokio":["dep:tokio","dep:tokio-stream","atspi/tokio","zbus/tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_unix-0.12.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"accesskit_windows","version":"0.23.0","authors":["The AccessKit contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_windows@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit UI accessibility infrastructure: Windows adapter","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"accesskit_consumer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.58.0","kind":"normal","optional":false,"uses_default_features":true,"features":["implement","Win32_Foundation","Win32_Graphics_Gdi","Win32_System_Com","Win32_System_LibraryLoader","Win32_System_Ole","Win32_System_Variant","Win32_UI_Accessibility","Win32_UI_Input_KeyboardAndMouse","Win32_UI_WindowsAndMessaging"],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.58.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"scopeguard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.30","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"accesskit_windows","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_windows-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"hello_world","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_windows-0.23.0/examples/hello_world.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_windows-0.23.0/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"accesskit_winit","version":"0.22.1","authors":["The AccessKit contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#accesskit_winit@0.22.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AccessKit UI accessibility infrastructure: winit adapter","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":"rwh_05","registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.2","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":"rwh_06","registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.30","kind":"dev","optional":false,"uses_default_features":false,"features":["x11","wayland","wayland-dlopen","wayland-csd-adwaita"],"target":null,"rename":null,"registry":null,"path":null},{"name":"accesskit_unix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))","rename":null,"registry":null,"path":null},{"name":"accesskit_macos","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"accesskit_windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"accesskit_winit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_winit-0.22.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"mixed_handlers","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_winit-0.22.1/examples/mixed_handlers.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_winit-0.22.1/examples/simple.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"accesskit_unix":["dep:accesskit_unix"],"async-io":["accesskit_unix/async-io"],"default":["accesskit_unix","async-io","rwh_06"],"rwh_05":["winit/rwh_05","dep:rwh_05"],"rwh_06":["winit/rwh_06","dep:rwh_06"],"tokio":["accesskit_unix/tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/accesskit_winit-0.22.1/Cargo.toml","categories":["gui"],"keywords":["gui","ui","accessibility","winit"],"readme":"README.md","repository":"https://github.com/AccessKit/accesskit","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["winit/rwh_06","winit/x11","winit/wayland"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"Apache-2.0"},{"package":{"name":"addr2line","version":"0.24.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#addr2line@0.24.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A cross-platform symbolication library written in Rust, using `gimli`","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.3.21","kind":"normal","optional":true,"uses_default_features":true,"features":["wrap_help"],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"cpp_demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"fallible-iterator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gimli","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":false,"features":["read"],"target":null,"rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"object","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.36.0","kind":"normal","optional":true,"uses_default_features":false,"features":["read","compression"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"typed-arena","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"findshlibs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libtest-mimic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"addr2line","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.24.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"addr2line","kind":["bin"],"crate_types":["bin"],"required-features":["bin"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.24.1/src/bin/addr2line.rs","edition":"2018","doctest":false,"test":true,"doc":true},{"name":"correctness","kind":["test"],"crate_types":["bin"],"required-features":["loader","fallible-iterator"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.24.1/tests/correctness.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"output_equivalence","kind":["test"],"crate_types":["bin"],"required-features":["bin"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.24.1/tests/output_equivalence.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parse","kind":["test"],"crate_types":["bin"],"required-features":["loader"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.24.1/tests/parse.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"all":["bin"],"alloc":["dep:alloc"],"bin":["loader","rustc-demangle","cpp_demangle","smallvec","dep:clap"],"cargo-all":[],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"cpp_demangle":["dep:cpp_demangle"],"default":["rustc-demangle","cpp_demangle","loader","fallible-iterator","smallvec"],"fallible-iterator":["dep:fallible-iterator"],"loader":["std","dep:object","dep:memmap2","dep:typed-arena"],"rustc-demangle":["dep:rustc-demangle"],"rustc-dep-of-std":["core","alloc","compiler_builtins","gimli/rustc-dep-of-std"],"smallvec":["dep:smallvec"],"std":["gimli/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.24.1/Cargo.toml","categories":["development-tools::debugging"],"keywords":["DWARF","debug","elf","symbolicate","atos"],"readme":"README.md","repository":"https://github.com/gimli-rs/addr2line","homepage":null,"documentation":"https://docs.rs/addr2line","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"adler","version":"1.0.2","authors":["Jonas Schievink "],"id":"registry+https://github.com/rust-lang/crates.io-index#adler@1.0.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple clean-room implementation of the Adler-32 checksum","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"0BSD OR MIT OR Apache-2.0","license_file":null,"targets":[{"name":"adler","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/benches/bench.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std"],"rustc-dep-of-std":["core","compiler_builtins"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/Cargo.toml","categories":["algorithms"],"keywords":["checksum","integrity","hash","adler32","zlib"],"readme":"README.md","repository":"https://github.com/jonas-schievink/adler.git","homepage":null,"documentation":"https://docs.rs/adler/","edition":"2015","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg=docsrs"]}},"release":{"no-dev-version":true,"pre-release-commit-message":"Release {{version}}","pre-release-replacements":[{"file":"CHANGELOG.md","replace":"## Unreleased\n\nNo changes.\n\n## [{{version}} - {{date}}](https://github.com/jonas-schievink/adler/releases/tag/v{{version}})\n","search":"## Unreleased\n"},{"file":"README.md","replace":"adler = \"{{version}}\"","search":"adler = \"[a-z0-9\\\\.-]+\""},{"file":"src/lib.rs","replace":"https://docs.rs/adler/{{version}}","search":"https://docs.rs/adler/[a-z0-9\\.-]+"}],"tag-message":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"0BSD OR MIT OR Apache-2.0"},{"package":{"name":"adler2","version":"2.0.0","authors":["Jonas Schievink ","oyvindln "],"id":"registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple clean-room implementation of the Adler-32 checksum","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"0BSD OR MIT OR Apache-2.0","license_file":null,"targets":[{"name":"adler2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler2-2.0.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler2-2.0.0/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std"],"rustc-dep-of-std":["core","compiler_builtins"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler2-2.0.0/Cargo.toml","categories":["algorithms"],"keywords":["checksum","integrity","hash","adler32","zlib"],"readme":"README.md","repository":"https://github.com/oyvindln/adler2","homepage":null,"documentation":"https://docs.rs/adler2/","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg=docsrs"]}},"release":{"no-dev-version":true,"pre-release-commit-message":"Release {{version}}","pre-release-replacements":[{"file":"CHANGELOG.md","replace":"## Unreleased\n\nNo changes.\n\n## [{{version}} - {{date}}](https://github.com/jonas-schievink/adler/releases/tag/v{{version}})\n","search":"## Unreleased\n"},{"file":"README.md","replace":"adler = \"{{version}}\"","search":"adler = \"[a-z0-9\\\\.-]+\""},{"file":"src/lib.rs","replace":"https://docs.rs/adler/{{version}}","search":"https://docs.rs/adler/[a-z0-9\\.-]+"}],"tag-message":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"0BSD OR MIT OR Apache-2.0"},{"package":{"name":"ahash","version":"0.8.11","authors":["Tom Kaitchuck "],"id":"registry+https://github.com/rust-lang/crates.io-index#ahash@0.8.11","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A non-cryptographic hash function using AES-NI for high performance","dependencies":[{"name":"atomic-polyfill","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"const-random","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.117","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.31","kind":"normal","optional":false,"uses_default_features":false,"features":["simd"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"dev","optional":false,"uses_default_features":true,"features":["html_reports"],"target":null,"rename":null,"registry":null,"path":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fxhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hashbrown","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"no-panic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pcg-mwc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"seahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.59","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"version_check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.4","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.18.0","kind":"normal","optional":false,"uses_default_features":false,"features":["alloc"],"target":"cfg(not(all(target_arch = \"arm\", target_os = \"none\")))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ahash","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/bench.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"map_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/map_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"nopanic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/nopanic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"ahash","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"map","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/tests/map_tests.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/./build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"atomic-polyfill":["dep:atomic-polyfill","once_cell/atomic-polyfill"],"compile-time-rng":["const-random"],"const-random":["dep:const-random"],"default":["std","runtime-rng"],"getrandom":["dep:getrandom"],"nightly-arm-aes":[],"no-rng":[],"runtime-rng":["getrandom"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.11/Cargo.toml","categories":["algorithms","data-structures","no-std"],"keywords":["hash","hasher","hashmap","aes","no-std"],"readme":"README.md","repository":"https://github.com/tkaitchuck/ahash","homepage":null,"documentation":"https://docs.rs/ahash","edition":"2018","metadata":{"docs":{"rs":{"features":["std"],"rustc-args":["-C","target-feature=+aes"],"rustdoc-args":["-C","target-feature=+aes"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"aho-corasick","version":"1.1.3","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#aho-corasick@1.1.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast multiple substring searching.","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"aho_corasick","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std","perf-literal"],"logging":["dep:log"],"perf-literal":["dep:memchr"],"std":["memchr?/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/Cargo.toml","categories":["text-processing"],"keywords":["string","search","text","pattern","multi"],"readme":"README.md","repository":"https://github.com/BurntSushi/aho-corasick","homepage":"https://github.com/BurntSushi/aho-corasick","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Unlicense OR MIT"},{"package":{"name":"android-activity","version":"0.6.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#android-activity@0.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Glue for building Rust applications on Android with NativeActivity or GameActivity","dependencies":[{"name":"android-properties","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cesu8","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jni","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jni-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ndk","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ndk-context","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ndk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num_enum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"build","optional":false,"uses_default_features":true,"features":["parallel"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"android_activity","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-activity-0.6.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-activity-0.6.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":[],"game-activity":[],"native-activity":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-activity-0.6.0/Cargo.toml","categories":[],"keywords":["android","ndk"],"readme":"README.md","repository":"https://github.com/rust-mobile/android-activity","homepage":"https://github.com/rust-mobile/android-activity","documentation":"https://docs.rs/android-activity","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"],"targets":["aarch64-linux-android","armv7-linux-androideabi","i686-linux-android","x86_64-linux-android"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.69.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"android-properties","version":"0.2.2","authors":["Mikhail Lappo "],"id":"registry+https://github.com/rust-lang/crates.io-index#android-properties@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust-based Android properties wrapper","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"android_properties","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"property_foreach","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/examples/property_foreach.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"property_get","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/examples/property_get.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"property_refresh","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/examples/property_refresh.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"property_set","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/examples/property_set.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"bionic-deprecated":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-properties-0.2.2/Cargo.toml","categories":["external-ffi-bindings","os","os::linux-apis"],"keywords":["android","properties","cutils","bionic","persistent"],"readme":"README.md","repository":"https://github.com/miklelappo/android-properties","homepage":"https://github.com/miklelappo/android-properties","documentation":"https://docs.rs/android-properties/0.2.2","edition":"2018","metadata":{"docs":{"rs":{"targets":["arm-linux-androideabi","armv7-linux-androideabi","aarch64-linux-android","i686-linux-android","x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"android-tzdata","version":"0.1.1","authors":["RumovZ"],"id":"registry+https://github.com/rust-lang/crates.io-index#android-tzdata@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser for the Android-specific tzdata file","dependencies":[{"name":"zip","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"android_tzdata","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-tzdata-0.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android-tzdata-0.1.1/Cargo.toml","categories":["date-and-time"],"keywords":["parser","android","timezone"],"readme":"README.md","repository":"https://github.com/RumovZ/android-tzdata","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"android_system_properties","version":"0.1.5","authors":["Nicolas Silva "],"id":"registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Minimal Android system properties wrapper","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.126","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"android_system_properties","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"time_zone","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/examples/time_zone.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/Cargo.toml","categories":[],"keywords":["android"],"readme":"README.md","repository":"https://github.com/nical/android_system_properties","homepage":"https://github.com/nical/android_system_properties","documentation":"https://docs.rs/android_system_properties","edition":"2018","metadata":{"docs":{"rs":{"targets":["arm-linux-androideabi","armv7-linux-androideabi","aarch64-linux-android","i686-linux-android","x86_64-linux-android","x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"anes","version":"0.1.6","authors":["Robert Vojta "],"id":"registry+https://github.com/rust-lang/crates.io-index#anes@0.1.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"ANSI Escape Sequences provider & parser","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.66","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anes","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"execute","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/execute.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"parser","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/parser.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"queue","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/queue.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"sequence","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/sequence.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"stdout","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/stdout.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"string","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/examples/string.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench_main","kind":["bench"],"crate_types":["bin"],"required-features":["parser"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/benches/bench_main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"bitflags":["dep:bitflags"],"default":[],"parser":["bitflags"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anes-0.1.6/Cargo.toml","categories":[],"keywords":["terminal","ansi","sequence","code","parser"],"readme":"README.md","repository":"https://github.com/zrzka/anes-rs","homepage":null,"documentation":"https://docs.rs/anes/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"anstream","version":"0.6.15","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstream@0.6.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple cross platform library for writing colored text to a terminal.","dependencies":[{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle-parse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle-query","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"colorchoice","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is_terminal_polyfill","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.48","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"utf8parse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"divan","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"owo-colors","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"strip-ansi-escapes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle-wincon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstream","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.15/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"dump-stream","kind":["example"],"crate_types":["bin"],"required-features":["auto"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.15/examples/dump-stream.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"query-stream","kind":["example"],"crate_types":["bin"],"required-features":["auto"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.15/examples/query-stream.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"stream","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.15/benches/stream.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"strip","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.15/benches/strip.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"wincon","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.15/benches/wincon.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"auto":["dep:anstyle-query"],"default":["auto","wincon"],"test":[],"wincon":["dep:anstyle-wincon"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.15/Cargo.toml","categories":["command-line-interface"],"keywords":["ansi","terminal","color","strip","wincon"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle.git","homepage":"https://github.com/rust-cli/anstyle","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"anstyle","version":"1.0.8","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstyle@1.0.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"ANSI text styling","dependencies":[{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstyle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"dump-style","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/examples/dump-style.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.8/Cargo.toml","categories":["command-line-interface"],"keywords":["ansi","terminal","color","no_std"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle.git","homepage":"https://github.com/rust-cli/anstyle","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}],"tag-prefix":""}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"anstyle-parse","version":"0.2.5","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstyle-parse@0.2.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parse ANSI Style Escapes","dependencies":[{"name":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"utf8parse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"codegenrs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"divan","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"vte_generate_state_changes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstyle_parse","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"parselog","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.5/examples/parselog.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"parse","kind":["bench"],"crate_types":["bin"],"required-features":["utf8"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.5/benches/parse.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"core":["dep:arrayvec"],"default":["utf8"],"utf8":["dep:utf8parse"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.5/Cargo.toml","categories":["command-line-interface"],"keywords":["ansi","terminal","color","vte"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle.git","homepage":"https://github.com/rust-cli/anstyle","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"anstyle-query","version":"1.1.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstyle-query@1.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Look up colored console capabilities","dependencies":[{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_System_Console","Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstyle_query","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.1.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"query","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.1.1/examples/query.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.1.1/Cargo.toml","categories":["command-line-interface"],"keywords":["cli","color","no-std","terminal","ansi"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"anstyle-wincon","version":"3.0.4","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#anstyle-wincon@3.0.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Styling legacy Windows terminals","dependencies":[{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_System_Console","Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"anstyle_wincon","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-3.0.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"dump-wincon","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-3.0.4/examples/dump-wincon.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"set-wincon","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-3.0.4/examples/set-wincon.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-3.0.4/Cargo.toml","categories":["command-line-interface"],"keywords":["ansi","terminal","color","windows"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle.git","homepage":"https://github.com/rust-cli/anstyle","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"],"targets":["x86_64-pc-windows-msvc"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"arboard","version":"3.4.1","authors":["Artur Kovacs ","Avi Weinstock ","Arboard contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#arboard@3.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Image and text handling for the OS clipboard.","dependencies":[{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"normal","optional":true,"uses_default_features":false,"features":["png"],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"wl-clipboard-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"x11rb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\", target_os = \"emscripten\"))))","rename":null,"registry":null,"path":null},{"name":"core-graphics","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"normal","optional":true,"uses_default_features":false,"features":["tiff"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":["relax-void-encoding"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-app-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSPasteboard","NSPasteboardItem","NSImage"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSArray","NSString","NSEnumerator","NSGeometry"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"clipboard-win","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"normal","optional":true,"uses_default_features":false,"features":["png"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":true,"uses_default_features":true,"features":["Win32_Foundation","Win32_Graphics_Gdi","Win32_System_DataExchange","Win32_System_Memory","Win32_System_Ole"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"arboard","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"daemonize","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.1/examples/daemonize.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"get_image","kind":["example"],"crate_types":["bin"],"required-features":["image-data"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.1/examples/get_image.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"hello_world","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.1/examples/hello_world.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"set_html","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.1/examples/set_html.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"set_image","kind":["example"],"crate_types":["bin"],"required-features":["image-data"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.1/examples/set_image.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"core-graphics":["dep:core-graphics"],"default":["image-data"],"image":["dep:image"],"image-data":["core-graphics","image","windows-sys"],"wayland-data-control":["wl-clipboard-rs"],"windows-sys":["dep:windows-sys"],"wl-clipboard-rs":["dep:wl-clipboard-rs"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arboard-3.4.1/Cargo.toml","categories":[],"keywords":["clipboard","image"],"readme":"README.md","repository":"https://github.com/1Password/arboard","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.67.1"},"license":"MIT OR Apache-2.0"},{"package":{"name":"arrayref","version":"0.3.9","authors":["David Roundy "],"id":"registry+https://github.com/rust-lang/crates.io-index#arrayref@0.3.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Macros to take array references of slices","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-2-Clause","license_file":null,"targets":[{"name":"arrayref","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.9/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"array_refs","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.9/examples/array_refs.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"array_refs_with_const","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.9/examples/array_refs_with_const.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"simple-case","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.9/examples/simple-case.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-0.3.9/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/droundy/arrayref","homepage":null,"documentation":"https://docs.rs/arrayref","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"BSD-2-Clause"},{"package":{"name":"arrayvec","version":"0.7.6","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.","dependencies":[{"name":"borsh","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zeroize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"arrayvec","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"borsh","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/tests/borsh.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/tests/serde.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"arraystring","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/benches/arraystring.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"extend","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/benches/extend.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"borsh":["dep:borsh"],"default":["std"],"serde":["dep:serde"],"std":[],"zeroize":["dep:zeroize"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.7.6/Cargo.toml","categories":["data-structures","no-std"],"keywords":["stack","vector","array","data-structure","no_std"],"readme":"README.md","repository":"https://github.com/bluss/arrayvec","homepage":null,"documentation":"https://docs.rs/arrayvec/","edition":"2018","metadata":{"docs":{"rs":{"features":["borsh","serde","zeroize"]}},"release":{"no-dev-version":true,"tag-name":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"as-raw-xcb-connection","version":"1.0.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#as-raw-xcb-connection@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Trait to facilitate interoperatibility with libxcb C API","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"as_raw_xcb_connection","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/as-raw-xcb-connection-1.0.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/as-raw-xcb-connection-1.0.1/Cargo.toml","categories":[],"keywords":["xcb","X11"],"readme":null,"repository":"https://github.com/psychon/as-raw-xcb-connection","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"async-broadcast","version":"0.5.1","authors":["Stjepan Glavina ","Yoshua Wuyts ","Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-broadcast@0.5.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async broadcast channels","dependencies":[{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.21","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"async_broadcast","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-broadcast-0.5.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-broadcast-0.5.1/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"broadcast_bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-broadcast-0.5.1/benches/broadcast_bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-broadcast-0.5.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/smol-rs/async-broadcast","homepage":null,"documentation":"https://docs.rs/async-broadcast","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"async-channel","version":"2.3.1","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-channel@2.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async multi-producer multi-consumer channel","dependencies":[{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"event-listener-strategy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_channel","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bounded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/tests/bounded.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unbounded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/tests/unbounded.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["concurrent-queue/std","event-listener-strategy/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["mpmc","mpsc","spmc","chan","futures"],"readme":"README.md","repository":"https://github.com/smol-rs/async-channel","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-executor","version":"1.13.1","authors":["Stjepan Glavina ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-executor@1.13.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async executor","dependencies":[{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.16.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_executor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"limit","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/examples/limit.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"priority","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/examples/priority.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"different_executors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/tests/different_executors.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"drop","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/tests/drop.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"larger_tasks","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/tests/larger_tasks.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"local_queue","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/tests/local_queue.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"panic_prop","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/tests/panic_prop.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"spawn_many","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/tests/spawn_many.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"executor","kind":["bench"],"crate_types":["bin"],"required-features":["static"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/benches/executor.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"static":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["asynchronous","executor","single","multi","spawn"],"readme":"README.md","repository":"https://github.com/smol-rs/async-executor","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-fs","version":"1.6.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-fs@1.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async filesystem primitives","dependencies":[{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.78","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"dev","optional":false,"uses_default_features":true,"features":["winbase"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_fs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-fs-1.6.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-fs-1.6.0/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-fs-1.6.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["asynchronous","file","filesystem","io"],"readme":"README.md","repository":"https://github.com/smol-rs/async-fs","homepage":"https://github.com/smol-rs/async-fs","documentation":"https://docs.rs/async-fs","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.47.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-io","version":"1.13.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-io@1.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async I/O and timers","dependencies":[{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"polling","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.37.1","kind":"normal","optional":false,"uses_default_features":false,"features":["std","fs"],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"socket2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":["all"],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-net","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"inotify","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"linux\")","rename":null,"registry":null,"path":null},{"name":"timerfd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"linux\")","rename":null,"registry":null,"path":null},{"name":"uds_windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_io","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"linux-inotify","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/linux-inotify.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"linux-timerfd","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/linux-timerfd.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"unix-signal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/unix-signal.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"windows-uds","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/windows-uds.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/tests/async.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"timer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/tests/timer.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"io","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/benches/io.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"timer","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/benches/timer.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/Cargo.toml","categories":["asynchronous","network-programming","os"],"keywords":["mio","epoll","kqueue","iocp"],"readme":"README.md","repository":"https://github.com/smol-rs/async-io","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-io","version":"2.3.4","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-io@2.3.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async I/O and timers","dependencies":[{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.28","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"polling","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.18","kind":"normal","optional":false,"uses_default_features":false,"features":["fs","net","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-net","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"inotify","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"linux\")","rename":null,"registry":null,"path":null},{"name":"timerfd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"linux\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.59.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"uds_windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_io","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"kqueue-process","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/examples/kqueue-process.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"linux-inotify","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/examples/linux-inotify.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"linux-timerfd","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/examples/linux-timerfd.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"unix-signal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/examples/unix-signal.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"windows-command","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/examples/windows-command.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"windows-uds","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/examples/windows-uds.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/tests/async.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"block_on","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/tests/block_on.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue_182","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/tests/issue_182.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"timer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/tests/timer.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"io","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/benches/io.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"timer","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/benches/timer.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/Cargo.toml","categories":["asynchronous","network-programming","os"],"keywords":["mio","epoll","kqueue","iocp"],"readme":"README.md","repository":"https://github.com/smol-rs/async-io","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-lock","version":"2.8.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-lock@2.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async synchronization primitives","dependencies":[{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_arch = \"wasm32\", target_arch = \"wasm64\"))","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_lock","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"barrier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/tests/barrier.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mutex","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/tests/mutex.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"rwlock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/tests/rwlock.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"semaphore","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/tests/semaphore.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.8.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["lock","mutex","rwlock","semaphore","barrier"],"readme":"README.md","repository":"https://github.com/smol-rs/async-lock","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-lock","version":"3.4.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-lock@3.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async synchronization primitives","dependencies":[{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"event-listener-strategy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flume","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_lock","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"barrier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/barrier.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/loom.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mutex","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/mutex.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rwlock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/rwlock.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"semaphore","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/tests/semaphore.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"loom":["event-listener/loom","dep:loom"],"std":["event-listener/std","event-listener-strategy/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["lock","mutex","rwlock","semaphore","barrier"],"readme":"README.md","repository":"https://github.com/smol-rs/async-lock","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-process","version":"1.8.1","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-process@1.8.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async interface for working with processes","dependencies":[{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"async-signal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38","kind":"normal","optional":false,"uses_default_features":false,"features":["std","fs"],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":false,"features":["Win32_Foundation","Win32_System_Threading"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_process","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"timeout","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.1/examples/timeout.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.1/tests/std.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.8.1/Cargo.toml","categories":["asynchronous","os"],"keywords":["process","spawn","command","subprocess","child"],"readme":"README.md","repository":"https://github.com/smol-rs/async-process","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-recursion","version":"1.1.1","authors":["Robert Usher <266585+dcchut@users.noreply.github.com>"],"id":"registry+https://github.com/rust-lang/crates.io-index#async-recursion@1.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Recursion for async functions","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["full","visit-mut","parsing","printing","proc-macro","clone-impls"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"macrotest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"async_recursion","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"args_sync","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/args_sync.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/compiletest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"core_module","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/core_module.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"fibonacci","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/fibonacci.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"generic_parameters","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/generic_parameters.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"lifetimes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/lifetimes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros_all_the_way_down","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/macros_all_the_way_down.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"struct_methods","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/tests/struct_methods.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.1.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/dcchut/async-recursion","homepage":null,"documentation":"https://docs.rs/async-recursion","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"async-signal","version":"0.2.10","authors":["John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-signal@0.2.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async signal handling","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.26","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.26","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.15","kind":"normal","optional":false,"uses_default_features":false,"features":["process","std"],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"signal-hook-registry","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.139","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"atomic-waker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.59","kind":"normal","optional":false,"uses_default_features":false,"features":["Win32_Foundation","Win32_System_Console"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_signal","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.10/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"print","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.10/examples/print.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"sigint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.10/tests/sigint.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"unix_signals","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.10/tests/unix_signals.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.10/Cargo.toml","categories":["asynchronous","concurrency","os"],"keywords":["async","signal","signal-hook","signal-hook-registry"],"readme":"README.md","repository":"https://github.com/smol-rs/async-signal","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-task","version":"4.7.1","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-task@4.7.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Task abstraction for building executors","dependencies":[{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atomic-waker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flaky_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flume","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smol","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"async_task","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"spawn","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/examples/spawn.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"spawn-local","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/examples/spawn-local.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"spawn-on-thread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/examples/spawn-on-thread.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"with-metadata","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/examples/with-metadata.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/basic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"cancel","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/cancel.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"join","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/join.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"metadata","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/metadata.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"panic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/panic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"ready","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/ready.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"waker_panic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/waker_panic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"waker_pending","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/waker_pending.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"waker_ready","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/tests/waker_ready.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"spawn","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/benches/spawn.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"portable-atomic":["dep:portable-atomic"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/Cargo.toml","categories":["asynchronous","concurrency","no-std"],"keywords":["futures","task","executor","spawn"],"readme":"README.md","repository":"https://github.com/smol-rs/async-task","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"async-trait","version":"0.1.83","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#async-trait@0.1.83","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Type erasure for async trait methods","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":false,"features":["full","parsing","printing","proc-macro","visit-mut"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.40","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-attributes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.27","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.81","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"async_trait","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/tests/compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.83/Cargo.toml","categories":["asynchronous","no-std"],"keywords":["async"],"readme":"README.md","repository":"https://github.com/dtolnay/async-trait","homepage":null,"documentation":"https://docs.rs/async-trait","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"atk-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#atk-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libatk-1","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"atk_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atk-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atk-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atk-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_30":[],"v2_32":["v2_30"],"v2_34":["v2_32"],"v2_38":["v2_34"],"v2_46":["v2_38"],"v2_50":["v2_46"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atk-sys-0.18.0/Cargo.toml","categories":[],"keywords":["atk","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk3-rs","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"atk":{"name":"atk","v2_30":{"version":"2.30"},"v2_32":{"version":"2.32"},"v2_34":{"version":"2.34"},"v2_38":{"version":"2.38"},"v2_46":{"version":"2.46"},"v2_50":{"version":"2.50"},"version":"2.28"}}},"links":"atk-1.0","publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"atomic-waker","version":"1.1.2","authors":["Stjepan Glavina ","Contributors to futures-rs"],"id":"registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A synchronization primitive for task wakeup","dependencies":[{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atomic_waker","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"waker","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/benches/waker.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"portable-atomic":["dep:portable-atomic"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.2/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["waker","notify","wake","futures","async"],"readme":"README.md","repository":"https://github.com/smol-rs/atomic-waker","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"atomic_refcell","version":"0.1.13","authors":["Bobby Holley "],"id":"registry+https://github.com/rust-lang/crates.io-index#atomic_refcell@0.1.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Threadsafe RefCell","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atomic_refcell","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/tests/async.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"basic","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/benches/basic.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":[],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic_refcell-0.1.13/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/bholley/atomic_refcell","homepage":null,"documentation":"https://docs.rs/atomic_refcell/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"atspi","version":"0.19.0","authors":["Michael Connor Buchan ","Tait Hoyem ","Alberto Tirla ","DataTriny ","Luuk van der Duim "],"id":"registry+https://github.com/rust-lang/crates.io-index#atspi@0.19.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Pure-Rust, zbus-based AT-SPI2 protocol implementation.","dependencies":[{"name":"atspi-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-connection","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-proxies","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atspi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-0.19.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-std":["proxies-async-std","connection-async-std"],"atspi-connection":["dep:atspi-connection"],"atspi-proxies":["dep:atspi-proxies"],"connection":[],"connection-async-std":["atspi-connection/async-std","connection"],"connection-tokio":["atspi-connection/tokio","connection"],"default":["async-std"],"proxies":[],"proxies-async-std":["atspi-proxies/async-std","proxies"],"proxies-tokio":["atspi-proxies/tokio","proxies"],"tokio":["proxies-tokio","connection-tokio"],"tracing":["atspi-connection/tracing"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-0.19.0/Cargo.toml","categories":["accessibility","api-bindings"],"keywords":["screen-reader","accessibility","a11y","tts","linux"],"readme":"README.md","repository":"https://github.com/odilia-app/atspi","homepage":"https://github.com/odilia-app/atspi","documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.68.2"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"atspi-common","version":"0.3.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#atspi-common@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Primitive types used for sending and receiving Linux accessibility events.","dependencies":[{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.12.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus_names","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rename-item","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_plain","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","rt-multi-thread"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-stream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":false,"features":["time"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.12.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atspi_common","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-common-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-std":["zbus/async-io"],"default":["async-std"],"tokio":["zbus/tokio"],"zbus":["dep:zbus"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-common-0.3.0/Cargo.toml","categories":["accessibility","api-bindings"],"keywords":["Macros","Accessibility"],"readme":"README.md","repository":"https://github.com/odilia-app/atspi","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.68.2"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"atspi-connection","version":"0.3.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#atspi-connection@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A method of connecting, querying, sending and receiving over AT-SPI.","dependencies":[{"name":"atspi-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-proxies","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.12.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atspi_connection","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-connection-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-std":["zbus/async-io","atspi-proxies/async-std","atspi-common/async-std"],"default":["async-std"],"tokio":["zbus/tokio","atspi-proxies/tokio","atspi-common/tokio"],"tracing":["dep:tracing"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-connection-0.3.0/Cargo.toml","categories":["accessibility","API bindings"],"keywords":["screen-reader","accessibility","a11y","linux"],"readme":"README.md","repository":"https://github.com/odilia-app/atspi/","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.68.2"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"atspi-proxies","version":"0.3.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#atspi-proxies@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"AT-SPI2 proxies to query or manipulate UI objects","dependencies":[{"name":"async-trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.59","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.12.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["attributes"],"target":null,"rename":null,"registry":null,"path":null},{"name":"atspi-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":["async-std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fantoccini","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rename-item","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.96","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_plain","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serial_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","rt-multi-thread"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-stream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"atspi_proxies","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-proxies-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"async-std":["zbus/async-io","atspi-common/async-std"],"async-trait":["dep:async-trait"],"default":["async-std"],"futures-lite":["dep:futures-lite"],"gvariant":["zbus/gvariant"],"tokio":["zbus/tokio","atspi-common/tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atspi-proxies-0.3.0/Cargo.toml","categories":["accessibility","api-bindings"],"keywords":["screen-reader","accessibility","a11y","tts","linux"],"readme":"README.md","repository":"https://github.com/odilia-app/atspi","homepage":"https://github.com/odilia-app/atspi","documentation":null,"edition":"2021","metadata":{"release":{"publish":true,"release":true}},"links":null,"publish":null,"default_run":null,"rust_version":"1.68.2"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"autocfg","version":"1.4.0","authors":["Josh Stone "],"id":"registry+https://github.com/rust-lang/crates.io-index#autocfg@1.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Automatic cfg for Rust compiler features","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"autocfg","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"integers","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/examples/integers.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"nightly","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/examples/nightly.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"paths","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/examples/paths.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"traits","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/examples/traits.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"versions","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/examples/versions.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"no_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/tests/no_std.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustflags","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/tests/rustflags.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/tests/tests.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"wrappers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/tests/wrappers.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/Cargo.toml","categories":["development-tools::build-utils"],"keywords":["rustc","build","autoconf"],"readme":"README.md","repository":"https://github.com/cuviper/autocfg","homepage":null,"documentation":"https://docs.rs/autocfg/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":"1.0.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"backtrace","version":"0.3.74","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#backtrace@0.3.74","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library to acquire a stack trace (backtrace) at runtime in a Rust program.\n","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cpp_demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.24","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"addr2line","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.156","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))","rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))","rename":null,"registry":null,"path":null},{"name":"object","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.36.0","kind":"normal","optional":false,"uses_default_features":false,"features":["read_core","elf","macho","pe","xcoff","unaligned","archive"],"target":"cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))","rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"backtrace","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"backtrace","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/examples/backtrace.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"raw","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/examples/raw.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"accuracy","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/tests/accuracy/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"concurrent-panics","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/tests/concurrent-panics.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"current-exe-mismatch","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/tests/current-exe-mismatch.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"long_fn_name","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/tests/long_fn_name.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"sgx-image-base","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/tests/sgx-image-base.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"skip_inner_frames","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/tests/skip_inner_frames.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"smoke","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/tests/smoke.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/benches/benchmarks.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"coresymbolication":[],"cpp_demangle":["dep:cpp_demangle"],"dbghelp":[],"default":["std"],"dl_iterate_phdr":[],"dladdr":[],"kernel32":[],"libunwind":[],"serde":["dep:serde"],"serialize-serde":["serde"],"std":[],"unix-backtrace":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/backtrace-rs","homepage":"https://github.com/rust-lang/backtrace-rs","documentation":"https://docs.rs/backtrace","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"base64","version":"0.21.7","authors":["Alice Maz ","Marshall Pierce "],"id":"registry+https://github.com/rust-lang/crates.io-index#base64@0.21.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"encodes and decodes base64 as bytes or utf8","dependencies":[{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.2.25","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rstest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rstest_reuse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"strum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"base64","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"base64","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/examples/base64.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"encode","kind":["test"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/tests/encode.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/benches/benchmarks.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.7/Cargo.toml","categories":["encoding"],"keywords":["base64","utf8","encode","decode","no_std"],"readme":"README.md","repository":"https://github.com/marshallpierce/rust-base64","homepage":null,"documentation":"https://docs.rs/base64","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"beef","version":"0.5.2","authors":["Maciej Hirsz "],"id":"registry+https://github.com/rust-lang/crates.io-index#beef@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"More compact Cow","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.105","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.105","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"beef","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/beef-0.5.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/beef-0.5.2/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"const_fn":[],"default":[],"impl_serde":["serde"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/beef-0.5.2/Cargo.toml","categories":["no-std","memory-management"],"keywords":["cow","borrow","str","slice"],"readme":"./README.md","repository":"https://github.com/maciejhirsz/beef","homepage":null,"documentation":"https://docs.rs/beef/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"biquad","version":"0.4.2","authors":["Emil Fresk "],"id":"registry+https://github.com/rust-lang/crates.io-index#biquad@0.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for digital second order IIR filtrers, also known as biquads.","dependencies":[{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"biquad","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/biquad-0.4.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/biquad-0.4.2/Cargo.toml","categories":["embedded","no-std"],"keywords":["biquad","filter","iir"],"readme":"README.md","repository":"https://github.com/korken89/biquad-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"bitflags","version":"1.3.2","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@1.3.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A macro to generate structures which behave like bitflags.\n","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"bitflags","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"compile","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":[],"example_generated":[],"rustc-dep-of-std":["core","compiler_builtins"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml","categories":["no-std"],"keywords":["bit","bitmask","bitflags","flags"],"readme":"README.md","repository":"https://github.com/bitflags/bitflags","homepage":"https://github.com/bitflags/bitflags","documentation":"https://docs.rs/bitflags","edition":"2018","metadata":{"docs":{"rs":{"features":["example_generated"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"bitflags","version":"2.6.0","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#bitflags@2.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A macro to generate structures which behave like bitflags.\n","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.2","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.19","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"bitflags","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"custom_bits_type","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/custom_bits_type.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"custom_derive","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/custom_derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"fmt","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/fmt.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"macro_free","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/macro_free.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"serde","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/examples/serde.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"parse","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/benches/parse.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"bytemuck":["dep:bytemuck"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"example_generated":[],"rustc-dep-of-std":["core","compiler_builtins"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/Cargo.toml","categories":["no-std"],"keywords":["bit","bitmask","bitflags","flags"],"readme":"README.md","repository":"https://github.com/bitflags/bitflags","homepage":"https://github.com/bitflags/bitflags","documentation":"https://docs.rs/bitflags","edition":"2021","metadata":{"docs":{"rs":{"features":["example_generated"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"block-buffer","version":"0.10.4","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#block-buffer@0.10.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Buffer type for block processing of data","dependencies":[{"name":"generic-array","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"block_buffer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"mod","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/tests/mod.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/Cargo.toml","categories":["cryptography","no-std"],"keywords":["block","buffer"],"readme":"README.md","repository":"https://github.com/RustCrypto/utils","homepage":null,"documentation":"https://docs.rs/block-buffer","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"block2","version":"0.5.1","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#block2@0.5.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Apple's C language extension of blocks","dependencies":[{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"block2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block2-0.5.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":["objc2/alloc"],"apple":[],"compiler-rt":["objc2/unstable-compiler-rt"],"default":["std"],"gnustep-1-7":["objc2/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc2/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc2/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc2/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc2/gnustep-2-1"],"std":["alloc","objc2/std"],"unstable-objfw":[],"unstable-private":[],"unstable-winobjc":["gnustep-1-8"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/block2-0.5.1/Cargo.toml","categories":["api-bindings","development-tools::ffi","os::macos-apis","external-ffi-bindings"],"keywords":["objective-c","macos","ios","blocks"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/block2/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","features":["unstable-private"],"targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}},"release":{"enable-features":[],"shared-version":false,"tag-prefix":"block"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"blocking","version":"1.6.1","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#blocking@1.6.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A thread pool for isolating blocking I/O in async programs","dependencies":[{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.28","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"piper","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"blocking","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"ls","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/examples/ls.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"unblock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/tests/unblock.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"tracing":["dep:tracing"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["async","file","stdio","stdin","process"],"readme":"README.md","repository":"https://github.com/smol-rs/blocking","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"bumpalo","version":"3.16.0","authors":["Nick Fitzgerald "],"id":"registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.16.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A fast bump allocation arena for Rust.","dependencies":[{"name":"allocator-api2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.171","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.197","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.115","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"bumpalo","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"try_alloc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/tests/try_alloc.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"benches","kind":["bench"],"crate_types":["bin"],"required-features":["collections"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/benches/benches.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"allocator-api2":["dep:allocator-api2"],"allocator_api":[],"boxed":[],"collections":[],"default":[],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/Cargo.toml","categories":["memory-management","rust-patterns","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/fitzgen/bumpalo","homepage":null,"documentation":"https://docs.rs/bumpalo","edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.73.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"bytemuck","version":"1.18.0","authors":["Lokathor "],"id":"registry+https://github.com/rust-lang/crates.io-index#bytemuck@1.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A crate for mucking around with piles of bytes.","dependencies":[{"name":"bytemuck_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Zlib OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"bytemuck","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"array_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/tests/array_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"cast_slice_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/tests/cast_slice_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"checked_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/tests/checked_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"derive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/tests/derive.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"doc_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/tests/doc_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"offset_of_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/tests/offset_of_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"std_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/tests/std_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"transparent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/tests/transparent.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"wrapper_forgets","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/tests/wrapper_forgets.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"aarch64_simd":[],"align_offset":[],"bytemuck_derive":["dep:bytemuck_derive"],"const_zeroed":[],"derive":["bytemuck_derive"],"extern_crate_alloc":[],"extern_crate_std":["extern_crate_alloc"],"latest_stable_rust":["aarch64_simd","align_offset","const_zeroed","derive","min_const_generics","must_cast","wasm_simd","zeroable_atomics","zeroable_maybe_uninit"],"min_const_generics":[],"must_cast":[],"nightly_docs":[],"nightly_float":[],"nightly_portable_simd":[],"nightly_stdsimd":[],"unsound_ptr_pod_impl":[],"wasm_simd":[],"zeroable_atomics":[],"zeroable_maybe_uninit":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.18.0/Cargo.toml","categories":["encoding","no-std"],"keywords":["transmute","bytes","casting"],"readme":"README.md","repository":"https://github.com/Lokathor/bytemuck","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["nightly_docs","latest_stable_rust","extern_crate_alloc","extern_crate_std"]}},"playground":{"features":["latest_stable_rust","extern_crate_alloc","extern_crate_std"]}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Zlib OR Apache-2.0 OR MIT"},{"package":{"name":"bytemuck_derive","version":"1.7.1","authors":["Lokathor "],"id":"registry+https://github.com/rust-lang/crates.io-index#bytemuck_derive@1.7.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"derive proc-macros for `bytemuck`","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Zlib OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"bytemuck_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck_derive-1.7.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck_derive-1.7.1/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck_derive-1.7.1/Cargo.toml","categories":["encoding","no-std"],"keywords":["transmute","bytes","casting"],"readme":"README.md","repository":"https://github.com/Lokathor/bytemuck","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Zlib OR Apache-2.0 OR MIT"},{"package":{"name":"byteorder","version":"1.5.0","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Library for reading/writing numbers in big-endian and little-endian.","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.2","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"byteorder","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"i128":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/Cargo.toml","categories":["encoding","parsing","no-std"],"keywords":["byte","endian","big-endian","little-endian","binary"],"readme":"README.md","repository":"https://github.com/BurntSushi/byteorder","homepage":"https://github.com/BurntSushi/byteorder","documentation":"https://docs.rs/byteorder","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Unlicense OR MIT"},{"package":{"name":"byteorder-lite","version":"0.1.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#byteorder-lite@0.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Library for reading/writing numbers in big-endian and little-endian.","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.2","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"byteorder_lite","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-lite-0.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-lite-0.1.0/Cargo.toml","categories":["encoding","parsing","no-std"],"keywords":["byte","endian","big-endian","little-endian","binary"],"readme":"README.md","repository":"https://github.com/image-rs/byteorder-lite","homepage":"https://github.com/image-rs/byteorder-lite","documentation":"https://docs.rs/byteorder-lite","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Unlicense OR MIT"},{"package":{"name":"bytes","version":"1.7.2","authors":["Carl Lerche ","Sean McArthur "],"id":"registry+https://github.com/rust-lang/crates.io-index#bytes@1.7.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Types and traits for working with bytes","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"bytes","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test_buf","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_buf.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_buf_mut","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_buf_mut.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_bytes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_bytes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_bytes_odd_alloc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_bytes_odd_alloc.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_bytes_vec_alloc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_bytes_vec_alloc.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_chain","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_chain.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_debug","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_debug.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_iter","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_iter.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_reader","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_reader.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_serde.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_take","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/tests/test_take.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"buf","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/benches/buf.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"bytes","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/benches/bytes.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"bytes_mut","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/benches/bytes_mut.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.2/Cargo.toml","categories":["network-programming","data-structures"],"keywords":["buffers","zero-copy","io"],"readme":"README.md","repository":"https://github.com/tokio-rs/bytes","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.39.0"},"license":"MIT"},{"package":{"name":"cairo-sys-rs","version":"0.18.2","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#cairo-sys-rs@0.18.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libcairo","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"x11","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.16","kind":"normal","optional":true,"uses_default_features":true,"features":["xlib"],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":true,"uses_default_features":true,"features":["windef"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"cairo_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cairo-sys-rs-0.18.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cairo-sys-rs-0.18.2/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"freetype":[],"glib":["dep:glib"],"pdf":[],"png":[],"ps":[],"script":[],"svg":[],"use_glib":["glib"],"v1_16":[],"v1_18":["v1_16"],"win32-surface":["winapi"],"winapi":["dep:winapi"],"x11":["dep:x11"],"xcb":[],"xlib":["x11"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cairo-sys-rs-0.18.2/Cargo.toml","categories":[],"keywords":["cairo","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"cairo":{"name":"cairo","v1_16":{"version":"1.16"},"v1_18":{"version":"1.17"},"version":"1.14"},"cairo-gobject":{"feature":"use_glib","name":"cairo-gobject","v1_16":{"version":"1.16"},"v1_18":{"version":"1.17"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"calloop","version":"0.13.0","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#calloop@0.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A callback-based event loop","dependencies":[{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.4.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"polling","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38","kind":"normal","optional":false,"uses_default_features":false,"features":["event","fs","pipe","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38","kind":"dev","optional":false,"uses_default_features":false,"features":["net"],"target":null,"rename":null,"registry":null,"path":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28","kind":"normal","optional":true,"uses_default_features":false,"features":["signal"],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"calloop","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.13.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"high_precision","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.13.0/examples/high_precision.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"timer","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.13.0/examples/timer.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"signals","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.13.0/tests/signals.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"async-task":["dep:async-task"],"block_on":["pin-utils"],"executor":["async-task"],"futures-io":["dep:futures-io"],"nightly_coverage":[],"nix":["dep:nix"],"pin-utils":["dep:pin-utils"],"signals":["nix"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-0.13.0/Cargo.toml","categories":[],"keywords":["events","loop","callback","eventloop","unix"],"readme":"README.md","repository":"https://github.com/Smithay/calloop","homepage":null,"documentation":"https://docs.rs/calloop/","edition":"2018","metadata":{"docs":{"rs":{"features":["block_on","executor","signals"],"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT"},{"package":{"name":"calloop-wayland-source","version":"0.3.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#calloop-wayland-source@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A wayland-rs client event source for callloop","dependencies":[{"name":"calloop","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.4","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.8.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"dev","optional":false,"uses_default_features":true,"features":["client"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"calloop_wayland_source","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-wayland-source-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"simplest-window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-wayland-source-0.3.0/examples/simplest-window.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"log":["dep:log"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/calloop-wayland-source-0.3.0/Cargo.toml","categories":[],"keywords":["wayland","windowing"],"readme":"README.md","repository":"https://github.com/smithay/calloop-wayland-source","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"cast","version":"0.3.0","authors":["Jorge Aparicio "],"id":"registry+https://github.com/rust-lang/crates.io-index#cast@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Ergonomic, checked cast functions for primitive types","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cast","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cast-0.3.0/Cargo.toml","categories":[],"keywords":["checked","cast","primitive","integer","float"],"readme":"README.md","repository":"https://github.com/japaric/cast.rs","homepage":null,"documentation":"https://docs.rs/cast","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"cc","version":"1.1.22","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#cc@1.1.22","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A build-time dependency for Cargo build scripts to assist in invoking the native\nC compiler to compile native C code into a static archive to be linked into Rust\ncode.\n","dependencies":[{"name":"jobserver","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.30","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shlex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.62","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.1.22/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"jobserver":[],"parallel":["dep:libc","dep:jobserver"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.1.22/Cargo.toml","categories":["development-tools::build-utils"],"keywords":["build-dependencies"],"readme":"README.md","repository":"https://github.com/rust-lang/cc-rs","homepage":"https://github.com/rust-lang/cc-rs","documentation":"https://docs.rs/cc","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"cesu8","version":"1.1.0","authors":["Eric Kidd "],"id":"registry+https://github.com/rust-lang/crates.io-index#cesu8@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Convert to and from CESU-8 encoding (similar to UTF-8)","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"cesu8","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cesu8-1.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cesu8-1.1.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/emk/cesu8-rs","homepage":null,"documentation":"http://emk.github.io/cesu8-rs/cesu8/index.html","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"cfg-expr","version":"0.15.8","authors":["Embark ","Jake Shadle "],"id":"registry+https://github.com/rust-lang/crates.io-index#cfg-expr@0.15.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A parser and evaluator for Rust `cfg()` expressions.","dependencies":[{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"target-lexicon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.11","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"similar-asserts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cfg_expr","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"eval","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/examples/eval.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"eval","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/tests/eval.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lexer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/tests/lexer.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"parser","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/tests/parser.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"target-lexicon":["dep:target-lexicon"],"targets":["target-lexicon"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.8/Cargo.toml","categories":["parser-implementations"],"keywords":["cargo","rustc","cfg"],"readme":"README.md","repository":"https://github.com/EmbarkStudios/cfg-expr","homepage":"https://github.com/EmbarkStudios/cfg-expr","documentation":"https://docs.rs/cfg-expr","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"cfg-expr","version":"0.17.0","authors":["Embark ","Jake Shadle "],"id":"registry+https://github.com/rust-lang/crates.io-index#cfg-expr@0.17.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A parser and evaluator for Rust `cfg()` expressions.","dependencies":[{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"target-lexicon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.12.16","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"similar-asserts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cfg_expr","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"eval","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/examples/eval.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"eval","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/tests/eval.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lexer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/tests/lexer.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"parser","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/tests/parser.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"target-lexicon":["dep:target-lexicon"],"targets":["target-lexicon"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/Cargo.toml","categories":["parser-implementations"],"keywords":["cargo","rustc","cfg"],"readme":"README.md","repository":"https://github.com/EmbarkStudios/cfg-expr","homepage":"https://github.com/EmbarkStudios/cfg-expr","documentation":"https://docs.rs/cfg-expr","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"cfg-if","version":"1.0.0","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cfg_if","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"xcrate","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"rustc-dep-of-std":["core","compiler_builtins"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/alexcrichton/cfg-if","homepage":"https://github.com/alexcrichton/cfg-if","documentation":"https://docs.rs/cfg-if","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"cfg_aliases","version":"0.2.1","authors":["Zicklag "],"id":"registry+https://github.com/rust-lang/crates.io-index#cfg_aliases@0.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"cfg_aliases","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.2.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.2.1/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.2.1/Cargo.toml","categories":["development-tools","development-tools::build-utils"],"keywords":["cfg","alias","conditional","compilation","build"],"readme":"README.md","repository":"https://github.com/katharostech/cfg_aliases","homepage":"https://github.com/katharostech/cfg_aliases","documentation":"https://docs.rs/cfg_aliases","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"cgl","version":"0.3.2","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#cgl@0.3.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for CGL on Mac","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cgl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cgl-0.3.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cgl-0.3.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/cgl-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"chrono","version":"0.4.38","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.38","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Date and time library for Rust","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pure-rust-locales","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.43","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.99","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"android-tzdata","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"iana-time-zone","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.45","kind":"normal","optional":true,"uses_default_features":true,"features":["fallback"],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"chrono","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"dateutils","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/tests/dateutils.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/tests/wasm.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"win_bindings","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/tests/win_bindings.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"__internal_bench":[],"alloc":[],"android-tzdata":["dep:android-tzdata"],"arbitrary":["dep:arbitrary"],"clock":["winapi","iana-time-zone","android-tzdata","now"],"default":["clock","std","oldtime","wasmbind"],"iana-time-zone":["dep:iana-time-zone"],"js-sys":["dep:js-sys"],"libc":[],"now":["std"],"oldtime":[],"pure-rust-locales":["dep:pure-rust-locales"],"rkyv":["dep:rkyv","rkyv/size_32"],"rkyv-16":["dep:rkyv","rkyv?/size_16"],"rkyv-32":["dep:rkyv","rkyv?/size_32"],"rkyv-64":["dep:rkyv","rkyv?/size_64"],"rkyv-validation":["rkyv?/validation"],"serde":["dep:serde"],"std":["alloc"],"unstable-locales":["pure-rust-locales"],"wasm-bindgen":["dep:wasm-bindgen"],"wasmbind":["wasm-bindgen","js-sys"],"winapi":["windows-targets"],"windows-targets":["dep:windows-targets"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.38/Cargo.toml","categories":["date-and-time"],"keywords":["date","time","calendar"],"readme":"README.md","repository":"https://github.com/chronotope/chrono","homepage":"https://github.com/chronotope/chrono","documentation":"https://docs.rs/chrono/","edition":"2021","metadata":{"docs":{"rs":{"features":["arbitrary","rkyv","serde","unstable-locales"],"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["serde"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"ciborium","version":"0.2.2","authors":["Nathaniel McCallum "],"id":"registry+https://github.com/rust-lang/crates.io-index#ciborium@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"serde implementation of CBOR using ciborium-basic","dependencies":[{"name":"ciborium-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"ciborium-ll","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.100","kind":"normal","optional":false,"uses_default_features":false,"features":["alloc","derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rstest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ciborium","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"canonical","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/canonical.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"codec","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/codec.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"fuzz","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/fuzz.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"macro","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/macro.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"no_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/no_std.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"recursion","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/recursion.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"tag","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/tests/tag.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["ciborium-io/std","serde/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-0.2.2/Cargo.toml","categories":["data-structures","embedded","encoding","no-std","parsing"],"keywords":["cbor","serde"],"readme":"README.md","repository":"https://github.com/enarx/ciborium","homepage":"https://github.com/enarx/ciborium","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.58.0"},"license":"Apache-2.0"},{"package":{"name":"ciborium-io","version":"0.2.2","authors":["Nathaniel McCallum "],"id":"registry+https://github.com/rust-lang/crates.io-index#ciborium-io@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Simplified Read/Write traits for no_std usage","dependencies":[],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ciborium_io","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-io-0.2.2/Cargo.toml","categories":["data-structures","embedded","no-std"],"keywords":["io","read","write"],"readme":"README.md","repository":"https://github.com/enarx/ciborium","homepage":"https://github.com/enarx/ciborium","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.58.0"},"license":"Apache-2.0"},{"package":{"name":"ciborium-ll","version":"0.2.2","authors":["Nathaniel McCallum "],"id":"registry+https://github.com/rust-lang/crates.io-index#ciborium-ll@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Low-level CBOR codec primitives","dependencies":[{"name":"ciborium-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"half","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"ciborium_ll","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"std":["alloc","half/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ciborium-ll-0.2.2/Cargo.toml","categories":["data-structures","embedded","encoding","no-std","parsing"],"keywords":["cbor"],"readme":"README.md","repository":"https://github.com/enarx/ciborium","homepage":"https://github.com/enarx/ciborium","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.58.0"},"license":"Apache-2.0"},{"package":{"name":"clap","version":"4.5.18","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#clap@4.5.18","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple to use, efficient, and full-featured Command Line Argument Parser","dependencies":[{"name":"clap_builder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=4.5.18","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=4.5.18","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap-cargo","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"humantime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.15","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shlex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.16","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.91","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trycmd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15.3","kind":"dev","optional":false,"uses_default_features":false,"features":["color-auto","diff","examples"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"clap","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"stdio-fixture","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/src/bin/stdio-fixture.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"01_quick","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/01_quick.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"01_quick_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/01_quick.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_app_settings","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/02_app_settings.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_app_settings_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/02_app_settings.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_apps","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/02_apps.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_apps_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/02_apps.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_crate","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/02_crate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"02_crate_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/02_crate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_01_flag_bool","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/03_01_flag_bool.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_01_flag_bool_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/03_01_flag_bool.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_01_flag_count","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/03_01_flag_count.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_01_flag_count_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/03_01_flag_count.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_02_option","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/03_02_option.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_02_option_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/03_02_option.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_02_option_mult","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/03_02_option_mult.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_02_option_mult_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/03_02_option_mult.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_03_positional","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/03_03_positional.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_03_positional_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/03_03_positional.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_03_positional_mult","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/03_03_positional_mult.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_03_positional_mult_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/03_03_positional_mult.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_04_subcommands","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/03_04_subcommands.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_04_subcommands_alt_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/03_04_subcommands_alt.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_04_subcommands_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/03_04_subcommands.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_05_default_values","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/03_05_default_values.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"03_05_default_values_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/03_05_default_values.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_01_enum","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/04_01_enum.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_01_enum_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/04_01_enum.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_01_possible","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/04_01_possible.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_02_parse","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/04_02_parse.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_02_parse_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/04_02_parse.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_02_validate","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/04_02_validate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_02_validate_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/04_02_validate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_03_relations","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/04_03_relations.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_03_relations_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/04_03_relations.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_04_custom","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/04_04_custom.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"04_04_custom_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/04_04_custom.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"05_01_assert","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_builder/05_01_assert.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"05_01_assert_derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/tutorial_derive/05_01_assert.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"busybox","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/multicall-busybox.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"cargo-example","kind":["example"],"crate_types":["bin"],"required-features":["cargo","color"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/cargo-example.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"cargo-example-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive","color"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/cargo-example-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"demo","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/demo.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"escaped-positional","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/escaped-positional.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"escaped-positional-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/escaped-positional-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"find","kind":["example"],"crate_types":["bin"],"required-features":["cargo"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/find.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"git","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/git.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"git-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/git-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"hostname","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/multicall-hostname.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"interop_augment_args","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/derive_ref/augment_args.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"interop_augment_subcommands","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/derive_ref/augment_subcommands.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"interop_flatten_hand_args","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/derive_ref/flatten_hand_args.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"interop_hand_subcommand","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/derive_ref/hand_subcommand.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"pacman","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/pacman.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"repl","kind":["example"],"crate_types":["bin"],"required-features":["help"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/repl.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"repl-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/repl-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"typed-derive","kind":["example"],"crate_types":["bin"],"required-features":["derive"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/examples/typed-derive.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"cargo":["clap_builder/cargo"],"color":["clap_builder/color"],"debug":["clap_builder/debug","clap_derive?/debug"],"default":["std","color","help","usage","error-context","suggestions"],"deprecated":["clap_builder/deprecated","clap_derive?/deprecated"],"derive":["dep:clap_derive"],"env":["clap_builder/env"],"error-context":["clap_builder/error-context"],"help":["clap_builder/help"],"std":["clap_builder/std"],"string":["clap_builder/string"],"suggestions":["clap_builder/suggestions"],"unicode":["clap_builder/unicode"],"unstable-derive-ui-tests":[],"unstable-doc":["clap_builder/unstable-doc","derive"],"unstable-ext":["clap_builder/unstable-ext"],"unstable-styles":["clap_builder/unstable-styles"],"unstable-v5":["clap_builder/unstable-v5","clap_derive?/unstable-v5","deprecated"],"usage":["clap_builder/usage"],"wrap_help":["clap_builder/wrap_help"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.18/Cargo.toml","categories":["command-line-interface"],"keywords":["argument","cli","arg","parser","parse"],"readme":"README.md","repository":"https://github.com/clap-rs/clap","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"features":["unstable-doc"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"playground":{"features":["unstable-doc"]},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD","search":""},{"file":"CITATION.cff","replace":"date-released: {{date}}","search":"^date-released: ....-..-.."},{"file":"CITATION.cff","replace":"version: {{version}}","search":"^version: .+\\..+\\..+"},{"exactly":1,"file":"src/lib.rs","replace":"blob/v{{version}}/CHANGELOG.md","search":"blob/v.+\\..+\\..+/CHANGELOG.md"}],"shared-version":true,"tag-name":"v{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.74.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"clap_builder","version":"4.5.18","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#clap_builder@4.5.18","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple to use, efficient, and full-featured Command Line Argument Parser","dependencies":[{"name":"anstream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.73","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap_lex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"strsim","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"terminal_size","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicase","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-width","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"color-print","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unic-emoji-char","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"clap_builder","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.18/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"cargo":[],"color":["dep:anstream"],"debug":["dep:backtrace"],"default":["std","color","help","usage","error-context","suggestions"],"deprecated":[],"env":[],"error-context":[],"help":[],"std":["anstyle/std"],"string":[],"suggestions":["dep:strsim","error-context"],"unicode":["dep:unicode-width","dep:unicase"],"unstable-doc":["cargo","wrap_help","env","unicode","string","unstable-ext"],"unstable-ext":[],"unstable-styles":["color"],"unstable-v5":["deprecated"],"usage":[],"wrap_help":["help","dep:terminal_size"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.18/Cargo.toml","categories":["command-line-interface"],"keywords":["argument","cli","arg","parser","parse"],"readme":"README.md","repository":"https://github.com/clap-rs/clap","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"features":["unstable-doc"],"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["unstable-doc"]},"release":{"dependent-version":"upgrade","shared-version":true,"tag-name":"v{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.74.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"clap_lex","version":"0.7.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#clap_lex@0.7.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Minimal, flexible command line parser","dependencies":[{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"clap_lex","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.2/Cargo.toml","categories":["command-line-interface"],"keywords":["argument","cli","arg","parser","parse"],"readme":"README.md","repository":"https://github.com/clap-rs/clap","homepage":null,"documentation":null,"edition":"2021","metadata":{"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD","search":""},{"exactly":4,"file":"README.md","prerelease":true,"replace":"github.com/clap-rs/clap/blob/{{tag_name}}/","search":"github.com/clap-rs/clap/blob/[^/]+/"}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.74.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"clipboard-win","version":"5.4.0","authors":["Douman "],"id":"registry+https://github.com/rust-lang/crates.io-index#clipboard-win@5.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Provides simple way to interact with Windows clipboard.","dependencies":[{"name":"error-code","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-win","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"BSL-1.0","license_file":null,"targets":[{"name":"clipboard_win","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.4.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"formats","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.4.0/tests/formats.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"monitor","kind":["test"],"crate_types":["bin"],"required-features":["monitor"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.4.0/tests/monitor.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_clip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.4.0/tests/test_clip.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"monitor":["windows-win"],"std":["error-code/std"],"windows-win":["dep:windows-win"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clipboard-win-5.4.0/Cargo.toml","categories":["os::windows-apis"],"keywords":["Windows","winapi","clipboard"],"readme":"README.md","repository":"https://github.com/DoumanAsh/clipboard-win","homepage":null,"documentation":"https://docs.rs/crate/clipboard-win","edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","features":["monitor"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"BSL-1.0"},{"package":{"name":"colorchoice","version":"1.0.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#colorchoice@1.0.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Global override of color control","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"colorchoice","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.2/Cargo.toml","categories":["command-line-interface"],"keywords":["cli","color","no-std","terminal","ansi"],"readme":"README.md","repository":"https://github.com/rust-cli/anstyle","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"combine","version":"4.6.7","authors":["Markus Westerlind "],"id":"registry+https://github.com/rust-lang/crates.io-index#combine@4.6.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast parser combinators on arbitrary streams with zero-copy support.","dependencies":[{"name":"bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"bytes_05","registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"futures-core-03","registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"futures-io-03","registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.3","kind":"normal","optional":true,"uses_default_features":false,"features":["io-util"],"target":null,"rename":"tokio-02-dep","registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"tokio-03-dep","registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"tokio-dep","registry":null,"path":null},{"name":"tokio-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":false,"features":["codec"],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"bytes_05","registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"futures-03-dep","registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"partial-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["tokio","quickcheck"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quick-error","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":["fs","io-driver","io-util","macros"],"target":null,"rename":"tokio-02-dep","registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["fs","macros","rt-multi-thread"],"target":null,"rename":"tokio-03-dep","registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["fs","macros","rt","rt-multi-thread","io-util"],"target":null,"rename":"tokio-dep","registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"combine","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"async","kind":["example"],"crate_types":["bin"],"required-features":["std","tokio"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/async.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"date","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/date.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/ini.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"number","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/number.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"readme","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/examples/readme.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":["tokio-02","futures-io-03"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/tests/async.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"buffered_stream","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/tests/buffered_stream.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parser","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/tests/parser.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parser_macro","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/tests/parser_macro.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"buffers","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/benches/buffers.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"http","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/benches/http.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"json","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/benches/json.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"mp4","kind":["bench"],"crate_types":["bin"],"required-features":["mp4"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/benches/mp4.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"bytes":["dep:bytes"],"bytes_05":["dep:bytes_05"],"default":["std"],"futures-03":["pin-project","std","futures-core-03","futures-io-03","pin-project-lite"],"futures-core-03":["dep:futures-core-03"],"futures-io-03":["dep:futures-io-03"],"mp4":[],"pin-project":["pin-project-lite"],"pin-project-lite":["dep:pin-project-lite"],"regex":["dep:regex"],"std":["memchr/std","bytes","alloc"],"tokio":["tokio-dep","tokio-util/io","futures-core-03","pin-project-lite"],"tokio-02":["pin-project","std","tokio-02-dep","futures-core-03","pin-project-lite","bytes_05"],"tokio-02-dep":["dep:tokio-02-dep"],"tokio-03":["pin-project","std","tokio-03-dep","futures-core-03","pin-project-lite"],"tokio-03-dep":["dep:tokio-03-dep"],"tokio-dep":["dep:tokio-dep"],"tokio-util":["dep:tokio-util"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/combine-4.6.7/Cargo.toml","categories":["parsing","no-std"],"keywords":["parser","parsing","combinators","ll"],"readme":"README.md","repository":"https://github.com/Marwes/combine","homepage":null,"documentation":"https://docs.rs/combine","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"concurrent-queue","version":"2.5.0","authors":["Stjepan Glavina ","Taiki Endo ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#concurrent-queue@2.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Concurrent multi-producer multi-consumer queue","dependencies":[{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"concurrent_queue","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bounded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/tests/bounded.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/tests/loom.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"single","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/tests/single.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unbounded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/tests/unbounded.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"loom":["dep:loom"],"portable-atomic":["dep:portable-atomic"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/Cargo.toml","categories":["concurrency"],"keywords":["channel","mpmc","spsc","spmc","mpsc"],"readme":"README.md","repository":"https://github.com/smol-rs/concurrent-queue","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"core-foundation","version":"0.9.4","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.9.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to Core Foundation for macOS","dependencies":[{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-foundation-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.6","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core_foundation","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"use_macro_outside_crate","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/tests/use_macro_outside_crate.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"chrono":["dep:chrono"],"default":["link"],"link":["core-foundation-sys/link"],"mac_os_10_7_support":["core-foundation-sys/mac_os_10_7_support"],"mac_os_10_8_features":["core-foundation-sys/mac_os_10_8_features"],"uuid":["dep:uuid"],"with-chrono":["chrono"],"with-uuid":["uuid"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.4/Cargo.toml","categories":["os::macos-apis"],"keywords":["macos","framework","objc"],"readme":null,"repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"core-foundation","version":"0.10.0","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-foundation@0.10.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to Core Foundation for macOS","dependencies":[{"name":"core-foundation-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.7","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core_foundation","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.10.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"use_macro_outside_crate","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.10.0/tests/use_macro_outside_crate.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["link"],"link":["core-foundation-sys/link"],"mac_os_10_7_support":["core-foundation-sys/mac_os_10_7_support"],"mac_os_10_8_features":["core-foundation-sys/mac_os_10_8_features"],"uuid":["dep:uuid"],"with-uuid":["uuid"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.10.0/Cargo.toml","categories":["os::macos-apis"],"keywords":["macos","framework","objc"],"readme":null,"repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"core-foundation-sys","version":"0.8.7","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to Core Foundation for macOS","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core_foundation_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["link"],"link":[],"mac_os_10_7_support":[],"mac_os_10_8_features":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.7/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"core-graphics","version":"0.23.2","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-graphics@0.23.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to Core Graphics for macOS","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-graphics-types","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"foreign-types","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core_graphics","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-0.23.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["link"],"elcapitan":[],"highsierra":[],"link":["core-foundation/link","core-graphics-types/link"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-0.23.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"core-graphics-types","version":"0.1.3","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#core-graphics-types@0.1.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for some fundamental Core Graphics types","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.4","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"core_graphics_types","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-types-0.1.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["link"],"link":["core-foundation/link"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/core-graphics-types-0.1.3/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/servo/core-foundation-rs","homepage":"https://github.com/servo/core-foundation-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-apple-darwin"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"cpp_demangle","version":"0.4.4","authors":["Nick Fitzgerald ","Jim Blandy ","Kyle Huey "],"id":"registry+https://github.com/rust-lang/crates.io-index#cpp_demangle@0.4.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A crate for demangling C++ symbols","dependencies":[{"name":"afl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"diff","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cpp_demangle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"afl_runner","kind":["bin"],"crate_types":["bin"],"required-features":["afl"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.4/src/bin/afl_runner.rs","edition":"2018","doctest":false,"test":true,"doc":true},{"name":"cppfilt","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.4/examples/cppfilt.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"simple","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.4/examples/simple.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.4/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"afl":["dep:afl"],"alloc":[],"default":["std"],"fuzz":["afl"],"logging":["std"],"run_libiberty_tests":[],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.4/Cargo.toml","categories":["development-tools::debugging","development-tools::ffi"],"keywords":["demangle","symbolicate","c-plus-plus","itanium"],"readme":"README.md","repository":"https://github.com/gimli-rs/cpp_demangle","homepage":null,"documentation":"https://docs.rs/cpp_demangle","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"cpufeatures","version":"0.2.14","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.2.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, \nwith no_std support and support for mobile targets including Android and iOS\n","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.155","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-linux-android","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.155","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.155","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.155","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"cpufeatures","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.14/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"aarch64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.14/tests/aarch64.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"loongarch64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.14/tests/loongarch64.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"x86","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.14/tests/x86.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.14/Cargo.toml","categories":["hardware-support","no-std"],"keywords":["cpuid","target-feature"],"readme":"README.md","repository":"https://github.com/RustCrypto/utils","homepage":null,"documentation":"https://docs.rs/cpufeatures","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"crc32fast","version":"1.4.2","authors":["Sam Rijs ","Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast, SIMD-accelerated CRC32 (IEEE) checksum computation","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crc32fast","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/benches/bench.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"nightly":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/Cargo.toml","categories":[],"keywords":["checksum","crc","crc32","simd","fast"],"readme":"README.md","repository":"https://github.com/srijs/rust-crc32fast","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"criterion","version":"0.5.1","authors":["Jorge Aparicio ","Brook Heisler "],"id":"registry+https://github.com/rust-lang/crates.io-index#criterion@0.5.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Statistics-driven micro-benchmarking library","dependencies":[{"name":"anes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ciborium","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion-plot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"csv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is-terminal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"oorandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^11.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":false,"features":["svg_backend","area_series","line_series"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smol","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tinytemplate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["rt"],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"approx","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":["executor"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~3.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"criterion","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"criterion_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/tests/criterion_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench_main","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/benches/bench_main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"async":["futures"],"async-std":["dep:async-std"],"async_futures":["futures/executor","async"],"async_smol":["smol","async"],"async_std":["async-std","async"],"async_tokio":["tokio","async"],"cargo_bench_support":[],"csv":["dep:csv"],"csv_output":["csv"],"default":["rayon","plotters","cargo_bench_support"],"futures":["dep:futures"],"html_reports":[],"plotters":["dep:plotters"],"rayon":["dep:rayon"],"real_blackbox":[],"smol":["dep:smol"],"stable":["csv_output","html_reports","async_futures","async_smol","async_tokio","async_std"],"tokio":["dep:tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-0.5.1/Cargo.toml","categories":["development-tools::profiling"],"keywords":["criterion","benchmark"],"readme":"README.md","repository":"https://github.com/bheisler/criterion.rs","homepage":"https://bheisler.github.io/criterion.rs/book/index.html","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["async_futures","async_smol","async_std","async_tokio"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"criterion-plot","version":"0.5.0","authors":["Jorge Aparicio ","Brook Heisler "],"id":"registry+https://github.com/rust-lang/crates.io-index#criterion-plot@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Criterion's plotting library","dependencies":[{"name":"cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools-num","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-complex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"criterion_plot","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-0.5.0/Cargo.toml","categories":["visualization"],"keywords":["plotting","gnuplot","criterion"],"readme":"README.md","repository":"https://github.com/bheisler/criterion.rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"crossbeam-deque","version":"0.8.5","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-deque@0.8.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Concurrent work-stealing deque","dependencies":[{"name":"crossbeam-epoch","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.17","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.18","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crossbeam_deque","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"fifo","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/fifo.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"injector","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/injector.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lifo","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/lifo.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"steal","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/tests/steal.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["crossbeam-epoch/std","crossbeam-utils/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/Cargo.toml","categories":["algorithms","concurrency","data-structures"],"keywords":["chase-lev","lock-free","scheduler","scheduling"],"readme":"README.md","repository":"https://github.com/crossbeam-rs/crossbeam","homepage":"https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque","documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"crossbeam-epoch","version":"0.9.18","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-epoch@0.9.18","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Epoch-based garbage collection","dependencies":[{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.18","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(crossbeam_loom)","rename":"loom-crate","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crossbeam_epoch","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"sanitize","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/examples/sanitize.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/tests/loom.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"defer","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/benches/defer.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"flush","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/benches/flush.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"pin","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/benches/pin.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"loom":["loom-crate","crossbeam-utils/loom"],"loom-crate":["dep:loom-crate"],"nightly":["crossbeam-utils/nightly"],"std":["alloc","crossbeam-utils/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.18/Cargo.toml","categories":["concurrency","memory-management","no-std"],"keywords":["lock-free","rcu","atomic","garbage"],"readme":"README.md","repository":"https://github.com/crossbeam-rs/crossbeam","homepage":"https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch","documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"crossbeam-utils","version":"0.8.20","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#crossbeam-utils@0.8.20","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Utilities for concurrent programming","dependencies":[{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(crossbeam_loom)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crossbeam_utils","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"atomic_cell","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/atomic_cell.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"cache_padded","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/cache_padded.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"parker","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/parker.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"sharded_lock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/sharded_lock.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"thread","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/thread.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"wait_group","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/tests/wait_group.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"atomic_cell","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/benches/atomic_cell.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"loom":["dep:loom"],"nightly":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/Cargo.toml","categories":["algorithms","concurrency","data-structures","no-std"],"keywords":["scoped","thread","atomic","cache"],"readme":"README.md","repository":"https://github.com/crossbeam-rs/crossbeam","homepage":"https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils","documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"crunchy","version":"0.2.2","authors":["Vurich "],"id":"registry+https://github.com/rust-lang/crates.io-index#crunchy@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Crunchy unroller: deterministically unroll constant loops","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"crunchy","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":["limit_128"],"limit_1024":[],"limit_128":[],"limit_2048":[],"limit_256":[],"limit_512":[],"limit_64":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":null,"homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"crypto-common","version":"0.1.6","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#crypto-common@0.1.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common cryptographic traits","dependencies":[{"name":"generic-array","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.4","kind":"normal","optional":false,"uses_default_features":true,"features":["more_lengths"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"typenum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"crypto_common","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"getrandom":["rand_core/getrandom"],"rand_core":["dep:rand_core"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/Cargo.toml","categories":["cryptography","no-std"],"keywords":["crypto","traits"],"readme":"README.md","repository":"https://github.com/RustCrypto/traits","homepage":null,"documentation":"https://docs.rs/crypto-common","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"cursor-icon","version":"1.1.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#cursor-icon@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross platform cursor icon type","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.162","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-cursor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"cursor_icon","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cursor-icon-1.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"serde":["dep:serde"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cursor-icon-1.1.0/Cargo.toml","categories":["gui"],"keywords":["windowing","cursor"],"readme":"README.md","repository":"https://github.com/rust-windowing/cursor-icon","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0 OR Zlib"},{"package":{"name":"debugid","version":"0.8.0","authors":["Sentry "],"id":"registry+https://github.com/rust-lang/crates.io-index#debugid@0.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common reusable types for implementing the sentry.io protocol.","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.85","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"debugid","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test_codeid","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/tests/test_codeid.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_debugid","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/tests/test_debugid.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/tests/test_serde.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/debugid-0.8.0/Cargo.toml","categories":[],"keywords":["sentry","debugid","breakpad","crashpad"],"readme":"README.md","repository":"https://github.com/getsentry/rust-debugid","homepage":"https://sentry.io/","documentation":"https://docs.rs/debugid","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0"},{"package":{"name":"derivative","version":"2.2.0","authors":["mcarton "],"id":"registry+https://github.com/rust-lang/crates.io-index#derivative@2.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A set of alternative `derive` attributes for Rust","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"normal","optional":false,"uses_default_features":true,"features":["visit","extra-traits"],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18, <1.0.23","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"derivative","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"clippy-warning-clone-from","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/clippy-warning-clone-from.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"compile-test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/compile-test.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-clone","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-clone.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-clone-generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-clone-generics.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug-bounds","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-bounds.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug-generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-generics.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug-packed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-packed.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-debug-transparent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-transparent.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-default","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-default.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-default-bounds","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-default-bounds.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-eq","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-eq.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-eq-packed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-eq-packed.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-hash","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-hash.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-ord","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-ord.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-ord-packed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-ord-packed.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-partial-eq","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-partial-eq.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"derive-partial-eq-packed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-partial-eq-packed.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-37-turbofish","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-37-turbofish.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-55","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-55.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-57","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-57.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-58","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-58.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-67","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-67.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"issue-82","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-82.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-class-implement-traits","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-class-implement-traits.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-bounds","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-bounds.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-array","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-array.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-generic-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-generic-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-generic-tuple-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-generic-tuple-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-clone-tuple-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-tuple-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-cmp-generic-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-cmp-generic-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-cmp-generic-struct-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-struct-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-cmp-generic-tuple-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-tuple-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-copyclone","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-copyclone.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-default-box","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-default-box.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-enum-single-variant","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-enum-single-variant.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-hash","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-hash.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-in-fn","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-in-fn.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-meta","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-meta.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-meta-multiple","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-meta-multiple.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-show","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-show.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-show-2","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-show-2.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-via-extension-hash-enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-via-extension-hash-enum.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-via-extension-hash-struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-via-extension-hash-struct.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-deriving-via-extension-type-params","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-via-extension-type-params.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-expr-copy","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-expr-copy.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-exterior","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-exterior.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-12860","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-12860.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-13434","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-13434.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-16530","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-16530.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-19037","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19037.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-19102","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19102.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-19135","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19135.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-19358","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19358.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-21402","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-21402.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-23649-3","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-23649-3.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-24085","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-24085.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-25394","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-25394.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-28561","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-28561.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-29030","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-29030.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-29540","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-29540.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-29710","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-29710.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-32292","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-32292.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-3935","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-3935.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-42453","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-42453.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-58319","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-58319.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-issue-6341","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-6341.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-typeclasses-eq-example","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-typeclasses-eq-example.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"rustc-zero-sized-btreemap-insert","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-zero-sized-btreemap-insert.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{"use_core":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/Cargo.toml","categories":["rust-patterns"],"keywords":["derive","macro","macro1-1","plugin"],"readme":"README.md","repository":"https://github.com/mcarton/rust-derivative","homepage":null,"documentation":"https://mcarton.github.io/rust-derivative/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"digest","version":"0.10.7","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Traits for cryptographic hash functions and message authentication codes","dependencies":[{"name":"blobby","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"block-buffer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"const-oid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crypto-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"subtle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"digest","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"blobby":["dep:blobby"],"block-buffer":["dep:block-buffer"],"const-oid":["dep:const-oid"],"core-api":["block-buffer"],"default":["core-api"],"dev":["blobby"],"mac":["subtle"],"oid":["const-oid"],"rand_core":["crypto-common/rand_core"],"std":["alloc","crypto-common/std"],"subtle":["dep:subtle"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/Cargo.toml","categories":["cryptography","no-std"],"keywords":["digest","crypto","hash"],"readme":"README.md","repository":"https://github.com/RustCrypto/traits","homepage":null,"documentation":"https://docs.rs/digest","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"dispatch","version":"0.2.0","authors":["Steven Sheldon"],"id":"registry+https://github.com/rust-lang/crates.io-index#dispatch@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust wrapper for Apple's Grand Central Dispatch.","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"dispatch","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dispatch-0.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"main","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dispatch-0.2.0/examples/main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dispatch-0.2.0/Cargo.toml","categories":[],"keywords":["gcd","objective-c","osx","ios"],"readme":"README.md","repository":"http://github.com/SSheldon/rust-dispatch","homepage":null,"documentation":"http://ssheldon.github.io/rust-objc/dispatch/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"dlib","version":"0.5.2","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#dlib@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Helper macros for handling manually loading optional system libraries.","dependencies":[{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.7, <0.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"dlib","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.5.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dlib-0.5.2/Cargo.toml","categories":["api-bindings"],"keywords":["dylib","dlopen"],"readme":"README.md","repository":"https://github.com/elinorbgr/dlib","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"document-features","version":"0.2.10","authors":["Slint Developers "],"id":"registry+https://github.com/rust-lang/crates.io-index#document-features@0.2.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Extract documentation for the feature flags from comments in Cargo.toml","dependencies":[{"name":"litrs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"document_features","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/document-features-0.2.10/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"self-doc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/document-features-0.2.10/tests/self-doc.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":[],"self-test":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/document-features-0.2.10/Cargo.toml","categories":["development-tools"],"keywords":["documentation","features","rustdoc","macro"],"readme":"README.md","repository":"https://github.com/slint-ui/document-features","homepage":"https://slint.rs","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"downcast-rs","version":"1.2.1","authors":["Ashish Myles ","Runji Wang "],"id":"registry+https://github.com/rust-lang/crates.io-index#downcast-rs@1.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Trait object downcasting support using only safe Rust. It supports type\nparameters, associated types, and type constraints.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"downcast_rs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-rs-1.2.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"import_via_macro_use","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-rs-1.2.1/tests/import_via_macro_use.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"use_via_namespace","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-rs-1.2.1/tests/use_via_namespace.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-rs-1.2.1/Cargo.toml","categories":[],"keywords":["downcast","any","trait","associated","no_std"],"readme":"README.md","repository":"https://github.com/marcianx/downcast-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"dpi","version":"0.1.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#dpi@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Types for handling UI scaling","dependencies":[{"name":"mint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["serde_derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"dpi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dpi-0.1.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"mint":["dep:mint"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dpi-0.1.1/Cargo.toml","categories":["gui"],"keywords":["DPI","HiDPI","scale-factor"],"readme":null,"repository":"https://github.com/rust-windowing/winit","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["serde","mint"],"rustdoc-args":["--cfg","docsrs"],"targets":["i686-pc-windows-msvc","x86_64-pc-windows-msvc","x86_64-apple-darwin","i686-unknown-linux-gnu","x86_64-unknown-linux-gnu","x86_64-apple-ios","aarch64-linux-android","wasm32-unknown-unknown"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"Apache-2.0"},{"package":{"name":"ecolor","version":"0.29.0","authors":["Emil Ernerfeldt ","Andreas Reich "],"id":"registry+https://github.com/rust-lang/crates.io-index#ecolor@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Color structs and color conversion utilities","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"color-hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"emath","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ecolor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecolor-0.29.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"bytemuck":["dep:bytemuck"],"cint":["dep:cint"],"color-hex":["dep:color-hex"],"default":[],"document-features":["dep:document-features"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ecolor-0.29.0/Cargo.toml","categories":["mathematics","encoding"],"keywords":["gui","color","conversion","gamedev","images"],"readme":"README.md","repository":"https://github.com/emilk/egui","homepage":"https://github.com/emilk/egui","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"eframe","version":"0.29.0","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#eframe@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"egui framework - write GUI apps that compiles to web and/or natively","dependencies":[{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":["bytemuck","log"],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui_glow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":["integer128"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"web-time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-app-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSApplication","NSImage","NSMenu","NSMenuItem","NSResponder"],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["block2","NSData","NSString"],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["winuser"],"target":"cfg(any(target_os = \"windows\"))","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_UI_Shell","Win32_System_Com"],"target":"cfg(any(target_os = \"windows\"))","rename":null,"registry":null,"path":null},{"name":"egui-wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":true,"uses_default_features":false,"features":["winit"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"egui-winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":["clipboard","links"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"glutin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"glutin-winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"home","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25","kind":"normal","optional":false,"uses_default_features":false,"features":["png"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"pollster","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^22.1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["metal","webgpu"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.30.5","kind":"normal","optional":false,"uses_default_features":false,"features":["rwh_06"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"directories","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"egui-wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.70","kind":"normal","optional":false,"uses_default_features":true,"features":["BinaryType","Blob","Clipboard","ClipboardEvent","CompositionEvent","console","CssStyleDeclaration","DataTransfer","DataTransferItem","DataTransferItemList","Document","DomRect","DragEvent","Element","Event","EventListener","EventTarget","ExtSRgb","File","FileList","FocusEvent","HtmlCanvasElement","HtmlElement","HtmlInputElement","InputEvent","KeyboardEvent","Location","MediaQueryList","MediaQueryListEvent","MouseEvent","Navigator","Node","NodeList","Performance","ResizeObserver","ResizeObserverBoxOptions","ResizeObserverEntry","ResizeObserverOptions","ResizeObserverSize","Storage","Touch","TouchEvent","PointerEvent","TouchList","WebGl2RenderingContext","WebglDebugRendererInfo","WebGlRenderingContext","WheelEvent","Window"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^22.1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["webgpu"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"eframe","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/eframe-0.29.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"__screenshot":[],"accesskit":["egui/accesskit","egui-winit/accesskit"],"android-game-activity":["egui-winit/android-game-activity"],"android-native-activity":["egui-winit/android-native-activity"],"default":["accesskit","default_fonts","glow","wayland","web_screen_reader","winit/default","x11","egui-wgpu?/fragile-send-sync-non-atomic-wasm"],"default_fonts":["egui/default_fonts"],"glow":["dep:egui_glow","dep:glow","dep:glutin-winit","dep:glutin"],"persistence":["dep:home","egui-winit/serde","egui/persistence","ron","serde"],"puffin":["dep:puffin","egui/puffin","egui_glow?/puffin","egui-wgpu?/puffin","egui-winit/puffin"],"ron":["dep:ron"],"serde":["dep:serde"],"wayland":["egui-winit/wayland","egui-wgpu?/wayland","egui_glow?/wayland"],"web_screen_reader":["web-sys/SpeechSynthesis","web-sys/SpeechSynthesisUtterance"],"wgpu":["dep:wgpu","dep:egui-wgpu","dep:pollster"],"x11":["egui-winit/x11","egui-wgpu?/x11","egui_glow?/x11"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/eframe-0.29.0/Cargo.toml","categories":["gui","game-development"],"keywords":["egui","gui","gamedev"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/eframe","homepage":"https://github.com/emilk/egui/tree/master/crates/eframe","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu","wasm32-unknown-unknown"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"egui","version":"0.29.0","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#egui@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An easy-to-use immediate mode GUI that runs on both web and native","dependencies":[{"name":"accesskit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"emath","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"epaint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"nohash-hasher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive","derive","rc"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"egui","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-0.29.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"accesskit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-0.29.0/tests/accesskit.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"accesskit":["dep:accesskit"],"bytemuck":["epaint/bytemuck"],"callstack":["dep:backtrace"],"cint":["epaint/cint"],"color-hex":["epaint/color-hex"],"deadlock_detection":["epaint/deadlock_detection"],"default":["default_fonts"],"default_fonts":["epaint/default_fonts"],"document-features":["dep:document-features"],"log":["dep:log","epaint/log"],"mint":["epaint/mint"],"persistence":["serde","epaint/serde","ron"],"puffin":["dep:puffin","epaint/puffin"],"rayon":["epaint/rayon"],"ron":["dep:ron"],"serde":["dep:serde","epaint/serde","accesskit?/serde"],"unity":["epaint/unity"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-0.29.0/Cargo.toml","categories":["gui","game-development"],"keywords":["gui","imgui","immediate","portable","gamedev"],"readme":"README.md","repository":"https://github.com/emilk/egui","homepage":"https://github.com/emilk/egui","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"egui-winit","version":"0.29.0","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#egui-winit@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for using egui with winit","dependencies":[{"name":"accesskit_winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":["log"],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"web-time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"webbrowser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.30.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smithay-clipboard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"wayland-cursor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"arboard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(not(target_os = \"android\"))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"egui_winit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-winit-0.29.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"accesskit":["accesskit_winit","egui/accesskit"],"accesskit_winit":["dep:accesskit_winit"],"android-game-activity":["winit/android-game-activity"],"android-native-activity":["winit/android-native-activity"],"arboard":["dep:arboard"],"bytemuck":["egui/bytemuck"],"clipboard":["arboard","smithay-clipboard"],"default":["clipboard","links","wayland","winit/default","x11"],"document-features":["dep:document-features"],"links":["webbrowser"],"puffin":["dep:puffin","egui/puffin"],"serde":["egui/serde","dep:serde"],"smithay-clipboard":["dep:smithay-clipboard"],"wayland":["winit/wayland","bytemuck"],"wayland-cursor":["dep:wayland-cursor"],"webbrowser":["dep:webbrowser"],"x11":["winit/x11","bytemuck"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui-winit-0.29.0/Cargo.toml","categories":["gui","game-development"],"keywords":["winit","egui","gui","gamedev"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/egui-winit","homepage":"https://github.com/emilk/egui/tree/master/crates/egui-winit","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"egui_glow","version":"0.29.0","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#egui_glow@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for using egui natively using the glow library","dependencies":[{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":["bytemuck"],"target":null,"rename":null,"registry":null,"path":null},{"name":"egui-winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glutin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glutin-winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.30.5","kind":"normal","optional":true,"uses_default_features":false,"features":["rwh_06"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.70","kind":"normal","optional":false,"uses_default_features":true,"features":["console"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"egui_glow","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui_glow-0.29.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"pure_glow","kind":["example"],"crate_types":["bin"],"required-features":["winit","egui/default_fonts"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui_glow-0.29.0/examples/pure_glow.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"clipboard":["egui-winit?/clipboard"],"default":[],"document-features":["dep:document-features"],"egui-winit":["dep:egui-winit"],"links":["egui-winit?/links"],"puffin":["dep:puffin","egui-winit?/puffin","egui/puffin"],"wayland":["winit?/wayland"],"winit":["egui-winit","dep:winit"],"x11":["winit?/x11"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/egui_glow-0.29.0/Cargo.toml","categories":["gui","game-development"],"keywords":["glow","egui","gui","gamedev"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/egui_glow","homepage":"https://github.com/emilk/egui/tree/master/crates/egui_glow","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"either","version":"1.13.0","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#either@1.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.\n","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"either","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["use_std"],"serde":["dep:serde"],"use_std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/Cargo.toml","categories":["data-structures","no-std"],"keywords":["data-structure","no_std"],"readme":"README-crates.io.md","repository":"https://github.com/rayon-rs/either","homepage":null,"documentation":"https://docs.rs/either/1/","edition":"2018","metadata":{"docs":{"rs":{"features":["serde"]}},"playground":{"features":["serde"]},"release":{"no-dev-version":true,"tag-name":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.37.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"emath","version":"0.29.0","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#emath@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Minimal 2D math library for GUI work","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"mint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"emath","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/emath-0.29.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"bytemuck":["dep:bytemuck"],"default":[],"document-features":["dep:document-features"],"mint":["dep:mint"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/emath-0.29.0/Cargo.toml","categories":["mathematics","gui"],"keywords":["math","gui"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/emath","homepage":"https://github.com/emilk/egui/tree/master/crates/emath","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"embed-resource","version":"2.5.0","authors":["наб ","Cat Plus Plus ","Liigo ","azyobuzin ","Peter Atashian ","pravic ","Gabriel Majeri ","SonnyX","Johan Andersson ","Jordan Poles ","MSxDOS ","Jim McGrath ","roblabla ","Jasper Bekkers ","Richard Markiewicz ","Emerson de Freitas Barcelos ","Li Keqing ","Alexis Bourget ","Michael Farrell ","Jacob Okamoto ","Marijn Suijten "],"id":"registry+https://github.com/rust-lang/crates.io-index#embed-resource@2.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Cargo library to handle compilation and inclusion of Windows resources in the most resilient fashion imaginable","dependencies":[{"name":"rustc_version","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_os = \"windows\", target_env = \"msvc\"))","rename":null,"registry":null,"path":null},{"name":"vswhom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_os = \"windows\", target_env = \"msvc\"))","rename":null,"registry":null,"path":null},{"name":"winreg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(target_os = \"windows\", target_env = \"msvc\"))","rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"windows\"))","rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"windows\"))","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"embed_resource","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embed-resource-2.5.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"embed-resource","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embed-resource-2.5.0/src/main.rs","edition":"2015","doctest":false,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embed-resource-2.5.0/Cargo.toml","categories":["development-tools","os::windows-apis"],"keywords":["cargo","build","windows","resource","manifest"],"readme":"README.md","repository":"https://github.com/nabijaczleweli/rust-embed-resource","homepage":null,"documentation":"https://rawcdn.githack.com/nabijaczleweli/rust-embed-resource/doc/embed_resource/index.html","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"enumflags2","version":"0.7.10","authors":["maik klein ","Maja Kądziołka "],"id":"registry+https://github.com/rust-lang/crates.io-index#enumflags2@0.7.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Enum-based bit flags","dependencies":[{"name":"enumflags2_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"enumflags2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumflags2-0.7.10/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumflags2-0.7.10/Cargo.toml","categories":[],"keywords":["enum","bitflag","flag","bitflags"],"readme":"README.md","repository":"https://github.com/meithecatte/enumflags2","homepage":null,"documentation":"https://docs.rs/enumflags2","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"enumflags2_derive","version":"0.7.10","authors":["maik klein ","Maja Kądziołka "],"id":"registry+https://github.com/rust-lang/crates.io-index#enumflags2_derive@0.7.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions.","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","printing","derive","proc-macro"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"enumflags2_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumflags2_derive-0.7.10/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumflags2_derive-0.7.10/Cargo.toml","categories":[],"keywords":["enum","bitflag","flag","bitflags"],"readme":null,"repository":"https://github.com/meithecatte/enumflags2","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"enumn","version":"0.1.14","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#enumn@0.1.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Convert number to enum","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"enumn","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumn-0.1.14/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumn-0.1.14/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/enumn-0.1.14/Cargo.toml","categories":["rust-patterns","no-std","no-std::no-alloc"],"keywords":["enum","integer"],"readme":"README.md","repository":"https://github.com/dtolnay/enumn","homepage":null,"documentation":"https://docs.rs/enumn","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"env_filter","version":"0.1.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#env_filter@0.1.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Filter log events using environment variables\n","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"normal","optional":true,"uses_default_features":false,"features":["std","perf"],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"env_filter","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_filter-0.1.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["regex"],"regex":["dep:regex"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_filter-0.1.2/Cargo.toml","categories":["development-tools::debugging"],"keywords":["logging","log","logger"],"readme":"README.md","repository":"https://github.com/rust-cli/env_logger","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/env_logger/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"env_logger","version":"0.11.5","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#env_logger@0.11.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A logging implementation for `log` which is configured via an environment\nvariable.\n","dependencies":[{"name":"anstream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.11","kind":"normal","optional":true,"uses_default_features":false,"features":["wincon"],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_filter","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"humantime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.21","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"env_logger","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"custom_default_format","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/examples/custom_default_format.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"custom_format","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/examples/custom_format.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"default","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/examples/default.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"direct_logger","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/examples/direct_logger.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"filters_from_code","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/examples/filters_from_code.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"in_tests","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/examples/in_tests.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"syslog_friendly_format","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/examples/syslog_friendly_format.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"init-twice-retains-filter","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/tests/init-twice-retains-filter.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"log-in-log","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/tests/log-in-log.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"log_tls_dtors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/tests/log_tls_dtors.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"regexp_filter","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/tests/regexp_filter.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"auto-color":["color","anstream/auto"],"color":["dep:anstream","dep:anstyle"],"default":["auto-color","humantime","regex"],"humantime":["dep:humantime"],"regex":["env_filter/regex"],"unstable-kv":["log/kv"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.11.5/Cargo.toml","categories":["development-tools::debugging"],"keywords":["logging","log","logger"],"readme":"README.md","repository":"https://github.com/rust-cli/env_logger","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/rust-cli/env_logger/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"epaint","version":"0.29.0","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#epaint@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Minimal 2D graphics library for GUI work","dependencies":[{"name":"ab_glyph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.11","kind":"normal","optional":false,"uses_default_features":false,"features":["no-rng","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ecolor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"emath","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"epaint_default_fonts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"nohash-hasher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"puffin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive","derive","rc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"epaint","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint-0.29.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"benchmark","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint-0.29.0/benches/benchmark.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"bytemuck":["dep:bytemuck","emath/bytemuck","ecolor/bytemuck"],"cint":["ecolor/cint"],"color-hex":["ecolor/color-hex"],"deadlock_detection":["dep:backtrace"],"default":["default_fonts"],"default_fonts":["epaint_default_fonts"],"document-features":["dep:document-features"],"epaint_default_fonts":["dep:epaint_default_fonts"],"log":["dep:log"],"mint":["emath/mint"],"puffin":["dep:puffin"],"rayon":["dep:rayon"],"serde":["dep:serde","ahash/serde","emath/serde","ecolor/serde"],"unity":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint-0.29.0/Cargo.toml","categories":["graphics","gui"],"keywords":["graphics","gui","egui"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/epaint","homepage":"https://github.com/emilk/egui/tree/master/crates/epaint","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"epaint_default_fonts","version":"0.29.0","authors":["Emil Ernerfeldt "],"id":"registry+https://github.com/rust-lang/crates.io-index#epaint_default_fonts@0.29.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Default fonts for use in epaint / egui","dependencies":[],"license":"(MIT OR Apache-2.0) AND OFL-1.1 AND LicenseRef-UFL-1.0","license_file":null,"targets":[{"name":"epaint_default_fonts","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint_default_fonts-0.29.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/epaint_default_fonts-0.29.0/Cargo.toml","categories":["graphics","gui"],"keywords":["graphics","gui","egui"],"readme":"README.md","repository":"https://github.com/emilk/egui/tree/master/crates/epaint_default_fonts","homepage":"https://github.com/emilk/egui/tree/master/crates/epaint_default_fonts","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.76.0"},"license":"(MIT OR Apache-2.0) AND OFL-1.1 AND LicenseRef-UFL-1.0"},{"package":{"name":"equivalent","version":"1.0.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Traits for key comparison in maps.","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"equivalent","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/Cargo.toml","categories":["data-structures","no-std"],"keywords":["hashmap","no_std"],"readme":"README.md","repository":"https://github.com/cuviper/equivalent","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":"1.6.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"errno","version":"0.3.9","authors":["Chris Wong "],"id":"registry+https://github.com/rust-lang/crates.io-index#errno@0.3.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross-platform interface to the `errno` variable.","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"hermit\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"wasi\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_System_Diagnostics_Debug"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"errno","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":["libc/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/Cargo.toml","categories":["no-std","os"],"keywords":[],"readme":"README.md","repository":"https://github.com/lambda-fairy/rust-errno","homepage":null,"documentation":"https://docs.rs/errno","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"error-code","version":"3.3.1","authors":["Douman "],"id":"registry+https://github.com/rust-lang/crates.io-index#error-code@3.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Error code","dependencies":[],"license":"BSL-1.0","license_file":null,"targets":[{"name":"error_code","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/error-code-3.3.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"error_code","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/error-code-3.3.1/tests/error_code.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/error-code-3.3.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/DoumanAsh/error-code","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["std"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"BSL-1.0"},{"package":{"name":"event-listener","version":"2.5.3","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@2.5.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Notify async tasks or threads","dependencies":[{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"event_listener","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"mutex","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/examples/mutex.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/tests/notify.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["condvar","eventcount","wake","blocking","park"],"readme":"README.md","repository":"https://github.com/smol-rs/event-listener","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"event-listener","version":"3.1.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@3.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Notify async tasks or threads","dependencies":[{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"portable_atomic_crate","registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_family = \"wasm\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"event_listener","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"mutex","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/examples/mutex.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/tests/notify.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"parking":["dep:parking"],"portable-atomic":["portable-atomic-util","portable_atomic_crate"],"portable-atomic-util":["dep:portable-atomic-util"],"portable_atomic_crate":["dep:portable_atomic_crate"],"std":["concurrent-queue/std","parking"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-3.1.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["condvar","eventcount","wake","blocking","park"],"readme":"README.md","repository":"https://github.com/smol-rs/event-listener","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.59.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"event-listener","version":"5.3.1","authors":["Stjepan Glavina ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#event-listener@5.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Notify async tasks or threads","dependencies":[{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"portable_atomic_crate","registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"try-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_family = \"wasm\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"event_listener","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"mutex","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/examples/mutex.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/tests/loom.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/tests/notify.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"loom":["concurrent-queue/loom","parking?/loom","dep:loom"],"parking":["dep:parking"],"portable-atomic":["portable-atomic-util","portable_atomic_crate","concurrent-queue/portable-atomic"],"portable-atomic-util":["dep:portable-atomic-util"],"portable_atomic_crate":["dep:portable_atomic_crate"],"std":["concurrent-queue/std","parking"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["condvar","eventcount","wake","blocking","park"],"readme":"README.md","repository":"https://github.com/smol-rs/event-listener","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"event-listener-strategy","version":"0.5.2","authors":["John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#event-listener-strategy@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Block or poll on event_listener easily","dependencies":[{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"event_listener_strategy","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"easy_wrapper","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/tests/easy_wrapper.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["event-listener/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["condvar","envcount","wake","blocking","park"],"readme":"README.md","repository":"https://github.com/smol-rs/event-listener-strategy","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"fastrand","version":"1.9.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#fastrand@1.9.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple and fast random number generator","dependencies":[{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wyhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"instant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":["js"],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"instant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":["wasm-bindgen"],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"fastrand","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"char","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/tests/char.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"smoke","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/tests/smoke.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/Cargo.toml","categories":["algorithms"],"keywords":["simple","fast","rand","random","wyrand"],"readme":"README.md","repository":"https://github.com/smol-rs/fastrand","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.34.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"fastrand","version":"2.1.1","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#fastrand@2.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple and fast random number generator","dependencies":[{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wyhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":["js"],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":["js"],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"fastrand","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"char","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/tests/char.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"smoke","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/tests/smoke.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"getrandom":["dep:getrandom"],"js":["std","getrandom"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/Cargo.toml","categories":["algorithms"],"keywords":["simple","fast","rand","random","wyrand"],"readme":"README.md","repository":"https://github.com/smol-rs/fastrand","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"fdeflate","version":"0.3.5","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#fdeflate@0.3.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast specialized deflate implementation","dependencies":[{"name":"simd-adler32","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"fdeflate","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fdeflate-0.3.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fdeflate-0.3.5/Cargo.toml","categories":["compression"],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/fdeflate","homepage":"https://github.com/image-rs/fdeflate","documentation":"https://docs.rs/fdeflate","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"findshlibs","version":"0.10.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#findshlibs@0.10.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Find the set of shared libraries loaded in the current process with a cross platform API","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.104","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.67","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\", target_os = \"ios\"))","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["psapi","memoryapi","libloaderapi","processthreadsapi"],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"findshlibs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/findshlibs-0.10.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"list_segments","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/findshlibs-0.10.2/examples/list_segments.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/findshlibs-0.10.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/findshlibs-0.10.2/Cargo.toml","categories":[],"keywords":["dyld","dylib","shared","library","dl_iterate_phdr"],"readme":"./README.md","repository":"https://github.com/gimli-rs/findshlibs","homepage":null,"documentation":"https://docs.rs/findshlibs","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"flate2","version":"1.0.34","authors":["Alex Crichton ","Josh Triplett "],"id":"registry+https://github.com/rust-lang/crates.io-index#flate2@1.0.34","source":"registry+https://github.com/rust-lang/crates.io-index","description":"DEFLATE compression and decompression exposed as Read/BufRead/Write streams.\nSupports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,\nand raw deflate streams.\n","dependencies":[{"name":"cloudflare-zlib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crc32fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libz-ng-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.16","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libz-rs-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":["std","rust-allocator"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libz-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.20","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":false,"features":["with-alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":false,"uses_default_features":false,"features":["with-alloc"],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"flate2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"compress_file","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/compress_file.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"decompress_file","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/decompress_file.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflatedecoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/deflatedecoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflatedecoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/deflatedecoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflatedecoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/deflatedecoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflateencoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/deflateencoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflateencoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/deflateencoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"deflateencoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/deflateencoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzbuilder","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/gzbuilder.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzdecoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/gzdecoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzdecoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/gzdecoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzdecoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/gzdecoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzencoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/gzencoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzencoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/gzencoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzencoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/gzencoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzmultidecoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/gzmultidecoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gzmultidecoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/gzmultidecoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibdecoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/zlibdecoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibdecoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/zlibdecoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibdecoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/zlibdecoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibencoder-bufread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/zlibencoder-bufread.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibencoder-read","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/zlibencoder-read.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"zlibencoder-write","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/examples/zlibencoder-write.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"early-flush","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/tests/early-flush.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"empty-read","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/tests/empty-read.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"gunzip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/tests/gunzip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"zero-write","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/tests/zero-write.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"any_impl":[],"any_zlib":["any_impl"],"cloudflare-zlib-sys":["dep:cloudflare-zlib-sys"],"cloudflare_zlib":["any_zlib","cloudflare-zlib-sys"],"default":["rust_backend"],"libz-ng-sys":["dep:libz-ng-sys"],"libz-rs-sys":["dep:libz-rs-sys"],"libz-sys":["dep:libz-sys"],"miniz-sys":["rust_backend"],"miniz_oxide":["dep:miniz_oxide"],"rust_backend":["miniz_oxide","any_impl"],"zlib":["any_zlib","libz-sys"],"zlib-default":["any_zlib","libz-sys/default"],"zlib-ng":["any_zlib","libz-ng-sys"],"zlib-ng-compat":["zlib","libz-sys/zlib-ng"],"zlib-rs":["any_zlib","libz-rs-sys"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.34/Cargo.toml","categories":["compression","api-bindings"],"keywords":["gzip","deflate","zlib","zlib-ng","encoding"],"readme":"README.md","repository":"https://github.com/rust-lang/flate2-rs","homepage":"https://github.com/rust-lang/flate2-rs","documentation":"https://docs.rs/flate2","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.1"},"license":"MIT OR Apache-2.0"},{"package":{"name":"fnv","version":"1.0.7","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#fnv@1.0.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fowler–Noll–Vo hash function","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"fnv","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/servo/rust-fnv","homepage":null,"documentation":"https://doc.servo.org/fnv/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"foreign-types","version":"0.5.0","authors":["Steven Fackler "],"id":"registry+https://github.com/rust-lang/crates.io-index#foreign-types@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A framework for Rust wrappers over C APIs","dependencies":[{"name":"foreign-types-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"foreign-types-shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"foreign_types","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["std"],"std":["foreign-types-macros/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.5.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/sfackler/foreign-types","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"foreign-types-macros","version":"0.2.3","authors":["Steven Fackler "],"id":"registry+https://github.com/rust-lang/crates.io-index#foreign-types-macros@0.2.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An internal crate used by foreign-types","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"foreign_types_macros","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-macros-0.2.3/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/sfackler/foreign-types","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"foreign-types-shared","version":"0.3.1","authors":["Steven Fackler "],"id":"registry+https://github.com/rust-lang/crates.io-index#foreign-types-shared@0.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An internal crate used by foreign-types","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"foreign_types_shared","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.3.1/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/sfackler/foreign-types","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"form_urlencoded","version":"1.2.1","authors":["The rust-url developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#form_urlencoded@1.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.","dependencies":[{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"form_urlencoded","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/src/lib.rs","edition":"2018","doctest":true,"test":false,"doc":true}],"features":{"alloc":["percent-encoding/alloc"],"default":["std"],"std":["alloc","percent-encoding/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.1/Cargo.toml","categories":["no_std"],"keywords":[],"readme":null,"repository":"https://github.com/servo/rust-url","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"futures-channel","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-channel@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Channels for asynchronous communication using futures-rs.\n","dependencies":[{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-sink","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures_channel","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"channel","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/channel.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mpsc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mpsc-close","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc-close.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mpsc-size_hint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/mpsc-size_hint.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"oneshot","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/tests/oneshot.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"sync_mpsc","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/benches/sync_mpsc.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":["futures-core/alloc"],"cfg-target-has-atomic":[],"default":["std"],"futures-sink":["dep:futures-sink"],"sink":["futures-sink"],"std":["alloc","futures-core/std"],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"futures-core","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-core@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The core traits and types in for the `futures` library.\n","dependencies":[{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"normal","optional":true,"uses_default_features":false,"features":["require-cas"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"cfg-target-has-atomic":[],"default":["std"],"portable-atomic":["dep:portable-atomic"],"std":["alloc"],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"futures-executor","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-executor@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Executors for asynchronous tasks based on the futures-rs library.\n","dependencies":[{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num_cpus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures_executor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"local_pool","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/tests/local_pool.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"thread_notify","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/benches/thread_notify.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"num_cpus":["dep:num_cpus"],"std":["futures-core/std","futures-task/std","futures-util/std"],"thread-pool":["std","num_cpus"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"futures-io","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-io@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures_io","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"futures-lite","version":"1.13.0","authors":["Stjepan Glavina ","Contributors to futures-rs"],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-lite@1.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Futures, streams, and async I/O combinators","dependencies":[{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"spin_on","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"futures_lite","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-1.13.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"fastrand":["dep:fastrand"],"futures-io":["dep:futures-io"],"memchr":["dep:memchr"],"parking":["dep:parking"],"std":["alloc","fastrand","futures-io","parking","memchr","waker-fn"],"waker-fn":["dep:waker-fn"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-1.13.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["asynchronous","futures","async"],"readme":"README.md","repository":"https://github.com/smol-rs/futures-lite","homepage":"https://github.com/smol-rs/futures-lite","documentation":"https://docs.rs/futures-lite","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.40.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"futures-lite","version":"2.3.0","authors":["Stjepan Glavina ","Contributors to futures-rs"],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-lite@2.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Futures, streams, and async I/O combinators","dependencies":[{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"spin_on","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"waker-fn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"futures_lite","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["race","std"],"fastrand":["dep:fastrand"],"futures-io":["dep:futures-io"],"memchr":["dep:memchr"],"parking":["dep:parking"],"race":["fastrand"],"std":["alloc","fastrand/std","futures-io","parking"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/Cargo.toml","categories":["asynchronous","concurrency"],"keywords":["asynchronous","futures","async"],"readme":"README.md","repository":"https://github.com/smol-rs/futures-lite","homepage":"https://github.com/smol-rs/futures-lite","documentation":"https://docs.rs/futures-lite","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"futures-macro","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-macro@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The futures-rs procedural macro implementations.\n","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.8","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures_macro","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"futures-sink","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-sink@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The asynchronous `Sink` trait for the futures-rs library.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures_sink","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"futures-task","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-task@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Tools for working with tasks.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures_task","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"cfg-target-has-atomic":[],"default":["std"],"std":["alloc"],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"futures-util","version":"0.3.30","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.30","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common utilities and extension traits for the futures-rs library.\n","dependencies":[{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-macro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-sink","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.30","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.25","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"futures_01","registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"slab","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"futures_util","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"bilock","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/bilock.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"flatten_unordered","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/flatten_unordered.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"futures_unordered","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/futures_unordered.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"select","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/benches/select.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":["futures-core/alloc","futures-task/alloc"],"async-await":[],"async-await-macro":["async-await","futures-macro"],"bilock":[],"cfg-target-has-atomic":[],"channel":["std","futures-channel"],"compat":["std","futures_01"],"default":["std","async-await","async-await-macro"],"futures-channel":["dep:futures-channel"],"futures-io":["dep:futures-io"],"futures-macro":["dep:futures-macro"],"futures-sink":["dep:futures-sink"],"futures_01":["dep:futures_01"],"io":["std","futures-io","memchr"],"io-compat":["io","compat","tokio-io"],"memchr":["dep:memchr"],"portable-atomic":["futures-core/portable-atomic"],"sink":["futures-sink"],"slab":["dep:slab"],"std":["alloc","futures-core/std","futures-task/std","slab"],"tokio-io":["dep:tokio-io"],"unstable":["futures-core/unstable","futures-task/unstable"],"write-all-vectored":["io"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/futures-rs","homepage":"https://rust-lang.github.io/futures-rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"gdk-pixbuf-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gdk-pixbuf-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgdk_pixbuf-2.0","dependencies":[{"name":"gio-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gio","registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gdk_pixbuf_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-pixbuf-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-pixbuf-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-pixbuf-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_40":[],"v2_42":["v2_40"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-pixbuf-sys-0.18.0/Cargo.toml","categories":[],"keywords":["gdk-pixbuf","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gdk_pixbuf_2_0":{"name":"gdk-pixbuf-2.0","v2_40":{"version":"2.40"},"v2_42":{"version":"2.42"},"version":"2.36.8"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"gdk-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gdk-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgdk-3","dependencies":[{"name":"cairo-sys-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"cairo","registry":null,"path":null},{"name":"gdk-pixbuf-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gdk_pixbuf","registry":null,"path":null},{"name":"gio-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gio","registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pango-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"pango","registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gdk_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v3_24":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gdk-sys-0.18.0/Cargo.toml","categories":[],"keywords":["gdk","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk3-rs","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gdk_3_0":{"name":"gdk-3.0","v3_24":{"version":"3.24"},"version":"3.22"}}},"links":"gdk-3","publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"generic-array","version":"0.14.7","authors":["Bartłomiej Kamiński ","Aaron Trent "],"id":"registry+https://github.com/rust-lang/crates.io-index#generic-array@0.14.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generic types implementing functionality of arrays","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"typenum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zeroize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"version_check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"generic_array","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"more_lengths":[],"serde":["dep:serde"],"zeroize":["dep:zeroize"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/Cargo.toml","categories":["data-structures","no-std"],"keywords":["generic","array"],"readme":"README.md","repository":"https://github.com/fizyk20/generic-array.git","homepage":null,"documentation":"http://fizyk20.github.io/generic-array/generic_array/","edition":"2015","metadata":{"docs":{"rs":{"features":["serde","zeroize"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"gethostname","version":"0.4.3","authors":["Sebastian Wiesner "],"id":"registry+https://github.com/rust-lang/crates.io-index#gethostname@0.4.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"gethostname for all platforms","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.141","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(windows))","rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"gethostname","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.4.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gethostname-0.4.3/Cargo.toml","categories":["os","api-bindings"],"keywords":["gethostname","DNS","hostname"],"readme":"README.md","repository":"https://github.com/swsnr/gethostname.rs.git","homepage":"https://github.com/swsnr/gethostname.rs","documentation":"https://docs.rs/gethostname","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"Apache-2.0"},{"package":{"name":"getrandom","version":"0.2.15","authors":["The Rand Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A small cross-platform library for retrieving random data from system source","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.62","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"wasi\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.154","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"getrandom","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"custom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/tests/custom.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"normal","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/tests/normal.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"rdrand","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/tests/rdrand.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"buffer","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/benches/buffer.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"custom":[],"js":["wasm-bindgen","js-sys"],"js-sys":["dep:js-sys"],"linux_disable_fallback":[],"rdrand":[],"rustc-dep-of-std":["compiler_builtins","core","libc/rustc-dep-of-std","wasi/rustc-dep-of-std"],"std":[],"test-in-browser":[],"wasm-bindgen":["dep:wasm-bindgen"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/Cargo.toml","categories":["os","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-random/getrandom","homepage":null,"documentation":"https://docs.rs/getrandom","edition":"2018","metadata":{"cross":{"target":{"x86_64-unknown-netbsd":{"pre-build":["mkdir -p /tmp/netbsd","curl https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O","tar -C /tmp/netbsd -xJf base.tar.xz","cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib","rm base.tar.xz","rm -rf /tmp/netbsd"]}}},"docs":{"rs":{"features":["std","custom"],"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"gimli","version":"0.31.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#gimli@0.31.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for reading and writing the DWARF debugging format.","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"fallible-iterator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"stable_deref_trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"test-assembler","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gimli","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.31.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["read-all","write"],"endian-reader":["read","dep:stable_deref_trait"],"fallible-iterator":["dep:fallible-iterator"],"read":["read-core"],"read-all":["read","std","fallible-iterator","endian-reader"],"read-core":[],"rustc-dep-of-std":["dep:core","dep:alloc","dep:compiler_builtins"],"std":["fallible-iterator?/std","stable_deref_trait?/std"],"write":["dep:indexmap"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.31.0/Cargo.toml","categories":["development-tools::debugging","development-tools::profiling","parser-implementations"],"keywords":["DWARF","debug","ELF","eh_frame"],"readme":"README.md","repository":"https://github.com/gimli-rs/gimli","homepage":null,"documentation":"https://docs.rs/gimli","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"gio-sys","version":"0.18.1","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gio-sys@0.18.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgio-2.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["ws2def","winsock2"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gio_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.18.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.18.1/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.18.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_60":["v2_58"],"v2_62":["v2_60"],"v2_64":["v2_62"],"v2_66":["v2_64"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_76"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.18.1/Cargo.toml","categories":[],"keywords":["gio","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gio_2_0":{"name":"gio-2.0","v2_58":{"version":"2.58"},"v2_60":{"version":"2.60"},"v2_62":{"version":"2.62"},"v2_64":{"version":"2.64"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"gio-sys","version":"0.20.4","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gio-sys@0.20.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgio-2.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Networking_WinSock"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gio_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.20.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.20.4/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.20.4/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_60":["v2_58"],"v2_62":["v2_60"],"v2_64":["v2_62"],"v2_66":["v2_64"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_76"],"v2_80":["v2_78"],"v2_82":["v2_80"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gio-sys-0.20.4/Cargo.toml","categories":[],"keywords":["gio","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gio_2_0":{"name":"gio-2.0","v2_58":{"version":"2.58"},"v2_60":{"version":"2.60"},"v2_62":{"version":"2.62"},"v2_64":{"version":"2.64"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"v2_80":{"version":"2.80"},"v2_82":{"version":"2.81"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"gl_generator","version":"0.14.0","authors":["Brendan Zabarauskas ","Corey Richardson","Arseny Kapoulkine"],"id":"registry+https://github.com/rust-lang/crates.io-index#gl_generator@0.14.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Code generators for creating bindings to the Khronos OpenGL APIs.","dependencies":[{"name":"khronos_api","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xml-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"gl_generator","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gl_generator-0.14.0/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"unstable_generator_utils":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gl_generator-0.14.0/Cargo.toml","categories":["api-bindings","rendering::graphics-api"],"keywords":["gl","egl","opengl","khronos"],"readme":"README.md","repository":"https://github.com/brendanzab/gl-rs/","homepage":"https://github.com/brendanzab/gl-rs/","documentation":"https://docs.rs/gl_generator","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0"},{"package":{"name":"glam","version":"0.24.2","authors":["Cameron Hart "],"id":"registry+https://github.com/rust-lang/crates.io-index#glam@0.24.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple and fast 3D math library for games and graphics","dependencies":[{"name":"approx","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytecheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"mint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xoshiro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":["size_32"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":["html_reports"],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"glam","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"affine2","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/affine2.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"affine3","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/affine3.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"euler","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/euler.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mat2","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/mat2.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mat3","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/mat3.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"mat4","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/mat4.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"quat","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/quat.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"support","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/support.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_f32","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_f32.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_f64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_f64.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_i32","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_i32.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_i64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_i64.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_u32","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_u32.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"swizzles_u64","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/swizzles_u64.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"vec2","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/vec2.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"vec3","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/vec3.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"vec4","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/tests/vec4.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"affine2","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/affine2.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"affine3","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/affine3.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"mat2","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/mat2.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"mat3","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/mat3.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"mat3a","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/mat3a.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"mat4","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/mat4.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"quat","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/quat.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"support","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/support.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"vec2","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/vec2.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"vec3","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/vec3.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"vec3a","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/vec3a.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"vec4","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/benches/vec4.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"approx":["dep:approx"],"bytecheck":["dep:bytecheck"],"bytemuck":["dep:bytemuck"],"core-simd":[],"cuda":[],"debug-glam-assert":[],"default":["std"],"fast-math":[],"glam-assert":[],"libm":["dep:libm"],"mint":["dep:mint"],"rand":["dep:rand"],"rkyv":["dep:rkyv"],"scalar-math":[],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glam-0.24.2/Cargo.toml","categories":["game-engines","no-std"],"keywords":["gamedev","math","matrix","vector","quaternion"],"readme":"README.md","repository":"https://github.com/bitshifter/glam-rs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.58.1"},"license":"MIT OR Apache-2.0"},{"package":{"name":"glib","version":"0.20.4","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#glib@0.20.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for the GLib library","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gio-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.7.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rs-log","registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13","kind":"normal","optional":false,"uses_default_features":true,"features":["union","const_generics","const_new"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glib","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"clone","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/clone.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"derive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/derive.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"log","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/log.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"print","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/print.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"regex_compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/regex_compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"structured_log","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/structured_log.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"subclass_compiletest","kind":["test"],"crate_types":["bin"],"required-features":["compiletests"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/subclass_compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unicollate","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/unicollate.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"value","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/tests/value.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"gstring","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/benches/gstring.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"compiletests":[],"default":["gio"],"gio":["gio-sys"],"gio-sys":["dep:gio-sys"],"log":["rs-log"],"log_macros":["log"],"rs-log":["dep:rs-log"],"v2_58":["glib-sys/v2_58","gobject-sys/v2_58"],"v2_60":["v2_58","glib-sys/v2_60"],"v2_62":["v2_60","glib-sys/v2_62","gobject-sys/v2_62"],"v2_64":["v2_62","glib-sys/v2_64"],"v2_66":["v2_64","glib-sys/v2_66","gobject-sys/v2_66"],"v2_68":["v2_66","glib-sys/v2_68","gobject-sys/v2_68"],"v2_70":["v2_68","glib-sys/v2_70","gobject-sys/v2_70"],"v2_72":["v2_70","glib-sys/v2_72","gobject-sys/v2_72"],"v2_74":["v2_72","glib-sys/v2_74","gobject-sys/v2_74"],"v2_76":["v2_74","glib-sys/v2_76","gobject-sys/v2_76"],"v2_78":["v2_76","glib-sys/v2_78","gobject-sys/v2_78"],"v2_80":["v2_78","glib-sys/v2_80","gobject-sys/v2_80"],"v2_82":["v2_80","glib-sys/v2_82","gobject-sys/v2_82"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-0.20.4/Cargo.toml","categories":[],"keywords":["glib","gtk-rs","gnome","GUI"],"readme":"README.md","repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":"https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"glib-macros","version":"0.20.4","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#glib-macros@0.20.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for the GLib library, proc macros crate","dependencies":[{"name":"heck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro-crate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.68","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glib_macros","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"clone","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/tests/clone.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"closure","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/tests/closure.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"enum_dynamic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/tests/enum_dynamic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"flags_dynamic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/tests/flags_dynamic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"object_subclass_dynamic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/tests/object_subclass_dynamic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"properties","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/tests/properties.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"value_delegate_derive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/tests/value_delegate_derive.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-macros-0.20.4/Cargo.toml","categories":[],"keywords":["glib","gtk-rs","gnome","GUI"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":"https://gtk-rs.org/gtk-rs-core/stable/latest/docs/glib_macros/","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"glib-sys","version":"0.18.1","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#glib-sys@0.18.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libglib-2.0","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glib_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.18.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.18.1/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.18.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_60":["v2_58"],"v2_62":["v2_60"],"v2_64":["v2_62"],"v2_66":["v2_64"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_76"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.18.1/Cargo.toml","categories":[],"keywords":["glib","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"glib_2_0":{"name":"glib-2.0","v2_58":{"version":"2.58"},"v2_60":{"version":"2.60"},"v2_62":{"version":"2.62"},"v2_64":{"version":"2.64"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"version":"2.56"},"gobject_2_0":{"name":"gobject-2.0","v2_58":{"version":"2.58"},"v2_62":{"version":"2.62"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"glib-sys","version":"0.20.4","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#glib-sys@0.20.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libglib-2.0","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glib_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.20.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.20.4/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.20.4/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_60":["v2_58"],"v2_62":["v2_60"],"v2_64":["v2_62"],"v2_66":["v2_64"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_76"],"v2_80":["v2_78"],"v2_82":["v2_80"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glib-sys-0.20.4/Cargo.toml","categories":[],"keywords":["glib","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"glib_2_0":{"name":"glib-2.0","v2_58":{"version":"2.58"},"v2_60":{"version":"2.60"},"v2_62":{"version":"2.62"},"v2_64":{"version":"2.64"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"v2_80":{"version":"2.80"},"v2_82":{"version":"2.81"},"version":"2.56"},"gobject_2_0":{"name":"gobject-2.0","v2_58":{"version":"2.58"},"v2_62":{"version":"2.62"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"glow","version":"0.14.1","authors":["Joshua Groves ","Dzmitry Malyshau "],"id":"registry+https://github.com/rust-lang/crates.io-index#glow@0.14.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"GL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code.","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.16","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"slotmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.3.60","kind":"normal","optional":false,"uses_default_features":true,"features":["Document","Element","HtmlCanvasElement","HtmlImageElement","HtmlVideoElement","ImageBitmap","ImageData","VideoFrame","WebGlActiveInfo","WebGlBuffer","WebGlFramebuffer","WebGlProgram","WebGlQuery","WebGlRenderbuffer","WebGlRenderingContext","WebGl2RenderingContext","WebGlSampler","WebGlShader","WebGlSync","WebGlTexture","WebGlTransformFeedback","WebGlUniformLocation","WebGlVertexArrayObject","Window","AngleInstancedArrays","ExtBlendMinmax","ExtColorBufferFloat","ExtColorBufferHalfFloat","ExtDisjointTimerQuery","ExtFragDepth","ExtShaderTextureLod","ExtSRgb","ExtTextureFilterAnisotropic","OesElementIndexUint","OesStandardDerivatives","OesTextureFloat","OesTextureFloatLinear","OesTextureHalfFloat","OesTextureHalfFloatLinear","OesVertexArrayObject","WebglColorBufferFloat","WebglCompressedTextureAstc","WebglCompressedTextureEtc","WebglCompressedTextureEtc1","WebglCompressedTexturePvrtc","WebglCompressedTextureS3tc","WebglCompressedTextureS3tcSrgb","WebglDebugRendererInfo","WebglDebugShaders","WebglDepthTexture","WebglDrawBuffers","WebglLoseContext","OvrMultiview2"],"target":"cfg(target_arch = \"wasm32\")","rename":"web_sys","registry":null,"path":null}],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"glow","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glow-0.14.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"debug_automatic_glGetError":[],"debug_trace_calls":[],"log":["dep:log"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glow-0.14.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/grovesNL/glow","homepage":"https://github.com/grovesNL/glow.git","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-unknown-linux-gnu","targets":["x86_64-unknown-linux-gnu","x86_64-apple-darwin","x86_64-pc-windows-msvc","i686-unknown-linux-gnu","i686-pc-windows-msvc","wasm32-unknown-unknown"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0 OR Zlib"},{"package":{"name":"glutin","version":"0.32.1","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin@0.32.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross-platform OpenGL context provider.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg_aliases","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glutin_egl_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"glutin_glx_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"wayland-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"normal","optional":true,"uses_default_features":false,"features":["egl","client","dlopen"],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"x11-dl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.20.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"cgl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"dispatch","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-app-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSApplication","NSResponder","NSView","NSWindow","NSOpenGL","NSOpenGLView"],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["dispatch","NSArray","NSThread"],"target":"cfg(any(target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"glutin_egl_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"glutin_egl_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"glutin_wgl_sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":true,"uses_default_features":true,"features":["Win32_Foundation","Win32_Graphics_Gdi","Win32_Graphics_OpenGL","Win32_System_LibraryLoader","Win32_UI_WindowsAndMessaging"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"glutin","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-0.32.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-0.32.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["egl","glx","x11","wayland","wgl"],"egl":["glutin_egl_sys","libloading"],"glutin_egl_sys":["dep:glutin_egl_sys"],"glutin_glx_sys":["dep:glutin_glx_sys"],"glutin_wgl_sys":["dep:glutin_wgl_sys"],"glx":["x11","glutin_glx_sys","libloading"],"libloading":["dep:libloading"],"wayland":["wayland-sys","egl"],"wayland-sys":["dep:wayland-sys"],"wgl":["glutin_wgl_sys","windows-sys"],"windows-sys":["dep:windows-sys"],"x11":["x11-dl"],"x11-dl":["dep:x11-dl"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-0.32.1/Cargo.toml","categories":[],"keywords":["windowing","opengl","egl"],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":"https://docs.rs/glutin","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-unknown-linux-gnu","rustdoc-args":["--cfg","docsrs"],"targets":["aarch64-linux-android","x86_64-unknown-linux-gnu","x86_64-pc-windows-msvc","x86_64-apple-darwin","i686-unknown-linux-gnu","i686-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"Apache-2.0"},{"package":{"name":"glutin-winit","version":"0.5.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin-winit@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Glutin bootstrapping helpers with winit","dependencies":[{"name":"glutin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.30.0","kind":"normal","optional":false,"uses_default_features":false,"features":["rwh_06"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg_aliases","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"glutin_winit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-winit-0.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-winit-0.5.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["egl","glx","x11","wayland","wgl"],"egl":["glutin/egl"],"glx":["glutin/glx","x11"],"wayland":["glutin/wayland","winit/wayland"],"wgl":["glutin/wgl"],"x11":["glutin/x11","winit/x11"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin-winit-0.5.0/Cargo.toml","categories":[],"keywords":["windowing","opengl","winit"],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"glutin_egl_sys","version":"0.7.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin_egl_sys@0.7.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The egl bindings for glutin","dependencies":[{"name":"gl_generator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Graphics_Gdi"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"glutin_egl_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_egl_sys-0.7.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_egl_sys-0.7.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_egl_sys-0.7.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"Apache-2.0"},{"package":{"name":"glutin_glx_sys","version":"0.6.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin_glx_sys@0.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The glx bindings for glutin","dependencies":[{"name":"gl_generator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"x11-dl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.18.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"glutin_glx_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_glx_sys-0.6.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_glx_sys-0.6.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_glx_sys-0.6.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"Apache-2.0"},{"package":{"name":"glutin_wgl_sys","version":"0.6.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#glutin_wgl_sys@0.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The wgl bindings for glutin","dependencies":[{"name":"gl_generator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"glutin_wgl_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_wgl_sys-0.6.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_wgl_sys-0.6.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glutin_wgl_sys-0.6.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-windowing/glutin","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"Apache-2.0"},{"package":{"name":"gobject-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gobject-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgobject-2.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gobject_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_62":["v2_58"],"v2_66":["v2_62"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_74"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.18.0/Cargo.toml","categories":[],"keywords":["gobject","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gobject_2_0":{"name":"gobject-2.0","v2_58":{"version":"2.58"},"v2_62":{"version":"2.62"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"gobject-sys","version":"0.20.4","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gobject-sys@0.20.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgobject-2.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gobject_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.20.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.20.4/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.20.4/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v2_58":[],"v2_62":["v2_58"],"v2_66":["v2_62"],"v2_68":["v2_66"],"v2_70":["v2_68"],"v2_72":["v2_70"],"v2_74":["v2_72"],"v2_76":["v2_74"],"v2_78":["v2_74"],"v2_80":["v2_78"],"v2_82":["v2_80"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gobject-sys-0.20.4/Cargo.toml","categories":[],"keywords":["gobject","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gobject_2_0":{"name":"gobject-2.0","v2_58":{"version":"2.58"},"v2_62":{"version":"2.62"},"v2_66":{"version":"2.66"},"v2_68":{"version":"2.68"},"v2_70":{"version":"2.70"},"v2_72":{"version":"2.72"},"v2_74":{"version":"2.74"},"v2_76":{"version":"2.76"},"v2_78":{"version":"2.77"},"v2_80":{"version":"2.80"},"v2_82":{"version":"2.81"},"version":"2.56"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"gstreamer","version":"0.23.1","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer@0.23.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for GStreamer","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"muldiv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-integer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-rational","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"option-operations","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"opt-ops","registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":["write"],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gstreamer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-0.23.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-0.23.1/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"log":["dep:log"],"serde":["num-rational/serde","dep:serde","serde_bytes"],"serde_bytes":["dep:serde_bytes"],"v1_16":["gstreamer-sys/v1_16"],"v1_18":["gstreamer-sys/v1_18","v1_16"],"v1_20":["gstreamer-sys/v1_20","v1_18"],"v1_22":["gstreamer-sys/v1_22","v1_20"],"v1_24":["gstreamer-sys/v1_24","v1_22"],"v1_26":["gstreamer-sys/v1_26","v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-0.23.1/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["gstreamer","multimedia","audio","video","gnome"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"license":"MIT OR Apache-2.0"},{"package":{"name":"gstreamer-base","version":"0.23.1","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-base@0.23.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for GStreamer Base library","dependencies":[{"name":"atomic_refcell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst","registry":null,"path":null},{"name":"gstreamer-base-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gstreamer_base","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-0.23.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-0.23.1/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"v1_14_1":["gstreamer-base-sys/v1_14_1"],"v1_16":["gst/v1_16","gstreamer-base-sys/v1_16","v1_14_1"],"v1_18":["gst/v1_18","gstreamer-base-sys/v1_18","v1_16"],"v1_20":["gst/v1_20","gstreamer-base-sys/v1_20","v1_18"],"v1_22":["gst/v1_22","gstreamer-base-sys/v1_22","v1_20"],"v1_24":["gst/v1_24","gstreamer-base-sys/v1_24","v1_22"],"v1_26":["gst/v1_26","gstreamer-base-sys/v1_26","v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-0.23.1/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["gstreamer","multimedia","audio","video","gnome"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_base/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"license":"MIT OR Apache-2.0"},{"package":{"name":"gstreamer-base-sys","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-base-sys@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgstbase-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gstreamer_base_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-sys-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-sys-0.23.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-sys-0.23.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_14_1":[],"v1_14_3":["v1_14_1"],"v1_16":["v1_14_3"],"v1_18":["v1_16"],"v1_20":["v1_18"],"v1_22":["v1_20"],"v1_24":["v1_22"],"v1_26":["v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-base-sys-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["ffi","gstreamer","gnome","multimedia"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_base_sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gstreamer_base_1_0":{"name":"gstreamer-base-1.0","v1_14_1":{"version":"1.14.1"},"v1_14_3":{"version":"1.14.3"},"v1_16":{"version":"1.16"},"v1_18":{"version":"1.18"},"v1_20":{"version":"1.20"},"v1_22":{"version":"1.22"},"v1_24":{"version":"1.24"},"v1_26":{"version":"1.25"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"license":"MIT"},{"package":{"name":"gstreamer-controller","version":"0.23.0","authors":["Alexey Galakhov ","Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-controller@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for GStreamer Controller library","dependencies":[{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst","registry":null,"path":null},{"name":"gstreamer-controller-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gstreamer_controller","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-0.23.0/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"v1_16":["gst/v1_16","gstreamer-controller-sys/v1_16"],"v1_18":["gst/v1_18","gstreamer-controller-sys/v1_18","v1_16"],"v1_20":["gst/v1_20","gstreamer-controller-sys/v1_20","v1_18"],"v1_22":["gst/v1_22","gstreamer-controller-sys/v1_22","v1_20"],"v1_24":["gst/v1_24","gstreamer-controller-sys/v1_24","v1_22"],"v1_26":["gst/v1_26","gstreamer-controller-sys/v1_26","v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["gstreamer","multimedia","audio","video","gnome"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_controller/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"license":"MIT OR Apache-2.0"},{"package":{"name":"gstreamer-controller-sys","version":"0.23.0","authors":["Alexey Galakhov "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-controller-sys@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgstcontroller-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gstreamer_controller_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-sys-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-sys-0.23.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-sys-0.23.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_16":[],"v1_18":["v1_16"],"v1_20":["v1_18"],"v1_22":["v1_20"],"v1_24":["v1_22"],"v1_26":["v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-controller-sys-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["ffi","gstreamer","gnome","multimedia"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_app_sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gstreamer_controller_1_0":{"name":"gstreamer-controller-1.0","v1_16":{"version":"1.16"},"v1_18":{"version":"1.18"},"v1_20":{"version":"1.20"},"v1_22":{"version":"1.22"},"v1_24":{"version":"1.24"},"v1_26":{"version":"1.25"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"license":"MIT"},{"package":{"name":"gstreamer-sys","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-sys@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgstreamer-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gstreamer_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-sys-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-sys-0.23.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-sys-0.23.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_16":[],"v1_18":["v1_16"],"v1_18_3":["v1_18"],"v1_20":["v1_18_3"],"v1_20_4":["v1_20"],"v1_22":["v1_20_4"],"v1_24":["v1_22"],"v1_26":["v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-sys-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["ffi","gstreamer","gnome","multimedia"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gstreamer_1_0":{"name":"gstreamer-1.0","v1_16":{"version":"1.16"},"v1_18":{"version":"1.18"},"v1_18_3":{"version":"1.18.3"},"v1_20":{"version":"1.20"},"v1_20_4":{"version":"1.20.4"},"v1_22":{"version":"1.22"},"v1_24":{"version":"1.24"},"v1_26":{"version":"1.25"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"license":"MIT"},{"package":{"name":"gstreamer-video","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-video@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings for GStreamer Video library","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst","registry":null,"path":null},{"name":"gstreamer-base","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst-base","registry":null,"path":null},{"name":"gstreamer-video-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.49","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gir-format-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gst-check","registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"gstreamer_video","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_gir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-0.23.0/tests/check_gir.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"serde":["dep:serde","gst/serde"],"v1_16":["gst/v1_16","gst-base/v1_16","gstreamer-video-sys/v1_16"],"v1_18":["gst/v1_18","gst-base/v1_18","gstreamer-video-sys/v1_18","v1_16"],"v1_20":["gst/v1_20","gst-base/v1_20","gstreamer-video-sys/v1_20","v1_18"],"v1_22":["gst/v1_22","gst-base/v1_22","gstreamer-video-sys/v1_22","v1_20"],"v1_24":["gst/v1_24","gst-base/v1_24","gstreamer-video-sys/v1_24","v1_22"],"v1_26":["gst/v1_26","gst-base/v1_26","gstreamer-video-sys/v1_26","v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["gstreamer","multimedia","audio","video","gnome"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_video/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"license":"MIT OR Apache-2.0"},{"package":{"name":"gstreamer-video-sys","version":"0.23.0","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#gstreamer-video-sys@0.23.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgstvideo-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-base-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gstreamer_video_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-sys-0.23.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-sys-0.23.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-sys-0.23.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_16":[],"v1_18":["v1_16"],"v1_20":["v1_18"],"v1_22":["v1_20"],"v1_24":["v1_22"],"v1_26":["v1_24"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-video-sys-0.23.0/Cargo.toml","categories":["api-bindings","multimedia"],"keywords":["ffi","gstreamer","gnome","multimedia"],"readme":"README.md","repository":"https://gitlab.freedesktop.org/gstreamer/gstreamer-rs","homepage":"https://gstreamer.freedesktop.org","documentation":"https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_video_sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}},"system-deps":{"gstreamer_video_1_0":{"name":"gstreamer-video-1.0","v1_16":{"version":"1.16"},"v1_18":{"version":"1.18"},"v1_20":{"version":"1.20"},"v1_22":{"version":"1.22"},"v1_24":{"version":"1.24"},"v1_26":{"version":"1.25"},"version":"1.14"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.71.1"},"license":"MIT"},{"package":{"name":"gtk-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#gtk-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libgtk-3","dependencies":[{"name":"atk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"atk","registry":null,"path":null},{"name":"cairo-sys-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"cairo","registry":null,"path":null},{"name":"gdk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gdk","registry":null,"path":null},{"name":"gdk-pixbuf-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gdk_pixbuf","registry":null,"path":null},{"name":"gio-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gio","registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pango-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"pango","registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"gtk_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gtk-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gtk-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gtk-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v3_24":[],"v3_24_1":["v3_24"],"v3_24_11":["v3_24_9"],"v3_24_30":["v3_24_11"],"v3_24_8":["v3_24_1"],"v3_24_9":["v3_24_8"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gtk-sys-0.18.0/Cargo.toml","categories":[],"keywords":["gtk","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk3-rs","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"gtk+_3_0":{"name":"gtk+-3.0","v3_24":{"version":"3.24"},"v3_24_1":{"version":"3.24.1"},"v3_24_11":{"version":"3.24.11"},"v3_24_30":{"version":"3.24.30"},"v3_24_8":{"version":"3.24.8"},"v3_24_9":{"version":"3.24.9"},"version":"3.22"}}},"links":"gtk-3","publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"gui","version":"0.8.1","authors":[],"id":"path+file:///home/va_erie/Projects/ntscrs/crates/gui#0.8.1","source":null,"description":null,"dependencies":[{"name":"arboard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"eframe","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.29","kind":"normal","optional":false,"uses_default_features":true,"features":["persistence"],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-base","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-controller","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gstreamer-video","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"logos","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ntscrs","source":null,"req":"*","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":"/home/va_erie/Projects/ntscrs/crates/ntscrs"},{"name":"open","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rfd","source":"git+https://github.com/PolyMeilex/rfd?rev=665230c","req":"*","kind":"normal","optional":false,"uses_default_features":false,"features":["gtk3"],"target":null,"rename":null,"registry":null,"path":null},{"name":"snafu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tinyjson","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^5.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"embed-resource","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"GPL-3.0","license_file":null,"targets":[{"name":"gui","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/gui/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"ntsc-rs-launcher","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/gui/src/bin/ntsc-rs-launcher.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"ntsc-rs-standalone","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/gui/src/bin/ntsc-rs-standalone.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/gui/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/Projects/ntscrs/crates/gui/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/valadaptive/ntsc-rs/tree/main/crates/gui","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":"ntsc-rs-standalone","rust_version":null},"license":"GPL-3.0"},{"package":{"name":"half","version":"2.4.1","authors":["Kathryn Long "],"id":"registry+https://github.com/rust-lang/crates.io-index#half@2.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.1","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":"normal","optional":true,"uses_default_features":false,"features":["libm"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_distr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crunchy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck_macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crunchy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"spirv\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"half","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"convert","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/benches/convert.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"bytemuck":["dep:bytemuck"],"default":["std"],"num-traits":["dep:num-traits"],"rand_distr":["dep:rand","dep:rand_distr"],"rkyv":["dep:rkyv"],"serde":["dep:serde"],"std":["alloc"],"use-intrinsics":[],"zerocopy":["dep:zerocopy"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/Cargo.toml","categories":["no-std","data-structures","encoding"],"keywords":["f16","bfloat16","no_std"],"readme":"README.md","repository":"https://github.com/starkat99/half-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"hashbrown","version":"0.14.5","authors":["Amanieu d'Antras "],"id":"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.14.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust port of Google's SwissTable hash map","dependencies":[{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.7","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"allocator-api2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.9","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"equivalent","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.42","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.25","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bumpalo","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":["allocator-api2"],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rkyv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.42","kind":"dev","optional":false,"uses_default_features":true,"features":["validation"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"hashbrown","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"equivalent_trait","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/equivalent_trait.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"hasher","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/hasher.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"raw","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/raw.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rayon","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/rayon.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/serde.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"set","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/tests/set.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"insert_unique_unchecked","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/benches/insert_unique_unchecked.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"ahash":["dep:ahash"],"alloc":["dep:alloc"],"allocator-api2":["dep:allocator-api2"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["ahash","inline-more","allocator-api2"],"equivalent":["dep:equivalent"],"inline-more":[],"nightly":["allocator-api2?/nightly","bumpalo/allocator_api"],"raw":[],"rayon":["dep:rayon"],"rkyv":["dep:rkyv"],"rustc-dep-of-std":["nightly","core","compiler_builtins","alloc","rustc-internal-api"],"rustc-internal-api":[],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/Cargo.toml","categories":["data-structures","no-std"],"keywords":["hash","no_std","hashmap","swisstable"],"readme":"README.md","repository":"https://github.com/rust-lang/hashbrown","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["nightly","rayon","serde","raw"],"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"heck","version":"0.5.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"heck is a case conversion library.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"heck","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.5.0/Cargo.toml","categories":["no-std"],"keywords":["string","case","camel","snake","unicode"],"readme":"README.md","repository":"https://github.com/withoutboats/heck","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"hermit-abi","version":"0.3.9","authors":["Stefan Lankes"],"id":"registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.3.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Hermit system calls definitions.","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"hermit_abi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.3.9/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":[],"rustc-dep-of-std":["core","alloc","compiler_builtins/rustc-dep-of-std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.3.9/Cargo.toml","categories":["os"],"keywords":["unikernel","libos"],"readme":"README.md","repository":"https://github.com/hermit-os/hermit-rs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"hermit-abi","version":"0.4.0","authors":["Stefan Lankes"],"id":"registry+https://github.com/rust-lang/crates.io-index#hermit-abi@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Hermit system calls definitions.","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"hermit_abi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.4.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":[],"rustc-dep-of-std":["core","alloc","compiler_builtins/rustc-dep-of-std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.4.0/Cargo.toml","categories":["os"],"keywords":["unikernel","libos"],"readme":"README.md","repository":"https://github.com/hermit-os/hermit-rs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"hex","version":"0.4.3","authors":["KokaKiwi "],"id":"registry+https://github.com/rust-lang/crates.io-index#hex@0.4.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Encoding and decoding data into/from hexadecimal representation.","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"faster-hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"version-sync","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"hex","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/tests/serde.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"version-number","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/tests/version-number.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"hex","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/benches/hex.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"serde":["dep:serde"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/Cargo.toml","categories":["encoding","no-std"],"keywords":["no_std","hex"],"readme":"README.md","repository":"https://github.com/KokaKiwi/rust-hex","homepage":null,"documentation":"https://docs.rs/hex/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"home","version":"0.5.9","authors":["Brian Anderson "],"id":"registry+https://github.com/rust-lang/crates.io-index#home@0.5.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Shared definitions of home directories.","dependencies":[{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_UI_Shell","Win32_System_Com"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"home","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/cargo","homepage":null,"documentation":"https://docs.rs/home","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"humantime","version":"2.1.0","authors":["Paul Colomiets "],"id":"registry+https://github.com/rust-lang/crates.io-index#humantime@2.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":" A parser and formatter for std::time::{Duration, SystemTime}\n","dependencies":[{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"humantime","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"datetime_format","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/benches/datetime_format.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"datetime_parse","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/benches/datetime_parse.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/Cargo.toml","categories":["date-and-time"],"keywords":["time","human","human-friendly","parser","duration"],"readme":"README.md","repository":"https://github.com/tailhook/humantime","homepage":"https://github.com/tailhook/humantime","documentation":"https://docs.rs/humantime","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"iana-time-zone","version":"0.1.61","authors":["Andrew Straw ","René Kijewski ","Ryan Lopopolo "],"id":"registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.61","source":"registry+https://github.com/rust-lang/crates.io-index","description":"get the IANA time zone for the current system","dependencies":[{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.66","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.89","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"core-foundation-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"macos\", target_os = \"ios\"))","rename":null,"registry":null,"path":null},{"name":"android_system_properties","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"iana-time-zone-haiku","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"haiku\")","rename":null,"registry":null,"path":null},{"name":"windows-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.50, <=0.52","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"iana_time_zone","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.61/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"get_timezone","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.61/examples/get_timezone.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"stress-test","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.61/examples/stress-test.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"fallback":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.61/Cargo.toml","categories":["date-and-time","internationalization","os"],"keywords":["IANA","time"],"readme":"README.md","repository":"https://github.com/strawlab/iana-time-zone","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"iana-time-zone-haiku","version":"0.1.2","authors":["René Kijewski "],"id":"registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"iana-time-zone support crate for Haiku OS","dependencies":[{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"iana_time_zone_haiku","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/Cargo.toml","categories":["date-and-time","internationalization","os"],"keywords":["IANA","time"],"readme":"README.md","repository":"https://github.com/strawlab/iana-time-zone","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"idna","version":"0.5.0","authors":["The rust-url developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#idna@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"IDNA (Internationalizing Domain Names in Applications) and Punycode.","dependencies":[{"name":"unicode-bidi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.10","kind":"normal","optional":false,"uses_default_features":false,"features":["hardcoded-data"],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-normalization","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.22","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tester","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"idna","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs","edition":"2018","doctest":false,"test":true,"doc":true},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"unit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/tests/unit.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"all","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/benches/all.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"std":["alloc","unicode-bidi/std","unicode-normalization/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/Cargo.toml","categories":["no_std"],"keywords":[],"readme":null,"repository":"https://github.com/servo/rust-url/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"image","version":"0.25.2","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#image@0.25.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Imaging library. Provides basic image processing and encoders/decoders for common image formats.","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"normal","optional":false,"uses_default_features":true,"features":["extern_crate_alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"color_quant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dav1d","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dcv-color-primitives","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"exr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gif","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"image-webp","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"mp4parse","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"png","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"qoi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ravif","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rgb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.25","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tiff","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zune-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zune-jpeg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crc32fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glob","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-complex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"image","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"copy_from","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.2/benches/copy_from.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"decode","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.2/benches/decode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.2/benches/encode.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"avif":["dep:ravif","dep:rgb"],"avif-native":["dep:mp4parse","dep:dcv-color-primitives","dep:dav1d"],"benchmarks":[],"bmp":[],"color_quant":["dep:color_quant"],"dds":[],"default":["rayon","default-formats"],"default-formats":["avif","bmp","dds","exr","ff","gif","hdr","ico","jpeg","png","pnm","qoi","tga","tiff","webp"],"exr":["dep:exr"],"ff":[],"gif":["dep:gif","dep:color_quant"],"hdr":[],"ico":["bmp","png"],"jpeg":["dep:zune-core","dep:zune-jpeg"],"nasm":["ravif?/asm"],"png":["dep:png"],"pnm":[],"qoi":["dep:qoi"],"rayon":["dep:rayon"],"tga":[],"tiff":["dep:tiff"],"webp":["dep:image-webp"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.25.2/Cargo.toml","categories":["multimedia::images","multimedia::encoding","encoding"],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/image","homepage":"https://github.com/image-rs/image","documentation":"https://docs.rs/image","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.67.1"},"license":"MIT OR Apache-2.0"},{"package":{"name":"immutable-chunkmap","version":"2.0.5","authors":["Eric Stokes "],"id":"registry+https://github.com/rust-lang/crates.io-index#immutable-chunkmap@2.0.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A fast immutable map and set with batch insert and update methods, COW operations, and big O efficient implementations of set and merge operations","dependencies":[{"name":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"immutable_chunkmap","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/immutable-chunkmap-2.0.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":[],"rayon":["dep:rayon"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/immutable-chunkmap-2.0.5/Cargo.toml","categories":["data-structures"],"keywords":["map","set","immutable","persistent","functional"],"readme":"README.md","repository":"https://github.com/estokes/immutable-chunkmap","homepage":null,"documentation":"https://docs.rs/immutable-chunkmap","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"indexmap","version":"2.5.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A hash table with consistent order and fast iteration.","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"borsh","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"equivalent","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hashbrown","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.1","kind":"normal","optional":false,"uses_default_features":false,"features":["raw"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rustc-rayon","registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fxhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"indexmap","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"equivalent_trait","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/tests/equivalent_trait.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"macros_full_path","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/tests/macros_full_path.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"quick","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/tests/quick.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/tests/tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"faststring","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/benches/faststring.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"borsh":["dep:borsh"],"default":["std"],"quickcheck":["dep:quickcheck"],"rayon":["dep:rayon"],"rustc-rayon":["dep:rustc-rayon"],"serde":["dep:serde"],"std":[],"test_debug":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.5.0/Cargo.toml","categories":["data-structures","no-std"],"keywords":["hashmap","no_std"],"readme":"README.md","repository":"https://github.com/indexmap-rs/indexmap","homepage":null,"documentation":"https://docs.rs/indexmap/","edition":"2021","metadata":{"docs":{"rs":{"features":["arbitrary","quickcheck","serde","borsh","rayon"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"allow-branch":["master"],"sign-tag":true,"tag-name":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"inferno","version":"0.11.21","authors":["Jon Gjengset "],"id":"registry+https://github.com/rust-lang/crates.io-index#inferno@0.11.21","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust port of the FlameGraph performance profiling tool suite","dependencies":[{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dashmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is-terminal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-format","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quick-xml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.26","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rgb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.13","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"str_stack","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_cmd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libflate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"maplit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"testing_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(any())","rename":null,"registry":null,"path":null},{"name":"rle-decode-fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(any())","rename":null,"registry":null,"path":null}],"license":"CDDL-1.0","license_file":null,"targets":[{"name":"inferno","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"inferno-collapse-dtrace","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/collapse-dtrace.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-ghcprof","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/collapse-ghcprof.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-guess","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/collapse-guess.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-perf","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/collapse-perf.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-recursive","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/collapse-recursive.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-sample","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/collapse-sample.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-vsprof","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/collapse-vsprof.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-collapse-vtune","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/collapse-vtune.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-diff-folded","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/diff-folded.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"inferno-flamegraph","kind":["bin"],"crate_types":["bin"],"required-features":["cli"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/src/bin/flamegraph.rs","edition":"2021","doctest":false,"test":true,"doc":true},{"name":"collapse","kind":["bench"],"crate_types":["bin"],"required-features":["multithreaded"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/benches/collapse.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"flamegraph","kind":["bench"],"crate_types":["bin"],"required-features":["multithreaded"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/benches/flamegraph.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"clap":["dep:clap"],"cli":["clap","env_logger"],"crossbeam-channel":["dep:crossbeam-channel"],"crossbeam-utils":["dep:crossbeam-utils"],"dashmap":["dep:dashmap"],"default":["cli","multithreaded","nameattr"],"env_logger":["dep:env_logger"],"indexmap":["dep:indexmap"],"multithreaded":["dashmap","crossbeam-utils","crossbeam-channel"],"nameattr":["indexmap"],"regex":["dep:regex"],"rle-decode-fast":["dep:rle-decode-fast"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inferno-0.11.21/Cargo.toml","categories":["command-line-utilities","development-tools::profiling","visualization"],"keywords":["perf","flamegraph","profiling"],"readme":"README.md","repository":"https://github.com/jonhoo/inferno.git","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.71.0"},"license":"CDDL-1.0"},{"package":{"name":"instant","version":"0.1.13","authors":["sebcrozet "],"id":"registry+https://github.com/rust-lang/crates.io-index#instant@0.1.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"asmjs-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"stdweb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"asmjs-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"asmjs-unknown-emscripten","rename":"wasm-bindgen_rs","registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":["Window","Performance","PerformanceTiming"],"target":"asmjs-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"stdweb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-emscripten","rename":"wasm-bindgen_rs","registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":["Window","Performance","PerformanceTiming"],"target":"wasm32-unknown-emscripten","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-unknown","rename":null,"registry":null,"path":null},{"name":"stdweb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-unknown","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"wasm32-unknown-unknown","rename":"wasm-bindgen_rs","registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":["Window","Performance","PerformanceTiming"],"target":"wasm32-unknown-unknown","rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause","license_file":null,"targets":[{"name":"instant","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.13/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.13/tests/wasm.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"inaccurate":[],"js-sys":["dep:js-sys"],"now":[],"stdweb":["dep:stdweb"],"wasm-bindgen":["js-sys","wasm-bindgen_rs","web-sys"],"wasm-bindgen_rs":["dep:wasm-bindgen_rs"],"web-sys":["dep:web-sys"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.13/Cargo.toml","categories":[],"keywords":["time","wasm"],"readme":"README.md","repository":"https://github.com/sebcrozet/instant","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"BSD-3-Clause"},{"package":{"name":"io-lifetimes","version":"1.0.11","authors":["Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#io-lifetimes@1.0.11","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A low-level I/O ownership and borrowing library","dependencies":[{"name":"fs-err","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"mio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":["net","os-ext"],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"os_pipe","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":["io_safety"],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"socket2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":["io-std","fs","net","process"],"target":"cfg(not(target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.96","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(windows))","rename":null,"registry":null,"path":null},{"name":"hermit-abi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"hermit\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":true,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_FileSystem","Win32_Networking_WinSock","Win32_Security","Win32_System_IO","Win32_System_Threading"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"io_lifetimes","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"async-std":["dep:async-std"],"close":["libc","hermit-abi","windows-sys"],"default":["close"],"fs-err":["dep:fs-err"],"hermit-abi":["dep:hermit-abi"],"libc":["dep:libc"],"mio":["dep:mio"],"os_pipe":["dep:os_pipe"],"socket2":["dep:socket2"],"tokio":["dep:tokio"],"windows-sys":["dep:windows-sys"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/Cargo.toml","categories":["os","rust-patterns"],"keywords":["api","io"],"readme":"README.md","repository":"https://github.com/sunfishcode/io-lifetimes","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"},{"package":{"name":"is-docker","version":"0.2.0","authors":["Sean Larkin "],"id":"registry+https://github.com/rust-lang/crates.io-index#is-docker@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Checks if the process is running inside a Docker container.","dependencies":[{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"is_docker","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-docker-0.2.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"main","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-docker-0.2.0/examples/main.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-docker-0.2.0/Cargo.toml","categories":["command-line-utilities"],"keywords":[],"readme":"README.md","repository":"https://github.com/TheLarkInn/is-docker","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"is-terminal","version":"0.4.13","authors":["softprops ","Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#is-terminal@0.4.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Test whether a given stream is a terminal","dependencies":[{"name":"atty","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(unix, target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.110","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(unix, target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.0","kind":"dev","optional":false,"uses_default_features":true,"features":["termios"],"target":"cfg(any(unix, target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.0","kind":"dev","optional":false,"uses_default_features":true,"features":["stdio"],"target":"cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))","rename":null,"registry":null,"path":null},{"name":"hermit-abi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"hermit\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_FileSystem","Win32_System_Console"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"is_terminal","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.13/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.13/Cargo.toml","categories":["command-line-interface"],"keywords":["terminal","tty","isatty"],"readme":"README.md","repository":"https://github.com/sunfishcode/is-terminal","homepage":null,"documentation":"https://docs.rs/is-terminal","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT"},{"package":{"name":"is-wsl","version":"0.4.0","authors":["Sean Larkin "],"id":"registry+https://github.com/rust-lang/crates.io-index#is-wsl@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Checks if the process is running inside Windows Subsystem for Linux.","dependencies":[{"name":"is-docker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"is_wsl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-0.4.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"main","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-0.4.0/examples/main.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-0.4.0/Cargo.toml","categories":["command-line-utilities"],"keywords":[],"readme":"README.md","repository":"https://github.com/TheLarkInn/is-wsl","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"is_terminal_polyfill","version":"1.70.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#is_terminal_polyfill@1.70.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Polyfill for `is_terminal` stdlib feature for use with older MSRVs","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"is_terminal_polyfill","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/polyfill-rs/is_terminal_polyfill","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/polyfill-rs/is_terminal_polyfill/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"itertools","version":"0.10.5","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#itertools@0.10.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Extra iterator adaptors, iterator methods, free functions, and macros.","dependencies":[{"name":"either","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"permutohedron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"itertools","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs","edition":"2018","doctest":true,"test":false,"doc":true},{"name":"iris","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/examples/iris.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"adaptors_no_collect","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/adaptors_no_collect.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"flatten_ok","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/flatten_ok.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros_hygiene","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/macros_hygiene.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"merge_join","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/merge_join.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"peeking_take_while","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/peeking_take_while.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"quick","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/quick.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"specializations","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/specializations.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_core","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/test_core.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/test_std.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tuples","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/tuples.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"zip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/zip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench1","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/bench1.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"combinations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/combinations.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"combinations_with_replacement","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/combinations_with_replacement.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"fold_specialization","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/fold_specialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"powerset","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/powerset.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tree_fold1","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tree_fold1.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tuple_combinations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tuple_combinations.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tuples","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tuples.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["use_std"],"use_alloc":[],"use_std":["use_alloc","either/use_std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/Cargo.toml","categories":["algorithms","rust-patterns"],"keywords":["iterator","data-structure","zip","product","group-by"],"readme":"README.md","repository":"https://github.com/rust-itertools/itertools","homepage":null,"documentation":"https://docs.rs/itertools/","edition":"2018","metadata":{"release":{"no-dev-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"itertools","version":"0.13.0","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#itertools@0.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Extra iterator adaptors, iterator methods, free functions, and macros.","dependencies":[{"name":"either","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"permutohedron","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"itertools","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/src/lib.rs","edition":"2018","doctest":true,"test":false,"doc":true},{"name":"iris","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/examples/iris.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"adaptors_no_collect","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/adaptors_no_collect.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"flatten_ok","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/flatten_ok.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"laziness","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/laziness.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros_hygiene","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/macros_hygiene.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"merge_join","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/merge_join.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"peeking_take_while","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/peeking_take_while.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"quick","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/quick.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"specializations","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/specializations.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_core","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/test_core.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/test_std.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tuples","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/tuples.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"zip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/tests/zip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench1","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/bench1.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"combinations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/combinations.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"combinations_with_replacement","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/combinations_with_replacement.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"fold_specialization","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/fold_specialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"powerset","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/powerset.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"specializations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/specializations.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tree_reduce","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/tree_reduce.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tuple_combinations","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/tuple_combinations.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tuples","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/benches/tuples.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["use_std"],"use_alloc":[],"use_std":["use_alloc","either/use_std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.13.0/Cargo.toml","categories":["algorithms","rust-patterns","no-std","no-std::no-alloc"],"keywords":["iterator","data-structure","zip","product"],"readme":"README.md","repository":"https://github.com/rust-itertools/itertools","homepage":null,"documentation":"https://docs.rs/itertools/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.43.1"},"license":"MIT OR Apache-2.0"},{"package":{"name":"itoa","version":"1.0.11","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.11","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast integer primitive to string conversion","dependencies":[{"name":"no-panic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"itoa","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"no-panic":["dep:no-panic"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/Cargo.toml","categories":["value-formatting","no-std","no-std::no-alloc"],"keywords":["integer"],"readme":"README.md","repository":"https://github.com/dtolnay/itoa","homepage":null,"documentation":"https://docs.rs/itoa","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"jni","version":"0.21.1","authors":["Josh Chase "],"id":"registry+https://github.com/rust-lang/crates.io-index#jni@0.21.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings to the JNI","dependencies":[{"name":"cesu8","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"combine","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"java-locator","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jni-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rusty-fork","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.45.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Globalization"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"jni","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"executor","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/executor.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"executor_nested_attach","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/executor_nested_attach.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"invocation_character_encoding","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/invocation_character_encoding.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"java_integers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/java_integers.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"jmap","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/jmap.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"jni_api","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/jni_api.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"jni_global_refs","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/jni_global_refs.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"jni_weak_refs","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/jni_weak_refs.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_attach_guard","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_attach_guard.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_detach","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_detach.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_detach_daemon","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_detach_daemon.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_explicit_detach","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_explicit_detach.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_explicit_detach_daemon","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_explicit_detach_daemon.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_explicit_detach_permanent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_explicit_detach_permanent.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_nested_attach_daemon","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_nested_attach_daemon.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_nested_attach_guard","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_nested_attach_guard.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"threads_nested_attach_permanently","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/tests/threads_nested_attach_permanently.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"api_calls","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/benches/api_calls.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":[],"invocation":["java-locator","libloading"],"java-locator":["dep:java-locator"],"libloading":["dep:libloading"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-0.21.1/Cargo.toml","categories":["api-bindings"],"keywords":["ffi","jni","java"],"readme":"README.md","repository":"https://github.com/jni-rs/jni-rs","homepage":null,"documentation":"https://docs.rs/jni","edition":"2018","metadata":{"docs":{"rs":{"features":["invocation"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"jni-sys","version":"0.3.0","authors":["Steven Fackler "],"id":"registry+https://github.com/rust-lang/crates.io-index#jni-sys@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust definitions corresponding to jni.h","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"jni_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-sys-0.3.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jni-sys-0.3.0/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["java","jni"],"readme":"README.md","repository":"https://github.com/sfackler/rust-jni-sys","homepage":null,"documentation":"https://docs.rs/jni-sys/0.3.0/jni_sys","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"jobserver","version":"0.1.32","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.32","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An implementation of the GNU Make jobserver for Rust.\n","dependencies":[{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.10.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.87","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.28.0","kind":"dev","optional":false,"uses_default_features":true,"features":["fs"],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"jobserver","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"client","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/tests/client.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"client-of-myself","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/tests/client-of-myself.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"helper","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/tests/helper.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"make-as-a-client","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/tests/make-as-a-client.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"server","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/tests/server.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/jobserver-rs","homepage":"https://github.com/rust-lang/jobserver-rs","documentation":"https://docs.rs/jobserver","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"jpeg-decoder","version":"0.3.1","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#jpeg-decoder@0.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"JPEG decoder","dependencies":[{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"png","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.16","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.83","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"jpeg_decoder","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"decode","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/examples/decode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"lib","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/lib.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rayon","kind":["test"],"crate_types":["bin"],"required-features":["rayon"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rayon-0","kind":["test"],"crate_types":["bin"],"required-features":["rayon"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon-0.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rayon-1","kind":["test"],"crate_types":["bin"],"required-features":["rayon"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon-1.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"rayon-2","kind":["test"],"crate_types":["bin"],"required-features":["rayon"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/tests/rayon-2.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoding_benchmark","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/benches/decoding_benchmark.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"large_image","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/benches/large_image.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["rayon"],"nightly_aarch64_neon":[],"platform_independent":[],"rayon":["dep:rayon"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.3.1/Cargo.toml","categories":[],"keywords":["jpeg","jpg","decoder","image"],"readme":"README.md","repository":"https://github.com/image-rs/jpeg-decoder","homepage":null,"documentation":"https://docs.rs/jpeg-decoder","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"js-sys","version":"0.3.70","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.70","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for all JS global objects and functions in all JS environments like\nNode.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.\n","dependencies":[{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.93","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"js_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.70/src/lib.rs","edition":"2021","doctest":false,"test":false,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.70/Cargo.toml","categories":["wasm"],"keywords":[],"readme":"README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/js-sys","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"khronos_api","version":"3.1.0","authors":["Brendan Zabarauskas ","Corey Richardson","Arseny Kapoulkine","Pierre Krieger "],"id":"registry+https://github.com/rust-lang/crates.io-index#khronos_api@3.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The Khronos XML API Registry, exposed as byte string constants.","dependencies":[],"license":"Apache-2.0","license_file":null,"targets":[{"name":"khronos_api","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/khronos_api-3.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/khronos_api-3.1.0/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/khronos_api-3.1.0/Cargo.toml","categories":["rendering::graphics-api"],"keywords":["gl","egl","opengl","khronos"],"readme":"README.md","repository":"https://github.com/brendanzab/gl-rs/","homepage":"https://github.com/brendanzab/gl-rs/","documentation":"https://docs.rs/khronos_api","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0"},{"package":{"name":"lazy_static","version":"1.5.0","authors":["Marvin Löbel "],"id":"registry+https://github.com/rust-lang/crates.io-index#lazy_static@1.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A macro for declaring lazily evaluated statics in Rust.","dependencies":[{"name":"spin","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.8","kind":"normal","optional":true,"uses_default_features":false,"features":["once"],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"lazy_static","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"mutex_map","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/examples/mutex_map.rs","edition":"2015","doctest":false,"test":false,"doc":false},{"name":"no_std","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/tests/no_std.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/tests/test.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"ui","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/tests/ui.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{"spin":["dep:spin"],"spin_no_std":["spin"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/Cargo.toml","categories":["no-std","rust-patterns","memory-management"],"keywords":["macro","lazy","static"],"readme":"README.md","repository":"https://github.com/rust-lang-nursery/lazy-static.rs","homepage":null,"documentation":"https://docs.rs/lazy_static","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"libc","version":"0.2.159","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.159","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Raw FFI bindings to platform libraries like libc.\n","dependencies":[{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"libc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"const_fn","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/tests/const_fn.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"align":[],"const-extern-fn":[],"default":["std"],"extra_traits":[],"rustc-dep-of-std":["align","rustc-std-workspace-core"],"rustc-std-workspace-core":["dep:rustc-std-workspace-core"],"std":[],"use_std":["std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.159/Cargo.toml","categories":["external-ffi-bindings","no-std","os"],"keywords":["libc","ffi","bindings","operating","system"],"readme":"README.md","repository":"https://github.com/rust-lang/libc","homepage":"https://github.com/rust-lang/libc","documentation":"https://docs.rs/libc/","edition":"2015","metadata":{"docs":{"rs":{"cargo-args":["-Zbuild-std=core"],"default-target":"x86_64-unknown-linux-gnu","features":["const-extern-fn","extra_traits"],"targets":["aarch64-apple-darwin","aarch64-apple-ios","aarch64-linux-android","aarch64-pc-windows-msvc","aarch64-unknown-freebsd","aarch64-unknown-fuchsia","aarch64-unknown-hermit","aarch64-unknown-linux-gnu","aarch64-unknown-linux-musl","aarch64-unknown-netbsd","aarch64-unknown-openbsd","aarch64-wrs-vxworks","arm-linux-androideabi","arm-unknown-linux-gnueabi","arm-unknown-linux-gnueabihf","arm-unknown-linux-musleabi","arm-unknown-linux-musleabihf","armebv7r-none-eabi","armebv7r-none-eabihf","armv5te-unknown-linux-gnueabi","armv5te-unknown-linux-musleabi","armv7-linux-androideabi","armv7-unknown-linux-gnueabihf","armv7-unknown-linux-musleabihf","armv7-wrs-vxworks-eabihf","armv7r-none-eabi","armv7r-none-eabihf","i586-pc-windows-msvc","i586-unknown-linux-gnu","i586-unknown-linux-musl","i686-linux-android","i686-pc-windows-gnu","i686-pc-windows-msvc","i686-pc-windows-msvc","i686-unknown-freebsd","i686-unknown-haiku","i686-unknown-linux-gnu","i686-unknown-linux-musl","i686-unknown-netbsd","i686-unknown-openbsd","i686-wrs-vxworks","mips-unknown-linux-gnu","mips-unknown-linux-musl","mips64-unknown-linux-gnuabi64","mips64-unknown-linux-muslabi64","mips64el-unknown-linux-gnuabi64","mips64el-unknown-linux-muslabi64","mipsel-sony-psp","mipsel-unknown-linux-gnu","mipsel-unknown-linux-musl","nvptx64-nvidia-cuda","powerpc-unknown-linux-gnu","powerpc-unknown-linux-gnuspe","powerpc-unknown-netbsd","powerpc-wrs-vxworks","powerpc-wrs-vxworks-spe","powerpc64-unknown-freebsd","powerpc64-unknown-linux-gnu","powerpc64-wrs-vxworks","powerpc64le-unknown-linux-gnu","riscv32gc-unknown-linux-gnu","riscv32i-unknown-none-elf","riscv32imac-unknown-none-elf","riscv32imc-unknown-none-elf","riscv64gc-unknown-freebsd","riscv64gc-unknown-hermit","riscv64gc-unknown-linux-gnu","riscv64gc-unknown-linux-musl","riscv64gc-unknown-none-elf","riscv64imac-unknown-none-elf","s390x-unknown-linux-gnu","s390x-unknown-linux-musl","sparc-unknown-linux-gnu","sparc64-unknown-linux-gnu","sparc64-unknown-netbsd","sparcv9-sun-solaris","thumbv6m-none-eabi","thumbv7em-none-eabi","thumbv7em-none-eabihf","thumbv7m-none-eabi","thumbv7neon-linux-androideabi","thumbv7neon-unknown-linux-gnueabihf","wasm32-unknown-emscripten","wasm32-unknown-unknown","wasm32-wasi","x86_64-apple-darwin","x86_64-apple-ios","x86_64-fortanix-unknown-sgx","x86_64-linux-android","x86_64-pc-solaris","x86_64-pc-windows-gnu","x86_64-pc-windows-msvc","x86_64-unknown-dragonfly","x86_64-unknown-freebsd","x86_64-unknown-fuchsia","x86_64-unknown-haiku","x86_64-unknown-hermit","x86_64-unknown-illumos","x86_64-unknown-l4re-uclibc","x86_64-unknown-linux-gnu","x86_64-unknown-linux-gnux32","x86_64-unknown-linux-musl","x86_64-unknown-netbsd","x86_64-unknown-openbsd","x86_64-unknown-redox","x86_64-wrs-vxworks"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"libloading","version":"0.8.5","authors":["Simonas Kazlauskas "],"id":"registry+https://github.com/rust-lang/crates.io-index#libloading@0.8.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.48, <0.53","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52","kind":"dev","optional":false,"uses_default_features":true,"features":["Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"ISC","license_file":null,"targets":[{"name":"libloading","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.5/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"constants","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.5/tests/constants.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"functions","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.5/tests/functions.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"library_filename","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.5/tests/library_filename.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"markers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.5/tests/markers.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"windows","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.5/tests/windows.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.5/Cargo.toml","categories":["api-bindings"],"keywords":["dlopen","load","shared","dylib"],"readme":"README.mkd","repository":"https://github.com/nagisa/rust_libloading/","homepage":null,"documentation":"https://docs.rs/libloading/","edition":"2015","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","libloading_docs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"ISC"},{"package":{"name":"libm","version":"0.1.4","authors":["Jorge Aparicio "],"id":"registry+https://github.com/rust-lang/crates.io-index#libm@0.1.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"libm in pure Rust","dependencies":[{"name":"no-panic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.5","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"libm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.1.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.1.4/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"checked":[],"default":["stable"],"musl-reference-tests":["rand"],"rand":["dep:rand"],"stable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.1.4/Cargo.toml","categories":["no-std"],"keywords":["libm","math"],"readme":"README.md","repository":"https://github.com/rust-lang-nursery/libm","homepage":null,"documentation":"https://docs.rs/libm","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"libredox","version":"0.0.2","authors":["4lDO2 <4lDO2@protonmail.com>"],"id":"registry+https://github.com/rust-lang/crates.io-index#libredox@0.0.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Redox stable ABI","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"redox_syscall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"libredox","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.0.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"call":[],"default":["call"],"scheme":["call"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libredox-0.0.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://gitlab.redox-os.org/redox-os/libredox.git","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"linux-raw-sys","version":"0.3.8","authors":["Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.3.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated bindings for Linux's userspace API","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.49","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.100","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"linux_raw_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.3.8/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std","general","errno"],"errno":[],"general":[],"ioctl":[],"netlink":[],"no_std":[],"rustc-dep-of-std":["core","compiler_builtins","no_std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.3.8/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["linux","uapi","ffi"],"readme":"README.md","repository":"https://github.com/sunfishcode/linux-raw-sys","homepage":null,"documentation":"https://docs.rs/linux-raw-sys","edition":"2018","metadata":{"docs":{"rs":{"features":["default","ioctl","netlink"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"},{"package":{"name":"linux-raw-sys","version":"0.4.14","authors":["Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#linux-raw-sys@0.4.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated bindings for Linux's userspace API","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.49","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.100","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"linux_raw_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.4.14/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"bootparam":[],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std","general","errno"],"elf":[],"errno":[],"general":[],"if_arp":[],"if_ether":[],"if_packet":[],"io_uring":[],"ioctl":[],"loop_device":[],"mempolicy":[],"net":[],"netlink":[],"no_std":[],"prctl":[],"rustc-dep-of-std":["core","compiler_builtins","no_std"],"std":[],"system":[],"xdp":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.4.14/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["linux","uapi","ffi"],"readme":"README.md","repository":"https://github.com/sunfishcode/linux-raw-sys","homepage":null,"documentation":"https://docs.rs/linux-raw-sys","edition":"2021","metadata":{"docs":{"rs":{"features":["default","bootparam","ioctl","netlink","io_uring","if_arp","if_ether","if_packet","net","prctl","elf","xdp","mempolicy","system","loop_device"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"},{"package":{"name":"litrs","version":"0.4.1","authors":["Lukas Kalbertodt "],"id":"registry+https://github.com/rust-lang/crates.io-index#litrs@0.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parse and inspect Rust literals (i.e. tokens in the Rust programming language\nrepresenting fixed values). Particularly useful for proc macros, but can also\nbe used outside of a proc-macro context.\n","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-xid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"litrs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litrs-0.4.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"check_suffix":["unicode-xid"],"default":["proc-macro2"],"proc-macro2":["dep:proc-macro2"],"unicode-xid":["dep:unicode-xid"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litrs-0.4.1/Cargo.toml","categories":["development-tools::procedural-macro-helpers","parser-implementations","development-tools::build-utils"],"keywords":["literal","parsing","proc-macro","type","procedural"],"readme":"README.md","repository":"https://github.com/LukasKalbertodt/litrs/","homepage":null,"documentation":"https://docs.rs/litrs/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.54.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"lock_api","version":"0.4.12","authors":["Amanieu d'Antras "],"id":"registry+https://github.com/rust-lang/crates.io-index#lock_api@0.4.12","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.","dependencies":[{"name":"owning_ref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"scopeguard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.126","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"lock_api","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"arc_lock":[],"atomic_usize":[],"default":["atomic_usize"],"nightly":[],"owning_ref":["dep:owning_ref"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/Cargo.toml","categories":["concurrency","no-std"],"keywords":["mutex","rwlock","lock","no_std"],"readme":null,"repository":"https://github.com/Amanieu/parking_lot","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"log","version":"0.4.22","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#log@0.4.22","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A lightweight logging facade for Rust\n","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sval","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sval_ref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"value-bag","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":"normal","optional":true,"uses_default_features":false,"features":["inline-i128"],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.63","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sval","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sval_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"value-bag","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":"dev","optional":false,"uses_default_features":true,"features":["test"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"log","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"integration","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/tests/integration.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/tests/macros.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"value","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/benches/value.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"kv":[],"kv_serde":["kv_std","value-bag/serde","serde"],"kv_std":["std","kv","value-bag/error"],"kv_sval":["kv","value-bag/sval","sval","sval_ref"],"kv_unstable":["kv","value-bag"],"kv_unstable_serde":["kv_serde","kv_unstable_std"],"kv_unstable_std":["kv_std","kv_unstable"],"kv_unstable_sval":["kv_sval","kv_unstable"],"max_level_debug":[],"max_level_error":[],"max_level_info":[],"max_level_off":[],"max_level_trace":[],"max_level_warn":[],"release_max_level_debug":[],"release_max_level_error":[],"release_max_level_info":[],"release_max_level_off":[],"release_max_level_trace":[],"release_max_level_warn":[],"serde":["dep:serde"],"std":[],"sval":["dep:sval"],"sval_ref":["dep:sval_ref"],"value-bag":["dep:value-bag"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/Cargo.toml","categories":["development-tools::debugging"],"keywords":["logging"],"readme":"README.md","repository":"https://github.com/rust-lang/log","homepage":null,"documentation":"https://docs.rs/log","edition":"2021","metadata":{"docs":{"rs":{"features":["std","serde","kv_std","kv_sval","kv_serde"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"logos","version":"0.14.2","authors":["Maciej Hirsz ","Jérome Eertmans (maintainer) "],"id":"registry+https://github.com/rust-lang/crates.io-index#logos@0.14.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Create ridiculously fast Lexers","dependencies":[{"name":"logos-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ariadne","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":["auto-color"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"logos","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"brainfuck","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.2/examples/brainfuck.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"custom_error","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.2/examples/custom_error.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"extras","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.2/examples/extras.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"json","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.2/examples/json.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"json-borrowed","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.2/examples/json_borrowed.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"debug":["logos-derive?/debug"],"default":["export_derive","std"],"export_derive":["logos-derive"],"forbid_unsafe":["logos-derive?/forbid_unsafe"],"logos-derive":["dep:logos-derive"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-0.14.2/Cargo.toml","categories":["parsing","text-processing"],"keywords":["lexer","lexical","tokenizer","parser","no_std"],"readme":"README.md","repository":"https://github.com/maciejhirsz/logos","homepage":"https://logos.maciej.codes/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"features":["debug"],"rustdoc-args":["--cfg","docsrs"]}},"msrv":"1.70.0","release":{"pre-release-replacements":[{"exactly":1,"file":"book/src/getting-started.md","replace":"logos = \"{{version}}\"","search":"logos = \"[0-9]+\\.[0-9]+\\.[0-9]+\""}],"shared-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"logos-codegen","version":"0.14.2","authors":["Maciej Hirsz ","Jérome Eertmans (maintainer) "],"id":"registry+https://github.com/rust-lang/crates.io-index#logos-codegen@0.14.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Create ridiculously fast Lexers","dependencies":[{"name":"beef","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fnv","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.13","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rstest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"logos_codegen","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-codegen-0.14.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"codegen","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-codegen-0.14.2/tests/codegen.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"debug":[],"forbid_unsafe":[],"fuzzing":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-codegen-0.14.2/Cargo.toml","categories":["parsing","text-processing"],"keywords":["lexer","lexical","tokenizer","parser","no_std"],"readme":"README.md","repository":"https://github.com/maciejhirsz/logos","homepage":"https://logos.maciej.codes/","documentation":null,"edition":"2021","metadata":{"release":{"shared-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"logos-derive","version":"0.14.2","authors":["Maciej Hirsz ","Jérome Eertmans (maintainer) "],"id":"registry+https://github.com/rust-lang/crates.io-index#logos-derive@0.14.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Create ridiculously fast Lexers","dependencies":[{"name":"logos-codegen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"logos_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-derive-0.14.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"debug":["logos-codegen/debug"],"forbid_unsafe":["logos-codegen/forbid_unsafe"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/logos-derive-0.14.2/Cargo.toml","categories":["parsing","text-processing"],"keywords":["lexer","lexical","tokenizer","parser","no_std"],"readme":"README.md","repository":"https://github.com/maciejhirsz/logos","homepage":"https://logos.maciej.codes/","documentation":null,"edition":"2021","metadata":{"release":{"shared-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"macros","version":"0.1.0","authors":[],"id":"path+file:///home/va_erie/Projects/ntscrs/crates/macros#0.1.0","source":null,"description":null,"dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.56","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.27","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.15","kind":"normal","optional":false,"uses_default_features":true,"features":["full","extra-traits"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR ISC OR Apache-2.0","license_file":null,"targets":[{"name":"macros","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/macros/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/Projects/ntscrs/crates/macros/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/valadaptive/ntsc-rs/tree/main/crates/macros","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR ISC OR Apache-2.0"},{"package":{"name":"memchr","version":"2.7.4","authors":["Andrew Gallant ","bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#memchr@2.7.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for\n1, 2 or 3 byte search and single substring search.\n","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.20","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"memchr","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std"],"libc":[],"logging":["dep:log"],"rustc-dep-of-std":["core","compiler_builtins"],"std":["alloc"],"use_std":["std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/Cargo.toml","categories":[],"keywords":["memchr","memmem","substring","find","search"],"readme":"README.md","repository":"https://github.com/BurntSushi/memchr","homepage":"https://github.com/BurntSushi/memchr","documentation":"https://docs.rs/memchr/","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"license":"Unlicense OR MIT"},{"package":{"name":"memmap2","version":"0.9.5","authors":["Dan Burkert ","Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#memmap2@0.9.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross-platform Rust API for memory-mapped file IO","dependencies":[{"name":"stable_deref_trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"owning_ref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.151","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"memmap2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"cat","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.5/examples/cat.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"stable_deref_trait":["dep:stable_deref_trait"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.5/Cargo.toml","categories":[],"keywords":["mmap","memory-map","io","file"],"readme":"README.md","repository":"https://github.com/RazrFalcon/memmap2-rs","homepage":null,"documentation":"https://docs.rs/memmap2","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"memoffset","version":"0.7.1","authors":["Gilad Naaman "],"id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.7.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"offset_of functionality for Rust structs.","dependencies":[{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"memoffset","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":[],"unstable_const":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.7.1/Cargo.toml","categories":["no-std"],"keywords":["mem","offset","offset_of","offsetof"],"readme":"README.md","repository":"https://github.com/Gilnaa/memoffset","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"memoffset","version":"0.9.1","authors":["Gilad Naaman "],"id":"registry+https://github.com/rust-lang/crates.io-index#memoffset@0.9.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"offset_of functionality for Rust structs.","dependencies":[{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"memoffset","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":[],"unstable_const":[],"unstable_offset_of":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/Cargo.toml","categories":["no-std"],"keywords":["mem","offset","offset_of","offsetof"],"readme":"README.md","repository":"https://github.com/Gilnaa/memoffset","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"miniz_oxide","version":"0.7.4","authors":["Frommi ","oyvindln "],"id":"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.7.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"DEFLATE compression and decompression library rewritten in Rust based on miniz","dependencies":[{"name":"adler","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"simd-adler32","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Zlib OR Apache-2.0","license_file":null,"targets":[{"name":"miniz_oxide","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["with-alloc"],"rustc-dep-of-std":["core","alloc","compiler_builtins","adler/rustc-dep-of-std"],"simd":["simd-adler32"],"simd-adler32":["dep:simd-adler32"],"std":[],"with-alloc":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.4/Cargo.toml","categories":["compression"],"keywords":["zlib","miniz","deflate","encoding"],"readme":"Readme.md","repository":"https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide","homepage":"https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide","documentation":"https://docs.rs/miniz_oxide","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Zlib OR Apache-2.0"},{"package":{"name":"miniz_oxide","version":"0.8.0","authors":["Frommi ","oyvindln "],"id":"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"DEFLATE compression and decompression library rewritten in Rust based on miniz","dependencies":[{"name":"adler2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"simd-adler32","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Zlib OR Apache-2.0","license_file":null,"targets":[{"name":"miniz_oxide","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.8.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":["dep:alloc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["with-alloc"],"rustc-dep-of-std":["core","alloc","compiler_builtins","adler2/rustc-dep-of-std"],"simd":["simd-adler32"],"simd-adler32":["dep:simd-adler32"],"std":[],"with-alloc":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.8.0/Cargo.toml","categories":["compression"],"keywords":["zlib","miniz","deflate","encoding"],"readme":"Readme.md","repository":"https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide","homepage":"https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide","documentation":"https://docs.rs/miniz_oxide","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Zlib OR Apache-2.0"},{"package":{"name":"muldiv","version":"1.0.1","authors":["Sebastian Dröge "],"id":"registry+https://github.com/rust-lang/crates.io-index#muldiv@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Provides a trait for numeric types to perform combined multiplication and\ndivision with overflow protection\n","dependencies":[{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"muldiv","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/muldiv-1.0.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/muldiv-1.0.1/Cargo.toml","categories":["algorithms"],"keywords":["integer","arithmetic","numerics","no_std"],"readme":"README.md","repository":"https://github.com/sdroege/rust-muldiv","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"ndk","version":"0.9.0","authors":["The Rust Mobile contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#ndk@0.9.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Safe Rust bindings to the Android NDK","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ndk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"ffi","registry":null,"path":null},{"name":"jni","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jni-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num_enum","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_04","registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_05","registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_06","registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ndk","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-0.9.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"all":["audio","bitmap","media","nativewindow","sync","api-level-33","rwh_04","rwh_05","rwh_06"],"api-level-23":[],"api-level-24":["api-level-23"],"api-level-25":["api-level-24"],"api-level-26":["api-level-25"],"api-level-27":["api-level-26"],"api-level-28":["api-level-27"],"api-level-29":["api-level-28"],"api-level-30":["api-level-29"],"api-level-31":["api-level-30"],"api-level-32":["api-level-31"],"api-level-33":["api-level-32"],"audio":["ffi/audio","api-level-26"],"bitmap":["ffi/bitmap"],"default":["rwh_06"],"jni":["dep:jni"],"media":["ffi/media"],"nativewindow":["ffi/nativewindow"],"rwh_04":["dep:rwh_04"],"rwh_05":["dep:rwh_05"],"rwh_06":["dep:rwh_06"],"sync":["ffi/sync","api-level-26"],"test":["ffi/test","jni","all"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-0.9.0/Cargo.toml","categories":[],"keywords":["android","ndk"],"readme":"README.md","repository":"https://github.com/rust-mobile/ndk","homepage":"https://github.com/rust-mobile/ndk","documentation":"https://docs.rs/ndk","edition":"2021","metadata":{"docs":{"rs":{"features":["jni","all"],"rustdoc-args":["--cfg","docsrs"],"targets":["aarch64-linux-android","armv7-linux-androideabi","i686-linux-android","x86_64-linux-android"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.66.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"ndk-context","version":"0.1.1","authors":["The Rust Windowing contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#ndk-context@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Handles for accessing Android APIs","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ndk_context","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-context-0.1.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-context-0.1.1/Cargo.toml","categories":[],"keywords":["android","ndk","apk","jni"],"readme":"README.md","repository":"https://github.com/rust-windowing/android-ndk-rs","homepage":"https://github.com/rust-windowing/android-ndk-rs","documentation":"https://docs.rs/ndk-context","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"ndk-sys","version":"0.6.0+11769913","authors":["The Rust Windowing contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#ndk-sys@0.6.0+11769913","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings for the Android NDK","dependencies":[{"name":"jni-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ndk_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-sys-0.6.0+11769913/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"audio":[],"bitmap":[],"media":[],"nativewindow":[],"sync":[],"test":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ndk-sys-0.6.0+11769913/Cargo.toml","categories":[],"keywords":["android","ndk"],"readme":"README.md","repository":"https://github.com/rust-mobile/ndk","homepage":"https://github.com/rust-mobile/ndk","documentation":"https://docs.rs/ndk-sys","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"],"targets":["aarch64-linux-android","armv7-linux-androideabi","i686-linux-android","x86_64-linux-android"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"nix","version":"0.26.4","authors":["The nix-rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#nix@0.26.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust friendly bindings to *nix APIs","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.137","kind":"normal","optional":false,"uses_default_features":true,"features":["extra_traits"],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert-impl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"semver","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"caps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"android\", target_os = \"linux\"))","rename":null,"registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"sysctl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"freebsd\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"nix","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test-aio-drop","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/sys/test_aio_drop.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test-clearenv","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/test_clearenv.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test-mount","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/test_mount.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test-ptymaster-drop","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/test/test_ptymaster_drop.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"acct":[],"aio":["pin-utils"],"default":["acct","aio","dir","env","event","feature","fs","hostname","inotify","ioctl","kmod","mman","mount","mqueue","net","personality","poll","process","pthread","ptrace","quota","reboot","resource","sched","signal","socket","term","time","ucontext","uio","user","zerocopy"],"dir":["fs"],"env":[],"event":[],"feature":[],"fs":[],"hostname":[],"inotify":[],"ioctl":[],"kmod":[],"memoffset":["dep:memoffset"],"mman":[],"mount":["uio"],"mqueue":["fs"],"net":["socket"],"personality":[],"pin-utils":["dep:pin-utils"],"poll":[],"process":[],"pthread":[],"ptrace":["process"],"quota":[],"reboot":[],"resource":[],"sched":["process"],"signal":["process"],"socket":["memoffset"],"term":[],"time":[],"ucontext":["signal"],"uio":[],"user":["feature"],"zerocopy":["fs","uio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.4/Cargo.toml","categories":["os::unix-apis"],"keywords":[],"readme":"README.md","repository":"https://github.com/nix-rust/nix","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"],"targets":["x86_64-unknown-linux-gnu","aarch64-linux-android","x86_64-apple-darwin","aarch64-apple-ios","x86_64-unknown-freebsd","x86_64-unknown-openbsd","x86_64-unknown-netbsd","x86_64-unknown-dragonfly","x86_64-fuchsia","x86_64-unknown-redox","x86_64-unknown-illumos"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT"},{"package":{"name":"nohash-hasher","version":"0.2.0","authors":["Parity Technologies "],"id":"registry+https://github.com/rust-lang/crates.io-index#nohash-hasher@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An implementation of `std::hash::Hasher` which does not hash at all.","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"nohash_hasher","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nohash-hasher-0.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nohash-hasher-0.2.0/Cargo.toml","categories":[],"keywords":["hash","hasher","hashmap","hashset"],"readme":"README.md","repository":"https://github.com/paritytech/nohash-hasher","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"ntscrs","version":"0.1.2","authors":[],"id":"path+file:///home/va_erie/Projects/ntscrs/crates/ntscrs#0.1.2","source":null,"description":null,"dependencies":[{"name":"biquad","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glam","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"macros","source":null,"req":"*","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":"/home/va_erie/Projects/ntscrs/crates/macros"},{"name":"num-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xoshiro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"simdnoise","source":"git+https://github.com/valadaptive/rust-simd-noise?rev=965175f","req":"*","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"siphasher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tinyjson","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":["html_reports"],"target":null,"rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25.1","kind":"dev","optional":false,"uses_default_features":false,"features":["png"],"target":null,"rename":null,"registry":null,"path":null},{"name":"pprof","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":["flamegraph","criterion"],"target":"cfg(not(windows))","rename":null,"registry":null,"path":null}],"license":"MIT OR ISC OR Apache-2.0","license_file":null,"targets":[{"name":"ntscrs","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/ntscrs/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"filter_profile","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/Projects/ntscrs/crates/ntscrs/benches/filter_profile.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/Projects/ntscrs/crates/ntscrs/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/valadaptive/ntsc-rs/tree/main/crates/ntscrs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR ISC OR Apache-2.0"},{"package":{"name":"num-derive","version":"0.4.2","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#num-derive@0.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Numeric syntax extensions","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/src/lib.rs","edition":"2021","doctest":true,"test":false,"doc":true},{"name":"empty_enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/empty_enum.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue-16","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/issue-16.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue-6","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/issue-6.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue-9","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/issue-9.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"newtype","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/newtype.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"newtype-2015","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/newtype-2015.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"newtype-2018","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/newtype-2018.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"no_implicit_prelude","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/no_implicit_prelude.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"num_derive_without_num","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/num_derive_without_num.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"trivial","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/trivial.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"trivial-2015","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/trivial-2015.rs","edition":"2015","doctest":false,"test":true,"doc":false},{"name":"trivial-2018","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/trivial-2018.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"with_custom_values","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/tests/with_custom_values.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-derive-0.4.2/Cargo.toml","categories":["science"],"keywords":["mathematics","numerics"],"readme":"README.md","repository":"https://github.com/rust-num/num-derive","homepage":"https://github.com/rust-num/num-derive","documentation":"https://docs.rs/num-derive","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"num-format","version":"0.4.4","authors":["Brian Myers "],"id":"registry+https://github.com/rust-lang/crates.io-index#num-format@0.4.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust crate for producing string-representations of numbers, formatted according to international standards","dependencies":[{"name":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.4","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-bigint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.85","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"encoding_rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.31","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.134","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"num-format-windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"widestring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":true,"uses_default_features":true,"features":["winnls"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_format","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"test_errors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_errors.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_no_bytes_written","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_no_bytes_written.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_non_zero","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_non_zero.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_num_bigint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_num_bigint.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_serialization","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_serialization.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_signed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_signed.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_system_locale_unix","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_system_locale_unix.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_system_locale_windows","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_system_locale_windows.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_unsigned","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/tests/test_unsigned.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"cfg-if":["dep:cfg-if"],"default":["std"],"encoding_rs":["dep:encoding_rs"],"lazy_static":["dep:lazy_static"],"libc":["dep:libc"],"num-bigint":["dep:num-bigint"],"num-format-windows":["dep:num-format-windows"],"serde":["dep:serde"],"std":["arrayvec/default"],"widestring":["dep:widestring"],"winapi":["dep:winapi"],"with-num-bigint":["num-bigint","std"],"with-serde":["arrayvec/serde","serde/derive"],"with-system-locale":["cfg-if","encoding_rs","lazy_static","libc","num-format-windows","std","widestring","winapi/winnls"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-format-0.4.4/Cargo.toml","categories":["encoding","internationalization","localization","no-std","value-formatting"],"keywords":["comma","internationalization","number","separator","thousands"],"readme":"README.md","repository":"https://github.com/bcmyers/num-format","homepage":"https://github.com/bcmyers/num-format","documentation":"https://docs.rs/num-format","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"num-integer","version":"0.1.46","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#num-integer@0.1.46","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Integer traits and functions","dependencies":[{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"normal","optional":false,"uses_default_features":false,"features":["i128"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_integer","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"average","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/tests/average.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"roots","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/tests/roots.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"average","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/benches/average.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"gcd","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/benches/gcd.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"roots","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/benches/roots.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"i128":[],"std":["num-traits/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.46/Cargo.toml","categories":["algorithms","science","no-std"],"keywords":["mathematics","numerics"],"readme":"README.md","repository":"https://github.com/rust-num/num-integer","homepage":"https://github.com/rust-num/num-integer","documentation":"https://docs.rs/num-integer","edition":"2018","metadata":{"docs":{"rs":{"features":["std"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"num-rational","version":"0.4.2","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#num-rational@0.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rational numbers implementation for Rust","dependencies":[{"name":"num-bigint","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-integer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.42","kind":"normal","optional":false,"uses_default_features":false,"features":["i128"],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.18","kind":"normal","optional":false,"uses_default_features":false,"features":["i128"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_rational","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["num-bigint","std"],"num-bigint":["dep:num-bigint"],"num-bigint-std":["num-bigint/std"],"serde":["dep:serde"],"std":["num-bigint?/std","num-integer/std","num-traits/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.4.2/Cargo.toml","categories":["algorithms","data-structures","science","no-std"],"keywords":["mathematics","numerics","fractions"],"readme":"README.md","repository":"https://github.com/rust-num/num-rational","homepage":"https://github.com/rust-num/num-rational","documentation":"https://docs.rs/num-rational","edition":"2021","metadata":{"docs":{"rs":{"features":["std","num-bigint-std","serde"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"num-traits","version":"0.2.19","authors":["The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Numeric traits for generic mathematics","dependencies":[{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_traits","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"cast","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/tests/cast.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"i128":[],"libm":["dep:libm"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/Cargo.toml","categories":["algorithms","science","no-std"],"keywords":["mathematics","numerics"],"readme":"README.md","repository":"https://github.com/rust-num/num-traits","homepage":"https://github.com/rust-num/num-traits","documentation":"https://docs.rs/num-traits","edition":"2021","metadata":{"docs":{"rs":{"features":["std"],"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"num_enum","version":"0.7.3","authors":["Daniel Wagner-Hall ","Daniel Henry-Mantilla ","Vincent Esche "],"id":"registry+https://github.com/rust-lang/crates.io-index#num_enum@0.7.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Procedural macros to make inter-operation between primitives and enums easier.","dependencies":[{"name":"num_enum_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.98","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause OR MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_enum","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"default","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/tests/default.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"from_primitive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/tests/from_primitive.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"into_primitive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/tests/into_primitive.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"renamed_num_enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/tests/renamed_num_enum.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"try_build","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/tests/try_build.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"try_from_primitive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/tests/try_from_primitive.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unsafe_from_primitive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/tests/unsafe_from_primitive.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"complex-expressions":["num_enum_derive/complex-expressions"],"default":["std"],"external_doc":[],"std":["num_enum_derive/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.3/Cargo.toml","categories":["rust-patterns"],"keywords":["enum","conversion","safe","ffi","derive"],"readme":"README.md","repository":"https://github.com/illicitonion/num_enum","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["external_doc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"BSD-3-Clause OR MIT OR Apache-2.0"},{"package":{"name":"num_enum_derive","version":"0.7.3","authors":["Daniel Wagner-Hall ","Daniel Henry-Mantilla ","Vincent Esche "],"id":"registry+https://github.com/rust-lang/crates.io-index#num_enum_derive@0.7.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)","dependencies":[{"name":"proc-macro-crate","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=1, <=3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":["parsing"],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":["extra-traits","parsing"],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause OR MIT OR Apache-2.0","license_file":null,"targets":[{"name":"num_enum_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"complex-expressions":["syn/full"],"default":["std"],"external_doc":[],"proc-macro-crate":["dep:proc-macro-crate"],"std":["proc-macro-crate"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.3/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/illicitonion/num_enum","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["external_doc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"BSD-3-Clause OR MIT OR Apache-2.0"},{"package":{"name":"objc-sys","version":"0.3.5","authors":["Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc-sys@0.3.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Raw bindings to the Objective-C runtime and ABI","dependencies":[{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.80","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc-sys-0.3.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc-sys-0.3.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"apple":[],"cc":["dep:cc"],"default":["std"],"gnustep-1-7":[],"gnustep-1-8":["gnustep-1-7"],"gnustep-1-9":["gnustep-1-8"],"gnustep-2-0":["gnustep-1-9"],"gnustep-2-1":["gnustep-2-0"],"std":["alloc"],"unstable-c-unwind":[],"unstable-exception":["cc"],"unstable-objfw":[],"unstable-winobjc":["gnustep-1-8"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc-sys-0.3.5/Cargo.toml","categories":["external-ffi-bindings","os::macos-apis"],"keywords":["objective-c","macos","ios","objc_msgSend","sys"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc-sys/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}},"release":{"enable-features":[],"shared-version":false,"tag-prefix":"objc-sys"}},"links":"objc_0_3","publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"objc2","version":"0.5.2","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2@0.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Objective-C interface and runtime bindings","dependencies":[{"name":"malloc_buf","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-encode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.3","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-proc-macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"iai","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_vendor = \"apple\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"class_with_lifetime","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/class_with_lifetime.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_opaque_type","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/encode_opaque_type.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_nsstring","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/encode_nsstring.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_nsuinteger","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/encode_nsuinteger.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode_core_graphics","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/encode_core_graphics.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"introspection","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/examples/introspection.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"use_macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/use_macros.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"no_prelude","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/no_prelude.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"macros_mainthreadmarker","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/macros_mainthreadmarker.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"id_retain_autoreleased","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/id_retain_autoreleased.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"declare_class_self","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/declare_class_self.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"track_caller","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/track_caller.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"declare_class","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/tests/declare_class.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"autorelease","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/benches/autorelease.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":["objc2-encode/alloc","objc-sys/alloc"],"apple":[],"catch-all":["exception"],"default":["std"],"exception":["objc-sys/unstable-exception"],"gnustep-1-7":["unstable-static-class","objc-sys/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc-sys/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc-sys/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc-sys/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc-sys/gnustep-2-1"],"malloc":["malloc_buf"],"malloc_buf":["dep:malloc_buf"],"objc2-proc-macros":["dep:objc2-proc-macros"],"relax-sign-encoding":[],"relax-void-encoding":[],"std":["alloc","objc2-encode/std","objc-sys/std"],"unstable-apple-new":[],"unstable-autoreleasesafe":[],"unstable-c-unwind":[],"unstable-compiler-rt":["gnustep-1-7"],"unstable-msg-send-always-comma":[],"unstable-static-class":["objc2-proc-macros"],"unstable-static-class-inlined":["unstable-static-class"],"unstable-static-sel":["objc2-proc-macros"],"unstable-static-sel-inlined":["unstable-static-sel"],"verify":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-0.5.2/Cargo.toml","categories":["api-bindings","development-tools::ffi","os::macos-apis"],"keywords":["objective-c","macos","ios","objc_msgSend","objc"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc2/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","features":["exception"],"targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}},"release":{"enable-features":[],"shared-version":false,"tag-prefix":"objc"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"objc2-app-kit","version":"0.2.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2-app-kit@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to the AppKit framework","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.80","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-core-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(target_vendor = \"apple\")","rename":null,"registry":null,"path":null},{"name":"objc2-core-image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(target_vendor = \"apple\")","rename":null,"registry":null,"path":null},{"name":"objc2-quartz-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(target_vendor = \"apple\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2_app_kit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-app-kit-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"delegate","kind":["example"],"crate_types":["bin"],"required-features":["objc2-foundation/NSNotification","objc2-foundation/NSString","objc2-foundation/NSObject","objc2-foundation/NSThread","NSResponder","NSApplication","NSRunningApplication"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-app-kit-0.2.2/examples/delegate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"nspasteboard","kind":["example"],"crate_types":["bin"],"required-features":["objc2-foundation/NSArray","objc2-foundation/NSString","objc2-foundation/NSObject","NSPasteboard"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-app-kit-0.2.2/examples/nspasteboard.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"AppKitDefines":[],"AppKitErrors":[],"NSATSTypesetter":["objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSRange"],"NSAccessibility":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString"],"NSAccessibilityColor":["objc2-foundation/NSString"],"NSAccessibilityConstants":["objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSAccessibilityCustomAction":["objc2-foundation/NSString"],"NSAccessibilityCustomRotor":["objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSAccessibilityElement":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSAccessibilityProtocols":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSValue"],"NSActionCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSAffineTransform":["objc2-foundation/NSAffineTransform"],"NSAlert":["objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSString"],"NSAlignmentFeedbackFilter":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"NSAnimation":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSAnimationContext":["objc2-foundation/NSDate"],"NSAppearance":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSAppleScriptExtensions":["objc2-foundation/NSAppleScript","objc2-foundation/NSAttributedString"],"NSApplication":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSException","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSUserActivity"],"NSApplicationScripting":["objc2-foundation/NSArray"],"NSArrayController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSIndexSet","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString"],"NSAttributedString":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFileWrapper","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSBezierPath":["objc2-foundation/NSAffineTransform","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSBitmapImageRep":["bitflags","objc2-core-image?/CIImage","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSBox":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSBrowser":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSIndexSet","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSBrowserCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSButton":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSButtonCell":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSButtonTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSCIImageRep":["objc2-core-image?/CIImage","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCachedImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCandidateListTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSCell":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSFormatter","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSClickGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"NSClipView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject"],"NSCollectionView":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSIndexSet","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSCollectionViewCompositionalLayout":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSCollectionViewFlowLayout":["objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSCollectionViewGridLayout":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCollectionViewLayout":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSCollectionViewTransitionLayout":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColor":["objc2-core-image?/CIColor","objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColorList":["objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSColorPanel":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColorPicker":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSColorPickerTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColorPicking":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSColorSampler":[],"NSColorSpace":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSColorWell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSComboBox":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSComboBoxCell":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSComboButton":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSControl":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSFormatter","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSController":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"NSCursor":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCustomImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSCustomTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSDataAsset":["objc2-foundation/NSBundle","objc2-foundation/NSData","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSDatePicker":["objc2-foundation/NSCalendar","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSTimeZone"],"NSDatePickerCell":["bitflags","objc2-foundation/NSCalendar","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSTimeZone"],"NSDictionaryController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSDiffableDataSource":["objc2-foundation/NSArray","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSDockTile":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSDocument":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFilePresenter","objc2-foundation/NSFileVersion","objc2-foundation/NSFileWrapper","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSUndoManager"],"NSDocumentController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSDocumentScripting":["objc2-foundation/NSScriptCommand","objc2-foundation/NSScriptObjectSpecifiers","objc2-foundation/NSScriptStandardSuiteCommands","objc2-foundation/NSString"],"NSDragging":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObjCRuntime","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSDraggingItem":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSDraggingSession":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSDrawer":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSEPSImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSErrors":["objc2-foundation/NSObjCRuntime","objc2-foundation/NSString"],"NSEvent":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSFilePromiseProvider":["objc2-foundation/NSError","objc2-foundation/NSOperation","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSFilePromiseReceiver":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSOperation","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSFileWrapperExtensions":["objc2-foundation/NSFileWrapper"],"NSFont":["objc2-foundation/NSAffineTransform","objc2-foundation/NSCharacterSet","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSFontAssetRequest":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSProgress"],"NSFontCollection":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSLocale","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSFontDescriptor":["bitflags","objc2-foundation/NSAffineTransform","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSFontManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSFontPanel":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSForm":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSFormCell":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSGlyphGenerator":["objc2-foundation/NSAttributedString"],"NSGlyphInfo":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSGradient":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSGraphics":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSGraphicsContext":["objc2-core-image?/CIContext","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSGridView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange"],"NSGroupTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSHapticFeedback":[],"NSHelpManager":["objc2-foundation/NSAttributedString","objc2-foundation/NSBundle","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString"],"NSImage":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSImageCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSImageRep":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSImageView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSInputManager":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSInputServer":["objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSInterfaceStyle":["objc2-foundation/NSString"],"NSItemProvider":["objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSString"],"NSKeyValueBinding":["objc2-core-data?/NSAttributeDescription","objc2-core-data?/NSPropertyDescription","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSLayoutAnchor":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSLayoutConstraint":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSLayoutGuide":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSLayoutManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSLevelIndicator":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSLevelIndicatorCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMagnificationGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSMatrix":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMediaLibraryBrowserController":["bitflags","objc2-foundation/NSGeometry"],"NSMenu":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSZone"],"NSMenuItem":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMenuItemBadge":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMenuItemCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMenuToolbarItem":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSMovie":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"NSNib":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSNibDeclarations":[],"NSNibLoading":[],"NSObjectController":["objc2-core-data?/NSFetchRequest","objc2-core-data?/NSManagedObjectContext","objc2-core-data?/NSPersistentStoreRequest","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSString"],"NSOpenGL":[],"NSOpenGLLayer":[],"NSOpenGLView":[],"NSOpenPanel":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSOutlineView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPDFImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPDFInfo":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPDFPanel":["bitflags","objc2-foundation/NSString"],"NSPICTImageRep":["objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPageController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPageLayout":["objc2-foundation/NSArray"],"NSPanGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPanel":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSParagraphStyle":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCharacterSet","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPasteboard":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSFileWrapper","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPasteboardItem":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSString"],"NSPathCell":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPathComponentCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPathControl":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPathControlItem":["objc2-foundation/NSAttributedString","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPersistentDocument":["objc2-core-data?/NSManagedObjectContext","objc2-core-data?/NSManagedObjectModel","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFilePresenter","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSPickerTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPopUpButton":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPopUpButtonCell":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPopover":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPopoverTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPredicateEditor":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPredicateEditorRowTemplate":["objc2-core-data?/NSAttributeDescription","objc2-core-data?/NSEntityDescription","objc2-foundation/NSArray","objc2-foundation/NSComparisonPredicate","objc2-foundation/NSExpression","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSPressGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSPressureConfiguration":[],"NSPreviewRepresentingActivityItem":["objc2-foundation/NSItemProvider","objc2-foundation/NSString"],"NSPrintInfo":["objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSPrintOperation":["objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObjCRuntime","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSPrintPanel":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSPrinter":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSProgressIndicator":["objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSProgress"],"NSResponder":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSUndoManager"],"NSRotationGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSRuleEditor":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSString"],"NSRulerMarker":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSRulerView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSRunningApplication":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSSavePanel":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSScreen":["objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString"],"NSScrollView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSScroller":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSScrubber":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSScrubberItemView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSScrubberLayout":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSObject","objc2-foundation/NSSet"],"NSSearchField":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSearchFieldCell":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSearchToolbarItem":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSecureTextField":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSegmentedCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSegmentedControl":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSShadow":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSSharingService":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSSharingServicePickerToolbarItem":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSharingServicePickerTouchBarItem":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSlider":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSliderAccessory":["objc2-foundation/NSObject"],"NSSliderCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSliderTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSound":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSSpeechRecognizer":["objc2-foundation/NSArray","objc2-foundation/NSString"],"NSSpeechSynthesizer":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSSpellChecker":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSOrthography","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSTextCheckingResult"],"NSSpellProtocol":[],"NSSplitView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSplitViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSSplitViewItem":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSStackView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSStatusBar":["objc2-foundation/NSGeometry"],"NSStatusBarButton":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSStatusItem":["bitflags","objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSStepper":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSStepperCell":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSStepperTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSFormatter","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSStoryboard":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSString"],"NSStoryboardSegue":["objc2-foundation/NSString"],"NSStringDrawing":["bitflags","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSSwitch":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTabView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTabViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTabViewItem":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTableCellView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTableColumn":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString"],"NSTableHeaderCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTableHeaderView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTableRowView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTableView":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSEnumerator","objc2-foundation/NSGeometry","objc2-foundation/NSIndexSet","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSTableViewDiffableDataSource":[],"NSTableViewRowAction":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSText":["objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextAlternatives":["objc2-foundation/NSArray","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextAttachment":["objc2-foundation/NSAttributedString","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSFileWrapper","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextAttachmentCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextCheckingClient":["objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextCheckingController":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSTextCheckingResult"],"NSTextContainer":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTextContent":["objc2-foundation/NSString"],"NSTextContentManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextElement":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString"],"NSTextField":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSTextCheckingResult"],"NSTextFieldCell":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextFinder":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSValue"],"NSTextInputClient":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextInputContext":["objc2-foundation/NSArray","objc2-foundation/NSNotification","objc2-foundation/NSString"],"NSTextInsertionIndicator":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTextLayoutFragment":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSOperation"],"NSTextLayoutManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSOperation","objc2-foundation/NSString"],"NSTextLineFragment":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextList":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextListElement":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSString"],"NSTextRange":["objc2-foundation/NSObjCRuntime"],"NSTextSelection":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextSelectionNavigation":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSTextStorage":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextStorageScripting":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString"],"NSTextTable":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange"],"NSTextView":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSOrthography","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSTextCheckingResult","objc2-foundation/NSURL","objc2-foundation/NSUndoManager","objc2-foundation/NSValue"],"NSTextViewportLayoutController":["objc2-foundation/NSGeometry"],"NSTintConfiguration":["objc2-foundation/NSObject"],"NSTitlebarAccessoryViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTokenField":["objc2-foundation/NSArray","objc2-foundation/NSCharacterSet","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTokenFieldCell":["objc2-foundation/NSArray","objc2-foundation/NSCharacterSet","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSToolbar":["objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSToolbarItem":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSToolbarItemGroup":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTouch":["bitflags","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTouchBar":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSTouchBarItem":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTrackingArea":["bitflags","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTrackingSeparatorToolbarItem":["objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTreeController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSSortDescriptor","objc2-foundation/NSString"],"NSTreeNode":["objc2-foundation/NSArray","objc2-foundation/NSIndexPath","objc2-foundation/NSSortDescriptor"],"NSTypesetter":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSUserActivity":["objc2-foundation/NSString","objc2-foundation/NSUserActivity"],"NSUserDefaultsController":["objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSUserDefaults"],"NSUserInterfaceCompression":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"NSUserInterfaceItemIdentification":["objc2-foundation/NSString"],"NSUserInterfaceItemSearching":["objc2-foundation/NSArray","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSUserInterfaceLayout":[],"NSUserInterfaceValidation":[],"NSView":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"NSViewController":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSExtensionContext","objc2-foundation/NSExtensionRequestHandling","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSVisualEffectView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSWindow":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSUndoManager","objc2-foundation/NSValue"],"NSWindowController":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSWindowRestoration":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSNotification","objc2-foundation/NSOperation","objc2-foundation/NSString"],"NSWindowScripting":["objc2-foundation/NSScriptCommand","objc2-foundation/NSScriptStandardSuiteCommands"],"NSWindowTab":["objc2-foundation/NSAttributedString","objc2-foundation/NSString"],"NSWindowTabGroup":["objc2-foundation/NSArray","objc2-foundation/NSString"],"NSWorkspace":["bitflags","objc2-foundation/NSAppleEventDescriptor","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFileManager","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSValue"],"all":["AppKitDefines","AppKitErrors","NSATSTypesetter","NSAccessibility","NSAccessibilityColor","NSAccessibilityConstants","NSAccessibilityCustomAction","NSAccessibilityCustomRotor","NSAccessibilityElement","NSAccessibilityProtocols","NSActionCell","NSAffineTransform","NSAlert","NSAlignmentFeedbackFilter","NSAnimation","NSAnimationContext","NSAppearance","NSAppleScriptExtensions","NSApplication","NSApplicationScripting","NSArrayController","NSAttributedString","NSBezierPath","NSBitmapImageRep","NSBox","NSBrowser","NSBrowserCell","NSButton","NSButtonCell","NSButtonTouchBarItem","NSCIImageRep","NSCachedImageRep","NSCandidateListTouchBarItem","NSCell","NSClickGestureRecognizer","NSClipView","NSCollectionView","NSCollectionViewCompositionalLayout","NSCollectionViewFlowLayout","NSCollectionViewGridLayout","NSCollectionViewLayout","NSCollectionViewTransitionLayout","NSColor","NSColorList","NSColorPanel","NSColorPicker","NSColorPickerTouchBarItem","NSColorPicking","NSColorSampler","NSColorSpace","NSColorWell","NSComboBox","NSComboBoxCell","NSComboButton","NSControl","NSController","NSCursor","NSCustomImageRep","NSCustomTouchBarItem","NSDataAsset","NSDatePicker","NSDatePickerCell","NSDictionaryController","NSDiffableDataSource","NSDockTile","NSDocument","NSDocumentController","NSDocumentScripting","NSDragging","NSDraggingItem","NSDraggingSession","NSDrawer","NSEPSImageRep","NSErrors","NSEvent","NSFilePromiseProvider","NSFilePromiseReceiver","NSFileWrapperExtensions","NSFont","NSFontAssetRequest","NSFontCollection","NSFontDescriptor","NSFontManager","NSFontPanel","NSForm","NSFormCell","NSGestureRecognizer","NSGlyphGenerator","NSGlyphInfo","NSGradient","NSGraphics","NSGraphicsContext","NSGridView","NSGroupTouchBarItem","NSHapticFeedback","NSHelpManager","NSImage","NSImageCell","NSImageRep","NSImageView","NSInputManager","NSInputServer","NSInterfaceStyle","NSItemProvider","NSKeyValueBinding","NSLayoutAnchor","NSLayoutConstraint","NSLayoutGuide","NSLayoutManager","NSLevelIndicator","NSLevelIndicatorCell","NSMagnificationGestureRecognizer","NSMatrix","NSMediaLibraryBrowserController","NSMenu","NSMenuItem","NSMenuItemBadge","NSMenuItemCell","NSMenuToolbarItem","NSMovie","NSNib","NSNibDeclarations","NSNibLoading","NSObjectController","NSOpenGL","NSOpenGLLayer","NSOpenGLView","NSOpenPanel","NSOutlineView","NSPDFImageRep","NSPDFInfo","NSPDFPanel","NSPICTImageRep","NSPageController","NSPageLayout","NSPanGestureRecognizer","NSPanel","NSParagraphStyle","NSPasteboard","NSPasteboardItem","NSPathCell","NSPathComponentCell","NSPathControl","NSPathControlItem","NSPersistentDocument","NSPickerTouchBarItem","NSPopUpButton","NSPopUpButtonCell","NSPopover","NSPopoverTouchBarItem","NSPredicateEditor","NSPredicateEditorRowTemplate","NSPressGestureRecognizer","NSPressureConfiguration","NSPreviewRepresentingActivityItem","NSPrintInfo","NSPrintOperation","NSPrintPanel","NSPrinter","NSProgressIndicator","NSResponder","NSRotationGestureRecognizer","NSRuleEditor","NSRulerMarker","NSRulerView","NSRunningApplication","NSSavePanel","NSScreen","NSScrollView","NSScroller","NSScrubber","NSScrubberItemView","NSScrubberLayout","NSSearchField","NSSearchFieldCell","NSSearchToolbarItem","NSSecureTextField","NSSegmentedCell","NSSegmentedControl","NSShadow","NSSharingService","NSSharingServicePickerToolbarItem","NSSharingServicePickerTouchBarItem","NSSlider","NSSliderAccessory","NSSliderCell","NSSliderTouchBarItem","NSSound","NSSpeechRecognizer","NSSpeechSynthesizer","NSSpellChecker","NSSpellProtocol","NSSplitView","NSSplitViewController","NSSplitViewItem","NSStackView","NSStatusBar","NSStatusBarButton","NSStatusItem","NSStepper","NSStepperCell","NSStepperTouchBarItem","NSStoryboard","NSStoryboardSegue","NSStringDrawing","NSSwitch","NSTabView","NSTabViewController","NSTabViewItem","NSTableCellView","NSTableColumn","NSTableHeaderCell","NSTableHeaderView","NSTableRowView","NSTableView","NSTableViewDiffableDataSource","NSTableViewRowAction","NSText","NSTextAlternatives","NSTextAttachment","NSTextAttachmentCell","NSTextCheckingClient","NSTextCheckingController","NSTextContainer","NSTextContent","NSTextContentManager","NSTextElement","NSTextField","NSTextFieldCell","NSTextFinder","NSTextInputClient","NSTextInputContext","NSTextInsertionIndicator","NSTextLayoutFragment","NSTextLayoutManager","NSTextLineFragment","NSTextList","NSTextListElement","NSTextRange","NSTextSelection","NSTextSelectionNavigation","NSTextStorage","NSTextStorageScripting","NSTextTable","NSTextView","NSTextViewportLayoutController","NSTintConfiguration","NSTitlebarAccessoryViewController","NSTokenField","NSTokenFieldCell","NSToolbar","NSToolbarItem","NSToolbarItemGroup","NSTouch","NSTouchBar","NSTouchBarItem","NSTrackingArea","NSTrackingSeparatorToolbarItem","NSTreeController","NSTreeNode","NSTypesetter","NSUserActivity","NSUserDefaultsController","NSUserInterfaceCompression","NSUserInterfaceItemIdentification","NSUserInterfaceItemSearching","NSUserInterfaceLayout","NSUserInterfaceValidation","NSView","NSViewController","NSVisualEffectView","NSWindow","NSWindowController","NSWindowRestoration","NSWindowScripting","NSWindowTab","NSWindowTabGroup","NSWorkspace","bitflags","block2","libc","objc2-core-data","objc2-core-image","objc2-quartz-core"],"alloc":["block2?/alloc","objc2/alloc","objc2-core-data?/alloc","objc2-core-image?/alloc","objc2-foundation/alloc","objc2-quartz-core?/alloc"],"apple":[],"bitflags":["dep:bitflags","objc2-core-data?/bitflags","objc2-foundation/bitflags","objc2-quartz-core?/bitflags"],"block2":["dep:block2","objc2-core-data?/block2","objc2-core-image?/block2","objc2-foundation/block2","objc2-quartz-core?/block2"],"default":["std"],"gnustep-1-7":["objc2/gnustep-1-7","block2?/gnustep-1-7","objc2-foundation/gnustep-1-7","objc2-core-data?/gnustep-1-7","objc2-quartz-core?/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc2/gnustep-1-8","block2?/gnustep-1-8","objc2-foundation/gnustep-1-8","objc2-core-data?/gnustep-1-8","objc2-quartz-core?/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc2/gnustep-1-9","block2?/gnustep-1-9","objc2-foundation/gnustep-1-9","objc2-core-data?/gnustep-1-9","objc2-quartz-core?/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc2/gnustep-2-0","block2?/gnustep-2-0","objc2-foundation/gnustep-2-0","objc2-core-data?/gnustep-2-0","objc2-quartz-core?/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc2/gnustep-2-1","block2?/gnustep-2-1","objc2-foundation/gnustep-2-1","objc2-core-data?/gnustep-2-1","objc2-quartz-core?/gnustep-2-1"],"libc":["dep:libc","objc2-foundation/libc"],"objc2-core-data":["dep:objc2-core-data"],"objc2-core-image":["dep:objc2-core-image"],"objc2-quartz-core":["dep:objc2-quartz-core"],"std":["alloc","bitflags?/std","block2?/std","libc?/std","objc2/std","objc2-core-data?/std","objc2-core-image?/std","objc2-foundation/std","objc2-quartz-core?/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-app-kit-0.2.2/Cargo.toml","categories":["api-bindings","development-tools::ffi","external-ffi-bindings","os::macos-apis"],"keywords":["cocoa","apple","framework","macos"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","features":["all"],"targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"objc2-encode","version":"4.0.3","authors":["Steven Sheldon","Mads Marquart "],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2-encode@4.0.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Objective-C type-encoding representation and parsing","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"objc2_encode","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-4.0.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-encode-4.0.3/Cargo.toml","categories":["development-tools::ffi","encoding","no-std","os::macos-apis"],"keywords":["objective-c","macos","ios","encode"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":"https://docs.rs/objc2-encode/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","x86_64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}},"release":{"enable-features":[],"shared-version":false,"tag-prefix":"objc-encode"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"objc2-foundation","version":"0.2.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2-foundation@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to the Foundation framework","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dispatch","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.80","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2_foundation","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-foundation-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"basic_usage","kind":["example"],"crate_types":["bin"],"required-features":["NSArray","NSDictionary","NSEnumerator","NSRange","NSObject"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-foundation-0.2.2/examples/basic_usage.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"speech_synthesis","kind":["example"],"crate_types":["bin"],"required-features":["NSString","NSObject"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-foundation-0.2.2/examples/speech_synthesis.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"FoundationErrors":[],"FoundationLegacySwiftCompatibility":[],"NSAffineTransform":[],"NSAppleEventDescriptor":["bitflags"],"NSAppleEventManager":[],"NSAppleScript":[],"NSArchiver":[],"NSArray":["bitflags"],"NSAttributedString":["bitflags"],"NSAutoreleasePool":[],"NSBackgroundActivityScheduler":[],"NSBundle":[],"NSByteCountFormatter":["bitflags"],"NSByteOrder":[],"NSCache":[],"NSCalendar":["bitflags"],"NSCalendarDate":[],"NSCharacterSet":[],"NSClassDescription":[],"NSCoder":[],"NSComparisonPredicate":["bitflags"],"NSCompoundPredicate":[],"NSConnection":[],"NSData":["bitflags"],"NSDate":[],"NSDateComponentsFormatter":["bitflags"],"NSDateFormatter":[],"NSDateInterval":[],"NSDateIntervalFormatter":[],"NSDecimal":[],"NSDecimalNumber":[],"NSDictionary":[],"NSDistantObject":[],"NSDistributedLock":[],"NSDistributedNotificationCenter":["bitflags"],"NSEnergyFormatter":[],"NSEnumerator":[],"NSError":[],"NSException":[],"NSExpression":[],"NSExtensionContext":[],"NSExtensionItem":[],"NSExtensionRequestHandling":[],"NSFileCoordinator":["bitflags"],"NSFileHandle":[],"NSFileManager":["bitflags"],"NSFilePresenter":[],"NSFileVersion":["bitflags"],"NSFileWrapper":["bitflags"],"NSFormatter":[],"NSGarbageCollector":[],"NSGeometry":["bitflags"],"NSHFSFileTypes":[],"NSHTTPCookie":[],"NSHTTPCookieStorage":[],"NSHashTable":[],"NSHost":[],"NSISO8601DateFormatter":["bitflags"],"NSIndexPath":[],"NSIndexSet":[],"NSInflectionRule":[],"NSInvocation":[],"NSItemProvider":["bitflags"],"NSJSONSerialization":["bitflags"],"NSKeyValueCoding":[],"NSKeyValueObserving":["bitflags"],"NSKeyedArchiver":[],"NSLengthFormatter":[],"NSLinguisticTagger":["bitflags"],"NSListFormatter":[],"NSLocale":[],"NSLock":[],"NSMapTable":[],"NSMassFormatter":[],"NSMeasurement":[],"NSMeasurementFormatter":["bitflags"],"NSMetadata":[],"NSMetadataAttributes":[],"NSMethodSignature":[],"NSMorphology":[],"NSNetServices":["bitflags"],"NSNotification":[],"NSNotificationQueue":["bitflags"],"NSNull":[],"NSNumberFormatter":[],"NSObjCRuntime":["bitflags"],"NSObject":[],"NSObjectScripting":[],"NSOperation":[],"NSOrderedCollectionChange":[],"NSOrderedCollectionDifference":["bitflags"],"NSOrderedSet":[],"NSOrthography":[],"NSPathUtilities":["bitflags"],"NSPersonNameComponents":[],"NSPersonNameComponentsFormatter":["bitflags"],"NSPointerArray":[],"NSPointerFunctions":["bitflags"],"NSPort":["bitflags"],"NSPortCoder":[],"NSPortMessage":[],"NSPortNameServer":[],"NSPredicate":[],"NSProcessInfo":["bitflags"],"NSProgress":[],"NSPropertyList":["bitflags"],"NSProtocolChecker":[],"NSProxy":[],"NSRange":[],"NSRegularExpression":["bitflags"],"NSRelativeDateTimeFormatter":[],"NSRunLoop":[],"NSScanner":[],"NSScriptClassDescription":[],"NSScriptCoercionHandler":[],"NSScriptCommand":[],"NSScriptCommandDescription":[],"NSScriptExecutionContext":[],"NSScriptKeyValueCoding":[],"NSScriptObjectSpecifiers":[],"NSScriptStandardSuiteCommands":[],"NSScriptSuiteRegistry":[],"NSScriptWhoseTests":[],"NSSet":[],"NSSortDescriptor":[],"NSSpellServer":[],"NSStream":["bitflags"],"NSString":["bitflags"],"NSTask":[],"NSTermOfAddress":[],"NSTextCheckingResult":["bitflags"],"NSThread":[],"NSTimeZone":[],"NSTimer":[],"NSURL":["bitflags"],"NSURLAuthenticationChallenge":[],"NSURLCache":[],"NSURLConnection":[],"NSURLCredential":[],"NSURLCredentialStorage":[],"NSURLDownload":[],"NSURLError":[],"NSURLHandle":[],"NSURLProtectionSpace":[],"NSURLProtocol":[],"NSURLRequest":[],"NSURLResponse":[],"NSURLSession":[],"NSUUID":[],"NSUbiquitousKeyValueStore":[],"NSUndoManager":[],"NSUnit":[],"NSUserActivity":[],"NSUserDefaults":[],"NSUserNotification":[],"NSUserScriptTask":[],"NSValue":[],"NSValueTransformer":[],"NSXMLDTD":[],"NSXMLDTDNode":[],"NSXMLDocument":[],"NSXMLElement":[],"NSXMLNode":[],"NSXMLNodeOptions":["bitflags"],"NSXMLParser":[],"NSXPCConnection":["bitflags"],"NSZone":[],"all":["FoundationErrors","FoundationLegacySwiftCompatibility","NSAffineTransform","NSAppleEventDescriptor","NSAppleEventManager","NSAppleScript","NSArchiver","NSArray","NSAttributedString","NSAutoreleasePool","NSBackgroundActivityScheduler","NSBundle","NSByteCountFormatter","NSByteOrder","NSCache","NSCalendar","NSCalendarDate","NSCharacterSet","NSClassDescription","NSCoder","NSComparisonPredicate","NSCompoundPredicate","NSConnection","NSData","NSDate","NSDateComponentsFormatter","NSDateFormatter","NSDateInterval","NSDateIntervalFormatter","NSDecimal","NSDecimalNumber","NSDictionary","NSDistantObject","NSDistributedLock","NSDistributedNotificationCenter","NSEnergyFormatter","NSEnumerator","NSError","NSException","NSExpression","NSExtensionContext","NSExtensionItem","NSExtensionRequestHandling","NSFileCoordinator","NSFileHandle","NSFileManager","NSFilePresenter","NSFileVersion","NSFileWrapper","NSFormatter","NSGarbageCollector","NSGeometry","NSHFSFileTypes","NSHTTPCookie","NSHTTPCookieStorage","NSHashTable","NSHost","NSISO8601DateFormatter","NSIndexPath","NSIndexSet","NSInflectionRule","NSInvocation","NSItemProvider","NSJSONSerialization","NSKeyValueCoding","NSKeyValueObserving","NSKeyedArchiver","NSLengthFormatter","NSLinguisticTagger","NSListFormatter","NSLocale","NSLock","NSMapTable","NSMassFormatter","NSMeasurement","NSMeasurementFormatter","NSMetadata","NSMetadataAttributes","NSMethodSignature","NSMorphology","NSNetServices","NSNotification","NSNotificationQueue","NSNull","NSNumberFormatter","NSObjCRuntime","NSObject","NSObjectScripting","NSOperation","NSOrderedCollectionChange","NSOrderedCollectionDifference","NSOrderedSet","NSOrthography","NSPathUtilities","NSPersonNameComponents","NSPersonNameComponentsFormatter","NSPointerArray","NSPointerFunctions","NSPort","NSPortCoder","NSPortMessage","NSPortNameServer","NSPredicate","NSProcessInfo","NSProgress","NSPropertyList","NSProtocolChecker","NSProxy","NSRange","NSRegularExpression","NSRelativeDateTimeFormatter","NSRunLoop","NSScanner","NSScriptClassDescription","NSScriptCoercionHandler","NSScriptCommand","NSScriptCommandDescription","NSScriptExecutionContext","NSScriptKeyValueCoding","NSScriptObjectSpecifiers","NSScriptStandardSuiteCommands","NSScriptSuiteRegistry","NSScriptWhoseTests","NSSet","NSSortDescriptor","NSSpellServer","NSStream","NSString","NSTask","NSTermOfAddress","NSTextCheckingResult","NSThread","NSTimeZone","NSTimer","NSURL","NSURLAuthenticationChallenge","NSURLCache","NSURLConnection","NSURLCredential","NSURLCredentialStorage","NSURLDownload","NSURLError","NSURLHandle","NSURLProtectionSpace","NSURLProtocol","NSURLRequest","NSURLResponse","NSURLSession","NSUUID","NSUbiquitousKeyValueStore","NSUndoManager","NSUnit","NSUserActivity","NSUserDefaults","NSUserNotification","NSUserScriptTask","NSValue","NSValueTransformer","NSXMLDTD","NSXMLDTDNode","NSXMLDocument","NSXMLElement","NSXMLNode","NSXMLNodeOptions","NSXMLParser","NSXPCConnection","NSZone","bitflags","block2","libc"],"alloc":["block2?/alloc","objc2/alloc"],"apple":[],"bitflags":["dep:bitflags"],"block2":["dep:block2"],"default":["std"],"dispatch":["dep:dispatch"],"gnustep-1-7":["objc2/gnustep-1-7","block2?/gnustep-1-7"],"gnustep-1-8":["gnustep-1-7","objc2/gnustep-1-8","block2?/gnustep-1-8"],"gnustep-1-9":["gnustep-1-8","objc2/gnustep-1-9","block2?/gnustep-1-9"],"gnustep-2-0":["gnustep-1-9","objc2/gnustep-2-0","block2?/gnustep-2-0"],"gnustep-2-1":["gnustep-2-0","objc2/gnustep-2-1","block2?/gnustep-2-1"],"libc":["dep:libc"],"std":["alloc","bitflags?/std","block2?/std","libc?/std","objc2/std"],"unstable-static-nsstring":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-foundation-0.2.2/Cargo.toml","categories":["api-bindings","development-tools::ffi","external-ffi-bindings","os::macos-apis"],"keywords":["cocoa","apple","framework","macos","ios"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-darwin","features":["dispatch","all"],"targets":["aarch64-apple-darwin","x86_64-apple-darwin","aarch64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi","x86_64-unknown-linux-gnu","i686-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"objc2-ui-kit","version":"0.2.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#objc2-ui-kit@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to the UIKit framework","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-cloud-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-core-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-core-location","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-symbols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-uniform-type-identifiers","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-user-notifications","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"objc2-core-image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(not(target_os = \"watchos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-link-presentation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(not(target_os = \"watchos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-quartz-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(not(target_os = \"watchos\"))","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"objc2_ui_kit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-ui-kit-0.2.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"DocumentManager":[],"NSAttributedString":["bitflags","objc2-foundation/NSAttributedString","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFileWrapper","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSURL"],"NSDataAsset":["objc2-foundation/NSBundle","objc2-foundation/NSData","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSDiffableDataSourceSectionSnapshot":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSFileProviderExtension":[],"NSIndexPath_UIKitAdditions":["objc2-foundation/NSIndexPath"],"NSItemProvider_UIKitAdditions":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSString"],"NSLayoutAnchor":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSLayoutConstraint":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSLayoutManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange"],"NSParagraphStyle":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCharacterSet","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSShadow":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSStringDrawing":["bitflags","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSText":[],"NSTextAttachment":["objc2-foundation/NSAttributedString","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSFileWrapper","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextContainer":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"NSTextContentManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextElement":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString"],"NSTextLayoutFragment":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSOperation"],"NSTextLayoutManager":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSOperation","objc2-foundation/NSString"],"NSTextLineFragment":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextList":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextListElement":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSString"],"NSTextRange":["objc2-foundation/NSObjCRuntime"],"NSTextSelection":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"NSTextSelectionNavigation":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"NSTextStorage":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"NSTextViewportLayoutController":["objc2-foundation/NSGeometry"],"NSToolbar_UIKitAdditions":[],"NSTouchBar_UIKitAdditions":[],"NSUserActivity_NSItemProvider":[],"PrintKitUI":[],"ShareSheet":[],"UIAccelerometer":["objc2-foundation/NSDate"],"UIAccessibility":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSSet","objc2-foundation/NSString"],"UIAccessibilityAdditions":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSString"],"UIAccessibilityConstants":["bitflags","objc2-foundation/NSAttributedString","objc2-foundation/NSNotification","objc2-foundation/NSString"],"UIAccessibilityContainer":["objc2-foundation/NSArray","objc2-foundation/NSRange"],"UIAccessibilityContentSizeCategoryImageAdjusting":[],"UIAccessibilityCustomAction":["objc2-foundation/NSAttributedString","objc2-foundation/NSString"],"UIAccessibilityCustomRotor":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSString"],"UIAccessibilityElement":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"UIAccessibilityIdentification":["objc2-foundation/NSString"],"UIAccessibilityLocationDescriptor":["objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"UIAccessibilityZoom":["objc2-foundation/NSGeometry"],"UIAction":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIActionSheet":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UIActivity":["objc2-foundation/NSArray","objc2-foundation/NSString"],"UIActivityIndicatorView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIActivityItemProvider":["objc2-foundation/NSGeometry","objc2-foundation/NSOperation","objc2-foundation/NSString","objc2-link-presentation?/LPLinkMetadata"],"UIActivityItemsConfiguration":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSString"],"UIActivityItemsConfigurationReading":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSString"],"UIActivityViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIAlert":[],"UIAlertController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIAlertView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UIAppearance":["objc2-foundation/NSArray"],"UIApplication":["bitflags","objc2-cloud-kit?/CKShareMetadata","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSUserActivity"],"UIApplicationShortcutItem":["objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIAttachmentBehavior":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UIBackgroundConfiguration":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIBandSelectionInteraction":["objc2-foundation/NSGeometry"],"UIBarAppearance":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"UIBarButtonItem":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-symbols?/NSSymbolEffect"],"UIBarButtonItemAppearance":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIBarButtonItemGroup":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIBarCommon":[],"UIBarItem":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIBehavioralStyle":[],"UIBezierPath":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIBlurEffect":["objc2-foundation/NSObject"],"UIButton":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UIButtonConfiguration":["objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UICalendarSelection":[],"UICalendarSelectionMultiDate":["objc2-foundation/NSArray","objc2-foundation/NSCalendar"],"UICalendarSelectionSingleDate":["objc2-foundation/NSCalendar"],"UICalendarView":["objc2-foundation/NSArray","objc2-foundation/NSCalendar","objc2-foundation/NSCoder","objc2-foundation/NSDateInterval","objc2-foundation/NSGeometry","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSTimeZone","objc2-quartz-core?/CALayer"],"UICalendarViewDecoration":[],"UICanvasFeedbackGenerator":["objc2-foundation/NSGeometry"],"UICellAccessory":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UICellConfigurationState":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"UICloudSharingController":["bitflags","objc2-cloud-kit?/CKContainer","objc2-cloud-kit?/CKRecord","objc2-cloud-kit?/CKShare","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSString"],"UICollectionLayoutList":["objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject"],"UICollectionView":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSIndexSet","objc2-foundation/NSObject","objc2-foundation/NSProgress","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UICollectionViewCell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UICollectionViewCompositionalLayout":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CATransform3D"],"UICollectionViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UICollectionViewFlowLayout":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject"],"UICollectionViewItemRegistration":["objc2-foundation/NSIndexPath","objc2-foundation/NSString"],"UICollectionViewLayout":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CATransform3D"],"UICollectionViewListCell":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UICollectionViewTransitionLayout":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UICollectionViewUpdateItem":["objc2-foundation/NSIndexPath"],"UICollisionBehavior":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIColor":["objc2-core-image?/CIColor","objc2-foundation/NSBundle","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIColorPickerViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIColorWell":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UICommand":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIConfigurationColorTransformer":[],"UIConfigurationState":["objc2-foundation/NSObject","objc2-foundation/NSString"],"UIContentConfiguration":["objc2-foundation/NSObject"],"UIContentSizeCategory":["objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSString"],"UIContentSizeCategoryAdjusting":[],"UIContentUnavailableButtonProperties":["objc2-foundation/NSObject"],"UIContentUnavailableConfiguration":["objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIContentUnavailableConfigurationState":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIContentUnavailableImageProperties":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIContentUnavailableTextProperties":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIContentUnavailableView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIContextMenuConfiguration":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSSet"],"UIContextMenuInteraction":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIContextualAction":["objc2-foundation/NSString"],"UIControl":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UIDataDetectors":["bitflags"],"UIDataSourceTranslating":["objc2-foundation/NSIndexPath"],"UIDatePicker":["objc2-foundation/NSCalendar","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSTimeZone","objc2-quartz-core?/CALayer"],"UIDeferredMenuElement":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject"],"UIDevice":["objc2-foundation/NSNotification","objc2-foundation/NSString","objc2-foundation/NSUUID"],"UIDiffableDataSource":["objc2-foundation/NSArray","objc2-foundation/NSIndexPath","objc2-foundation/NSObject","objc2-foundation/NSOrderedCollectionDifference","objc2-foundation/NSString"],"UIDocument":["bitflags","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFilePresenter","objc2-foundation/NSNotification","objc2-foundation/NSProgress","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSUndoManager","objc2-foundation/NSUserActivity"],"UIDocumentBrowserAction":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIDocumentBrowserViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSProgress","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-uniform-type-identifiers?/UTType"],"UIDocumentInteractionController":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIDocumentMenuViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIDocumentPickerExtensionViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIDocumentPickerViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-uniform-type-identifiers?/UTType"],"UIDocumentProperties":["objc2-foundation/NSArray","objc2-foundation/NSURL","objc2-link-presentation?/LPLinkMetadata"],"UIDocumentViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIDragInteraction":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UIDragItem":["objc2-foundation/NSItemProvider"],"UIDragPreview":["objc2-foundation/NSObject"],"UIDragPreviewParameters":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSValue"],"UIDragSession":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSProgress","objc2-foundation/NSString"],"UIDropInteraction":["objc2-foundation/NSObject","objc2-foundation/NSProgress"],"UIDynamicAnimator":["objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSString"],"UIDynamicBehavior":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UIDynamicItemBehavior":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UIEditMenuInteraction":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIEvent":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSSet"],"UIEventAttribution":["objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIEventAttributionView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIFeedbackGenerator":[],"UIFieldBehavior":["objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSGeometry"],"UIFindInteraction":["objc2-foundation/NSArray","objc2-foundation/NSString"],"UIFindSession":["objc2-foundation/NSString"],"UIFocus":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString"],"UIFocusAnimationCoordinator":["objc2-foundation/NSDate"],"UIFocusDebugger":[],"UIFocusEffect":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UIFocusGuide":["objc2-foundation/NSArray","objc2-foundation/NSObject"],"UIFocusMovementHint":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CATransform3D"],"UIFocusSystem":["objc2-foundation/NSString","objc2-foundation/NSURL"],"UIFont":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIFontDescriptor":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"UIFontMetrics":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"UIFontPickerViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIFontPickerViewControllerConfiguration":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSString"],"UIFoundation":[],"UIGeometry":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSString","objc2-foundation/NSValue"],"UIGestureRecognizer":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSString","objc2-foundation/NSValue"],"UIGestureRecognizerSubclass":["objc2-foundation/NSSet"],"UIGraphics":["objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIGraphicsImageRenderer":["objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIGraphicsPDFRenderer":["objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIGraphicsRenderer":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIGraphicsRendererSubclass":["objc2-foundation/NSError"],"UIGravityBehavior":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UIGuidedAccess":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSString"],"UIGuidedAccessRestrictions":[],"UIHoverEffect":["objc2-foundation/NSObject"],"UIHoverEffectLayer":["objc2-foundation/NSObject","objc2-quartz-core?/CALayer","objc2-quartz-core?/CAMediaTiming"],"UIHoverGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry"],"UIHoverStyle":["objc2-foundation/NSObject"],"UIImage":["objc2-core-image?/CIImage","objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIImageAsset":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"UIImageConfiguration":["objc2-foundation/NSLocale","objc2-foundation/NSObject"],"UIImagePickerController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSValue"],"UIImageReader":["objc2-foundation/NSData","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSURL"],"UIImageSymbolConfiguration":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSLocale","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIImageView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer","objc2-symbols?/NSSymbolEffect"],"UIImpactFeedbackGenerator":["objc2-foundation/NSGeometry"],"UIIndirectScribbleInteraction":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIInputView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIInputViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSUUID"],"UIInteraction":["objc2-foundation/NSArray"],"UIInterface":["objc2-foundation/NSGeometry"],"UIKey":["objc2-foundation/NSObject","objc2-foundation/NSString"],"UIKeyCommand":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIKeyConstants":[],"UIKeyboardLayoutGuide":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIKitCore":[],"UIKitDefines":[],"UILabel":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UILargeContentViewer":["objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString"],"UILayoutGuide":["objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UILetterformAwareAdjusting":[],"UILexicon":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIListContentConfiguration":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UIListContentImageProperties":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIListContentTextProperties":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIListSeparatorConfiguration":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UILocalNotification":["objc2-core-location?/CLRegion","objc2-foundation/NSCalendar","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSTimeZone"],"UILocalizedIndexedCollation":["objc2-foundation/NSArray","objc2-foundation/NSString"],"UILongPressGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry"],"UIManagedDocument":["objc2-core-data?/NSManagedObjectContext","objc2-core-data?/NSManagedObjectModel","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSFilePresenter","objc2-foundation/NSProgress","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIMenu":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIMenuBuilder":["objc2-foundation/NSArray","objc2-foundation/NSString"],"UIMenuController":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString"],"UIMenuDisplayPreferences":["objc2-foundation/NSObject"],"UIMenuElement":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIMenuLeaf":["objc2-foundation/NSString"],"UIMenuSystem":[],"UIMotionEffect":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UINavigationBar":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UINavigationBarAppearance":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UINavigationController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UINavigationItem":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"UINib":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSData","objc2-foundation/NSDictionary","objc2-foundation/NSString"],"UINibDeclarations":[],"UINibLoading":["objc2-foundation/NSString"],"UINotificationFeedbackGenerator":["objc2-foundation/NSGeometry"],"UIOpenURLContext":["objc2-foundation/NSURL"],"UIOrientation":["bitflags"],"UIPageControl":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIPageControlProgress":["objc2-foundation/NSDate"],"UIPageViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIPanGestureRecognizer":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry"],"UIPasteConfiguration":["objc2-foundation/NSArray","objc2-foundation/NSItemProvider","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIPasteConfigurationSupporting":["objc2-foundation/NSArray","objc2-foundation/NSItemProvider"],"UIPasteControl":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIPasteboard":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSDate","objc2-foundation/NSDictionary","objc2-foundation/NSError","objc2-foundation/NSIndexSet","objc2-foundation/NSItemProvider","objc2-foundation/NSNotification","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIPencilInteraction":["objc2-foundation/NSDate","objc2-foundation/NSGeometry"],"UIPickerView":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UIPinchGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry"],"UIPointerAccessory":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIPointerInteraction":["objc2-foundation/NSGeometry"],"UIPointerLockState":["objc2-foundation/NSNotification","objc2-foundation/NSString"],"UIPointerRegion":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIPointerStyle":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIPopoverBackgroundView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIPopoverController":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UIPopoverPresentationController":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UIPopoverPresentationControllerSourceItem":["objc2-foundation/NSGeometry"],"UIPopoverSupport":["bitflags","objc2-foundation/NSGeometry"],"UIPresentationController":["objc2-foundation/NSGeometry"],"UIPress":["objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSGeometry"],"UIPressesEvent":["objc2-foundation/NSSet"],"UIPreviewInteraction":["objc2-foundation/NSGeometry"],"UIPreviewParameters":["objc2-foundation/NSArray","objc2-foundation/NSObject","objc2-foundation/NSValue"],"UIPrintError":["objc2-foundation/NSError","objc2-foundation/NSString"],"UIPrintFormatter":["objc2-foundation/NSAttributedString","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIPrintInfo":["objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIPrintInteractionController":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIPrintPageRenderer":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSRange"],"UIPrintPaper":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UIPrintServiceExtension":["objc2-foundation/NSArray","objc2-foundation/NSData","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIPrinter":["bitflags","objc2-foundation/NSString","objc2-foundation/NSURL"],"UIPrinterPickerController":["objc2-foundation/NSError","objc2-foundation/NSGeometry"],"UIProgressView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSProgress","objc2-quartz-core?/CALayer"],"UIPushBehavior":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UIReferenceLibraryViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIRefreshControl":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIRegion":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIResponder":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSUndoManager","objc2-foundation/NSUserActivity"],"UIResponder_UIActivityItemsConfiguration":[],"UIRotationGestureRecognizer":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry"],"UIScene":["objc2-foundation/NSError","objc2-foundation/NSNotification","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSUserActivity"],"UISceneActivationConditions":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSPredicate","objc2-foundation/NSString","objc2-foundation/NSUserActivity"],"UISceneDefinitions":["objc2-foundation/NSError","objc2-foundation/NSString"],"UISceneEnhancedStateRestoration":[],"UISceneOptions":["objc2-cloud-kit?/CKShareMetadata","objc2-foundation/NSSet","objc2-foundation/NSString","objc2-foundation/NSUserActivity","objc2-user-notifications?/UNNotificationResponse"],"UISceneSession":["objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSUserActivity"],"UISceneSessionActivationRequest":["objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSUserActivity"],"UISceneWindowingBehaviors":[],"UIScene_AVAudioSession":[],"UIScreen":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSString","objc2-quartz-core?/CADisplayLink"],"UIScreenEdgePanGestureRecognizer":["objc2-foundation/NSCoder"],"UIScreenMode":["objc2-foundation/NSGeometry"],"UIScreenshotService":["objc2-foundation/NSData","objc2-foundation/NSGeometry"],"UIScribbleInteraction":["objc2-foundation/NSGeometry"],"UIScrollView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-quartz-core?/CALayer"],"UISearchBar":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UISearchContainerViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UISearchController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UISearchDisplayController":["objc2-foundation/NSString"],"UISearchSuggestion":["objc2-foundation/NSAttributedString","objc2-foundation/NSString"],"UISearchTextField":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSItemProvider","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UISegmentedControl":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UISelectionFeedbackGenerator":["objc2-foundation/NSGeometry"],"UIShape":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UISheetPresentationController":["objc2-foundation/NSArray","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"UISlider":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UISnapBehavior":["objc2-foundation/NSGeometry"],"UISplitViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UISpringLoadedInteraction":["objc2-foundation/NSGeometry"],"UISpringLoadedInteractionSupporting":[],"UIStackView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIStandardTextCursorView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIStateRestoration":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSIndexPath","objc2-foundation/NSString"],"UIStatusBarManager":["objc2-foundation/NSGeometry"],"UIStepper":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIStoryboard":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSString"],"UIStoryboardPopoverSegue":["objc2-foundation/NSString"],"UIStoryboardSegue":["objc2-foundation/NSString"],"UIStringDrawing":["objc2-foundation/NSString"],"UISwipeActionsConfiguration":["objc2-foundation/NSArray"],"UISwipeGestureRecognizer":["bitflags","objc2-foundation/NSCoder"],"UISwitch":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UISymbolEffectCompletion":["objc2-symbols?/NSSymbolEffect"],"UITabBar":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UITabBarAppearance":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UITabBarController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UITabBarItem":["objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UITableView":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSIndexPath","objc2-foundation/NSIndexSet","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSProgress","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UITableViewCell":["bitflags","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UITableViewController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UITableViewHeaderFooterView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UITapGestureRecognizer":["objc2-foundation/NSCoder"],"UITargetedDragPreview":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UITargetedPreview":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UITextChecker":["objc2-foundation/NSArray","objc2-foundation/NSRange","objc2-foundation/NSString"],"UITextCursorDropPositionAnimator":[],"UITextCursorView":[],"UITextDragPreviewRenderer":["objc2-foundation/NSGeometry","objc2-foundation/NSRange"],"UITextDragURLPreviews":["objc2-foundation/NSString","objc2-foundation/NSURL"],"UITextDragging":["bitflags","objc2-foundation/NSArray"],"UITextDropProposal":["objc2-foundation/NSObject"],"UITextDropping":["objc2-foundation/NSProgress"],"UITextField":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UITextFormattingCoordinator":["objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSString"],"UITextInput":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString"],"UITextInputContext":[],"UITextInputTraits":["objc2-foundation/NSObject","objc2-foundation/NSString"],"UITextInteraction":["objc2-foundation/NSArray","objc2-foundation/NSGeometry"],"UITextItem":["objc2-foundation/NSAttributedString","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSURL"],"UITextItemInteraction":[],"UITextLoupeSession":["objc2-foundation/NSGeometry"],"UITextPasteConfigurationSupporting":[],"UITextPasteDelegate":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSDictionary","objc2-foundation/NSItemProvider","objc2-foundation/NSString"],"UITextSearching":["objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSOrderedSet","objc2-foundation/NSString"],"UITextSelectionDisplayInteraction":["objc2-foundation/NSArray"],"UITextSelectionHandleView":["objc2-foundation/NSGeometry"],"UITextSelectionHighlightView":["objc2-foundation/NSArray"],"UITextView":["objc2-foundation/NSArray","objc2-foundation/NSAttributedString","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSRange","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-quartz-core?/CALayer"],"UITimingCurveProvider":["objc2-foundation/NSObject"],"UITimingParameters":["objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIToolTipInteraction":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"UIToolbar":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIToolbarAppearance":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"UITouch":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSValue"],"UITrackingLayoutGuide":["objc2-foundation/NSArray","objc2-foundation/NSObject"],"UITrait":["objc2-foundation/NSGeometry","objc2-foundation/NSString"],"UITraitCollection":["objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIUserActivity":["objc2-foundation/NSUserActivity"],"UIUserNotificationSettings":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDictionary","objc2-foundation/NSObject","objc2-foundation/NSSet","objc2-foundation/NSString"],"UIVibrancyEffect":["objc2-foundation/NSObject"],"UIVideoEditorController":["objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSError","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIView":["bitflags","objc2-foundation/NSArray","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer","objc2-quartz-core?/CATransform3D"],"UIViewAnimating":["objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIViewConfigurationState":["objc2-foundation/NSCoder","objc2-foundation/NSObject"],"UIViewController":["objc2-foundation/NSArray","objc2-foundation/NSBundle","objc2-foundation/NSCoder","objc2-foundation/NSDate","objc2-foundation/NSExtensionContext","objc2-foundation/NSExtensionRequestHandling","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObjCRuntime","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIViewControllerTransitionCoordinator":["objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"UIViewControllerTransitioning":["objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIViewPropertyAnimator":["objc2-foundation/NSDate","objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIVisualEffect":["objc2-foundation/NSObject"],"UIVisualEffectView":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-quartz-core?/CALayer"],"UIWebView":["objc2-foundation/NSCoder","objc2-foundation/NSData","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-foundation/NSURL","objc2-foundation/NSURLRequest","objc2-quartz-core?/CALayer"],"UIWindow":["objc2-foundation/NSCoder","objc2-foundation/NSGeometry","objc2-foundation/NSNotification","objc2-foundation/NSObject","objc2-foundation/NSString","objc2-quartz-core?/CALayer"],"UIWindowScene":["objc2-cloud-kit?/CKShareMetadata","objc2-foundation/NSArray","objc2-foundation/NSError","objc2-foundation/NSGeometry","objc2-foundation/NSString"],"UIWindowSceneActivationAction":["objc2-foundation/NSCoder","objc2-foundation/NSObject","objc2-foundation/NSString"],"UIWindowSceneActivationConfiguration":["objc2-foundation/NSUserActivity"],"UIWindowSceneActivationInteraction":["objc2-foundation/NSError","objc2-foundation/NSGeometry"],"UIWindowSceneActivationRequestOptions":[],"UIWindowSceneDragInteraction":[],"UIWindowSceneGeometry":["objc2-foundation/NSGeometry","objc2-foundation/NSObject"],"UIWindowSceneGeometryPreferences":[],"UIWindowSceneGeometryPreferencesIOS":[],"UIWindowSceneGeometryPreferencesMac":["objc2-foundation/NSGeometry"],"UIWindowSceneGeometryPreferencesVision":["objc2-foundation/NSGeometry"],"UIWindowScenePlacement":["objc2-foundation/NSObject"],"UIWindowSceneProminentPlacement":["objc2-foundation/NSObject"],"UIWindowSceneStandardPlacement":["objc2-foundation/NSObject"],"UNNotificationResponse_UIKitAdditions":["objc2-user-notifications?/UNNotificationResponse"],"all":["DocumentManager","NSAttributedString","NSDataAsset","NSDiffableDataSourceSectionSnapshot","NSFileProviderExtension","NSIndexPath_UIKitAdditions","NSItemProvider_UIKitAdditions","NSLayoutAnchor","NSLayoutConstraint","NSLayoutManager","NSParagraphStyle","NSShadow","NSStringDrawing","NSText","NSTextAttachment","NSTextContainer","NSTextContentManager","NSTextElement","NSTextLayoutFragment","NSTextLayoutManager","NSTextLineFragment","NSTextList","NSTextListElement","NSTextRange","NSTextSelection","NSTextSelectionNavigation","NSTextStorage","NSTextViewportLayoutController","NSToolbar_UIKitAdditions","NSTouchBar_UIKitAdditions","NSUserActivity_NSItemProvider","PrintKitUI","ShareSheet","UIAccelerometer","UIAccessibility","UIAccessibilityAdditions","UIAccessibilityConstants","UIAccessibilityContainer","UIAccessibilityContentSizeCategoryImageAdjusting","UIAccessibilityCustomAction","UIAccessibilityCustomRotor","UIAccessibilityElement","UIAccessibilityIdentification","UIAccessibilityLocationDescriptor","UIAccessibilityZoom","UIAction","UIActionSheet","UIActivity","UIActivityIndicatorView","UIActivityItemProvider","UIActivityItemsConfiguration","UIActivityItemsConfigurationReading","UIActivityViewController","UIAlert","UIAlertController","UIAlertView","UIAppearance","UIApplication","UIApplicationShortcutItem","UIAttachmentBehavior","UIBackgroundConfiguration","UIBandSelectionInteraction","UIBarAppearance","UIBarButtonItem","UIBarButtonItemAppearance","UIBarButtonItemGroup","UIBarCommon","UIBarItem","UIBehavioralStyle","UIBezierPath","UIBlurEffect","UIButton","UIButtonConfiguration","UICalendarSelection","UICalendarSelectionMultiDate","UICalendarSelectionSingleDate","UICalendarView","UICalendarViewDecoration","UICanvasFeedbackGenerator","UICellAccessory","UICellConfigurationState","UICloudSharingController","UICollectionLayoutList","UICollectionView","UICollectionViewCell","UICollectionViewCompositionalLayout","UICollectionViewController","UICollectionViewFlowLayout","UICollectionViewItemRegistration","UICollectionViewLayout","UICollectionViewListCell","UICollectionViewTransitionLayout","UICollectionViewUpdateItem","UICollisionBehavior","UIColor","UIColorPickerViewController","UIColorWell","UICommand","UIConfigurationColorTransformer","UIConfigurationState","UIContentConfiguration","UIContentSizeCategory","UIContentSizeCategoryAdjusting","UIContentUnavailableButtonProperties","UIContentUnavailableConfiguration","UIContentUnavailableConfigurationState","UIContentUnavailableImageProperties","UIContentUnavailableTextProperties","UIContentUnavailableView","UIContextMenuConfiguration","UIContextMenuInteraction","UIContextualAction","UIControl","UIDataDetectors","UIDataSourceTranslating","UIDatePicker","UIDeferredMenuElement","UIDevice","UIDiffableDataSource","UIDocument","UIDocumentBrowserAction","UIDocumentBrowserViewController","UIDocumentInteractionController","UIDocumentMenuViewController","UIDocumentPickerExtensionViewController","UIDocumentPickerViewController","UIDocumentProperties","UIDocumentViewController","UIDragInteraction","UIDragItem","UIDragPreview","UIDragPreviewParameters","UIDragSession","UIDropInteraction","UIDynamicAnimator","UIDynamicBehavior","UIDynamicItemBehavior","UIEditMenuInteraction","UIEvent","UIEventAttribution","UIEventAttributionView","UIFeedbackGenerator","UIFieldBehavior","UIFindInteraction","UIFindSession","UIFocus","UIFocusAnimationCoordinator","UIFocusDebugger","UIFocusEffect","UIFocusGuide","UIFocusMovementHint","UIFocusSystem","UIFont","UIFontDescriptor","UIFontMetrics","UIFontPickerViewController","UIFontPickerViewControllerConfiguration","UIFoundation","UIGeometry","UIGestureRecognizer","UIGestureRecognizerSubclass","UIGraphics","UIGraphicsImageRenderer","UIGraphicsPDFRenderer","UIGraphicsRenderer","UIGraphicsRendererSubclass","UIGravityBehavior","UIGuidedAccess","UIGuidedAccessRestrictions","UIHoverEffect","UIHoverEffectLayer","UIHoverGestureRecognizer","UIHoverStyle","UIImage","UIImageAsset","UIImageConfiguration","UIImagePickerController","UIImageReader","UIImageSymbolConfiguration","UIImageView","UIImpactFeedbackGenerator","UIIndirectScribbleInteraction","UIInputView","UIInputViewController","UIInteraction","UIInterface","UIKey","UIKeyCommand","UIKeyConstants","UIKeyboardLayoutGuide","UIKitCore","UIKitDefines","UILabel","UILargeContentViewer","UILayoutGuide","UILetterformAwareAdjusting","UILexicon","UIListContentConfiguration","UIListContentImageProperties","UIListContentTextProperties","UIListSeparatorConfiguration","UILocalNotification","UILocalizedIndexedCollation","UILongPressGestureRecognizer","UIManagedDocument","UIMenu","UIMenuBuilder","UIMenuController","UIMenuDisplayPreferences","UIMenuElement","UIMenuLeaf","UIMenuSystem","UIMotionEffect","UINavigationBar","UINavigationBarAppearance","UINavigationController","UINavigationItem","UINib","UINibDeclarations","UINibLoading","UINotificationFeedbackGenerator","UIOpenURLContext","UIOrientation","UIPageControl","UIPageControlProgress","UIPageViewController","UIPanGestureRecognizer","UIPasteConfiguration","UIPasteConfigurationSupporting","UIPasteControl","UIPasteboard","UIPencilInteraction","UIPickerView","UIPinchGestureRecognizer","UIPointerAccessory","UIPointerInteraction","UIPointerLockState","UIPointerRegion","UIPointerStyle","UIPopoverBackgroundView","UIPopoverController","UIPopoverPresentationController","UIPopoverPresentationControllerSourceItem","UIPopoverSupport","UIPresentationController","UIPress","UIPressesEvent","UIPreviewInteraction","UIPreviewParameters","UIPrintError","UIPrintFormatter","UIPrintInfo","UIPrintInteractionController","UIPrintPageRenderer","UIPrintPaper","UIPrintServiceExtension","UIPrinter","UIPrinterPickerController","UIProgressView","UIPushBehavior","UIReferenceLibraryViewController","UIRefreshControl","UIRegion","UIResponder","UIResponder_UIActivityItemsConfiguration","UIRotationGestureRecognizer","UIScene","UISceneActivationConditions","UISceneDefinitions","UISceneEnhancedStateRestoration","UISceneOptions","UISceneSession","UISceneSessionActivationRequest","UISceneWindowingBehaviors","UIScene_AVAudioSession","UIScreen","UIScreenEdgePanGestureRecognizer","UIScreenMode","UIScreenshotService","UIScribbleInteraction","UIScrollView","UISearchBar","UISearchContainerViewController","UISearchController","UISearchDisplayController","UISearchSuggestion","UISearchTextField","UISegmentedControl","UISelectionFeedbackGenerator","UIShape","UISheetPresentationController","UISlider","UISnapBehavior","UISplitViewController","UISpringLoadedInteraction","UISpringLoadedInteractionSupporting","UIStackView","UIStandardTextCursorView","UIStateRestoration","UIStatusBarManager","UIStepper","UIStoryboard","UIStoryboardPopoverSegue","UIStoryboardSegue","UIStringDrawing","UISwipeActionsConfiguration","UISwipeGestureRecognizer","UISwitch","UISymbolEffectCompletion","UITabBar","UITabBarAppearance","UITabBarController","UITabBarItem","UITableView","UITableViewCell","UITableViewController","UITableViewHeaderFooterView","UITapGestureRecognizer","UITargetedDragPreview","UITargetedPreview","UITextChecker","UITextCursorDropPositionAnimator","UITextCursorView","UITextDragPreviewRenderer","UITextDragURLPreviews","UITextDragging","UITextDropProposal","UITextDropping","UITextField","UITextFormattingCoordinator","UITextInput","UITextInputContext","UITextInputTraits","UITextInteraction","UITextItem","UITextItemInteraction","UITextLoupeSession","UITextPasteConfigurationSupporting","UITextPasteDelegate","UITextSearching","UITextSelectionDisplayInteraction","UITextSelectionHandleView","UITextSelectionHighlightView","UITextView","UITimingCurveProvider","UITimingParameters","UIToolTipInteraction","UIToolbar","UIToolbarAppearance","UITouch","UITrackingLayoutGuide","UITrait","UITraitCollection","UIUserActivity","UIUserNotificationSettings","UIVibrancyEffect","UIVideoEditorController","UIView","UIViewAnimating","UIViewConfigurationState","UIViewController","UIViewControllerTransitionCoordinator","UIViewControllerTransitioning","UIViewPropertyAnimator","UIVisualEffect","UIVisualEffectView","UIWebView","UIWindow","UIWindowScene","UIWindowSceneActivationAction","UIWindowSceneActivationConfiguration","UIWindowSceneActivationInteraction","UIWindowSceneActivationRequestOptions","UIWindowSceneDragInteraction","UIWindowSceneGeometry","UIWindowSceneGeometryPreferences","UIWindowSceneGeometryPreferencesIOS","UIWindowSceneGeometryPreferencesMac","UIWindowSceneGeometryPreferencesVision","UIWindowScenePlacement","UIWindowSceneProminentPlacement","UIWindowSceneStandardPlacement","UNNotificationResponse_UIKitAdditions","bitflags","block2","objc2-cloud-kit","objc2-core-data","objc2-core-image","objc2-core-location","objc2-link-presentation","objc2-quartz-core","objc2-symbols","objc2-uniform-type-identifiers","objc2-user-notifications"],"alloc":["block2?/alloc","objc2/alloc","objc2-cloud-kit?/alloc","objc2-core-data?/alloc","objc2-core-image?/alloc","objc2-core-location?/alloc","objc2-foundation/alloc","objc2-link-presentation?/alloc","objc2-quartz-core?/alloc","objc2-symbols?/alloc","objc2-uniform-type-identifiers?/alloc","objc2-user-notifications?/alloc"],"bitflags":["dep:bitflags","objc2-cloud-kit?/bitflags","objc2-core-data?/bitflags","objc2-foundation/bitflags","objc2-quartz-core?/bitflags","objc2-user-notifications?/bitflags"],"block2":["dep:block2","objc2-cloud-kit?/block2","objc2-core-data?/block2","objc2-core-image?/block2","objc2-core-location?/block2","objc2-foundation/block2","objc2-link-presentation?/block2","objc2-quartz-core?/block2","objc2-uniform-type-identifiers?/block2","objc2-user-notifications?/block2"],"default":["std"],"objc2-cloud-kit":["dep:objc2-cloud-kit"],"objc2-core-data":["dep:objc2-core-data"],"objc2-core-image":["dep:objc2-core-image"],"objc2-core-location":["dep:objc2-core-location","objc2-cloud-kit?/objc2-core-location","objc2-user-notifications?/objc2-core-location"],"objc2-link-presentation":["dep:objc2-link-presentation"],"objc2-quartz-core":["dep:objc2-quartz-core"],"objc2-symbols":["dep:objc2-symbols"],"objc2-uniform-type-identifiers":["dep:objc2-uniform-type-identifiers"],"objc2-user-notifications":["dep:objc2-user-notifications"],"std":["alloc","bitflags?/std","block2?/std","objc2/std","objc2-cloud-kit?/std","objc2-core-data?/std","objc2-core-image?/std","objc2-core-location?/std","objc2-foundation/std","objc2-link-presentation?/std","objc2-quartz-core?/std","objc2-symbols?/std","objc2-uniform-type-identifiers?/std","objc2-user-notifications?/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/objc2-ui-kit-0.2.2/Cargo.toml","categories":["api-bindings","development-tools::ffi","external-ffi-bindings","os::macos-apis"],"keywords":["cocoa","apple","framework","ios"],"readme":"README.md","repository":"https://github.com/madsmtm/objc2","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"aarch64-apple-ios","features":["all"],"targets":["aarch64-apple-ios","x86_64-apple-ios","aarch64-apple-tvos","aarch64-apple-watchos","aarch64-apple-ios-macabi"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"object","version":"0.36.4","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#object@0.36.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A unified interface for reading and writing object file formats.","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"crc32fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"hashbrown","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.0","kind":"normal","optional":true,"uses_default_features":false,"features":["ahash"],"target":null,"rename":null,"registry":null,"path":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ruzstd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasmparser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.216.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"object","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"integration","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.4/tests/integration.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parse_self","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.4/tests/parse_self.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"all":["read","write","build","std","compression","wasm"],"alloc":["dep:alloc"],"archive":[],"build":["build_core","write_std","elf"],"build_core":["read_core","write_core"],"cargo-all":[],"coff":[],"compiler_builtins":["dep:compiler_builtins"],"compression":["dep:flate2","dep:ruzstd","std"],"core":["dep:core"],"default":["read","compression"],"doc":["read_core","write_std","build_core","std","compression","archive","coff","elf","macho","pe","wasm","xcoff"],"elf":[],"macho":[],"pe":["coff"],"read":["read_core","archive","coff","elf","macho","pe","xcoff","unaligned"],"read_core":[],"rustc-dep-of-std":["core","compiler_builtins","alloc","memchr/rustc-dep-of-std"],"std":["memchr/std"],"unaligned":[],"unstable":[],"unstable-all":["all","unstable"],"wasm":["dep:wasmparser"],"write":["write_std","coff","elf","macho","pe","xcoff"],"write_core":["dep:crc32fast","dep:indexmap","dep:hashbrown"],"write_std":["write_core","std","indexmap?/std","crc32fast?/std"],"xcoff":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.4/Cargo.toml","categories":[],"keywords":["object","elf","mach-o","pe","coff"],"readme":"README.md","repository":"https://github.com/gimli-rs/object","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["doc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"once_cell","version":"1.19.0","authors":["Aleksey Kladov "],"id":"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.19.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Single assignment cells and lazy values.","dependencies":[{"name":"critical-section","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"critical-section","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.1","kind":"dev","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"once_cell","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"bench_acquire","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/bench_acquire.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"lazy_static","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/lazy_static.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"reentrant_init_deadlocks","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/reentrant_init_deadlocks.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"regex","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/regex.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"test_synchronization","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/examples/test_synchronization.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"it","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/tests/it/main.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"alloc":["race"],"atomic-polyfill":["critical-section"],"critical-section":["dep:critical-section","portable-atomic"],"default":["std"],"parking_lot":["dep:parking_lot_core"],"portable-atomic":["dep:portable-atomic"],"race":[],"std":["alloc"],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/Cargo.toml","categories":["rust-patterns","memory-management"],"keywords":["lazy","static"],"readme":"README.md","repository":"https://github.com/matklad/once_cell","homepage":null,"documentation":"https://docs.rs/once_cell","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"oorandom","version":"11.1.4","authors":["Simon Heath "],"id":"registry+https://github.com/rust-lang/crates.io-index#oorandom@11.1.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A tiny, robust PRNG implementation.","dependencies":[{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_pcg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"random-fast-rng","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"randomize","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"oorandom","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.4/Cargo.toml","categories":["algorithms","embedded","no-std"],"keywords":["rng","prng","random","pcg"],"readme":"README.md","repository":"https://hg.sr.ht/~icefox/oorandom","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"open","version":"5.3.0","authors":["Sebastian Thiel "],"id":"registry+https://github.com/rust-lang/crates.io-index#open@5.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Open a path or URL using the program configured on the system","dependencies":[{"name":"pathdiff","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(macos)))","rename":null,"registry":null,"path":null},{"name":"is-wsl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"illumos\", target_os = \"solaris\", target_os = \"aix\", target_os = \"hurd\"))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"open","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/open-5.3.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"open","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/open-5.3.0/src/main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"shellexecute-on-windows":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/open-5.3.0/Cargo.toml","categories":[],"keywords":["open","xdg-open","start","launch"],"readme":"README.md","repository":"https://github.com/Byron/open-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"license":"MIT"},{"package":{"name":"option-operations","version":"0.5.0","authors":["François Laignel "],"id":"registry+https://github.com/rust-lang/crates.io-index#option-operations@0.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Traits and auto-implementations to improve arithmetic operations usability when dealing with `Option`s.","dependencies":[{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"option_operations","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-operations-0.5.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-operations-0.5.0/Cargo.toml","categories":["rust-patterns","no-std","mathematics"],"keywords":["option","arithmetic","operations","ord","cmp"],"readme":"README.md","repository":"https://github.com/fengalin/option-operations","homepage":null,"documentation":"https://docs.rs/option-operations","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.53.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"orbclient","version":"0.3.47","authors":["Jeremy Soller "],"id":"registry+https://github.com/rust-lang/crates.io-index#orbclient@0.3.47","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The Orbital Client Library","dependencies":[{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"sdl2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.35.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"sdl2-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.35.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(target_os = \"redox\"))","rename":null,"registry":null,"path":null},{"name":"libredox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"redox\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"orbclient","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"image_bench","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/examples/image_bench.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"rect_bench","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/examples/rect_bench.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"simple","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/examples/simple.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"bundled":["sdl","sdl2/bundled","sdl2/static-link","sdl2-sys/bundled","sdl2-sys/static-link"],"default":["std","sdl","unifont"],"libc":["dep:libc"],"raw-window-handle":["dep:raw-window-handle"],"sdl":["sdl2","sdl2-sys","libc"],"sdl2":["dep:sdl2"],"sdl2-sys":["dep:sdl2-sys"],"std":[],"unifont":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/orbclient-0.3.47/Cargo.toml","categories":[],"keywords":["orbital","redox","ui"],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/orbclient","homepage":null,"documentation":"https://docs.rs/orbclient","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"ordered-stream","version":"0.2.0","authors":["Daniel De Graaf ","Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#ordered-stream@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Streams that are ordered relative to external events","dependencies":[{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ordered_stream","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-stream-0.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-stream-0.2.0/Cargo.toml","categories":[],"keywords":["async","stream","timestamp"],"readme":"README.md","repository":"https://github.com/danieldg/ordered-stream","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"owned_ttf_parser","version":"0.24.0","authors":["Alex Butler "],"id":"registry+https://github.com/rust-lang/crates.io-index#owned_ttf_parser@0.24.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"ttf-parser plus support for owned data","dependencies":[{"name":"ttf-parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"owned_ttf_parser","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.24.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"face_mut","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.24.0/tests/face_mut.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"owned_ttf","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.24.0/tests/owned_ttf.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"preparse","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.24.0/tests/preparse.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"apple-layout":["ttf-parser/apple-layout"],"default":["std","opentype-layout","apple-layout","variable-fonts","glyph-names"],"glyph-names":["ttf-parser/glyph-names"],"gvar-alloc":["std","ttf-parser/gvar-alloc"],"no-std-float":["ttf-parser/no-std-float"],"opentype-layout":["ttf-parser/opentype-layout"],"std":["ttf-parser/std"],"variable-fonts":["ttf-parser/variable-fonts"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owned_ttf_parser-0.24.0/Cargo.toml","categories":[],"keywords":["ttf","truetype","otf","opentype"],"readme":"README.md","repository":"https://github.com/alexheretic/owned-ttf-parser","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0"},{"package":{"name":"pango-sys","version":"0.18.0","authors":["The gtk-rs Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#pango-sys@0.18.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to libpango-1.0","dependencies":[{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"glib","registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":"gobject","registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"shell-words","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"system-deps","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^6","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"pango_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pango-sys-0.18.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"abi","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pango-sys-0.18.0/tests/abi.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pango-sys-0.18.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"v1_42":[],"v1_44":["v1_42"],"v1_46":["v1_44"],"v1_48":["v1_46"],"v1_50":["v1_48"],"v1_52":["v1_50"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pango-sys-0.18.0/Cargo.toml","categories":[],"keywords":["pango","ffi","gtk-rs","gnome"],"readme":null,"repository":"https://github.com/gtk-rs/gtk-rs-core","homepage":"https://gtk-rs.org/","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"features":[],"rustc-args":["--cfg","docsrs"],"rustdoc-args":["--cfg","docsrs"]}},"system-deps":{"pango":{"name":"pango","v1_42":{"version":"1.42"},"v1_44":{"version":"1.44"},"v1_46":{"version":"1.46"},"v1_48":{"version":"1.48"},"v1_50":{"version":"1.49.2"},"v1_52":{"version":"1.51"},"version":"1.40"}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT"},{"package":{"name":"parking","version":"2.2.1","authors":["Stjepan Glavina ","The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#parking@2.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Thread parking and unparking","dependencies":[{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"parking","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"loom","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.1/tests/loom.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parking","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.1/tests/parking.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"loom":["dep:loom"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.2.1/Cargo.toml","categories":["concurrency"],"keywords":["park","notify","thread","wake","condition"],"readme":"README.md","repository":"https://github.com/smol-rs/parking","homepage":"https://github.com/smol-rs/parking","documentation":"https://docs.rs/parking","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"parking_lot","version":"0.12.3","authors":["Amanieu d'Antras "],"id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot@0.12.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"More compact and efficient implementations of the standard synchronization primitives.","dependencies":[{"name":"lock_api","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"parking_lot","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"issue_392","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/tests/issue_392.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue_203","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/tests/issue_203.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"arc_lock":["lock_api/arc_lock"],"deadlock_detection":["parking_lot_core/deadlock_detection"],"default":[],"hardware-lock-elision":[],"nightly":["parking_lot_core/nightly","lock_api/nightly"],"owning_ref":["lock_api/owning_ref"],"send_guard":[],"serde":["lock_api/serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/Cargo.toml","categories":["concurrency"],"keywords":["mutex","condvar","rwlock","once","thread"],"readme":"README.md","repository":"https://github.com/Amanieu/parking_lot","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["arc_lock","serde","deadlock_detection"],"rustdoc-args":["--generate-link-to-definition"]}},"playground":{"features":["arc_lock","serde","deadlock_detection"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"parking_lot_core","version":"0.9.10","authors":["Amanieu d'Antras "],"id":"registry+https://github.com/rust-lang/crates.io-index#parking_lot_core@0.9.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An advanced API for creating custom synchronization primitives.","dependencies":[{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.60","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"petgraph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thread-id","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"redox_syscall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"redox\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.95","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"parking_lot_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"backtrace":["dep:backtrace"],"deadlock_detection":["petgraph","thread-id","backtrace"],"nightly":[],"petgraph":["dep:petgraph"],"thread-id":["dep:thread-id"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/Cargo.toml","categories":["concurrency"],"keywords":["mutex","condvar","rwlock","once","thread"],"readme":null,"repository":"https://github.com/Amanieu/parking_lot","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"paste","version":"1.0.15","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#paste@1.0.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Macros for all your token pasting needs","dependencies":[{"name":"paste-test-suite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.49","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"paste","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test_item","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/test_item.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_attr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/test_attr.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/compiletest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_doc","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/test_doc.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_expr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/tests/test_expr.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.15/Cargo.toml","categories":["development-tools","no-std","no-std::no-alloc"],"keywords":["macros"],"readme":"README.md","repository":"https://github.com/dtolnay/paste","homepage":null,"documentation":"https://docs.rs/paste","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"pathdiff","version":"0.2.1","authors":["Manish Goregaokar "],"id":"registry+https://github.com/rust-lang/crates.io-index#pathdiff@0.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Library for diffing paths to obtain relative paths","dependencies":[{"name":"camino","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"pathdiff","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"camino":["dep:camino"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/Cargo.toml","categories":[],"keywords":["path","relative"],"readme":null,"repository":"https://github.com/Manishearth/pathdiff","homepage":null,"documentation":"https://docs.rs/pathdiff/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"percent-encoding","version":"2.3.1","authors":["The rust-url developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Percent encoding and decoding","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"percent_encoding","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/Cargo.toml","categories":["no_std"],"keywords":[],"readme":null,"repository":"https://github.com/servo/rust-url/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"pin-project","version":"1.1.5","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#pin-project@1.1.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A crate for safe and ergonomic pin-projection.\n","dependencies":[{"name":"pin-project-internal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.1.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"pin_project","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"enum-default","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/enum-default.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"enum-default-expanded","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/enum-default-expanded.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"not_unpin","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/not_unpin.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"not_unpin-expanded","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/not_unpin-expanded.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"pinned_drop","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/pinned_drop.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"pinned_drop-expanded","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/pinned_drop-expanded.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"project_replace","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/project_replace.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"project_replace-expanded","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/project_replace-expanded.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"struct-default","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/struct-default.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"struct-default-expanded","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/struct-default-expanded.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"unsafe_unpin","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/unsafe_unpin.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"unsafe_unpin-expanded","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/examples/unsafe_unpin-expanded.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"cfg","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/cfg.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"drop_order","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/drop_order.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"expandtest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/expandtest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"pin_project","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/pin_project.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"pinned_drop","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/pinned_drop.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"proper_unpin","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/proper_unpin.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"repr_packed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/repr_packed.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unsafe_unpin","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/tests/unsafe_unpin.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/Cargo.toml","categories":["no-std","no-std::no-alloc","rust-patterns"],"keywords":["pin","macros","attribute"],"readme":"README.md","repository":"https://github.com/taiki-e/pin-project","homepage":null,"documentation":null,"edition":"2021","metadata":{"cargo_check_external_types":{"allowed_external_types":["pin_project_internal::*"]},"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"pin-project-internal","version":"1.1.5","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#pin-project-internal@1.1.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Implementation detail of the `pin-project` crate.\n","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.25","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":["full","visit-mut"],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"pin_project_internal","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.5/Cargo.toml","categories":["no-std","no-std::no-alloc","rust-patterns"],"keywords":["pin","macros","attribute"],"readme":null,"repository":"https://github.com/taiki-e/pin-project","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"pin-project-lite","version":"0.2.14","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.14","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A lightweight version of pin-project written with declarative macros.\n","dependencies":[{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"pin_project_lite","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/compiletest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"drop_order","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/drop_order.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"expandtest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/expandtest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"proper_unpin","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/proper_unpin.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/Cargo.toml","categories":["no-std","no-std::no-alloc","rust-patterns"],"keywords":["pin","macros"],"readme":"README.md","repository":"https://github.com/taiki-e/pin-project-lite","homepage":null,"documentation":null,"edition":"2018","metadata":{"cargo_check_external_types":{"allowed_external_types":[]},"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.37.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"pin-utils","version":"0.1.0","authors":["Josef Brandl "],"id":"registry+https://github.com/rust-lang/crates.io-index#pin-utils@0.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Utilities for pinning\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"pin_utils","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"projection","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/tests/projection.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"stack_pin","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/tests/stack_pin.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang-nursery/pin-utils","homepage":null,"documentation":"https://docs.rs/pin-utils","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"piper","version":"0.2.4","authors":["Stjepan Glavina ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#piper@0.2.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Async pipes, channels, mutexes, and more.","dependencies":[{"name":"atomic-waker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.28","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":true,"uses_default_features":true,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"portable-atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"portable_atomic_crate","registry":null,"path":null},{"name":"async-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":false,"features":["cargo_bench_support"],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"piper","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"pipe","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.4/tests/pipe.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"pipe_comparison","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.4/benches/pipe_comparison.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"futures-io":["dep:futures-io"],"portable-atomic":["atomic-waker/portable-atomic","portable_atomic_crate","portable-atomic-util"],"portable-atomic-util":["dep:portable-atomic-util"],"portable_atomic_crate":["dep:portable_atomic_crate"],"std":["fastrand/std","futures-io"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.4/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/smol-rs/piper","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"pkg-config","version":"0.3.31","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.31","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library to run the pkg-config system tool at build time in order to be used in\nCargo build scripts.\n","dependencies":[{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"pkg_config","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.31/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.31/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.31/Cargo.toml","categories":[],"keywords":["build-dependencies"],"readme":"README.md","repository":"https://github.com/rust-lang/pkg-config-rs","homepage":null,"documentation":"https://docs.rs/pkg-config","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"plotters","version":"0.3.7","authors":["Hao Hou "],"id":"registry+https://github.com/rust-lang/crates.io-index#plotters@0.3.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust drawing library focus on data plotting for both WASM and native applications","dependencies":[{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.32","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num-traits","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters-bitmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters-svg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.139","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.140","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.82","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.89","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.66","kind":"normal","optional":false,"uses_default_features":true,"features":["Document","DomRect","Element","HtmlElement","Node","Window","HtmlCanvasElement","CanvasRenderingContext2d"],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.39","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))","rename":null,"registry":null,"path":null},{"name":"ab_glyph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.12","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"font-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.14.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.3","kind":"normal","optional":true,"uses_default_features":false,"features":["jpeg","png","bmp"],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"pathfinder_geometry","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"ttf-parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.20.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(not(all(target_arch = \"wasm32\", not(target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"rand_distr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null},{"name":"rand_xorshift","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(target_arch = \"wasm32\"))","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"plotters","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"3d-plot","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/3d-plot.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"3d-plot2","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/3d-plot2.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"animation","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/animation.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"area-chart","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/area-chart.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"blit-bitmap","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/blit-bitmap.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"boxplot","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/boxplot.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"chart","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/chart.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"colormaps","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/colormaps.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"console","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/console.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"customized_coord","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/customized_coord.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"errorbar","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/errorbar.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"full_palette","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/full_palette.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"histogram","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/histogram.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"mandelbrot","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/mandelbrot.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"matshow","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/matshow.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"nested_coord","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/nested_coord.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"normal-dist","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/normal-dist.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"normal-dist2","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/normal-dist2.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"pie","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/pie.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"relative_size","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/relative_size.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"sierpinski","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/sierpinski.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"slc-temp","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/slc-temp.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"snowflake","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/snowflake.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"stock","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/stock.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"tick_control","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/tick_control.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"two-scales","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/examples/two-scales.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"benchmark","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/benches/main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"ab_glyph":["dep:ab_glyph","once_cell"],"all_elements":["errorbar","candlestick","boxplot","histogram"],"all_series":["area_series","line_series","point_series","surface_series"],"area_series":[],"bitmap_backend":["plotters-bitmap"],"bitmap_encoder":["plotters-bitmap/image_encoder"],"bitmap_gif":["plotters-bitmap/gif_backend"],"boxplot":[],"candlestick":[],"chrono":["dep:chrono"],"colormaps":[],"datetime":["chrono"],"default":["bitmap_backend","bitmap_encoder","bitmap_gif","svg_backend","chrono","ttf","image","deprecated_items","all_series","all_elements","full_palette","colormaps"],"deprecated_items":[],"errorbar":[],"evcxr":["svg_backend"],"evcxr_bitmap":["evcxr","bitmap_backend","plotters-svg/bitmap_encoder"],"font-kit":["dep:font-kit"],"fontconfig-dlopen":["font-kit/source-fontconfig-dlopen"],"full_palette":[],"histogram":[],"image":["dep:image"],"lazy_static":["dep:lazy_static"],"line_series":[],"once_cell":["dep:once_cell"],"pathfinder_geometry":["dep:pathfinder_geometry"],"plotters-bitmap":["dep:plotters-bitmap"],"plotters-svg":["dep:plotters-svg"],"point_series":[],"surface_series":[],"svg_backend":["plotters-svg"],"ttf":["font-kit","ttf-parser","lazy_static","pathfinder_geometry"],"ttf-parser":["dep:ttf-parser"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/Cargo.toml","categories":["visualization","wasm"],"keywords":["WebAssembly","Visualization","Plotting","Drawing"],"readme":"README.md","repository":"https://github.com/plotters-rs/plotters","homepage":"https://plotters-rs.github.io/","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"plotters-backend","version":"0.3.7","authors":["Hao Hou "],"id":"registry+https://github.com/rust-lang/crates.io-index#plotters-backend@0.3.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Plotters Backend API","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"plotters_backend","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-backend-0.3.7/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/plotters-rs/plotters","homepage":"https://plotters-rs.github.io","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"plotters-svg","version":"0.3.7","authors":["Hao Hou "],"id":"registry+https://github.com/rust-lang/crates.io-index#plotters-svg@0.3.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Plotters SVG backend","dependencies":[{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24.2","kind":"normal","optional":true,"uses_default_features":false,"features":["jpeg","png","bmp"],"target":null,"rename":null,"registry":null,"path":null},{"name":"plotters-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"plotters_svg","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"bitmap_encoder":["image"],"debug":[],"image":["dep:image"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-svg-0.3.7/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/plotters-rs/plotters.git","homepage":"https://plotters-rs.github.io","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"png","version":"0.17.13","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#png@0.17.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"PNG decoding and encoding library in pure Rust","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crc32fast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fdeflate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"miniz_oxide","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.1","kind":"normal","optional":false,"uses_default_features":true,"features":["simd"],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"clap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"getopts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glium","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32","kind":"dev","optional":false,"uses_default_features":false,"features":["glutin"],"target":null,"rename":null,"registry":null,"path":null},{"name":"glob","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"term","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"png","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"change-png-info","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/change-png-info.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"corpus-bench","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/corpus-bench.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"png-generate","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/png-generate.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"pngcheck","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/pngcheck.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"show","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/examples/show.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"decoder","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/benches/decoder.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"expand_paletted","kind":["bench"],"crate_types":["bin"],"required-features":["benchmarks"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/benches/expand_paletted.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"unfilter","kind":["bench"],"crate_types":["bin"],"required-features":["benchmarks"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/benches/unfilter.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"benchmarks":[],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.17.13/Cargo.toml","categories":["multimedia::images"],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/image-png","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"polling","version":"2.8.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#polling@2.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Portable interface to epoll, kqueue, event ports, and IOCP","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.77","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))","rename":null,"registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Networking_WinSock","Win32_Storage_FileSystem","Win32_System_IO","Win32_System_LibraryLoader","Win32_System_Threading","Win32_System_WindowsProgramming"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"polling","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"two-listeners","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/examples/two-listeners.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"wait-signal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/examples/wait-signal.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"concurrent_modification","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/concurrent_modification.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"io","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/io.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"many_connections","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/many_connections.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/notify.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"other_modes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/other_modes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"precision","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/precision.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"timeout","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/timeout.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"windows_post","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/windows_post.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/Cargo.toml","categories":["asynchronous","network-programming","os"],"keywords":["mio","epoll","kqueue","iocp"],"readme":"README.md","repository":"https://github.com/smol-rs/polling","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.47.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"polling","version":"3.7.3","authors":["Stjepan Glavina ","John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#polling@3.7.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Portable interface to epoll, kqueue, event ports, and IOCP","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"easy-parallel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"socket2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.17","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"vita\")))","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.31","kind":"normal","optional":false,"uses_default_features":false,"features":["event","fs","pipe","process","std","time"],"target":"cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))","rename":null,"registry":null,"path":null},{"name":"hermit-abi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"hermit\")","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.59","kind":"normal","optional":false,"uses_default_features":true,"features":["Wdk_Foundation","Wdk_Storage_FileSystem","Win32_Foundation","Win32_Networking_WinSock","Win32_Security","Win32_Storage_FileSystem","Win32_System_IO","Win32_System_LibraryLoader","Win32_System_Threading","Win32_System_WindowsProgramming"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"polling","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"tcp_client","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/examples/tcp_client.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"two-listeners","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/examples/two-listeners.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"wait-signal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/examples/wait-signal.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"concurrent_modification","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/concurrent_modification.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"io","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/io.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"many_connections","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/many_connections.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"multiple_pollers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/multiple_pollers.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"notify","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/notify.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"other_modes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/other_modes.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"precision","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/precision.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"timeout","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/timeout.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"windows_post","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/windows_post.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"windows_waitable","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/tests/windows_waitable.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/Cargo.toml","categories":["asynchronous","network-programming","os"],"keywords":["mio","epoll","kqueue","iocp"],"readme":"README.md","repository":"https://github.com/smol-rs/polling","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"pprof","version":"0.13.0","authors":["Yang Keao "],"id":"registry+https://github.com/rust-lang/crates.io-index#pprof@0.13.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An internal perf tools for rust programs.","dependencies":[{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"findshlibs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"inferno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":true,"uses_default_features":false,"features":["nameattr"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.66","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.26","kind":"normal","optional":false,"uses_default_features":false,"features":["signal","fs"],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"parking_lot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"prost","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"prost-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"protobuf","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"symbolic-demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^12.1","kind":"normal","optional":false,"uses_default_features":false,"features":["rust"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"prost-build","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"protobuf-codegen-pure","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sha2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"pprof","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"backtrace_while_sampling","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/backtrace_while_sampling.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"criterion","kind":["example"],"crate_types":["bin"],"required-features":["flamegraph","criterion"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/criterion.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"flamegraph","kind":["example"],"crate_types":["bin"],"required-features":["flamegraph"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/flamegraph.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"multithread","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/multithread.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"multithread_flamegraph","kind":["example"],"crate_types":["bin"],"required-features":["flamegraph"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/multithread_flamegraph.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"post_processor","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/post_processor.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"prime_number","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/prime_number.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"profile_proto_with_prost","kind":["example"],"crate_types":["bin"],"required-features":["protobuf","prost-codec"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/profile_proto_with_prost.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"profile_proto_with_protobuf_codec","kind":["example"],"crate_types":["bin"],"required-features":["protobuf","protobuf-codec"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/examples/profile_proto_with_protobuf_codec.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"addr_validate","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/benches/addr_validate.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"collector","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/benches/collector.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"_protobuf":[],"cpp":["symbolic-demangle/cpp"],"criterion":["dep:criterion"],"default":["cpp"],"flamegraph":["inferno"],"frame-pointer":[],"inferno":["dep:inferno"],"prost":["dep:prost"],"prost-build":["dep:prost-build"],"prost-codec":["prost","prost-derive","prost-build","sha2","_protobuf"],"prost-derive":["dep:prost-derive"],"protobuf":["dep:protobuf"],"protobuf-codec":["protobuf","protobuf-codegen-pure","_protobuf"],"protobuf-codegen-pure":["dep:protobuf-codegen-pure"],"sha2":["dep:sha2"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pprof-0.13.0/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/tikv/pprof-rs","homepage":null,"documentation":"https://docs.rs/pprof/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"Apache-2.0"},{"package":{"name":"ppv-lite86","version":"0.2.20","authors":["The CryptoCorrosion Contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#ppv-lite86@0.2.20","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Implementation of the crypto-simd API for x86","dependencies":[{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":false,"uses_default_features":true,"features":["simd","derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ppv_lite86","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.20/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"no_simd":[],"simd":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.20/Cargo.toml","categories":["cryptography","no-std"],"keywords":["crypto","simd","x86"],"readme":null,"repository":"https://github.com/cryptocorrosion/cryptocorrosion","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"proc-macro-crate","version":"1.3.1","authors":["Bastian Köcher "],"id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@1.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Replacement for crate (macro_rules keyword) in proc-macros\n","dependencies":[{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_edit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.33","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"proc_macro_crate","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/Cargo.toml","categories":["development-tools::procedural-macro-helpers"],"keywords":["macro-rules","crate","macro","proc-macro"],"readme":"./README.md","repository":"https://github.com/bkchr/proc-macro-crate","homepage":null,"documentation":"https://docs.rs/proc-macro-crate","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"proc-macro-crate","version":"3.2.0","authors":["Bastian Köcher "],"id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro-crate@3.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Replacement for crate (macro_rules keyword) in proc-macros\n","dependencies":[{"name":"toml_edit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.86","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.37","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.76","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"proc_macro_crate","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.2.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"workspace_deps","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.2.0/tests/workspace_deps.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.2.0/Cargo.toml","categories":["development-tools::procedural-macro-helpers"],"keywords":["macro-rules","crate","macro","proc-macro"],"readme":"README.md","repository":"https://github.com/bkchr/proc-macro-crate","homepage":null,"documentation":"https://docs.rs/proc-macro-crate","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.67.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"proc-macro2","version":"1.0.86","authors":["David Tolnay ","Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.86","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.","dependencies":[{"name":"unicode-ident","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"proc_macro2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"comments","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/tests/comments.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"features","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/tests/features.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"marker","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/tests/marker.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_fmt","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/tests/test_fmt.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_size","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/tests/test_size.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["proc-macro"],"nightly":[],"proc-macro":[],"span-locations":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/Cargo.toml","categories":["development-tools::procedural-macro-helpers"],"keywords":["macros","syn"],"readme":"README.md","repository":"https://github.com/dtolnay/proc-macro2","homepage":null,"documentation":"https://docs.rs/proc-macro2","edition":"2021","metadata":{"docs":{"rs":{"rustc-args":["--cfg","procmacro2_semver_exempt"],"rustdoc-args":["--cfg","procmacro2_semver_exempt","--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["span-locations"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"quick-xml","version":"0.26.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.26.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"High performance xml reader and writer","dependencies":[{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"encoding_rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.100","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["io-util"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-value","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.21","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","rt"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"quick_xml","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"async-tokio","kind":["test"],"crate_types":["bin"],"required-features":["async-tokio"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/async-tokio.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"encodings","kind":["test"],"crate_types":["bin"],"required-features":["encoding"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/encodings.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde-de","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde-de.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde-migrated","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde-migrated.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde-se","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde-se.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde_attrs","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde_attrs.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serde_roundtrip","kind":["test"],"crate_types":["bin"],"required-features":["serialize"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/tests/serde_roundtrip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macrobenches","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/benches/macrobenches.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"microbenches","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/benches/microbenches.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"async-tokio":["tokio"],"default":[],"document-features":["dep:document-features"],"encoding":["encoding_rs"],"encoding_rs":["dep:encoding_rs"],"escape-html":[],"overlapped-lists":[],"serde":["dep:serde"],"serialize":["serde"],"tokio":["dep:tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.26.0/Cargo.toml","categories":["asynchronous","encoding","parsing","parser-implementations"],"keywords":["xml","serde","parser","writer","html"],"readme":"README.md","repository":"https://github.com/tafia/quick-xml","homepage":null,"documentation":"https://docs.rs/quick-xml","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docs_rs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.46.0"},"license":"MIT"},{"package":{"name":"quick-xml","version":"0.36.2","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#quick-xml@0.36.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"High performance xml reader and writer","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"document-features","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"encoding_rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=1.0.139","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.10","kind":"normal","optional":true,"uses_default_features":false,"features":["io-util"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pretty_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-value","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.21","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","rt"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"quick_xml","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.36.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"arbitrary":["dep:arbitrary"],"async-tokio":["tokio"],"default":[],"document-features":["dep:document-features"],"encoding":["encoding_rs"],"encoding_rs":["dep:encoding_rs"],"escape-html":[],"overlapped-lists":[],"serde":["dep:serde"],"serde-types":["serde/derive"],"serialize":["serde"],"tokio":["dep:tokio"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.36.2/Cargo.toml","categories":["asynchronous","encoding","parsing","parser-implementations"],"keywords":["xml","serde","parser","writer","html"],"readme":"README.md","repository":"https://github.com/tafia/quick-xml","homepage":null,"documentation":"https://docs.rs/quick-xml","edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT"},{"package":{"name":"quote","version":"1.0.37","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.37","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Quasi-quoting macro quote!(...)","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.80","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.66","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"quote","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/tests/compiletest.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["proc-macro"],"proc-macro":["proc-macro2/proc-macro"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.37/Cargo.toml","categories":["development-tools::procedural-macro-helpers"],"keywords":["macros","syn"],"readme":"README.md","repository":"https://github.com/dtolnay/quote","homepage":null,"documentation":"https://docs.rs/quote/","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"rand","version":"0.8.5","authors":["The Rand Project Developers","The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#rand@0.8.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Random number generators and other randomness functionality.\n","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"packed_simd_2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"normal","optional":true,"uses_default_features":true,"features":["into_bits"],"target":null,"rename":"packed_simd","registry":null,"path":null},{"name":"rand_chacha","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_pcg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.22","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rand","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":["rand_core/alloc"],"default":["std","std_rng"],"getrandom":["rand_core/getrandom"],"libc":["dep:libc"],"log":["dep:log"],"min_const_gen":[],"nightly":[],"packed_simd":["dep:packed_simd"],"rand_chacha":["dep:rand_chacha"],"serde":["dep:serde"],"serde1":["serde","rand_core/serde1"],"simd_support":["packed_simd"],"small_rng":[],"std":["rand_core/std","rand_chacha/std","alloc","getrandom","libc"],"std_rng":["rand_chacha"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/Cargo.toml","categories":["algorithms","no-std"],"keywords":["random","rng"],"readme":"README.md","repository":"https://github.com/rust-random/rand","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"]}},"playground":{"features":["small_rng","serde1"]}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"rand_chacha","version":"0.3.1","authors":["The Rand Project Developers","The Rust Project Developers","The CryptoCorrosion Contributors"],"id":"registry+https://github.com/rust-lang/crates.io-index#rand_chacha@0.3.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"ChaCha random number generator\n","dependencies":[{"name":"ppv-lite86","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.8","kind":"normal","optional":false,"uses_default_features":false,"features":["simd"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rand_chacha","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"serde":["dep:serde"],"serde1":["serde"],"simd":[],"std":["ppv-lite86/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/Cargo.toml","categories":["algorithms","no-std"],"keywords":["random","rng","chacha"],"readme":"README.md","repository":"https://github.com/rust-random/rand","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand_chacha","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"rand_core","version":"0.6.4","authors":["The Rand Project Developers","The Rust Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.6.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Core random number generator traits and tools for implementation.\n","dependencies":[{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rand_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"getrandom":["dep:getrandom"],"serde":["dep:serde"],"serde1":["serde"],"std":["alloc","getrandom","getrandom/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/Cargo.toml","categories":["algorithms","no-std"],"keywords":["random","rng"],"readme":"README.md","repository":"https://github.com/rust-random/rand","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand_core","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"]}},"playground":{"all-features":true}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"rand_xoshiro","version":"0.6.0","authors":["The Rand Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#rand_xoshiro@0.6.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Xoshiro, xoroshiro and splitmix64 random number generators","dependencies":[{"name":"rand_core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rand_xoshiro","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xoshiro-0.6.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xoshiro-0.6.0/tests/serde.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"serde":["dep:serde"],"serde1":["serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xoshiro-0.6.0/Cargo.toml","categories":["algorithms"],"keywords":["random","rng"],"readme":"README.md","repository":"https://github.com/rust-random/rngs","homepage":"https://rust-random.github.io/book","documentation":"https://docs.rs/rand_xoshiro","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"raw-window-handle","version":"0.6.2","authors":["Osspial "],"id":"registry+https://github.com/rust-lang/crates.io-index#raw-window-handle@0.6.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Interoperability library for Rust Windowing applications.","dependencies":[{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.87","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"raw_window_handle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-window-handle-0.6.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"std":["alloc"],"wasm-bindgen":["dep:wasm-bindgen"],"wasm-bindgen-0-2":["wasm-bindgen","std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-window-handle-0.6.2/Cargo.toml","categories":[],"keywords":["windowing"],"readme":"README.md","repository":"https://github.com/rust-windowing/raw-window-handle","homepage":null,"documentation":"https://docs.rs/raw-window-handle","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT OR Apache-2.0 OR Zlib"},{"package":{"name":"rayon","version":"1.10.0","authors":["Niko Matsakis ","Josh Stone "],"id":"registry+https://github.com/rust-lang/crates.io-index#rayon@1.10.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Simple work-stealing parallelism for Rust","dependencies":[{"name":"either","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm_sync","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xorshift","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rayon","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"chars","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/chars.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"clones","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/clones.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"collect","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/collect.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"cross-pool","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/cross-pool.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"debug","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/debug.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"drain_vec","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/drain_vec.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"intersperse","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/intersperse.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue671","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/issue671.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"issue671-unzip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/issue671-unzip.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"iter_panic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/iter_panic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"named-threads","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/named-threads.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"octillion","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/octillion.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"par_bridge_recursion","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/par_bridge_recursion.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"producer_split_at","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/producer_split_at.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"sort-panic-safe","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/sort-panic-safe.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"str","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/tests/str.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"web_spin_lock":["dep:wasm_sync","rayon-core/web_spin_lock"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/Cargo.toml","categories":["concurrency"],"keywords":["parallel","thread","concurrency","join","performance"],"readme":"README.md","repository":"https://github.com/rayon-rs/rayon","homepage":null,"documentation":"https://docs.rs/rayon/","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"rayon-core","version":"1.12.1","authors":["Niko Matsakis ","Josh Stone "],"id":"registry+https://github.com/rust-lang/crates.io-index#rayon-core@1.12.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Core APIs for Rayon","dependencies":[{"name":"crossbeam-deque","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm_sync","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xorshift","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"scoped-tls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rayon_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"double_init_fail","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/double_init_fail.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"init_zero_threads","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/init_zero_threads.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"scope_join","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/scope_join.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"scoped_threadpool","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/scoped_threadpool.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"simple_panic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/simple_panic.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"stack_overflow_crash","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/stack_overflow_crash.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"use_current_thread","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/tests/use_current_thread.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"web_spin_lock":["dep:wasm_sync"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/Cargo.toml","categories":["concurrency"],"keywords":["parallel","thread","concurrency","join","performance"],"readme":"README.md","repository":"https://github.com/rayon-rs/rayon","homepage":null,"documentation":"https://docs.rs/rayon/","edition":"2021","links":"rayon-core","publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"redox_syscall","version":"0.4.1","authors":["Jeremy Soller "],"id":"registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust library to access raw Redox system calls","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"syscall","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.4.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"core":["dep:core"],"rustc-dep-of-std":["core","bitflags/rustc-dep-of-std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.4.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/syscall","homepage":null,"documentation":"https://docs.rs/redox_syscall","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"redox_syscall","version":"0.5.6","authors":["Jeremy Soller "],"id":"registry+https://github.com/rust-lang/crates.io-index#redox_syscall@0.5.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust library to access raw Redox system calls","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"loom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(loom)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"syscall","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.5.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"core":["dep:core"],"default":["userspace"],"rustc-dep-of-std":["core","bitflags/rustc-dep-of-std"],"std":[],"userspace":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.5.6/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://gitlab.redox-os.org/redox-os/syscall","homepage":null,"documentation":"https://docs.rs/redox_syscall","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"regex","version":"1.10.6","authors":["The Rust Project Developers","Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#regex@1.10.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An implementation of regular expressions for Rust. This implementation uses\nfinite automata and guarantees linear time matching on all inputs.\n","dependencies":[{"name":"aho-corasick","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-automata","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.4","kind":"normal","optional":false,"uses_default_features":false,"features":["alloc","syntax","meta","nfa-pikevm"],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.69","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"dev","optional":false,"uses_default_features":false,"features":["atty","humantime","termcolor"],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"regex","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"integration","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.6/tests/lib.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["std","perf","unicode","regex-syntax/default"],"logging":["aho-corasick?/logging","memchr?/logging","regex-automata/logging"],"pattern":[],"perf":["perf-cache","perf-dfa","perf-onepass","perf-backtrack","perf-inline","perf-literal"],"perf-backtrack":["regex-automata/nfa-backtrack"],"perf-cache":[],"perf-dfa":["regex-automata/hybrid"],"perf-dfa-full":["regex-automata/dfa-build","regex-automata/dfa-search"],"perf-inline":["regex-automata/perf-inline"],"perf-literal":["dep:aho-corasick","dep:memchr","regex-automata/perf-literal"],"perf-onepass":["regex-automata/dfa-onepass"],"std":["aho-corasick?/std","memchr?/std","regex-automata/std","regex-syntax/std"],"unicode":["unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment","regex-automata/unicode","regex-syntax/unicode"],"unicode-age":["regex-automata/unicode-age","regex-syntax/unicode-age"],"unicode-bool":["regex-automata/unicode-bool","regex-syntax/unicode-bool"],"unicode-case":["regex-automata/unicode-case","regex-syntax/unicode-case"],"unicode-gencat":["regex-automata/unicode-gencat","regex-syntax/unicode-gencat"],"unicode-perl":["regex-automata/unicode-perl","regex-automata/unicode-word-boundary","regex-syntax/unicode-perl"],"unicode-script":["regex-automata/unicode-script","regex-syntax/unicode-script"],"unicode-segment":["regex-automata/unicode-segment","regex-syntax/unicode-segment"],"unstable":["pattern"],"use_std":["std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.6/Cargo.toml","categories":["text-processing"],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/regex","homepage":"https://github.com/rust-lang/regex","documentation":"https://docs.rs/regex","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"regex-automata","version":"0.4.7","authors":["The Rust Project Developers","Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#regex-automata@0.4.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Automata construction and matching using regular expressions.","dependencies":[{"name":"aho-corasick","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.14","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-syntax","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.69","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bstr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"dev","optional":false,"uses_default_features":false,"features":["atty","humantime","termcolor"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"regex_automata","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.7/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"integration","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.7/tests/lib.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"alloc":[],"default":["std","syntax","perf","unicode","meta","nfa","dfa","hybrid"],"dfa":["dfa-build","dfa-search","dfa-onepass"],"dfa-build":["nfa-thompson","dfa-search"],"dfa-onepass":["nfa-thompson"],"dfa-search":[],"hybrid":["alloc","nfa-thompson"],"internal-instrument":["internal-instrument-pikevm"],"internal-instrument-pikevm":["logging","std"],"logging":["dep:log","aho-corasick?/logging","memchr?/logging"],"meta":["syntax","nfa-pikevm"],"nfa":["nfa-thompson","nfa-pikevm","nfa-backtrack"],"nfa-backtrack":["nfa-thompson"],"nfa-pikevm":["nfa-thompson"],"nfa-thompson":["alloc"],"perf":["perf-inline","perf-literal"],"perf-inline":[],"perf-literal":["perf-literal-substring","perf-literal-multisubstring"],"perf-literal-multisubstring":["std","dep:aho-corasick"],"perf-literal-substring":["aho-corasick?/perf-literal","dep:memchr"],"std":["regex-syntax?/std","memchr?/std","aho-corasick?/std","alloc"],"syntax":["dep:regex-syntax","alloc"],"unicode":["unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment","unicode-word-boundary","regex-syntax?/unicode"],"unicode-age":["regex-syntax?/unicode-age"],"unicode-bool":["regex-syntax?/unicode-bool"],"unicode-case":["regex-syntax?/unicode-case"],"unicode-gencat":["regex-syntax?/unicode-gencat"],"unicode-perl":["regex-syntax?/unicode-perl"],"unicode-script":["regex-syntax?/unicode-script"],"unicode-segment":["regex-syntax?/unicode-segment"],"unicode-word-boundary":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.7/Cargo.toml","categories":["text-processing"],"keywords":["regex","dfa","automata","automaton","nfa"],"readme":"README.md","repository":"https://github.com/rust-lang/regex/tree/master/regex-automata","homepage":null,"documentation":"https://docs.rs/regex-automata","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"regex-syntax","version":"0.8.4","authors":["The Rust Project Developers","Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#regex-syntax@0.8.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A regular expression parser.","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"regex_syntax","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"default":["std","unicode"],"std":[],"unicode":["unicode-age","unicode-bool","unicode-case","unicode-gencat","unicode-perl","unicode-script","unicode-segment"],"unicode-age":[],"unicode-bool":[],"unicode-case":[],"unicode-gencat":[],"unicode-perl":[],"unicode-script":[],"unicode-segment":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/regex/tree/master/regex-syntax","homepage":null,"documentation":"https://docs.rs/regex-syntax","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"rfd","version":"0.14.1","authors":["Poly "],"id":"git+https://github.com/PolyMeilex/rfd?rev=665230c#0.14.1","source":"git+https://github.com/PolyMeilex/rfd?rev=665230c#665230c5ebec9a67661405fa335d63b28ecf58be","description":"Rusty File Dialog","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.12","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ashpd","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":true,"uses_default_features":false,"features":["raw_handle"],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"glib-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"gobject-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"gtk-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.18.0","kind":"normal","optional":true,"uses_default_features":true,"features":["v3_24"],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"pollster","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"urlencoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"linux\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.46","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.69","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.19","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.46","kind":"normal","optional":false,"uses_default_features":true,"features":["Document","Element","HtmlInputElement","HtmlButtonElement","HtmlAnchorElement","Window","File","FileList","FileReader","Blob","BlobPropertyBag","Url"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-app-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["block2","NSAlert","NSApplication","NSButton","NSControl","NSOpenPanel","NSPanel","NSResponder","NSRunningApplication","NSSavePanel","NSView","NSWindow"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["dispatch","NSArray","NSEnumerator","NSString","NSThread","NSURL"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_System_Com","Win32_UI_Shell_Common","Win32_UI_Shell","Win32_UI_WindowsAndMessaging"],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"rfd","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/665230c/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"async","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/665230c/examples/async.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"msg","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/665230c/examples/msg.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"save","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/665230c/examples/save.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/665230c/examples/simple.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/665230c/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"ashpd":["dep:ashpd"],"async-std":["ashpd?/async-std"],"common-controls-v6":["windows-sys/Win32_UI_Controls"],"default":["xdg-portal","async-std"],"file-handle-inner":[],"glib-sys":["dep:glib-sys"],"gobject-sys":["dep:gobject-sys"],"gtk-sys":["dep:gtk-sys"],"gtk3":["gtk-sys","glib-sys","gobject-sys"],"pollster":["dep:pollster"],"tokio":["ashpd?/tokio"],"urlencoding":["dep:urlencoding"],"xdg-portal":["ashpd","urlencoding","pollster"]},"manifest_path":"/home/va_erie/.cargo/git/checkouts/rfd-e2d5bbf540150046/665230c/Cargo.toml","categories":[],"keywords":["file","ui","dialog"],"readme":"README.md","repository":"https://github.com/PolyMeilex/rfd","homepage":null,"documentation":"https://docs.rs/rfd","edition":"2021","metadata":{"docs":{"rs":{"features":["file-handle-inner"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"rgb","version":"0.8.50","authors":["Kornel Lesiński ","James Forster "],"id":"registry+https://github.com/rust-lang/crates.io-index#rgb@0.8.50","source":"registry+https://github.com/rust-lang/crates.io-index","description":"`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods for color manipulation.\nAllows no-copy high-level interoperability. Also adds common convenience methods and implements standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class Rust objects.","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.16","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"defmt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.200","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.100","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"rgb","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rgb-0.8.50/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"example","kind":["example"],"crate_types":["bin"],"required-features":["as-bytes"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rgb-0.8.50/examples/example.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"serde","kind":["example"],"crate_types":["bin"],"required-features":["serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rgb-0.8.50/examples/serde.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"argb":[],"as-bytes":["bytemuck"],"bytemuck":["dep:bytemuck"],"checked_fns":[],"default":["as-bytes","argb","grb"],"defmt-03":["dep:defmt"],"grb":[],"serde":["dep:serde"],"unstable-experimental":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rgb-0.8.50/Cargo.toml","categories":["graphics","rust-patterns","multimedia::images"],"keywords":["rgb","rgba","bgra","pixel","color"],"readme":"README.md","repository":"https://github.com/kornelski/rust-rgb","homepage":"https://lib.rs/crates/rgb","documentation":"https://docs.rs/rgb","edition":"2021","metadata":{"docs":{"rs":{"features":["as-bytes","serde"],"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT"},{"package":{"name":"ron","version":"0.8.1","authors":["Christopher Durham ","Dzmitry Malyshau ","Thomas Schaller ","Juniper Tyree "],"id":"registry+https://github.com/rust-lang/crates.io-index#ron@0.8.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rusty Object Notation","dependencies":[{"name":"base64","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"option_set","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ron","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"decode","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/examples/decode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"decode_file","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/examples/decode_file.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"encode","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/examples/encode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"transcode","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/examples/transcode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"117_untagged_tuple_variant","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/117_untagged_tuple_variant.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"123_enum_representation","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/123_enum_representation.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"129_indexmap","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/129_indexmap.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"147_empty_sets_serialisation","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/147_empty_sets_serialisation.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"152_bitflags","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/152_bitflags.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"203_error_positions","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/203_error_positions.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"207_adjacently_tagged_enum","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/207_adjacently_tagged_enum.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"238_array","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/238_array.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"240_array_pretty","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/240_array_pretty.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"250_variant_newtypes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/250_variant_newtypes.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"256_comma_error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/256_comma_error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"289_enumerate_arrays","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/289_enumerate_arrays.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"301_struct_name_mismatch","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/301_struct_name_mismatch.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"307_stack_overflow","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/307_stack_overflow.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"322_escape_idents","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/322_escape_idents.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"337_value_float_roundtrip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/337_value_float_roundtrip.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"359_deserialize_seed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/359_deserialize_seed.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"367_implicit_some","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/367_implicit_some.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"370_float_parsing","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/370_float_parsing.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"393_serde_errors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/393_serde_errors.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"401_raw_identifier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/401_raw_identifier.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"410_trailing_comma","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/410_trailing_comma.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"423_de_borrowed_identifier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/423_de_borrowed_identifier.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"462_bytes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/462_bytes.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"big_struct","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/big_struct.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"borrowed_str","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/borrowed_str.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"comments","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/comments.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"depth_limit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/depth_limit.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"escape","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/escape.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"extensions","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/extensions.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"floats","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/floats.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"large_number","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/large_number.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"min_max","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/min_max.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"non_identifier_identifier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/non_identifier_identifier.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"numbers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/numbers.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"options","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/options.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"preserve_sequence","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/preserve_sequence.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"roundtrip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/roundtrip.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"struct_integers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/struct_integers.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"to_string_pretty","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/to_string_pretty.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"unicode","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/unicode.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"value","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/tests/value.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"indexmap":["dep:indexmap"],"integer128":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.8.1/Cargo.toml","categories":["encoding"],"keywords":["parser","serde","serialization"],"readme":"README.md","repository":"https://github.com/ron-rs/ron","homepage":"https://github.com/ron-rs/ron","documentation":"https://docs.rs/ron/","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"rustc-demangle","version":"0.1.24","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#rustc-demangle@0.1.24","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust compiler symbol demangling.\n","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rustc_demangle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.24/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"rustc-dep-of-std":["core","compiler_builtins"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.24/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-lang/rustc-demangle","homepage":"https://github.com/rust-lang/rustc-demangle","documentation":"https://docs.rs/rustc-demangle","edition":"2015","metadata":{"docs":{"rs":{"features":["std"],"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"rustc_version","version":"0.4.1","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#rustc_version@0.4.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for querying the version of a installed rustc compiler","dependencies":[{"name":"semver","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"rustc_version","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"all","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.1/tests/all.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.1/Cargo.toml","categories":[],"keywords":["version","rustc"],"readme":"README.md","repository":"https://github.com/djc/rustc-version-rs","homepage":null,"documentation":"https://docs.rs/rustc_version/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.32.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"rustix","version":"0.37.27","authors":["Dan Gohman ","Jakub Konka "],"id":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.37.27","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls","dependencies":[{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"alloc","registry":null,"path":null},{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.49","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"io-lifetimes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.10","kind":"normal","optional":true,"uses_default_features":false,"features":["close"],"target":null,"rename":null,"registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"io-lifetimes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.10","kind":"dev","optional":false,"uses_default_features":false,"features":["close"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.144","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":"libc_errno","registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.68","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"linux-raw-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":false,"features":["general","ioctl","no_std"],"target":"cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.144","kind":"normal","optional":true,"uses_default_features":true,"features":["extra_traits"],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))","rename":"libc_errno","registry":null,"path":null},{"name":"linux-raw-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":false,"features":["general","errno","ioctl","no_std"],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.144","kind":"normal","optional":false,"uses_default_features":true,"features":["extra_traits"],"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))","rename":"libc_errno","registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"android\", target_os = \"linux\"))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(windows)","rename":"libc_errno","registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Networking_WinSock","Win32_NetworkManagement_IpHelper","Win32_System_Threading"],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"ctor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"rustix","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.27/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.27/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"all-apis":["fs","io_uring","mm","net","param","process","procfs","pty","rand","runtime","termios","thread","time"],"all-impls":["os_pipe","fs-err"],"alloc":["dep:alloc"],"cc":["dep:cc"],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std","use-libc-auxv"],"fs":[],"fs-err":["io-lifetimes/fs-err"],"io-lifetimes":["dep:io-lifetimes"],"io_uring":["fs","net"],"itoa":["dep:itoa"],"libc":["dep:libc"],"libc_errno":["dep:libc_errno"],"linux_4_11":[],"linux_latest":["linux_4_11"],"mm":[],"net":[],"once_cell":["dep:once_cell"],"os_pipe":["io-lifetimes/os_pipe"],"param":["fs"],"process":[],"procfs":["once_cell","itoa","fs"],"pty":["itoa","fs"],"rand":[],"runtime":[],"rustc-dep-of-std":["core","alloc","compiler_builtins","linux-raw-sys/rustc-dep-of-std","bitflags/rustc-dep-of-std"],"std":["io-lifetimes"],"termios":[],"thread":[],"time":[],"use-libc":["libc_errno","libc"],"use-libc-auxv":["libc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.27/Cargo.toml","categories":["os::unix-apis","date-and-time","filesystem","network-programming"],"keywords":["api","file","network","safe","syscall"],"readme":"README.md","repository":"https://github.com/bytecodealliance/rustix","homepage":null,"documentation":"https://docs.rs/rustix","edition":"2018","metadata":{"docs":{"rs":{"features":["all-apis"],"rustdoc-args":["--cfg","doc_cfg"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-apple-darwin","x86_64-pc-windows-msvc","x86_64-unknown-freebsd","x86_64-unknown-openbsd","x86_64-unknown-netbsd","x86_64-unknown-dragonfly","x86_64-unknown-illumos","x86_64-unknown-redox","x86_64-unknown-haiku","wasm32-unknown-emscripten","wasm32-wasi"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"},{"package":{"name":"rustix","version":"0.38.37","authors":["Dan Gohman ","Jakub Konka "],"id":"registry+https://github.com/rust-lang/crates.io-index#rustix@0.38.37","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.49","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.156","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":"libc_errno","registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serial_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"linux-raw-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.14","kind":"normal","optional":false,"uses_default_features":false,"features":["general","ioctl","no_std"],"target":"cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))","rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(criterion, not(any(target_os = \"emscripten\", target_os = \"wasi\"))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.156","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))","rename":"libc_errno","registry":null,"path":null},{"name":"linux-raw-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.14","kind":"normal","optional":false,"uses_default_features":false,"features":["general","errno","ioctl","no_std","elf"],"target":"cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.156","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))","rename":"libc_errno","registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"android\", target_os = \"linux\"))","rename":null,"registry":null,"path":null},{"name":"errno","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(windows)","rename":"libc_errno","registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Networking_WinSock","Win32_NetworkManagement_IpHelper","Win32_System_Threading"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"rustix","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"mod","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/benches/mod.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"all-apis":["event","fs","io_uring","mm","mount","net","param","pipe","process","procfs","pty","rand","runtime","shm","stdio","system","termios","thread","time"],"alloc":[],"cc":[],"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std","use-libc-auxv"],"event":[],"fs":[],"io_uring":["event","fs","net","linux-raw-sys/io_uring"],"itoa":["dep:itoa"],"libc":["dep:libc"],"libc-extra-traits":["libc?/extra_traits"],"libc_errno":["dep:libc_errno"],"linux_4_11":[],"linux_latest":["linux_4_11"],"mm":[],"mount":[],"net":["linux-raw-sys/net","linux-raw-sys/netlink","linux-raw-sys/if_ether","linux-raw-sys/xdp"],"once_cell":["dep:once_cell"],"param":["fs"],"pipe":[],"process":["linux-raw-sys/prctl"],"procfs":["once_cell","itoa","fs"],"pty":["itoa","fs"],"rand":[],"runtime":["linux-raw-sys/prctl"],"rustc-dep-of-std":["core","rustc-std-workspace-alloc","compiler_builtins","linux-raw-sys/rustc-dep-of-std","bitflags/rustc-dep-of-std","compiler_builtins?/rustc-dep-of-std"],"rustc-std-workspace-alloc":["dep:rustc-std-workspace-alloc"],"shm":["fs"],"std":["bitflags/std","alloc","libc?/std","libc_errno?/std","libc-extra-traits"],"stdio":[],"system":["linux-raw-sys/system"],"termios":[],"thread":["linux-raw-sys/prctl"],"time":[],"try_close":[],"use-explicitly-provided-auxv":[],"use-libc":["libc_errno","libc","libc-extra-traits"],"use-libc-auxv":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/Cargo.toml","categories":["os::unix-apis","date-and-time","filesystem","network-programming"],"keywords":["api","file","network","safe","syscall"],"readme":"README.md","repository":"https://github.com/bytecodealliance/rustix","homepage":null,"documentation":"https://docs.rs/rustix","edition":"2021","metadata":{"docs":{"rs":{"features":["all-apis"],"targets":["x86_64-unknown-linux-gnu","i686-unknown-linux-gnu","x86_64-apple-darwin","x86_64-pc-windows-msvc","x86_64-unknown-freebsd","x86_64-unknown-openbsd","x86_64-unknown-netbsd","x86_64-unknown-dragonfly","x86_64-unknown-illumos","x86_64-unknown-redox","x86_64-unknown-haiku","wasm32-unknown-emscripten","wasm32-wasi"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"},{"package":{"name":"ryu","version":"1.0.18","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#ryu@1.0.18","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast floating point to string conversion","dependencies":[{"name":"no-panic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"num_cpus","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_xorshift","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR BSL-1.0","license_file":null,"targets":[{"name":"ryu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"upstream_benchmark","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/examples/upstream_benchmark.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"s2f_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/s2f_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"common_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/common_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"s2d_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/s2d_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"d2s_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/d2s_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"f2s_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/f2s_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"d2s_table_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/d2s_table_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"exhaustive","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/exhaustive.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"d2s_intrinsics_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/tests/d2s_intrinsics_test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"no-panic":["dep:no-panic"],"small":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/Cargo.toml","categories":["value-formatting","no-std","no-std::no-alloc"],"keywords":["float"],"readme":"README.md","repository":"https://github.com/dtolnay/ryu","homepage":null,"documentation":"https://docs.rs/ryu","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"Apache-2.0 OR BSL-1.0"},{"package":{"name":"same-file","version":"1.0.6","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#same-file@1.0.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A simple crate for determining whether two file paths point to the same file.\n","dependencies":[{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"same_file","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"is_same_file","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_same_file.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"is_stderr","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_stderr.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/Cargo.toml","categories":[],"keywords":["same","file","equal","inode"],"readme":"README.md","repository":"https://github.com/BurntSushi/same-file","homepage":"https://github.com/BurntSushi/same-file","documentation":"https://docs.rs/same-file","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Unlicense OR MIT"},{"package":{"name":"scoped-tls","version":"1.0.1","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#scoped-tls@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Library implementation of the standard library's old `scoped_thread_local!`\nmacro for providing scoped access to thread local storage (TLS) so any type can\nbe stored into TLS.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"scoped_tls","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/alexcrichton/scoped-tls","homepage":"https://github.com/alexcrichton/scoped-tls","documentation":"https://docs.rs/scoped-tls","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":"1.59.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"scopeguard","version":"1.2.0","authors":["bluss"],"id":"registry+https://github.com/rust-lang/crates.io-index#scopeguard@1.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A RAII scope guard that will run a given closure when it goes out of scope,\neven if the code between panics (assuming unwinding panic).\n\nDefines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"scopeguard","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"readme","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/examples/readme.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"default":["use_std"],"use_std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/Cargo.toml","categories":["rust-patterns","no-std"],"keywords":["scope-guard","defer","panic","unwind"],"readme":"README.md","repository":"https://github.com/bluss/scopeguard","homepage":null,"documentation":"https://docs.rs/scopeguard/","edition":"2015","metadata":{"release":{"no-dev-version":true}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"sctk-adwaita","version":"0.10.1","authors":["Poly "],"id":"registry+https://github.com/rust-lang/crates.io-index#sctk-adwaita@0.10.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Adwaita-like SCTK Frame","dependencies":[{"name":"ab_glyph","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossfont","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smithay-client-toolkit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tiny-skia","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":false,"uses_default_features":false,"features":["std","simd"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"sctk_adwaita","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sctk-adwaita-0.10.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sctk-adwaita-0.10.1/examples/window.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"ab_glyph":["dep:ab_glyph","memmap2"],"crossfont":["dep:crossfont"],"default":["ab_glyph"],"memmap2":["dep:memmap2"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sctk-adwaita-0.10.1/Cargo.toml","categories":[],"keywords":["sctk"],"readme":"README.md","repository":"https://github.com/PolyMeilex/sctk-adwaita","homepage":null,"documentation":"https://docs.rs/sctk-adwaita","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"semver","version":"1.0.23","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#semver@1.0.23","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser and evaluator for Cargo's flavor of Semantic Versioning","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.194","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"semver","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test_version_req","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/tests/test_version_req.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_identifier","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/tests/test_identifier.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_autotrait","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/tests/test_autotrait.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_version","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/tests/test_version.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parse","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/benches/parse.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.23/Cargo.toml","categories":["data-structures","no-std"],"keywords":["cargo"],"readme":"README.md","repository":"https://github.com/dtolnay/semver","homepage":null,"documentation":"https://docs.rs/semver","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--cfg","doc_cfg","--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"serde","version":"1.0.210","authors":["Erick Tryzelaar ","David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.210","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A generic serialization/deserialization framework","dependencies":[{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.210","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any())","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"default":["std"],"derive":["serde_derive"],"rc":[],"serde_derive":["dep:serde_derive"],"std":[],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.210/Cargo.toml","categories":["encoding","no-std","no-std::no-alloc"],"keywords":["serde","serialization","no_std"],"readme":"crates-io.md","repository":"https://github.com/serde-rs/serde","homepage":"https://serde.rs","documentation":"https://docs.rs/serde","edition":"2018","metadata":{"docs":{"rs":{"features":["derive","rc","unstable"],"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["derive","rc"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"serde_derive","version":"1.0.210","authors":["Erick Tryzelaar ","David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#serde_derive@1.0.210","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Macros 1.1 implementation of #[derive(Serialize, Deserialize)]","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":false,"features":["proc-macro"],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":false,"features":["proc-macro"],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":false,"features":["clone-impls","derive","parsing","printing","proc-macro"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.210/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"default":[],"deserialize_in_place":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.210/Cargo.toml","categories":["no-std","no-std::no-alloc"],"keywords":["serde","serialization","no_std","derive"],"readme":"crates-io.md","repository":"https://github.com/serde-rs/serde","homepage":"https://serde.rs","documentation":"https://serde.rs/derive.html","edition":"2015","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"serde_json","version":"1.0.128","authors":["Erick Tryzelaar ","David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#serde_json@1.0.128","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A JSON serialization file format","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itoa","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ryu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.194","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"indoc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ref-cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.194","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.166","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_stacker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.81","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde_json","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/tests/compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"debug","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/tests/debug.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lexical","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/tests/lexical.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"map","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/tests/map.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"regression","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/tests/regression.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"stream","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/tests/stream.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":["serde/alloc"],"arbitrary_precision":[],"default":["std"],"float_roundtrip":[],"indexmap":["dep:indexmap"],"preserve_order":["indexmap","std"],"raw_value":[],"std":["memchr/std","serde/std"],"unbounded_depth":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.128/Cargo.toml","categories":["encoding","parser-implementations","no-std"],"keywords":["json","serde","serialization"],"readme":"README.md","repository":"https://github.com/serde-rs/json","homepage":null,"documentation":"https://docs.rs/serde_json","edition":"2021","metadata":{"docs":{"rs":{"features":["preserve_order","raw_value","unbounded_depth"],"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["raw_value"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"serde_repr","version":"0.1.19","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#serde_repr@0.1.19","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum.","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.166","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.100","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.81","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde_repr","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/tests/compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/tests/test.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/Cargo.toml","categories":["encoding","no-std","no-std::no-alloc"],"keywords":["serde","serialization","integer"],"readme":"README.md","repository":"https://github.com/dtolnay/serde-repr","homepage":null,"documentation":"https://docs.rs/serde_repr","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"serde_spanned","version":"0.6.8","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@0.6.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Serde-compatible spanned Value","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-untagged","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"serde_spanned","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.8/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.8/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["serde","span"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":"https://github.com/toml-rs/toml","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"sha1","version":"0.10.6","authors":["RustCrypto Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#sha1@0.10.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"SHA-1 hash function","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"digest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"digest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.7","kind":"dev","optional":false,"uses_default_features":true,"features":["dev"],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex-literal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cpufeatures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))","rename":null,"registry":null,"path":null},{"name":"sha1-asm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"sha1","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"mod","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/tests/mod.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mod","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/benches/mod.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"asm":["sha1-asm"],"compress":[],"default":["std"],"force-soft":[],"loongarch64_asm":[],"oid":["digest/oid"],"sha1-asm":["dep:sha1-asm"],"std":["digest/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/Cargo.toml","categories":["cryptography","no-std"],"keywords":["crypto","sha1","hash","digest"],"readme":"README.md","repository":"https://github.com/RustCrypto/hashes","homepage":null,"documentation":"https://docs.rs/sha1","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"shlex","version":"1.3.0","authors":["comex ","Fenhl ","Adrian Taylor ","Alex Touchet ","Daniel Parks ","Garrett Berg "],"id":"registry+https://github.com/rust-lang/crates.io-index#shlex@1.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Split a string into shell words, like Python's shlex.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"shlex","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shlex-1.3.0/Cargo.toml","categories":["command-line-interface","parser-implementations"],"keywords":[],"readme":"README.md","repository":"https://github.com/comex/rust-shlex","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":"1.46.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"signal-hook-registry","version":"1.4.2","authors":["Michal 'vorner' Vaner ","Masaki Hara "],"id":"registry+https://github.com/rust-lang/crates.io-index#signal-hook-registry@1.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Backend crate for signal-hook","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"signal-hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"signal_hook_registry","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"unregister_signal","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/tests/unregister_signal.rs","edition":"2015","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/Cargo.toml","categories":[],"keywords":["signal","unix","daemon"],"readme":"README.md","repository":"https://github.com/vorner/signal-hook","homepage":null,"documentation":"https://docs.rs/signal-hook-registry","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"simd-adler32","version":"0.3.7","authors":["Marvin Countryman "],"id":"registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A SIMD-accelerated Adler-32 hash algorithm implementation.","dependencies":[{"name":"adler","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"adler32","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"simd_adler32","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"alts","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/bench/alts.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"variants","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/bench/variants.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"const-generics":[],"default":["std","const-generics"],"nightly":[],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/Cargo.toml","categories":["algorithms","no-std"],"keywords":["simd","avx2","ssse3","adler","adler32"],"readme":"README.md","repository":"https://github.com/mcountryman/simd-adler32","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"simdeez","version":"2.0.0-dev3","authors":["Jack Mott ","Arduano"],"id":"registry+https://github.com/rust-lang/crates.io-index#simdeez@2.0.0-dev3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"SIMD library to abstract over different instruction sets and widths","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"paste","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sleef-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand_chacha","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"simdeez","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simdeez-2.0.0-dev3/src/lib.rs","edition":"2018","doctest":false,"test":true,"doc":true},{"name":"string_parse_sum","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simdeez-2.0.0-dev3/examples/string_parse_sum.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"numparse","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simdeez-2.0.0-dev3/benches/numparse.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":[],"no_std":["dep:libm"],"sleef":["sleef-sys"],"sleef-sys":["dep:sleef-sys"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simdeez-2.0.0-dev3/Cargo.toml","categories":["hardware-support","science","game-engines"],"keywords":["SIMD","avx2","sse","performance","no_std"],"readme":"README.md","repository":"https://github.com/jackmott/simdeez","homepage":null,"documentation":"https://docs.rs/simdeez/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"simdnoise","version":"3.1.7","authors":["Jack Mott "],"id":"git+https://github.com/valadaptive/rust-simd-noise?rev=965175f#simdnoise@3.1.7","source":"git+https://github.com/valadaptive/rust-simd-noise?rev=965175f#965175f2ad1e92162de951fc536e49cb91961bcd","description":"SIMD accelerate noise library with runtime feature detection","dependencies":[{"name":"simdeez","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0-dev3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"simdnoise","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"helpers","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/tests/helpers.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"intrinsics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/tests/intrinsics.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"noisebuilder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/tests/noisebuilder.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/benches/benchmarks.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/git/checkouts/rust-simd-noise-0db9e0e49c498d51/965175f/Cargo.toml","categories":["game-engines","multimedia::images"],"keywords":["SIMD","noise","simplex","perlin","performance"],"readme":"README.md","repository":"https://github.com/verpeteren/rust-simd-noise","homepage":null,"documentation":"https://docs.rs/simdnoise/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"siphasher","version":"1.0.1","authors":["Frank Denis "],"id":"registry+https://github.com/rust-lang/crates.io-index#siphasher@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"siphasher","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-1.0.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"serde":["dep:serde"],"serde_json":["dep:serde_json"],"serde_no_std":["serde/alloc"],"serde_std":["std","serde/std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-1.0.1/Cargo.toml","categories":["algorithms","cryptography"],"keywords":["crypto","hash","siphash"],"readme":"README.md","repository":"https://github.com/jedisct1/rust-siphash","homepage":"https://docs.rs/siphasher","documentation":"https://docs.rs/siphasher","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"slab","version":"0.4.9","authors":["Carl Lerche "],"id":"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Pre-allocated storage for a uniform data type","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.95","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"autocfg","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"slab","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/tests/serde.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"slab","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/tests/slab.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/Cargo.toml","categories":["memory-management","data-structures","no-std"],"keywords":["slab","allocator","no_std"],"readme":"README.md","repository":"https://github.com/tokio-rs/slab","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"license":"MIT"},{"package":{"name":"slotmap","version":"1.0.7","authors":["Orson Peters "],"id":"registry+https://github.com/rust-lang/crates.io-index#slotmap@1.0.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Slotmap data structure","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":["derive","alloc"],"target":null,"rename":null,"registry":null,"path":null},{"name":"fxhash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"version_check","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Zlib","license_file":null,"targets":[{"name":"slotmap","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"doubly_linked_list","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/examples/doubly_linked_list.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"rand_meld_heap","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/examples/rand_meld_heap.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"serde":["dep:serde"],"std":[],"unstable":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slotmap-1.0.7/Cargo.toml","categories":["data-structures","memory-management","caching"],"keywords":["slotmap","storage","allocator","arena","reference"],"readme":"README.md","repository":"https://github.com/orlp/slotmap","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Zlib"},{"package":{"name":"smallvec","version":"1.13.2","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.13.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"'Small vector' optimization: store up to a small number of items on the stack","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"debugger_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"debugger_test_parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"smallvec","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"debugger_visualizer","kind":["test"],"crate_types":["bin"],"required-features":["debugger_visualizer"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/tests/debugger_visualizer.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"macro","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/tests/macro.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"const_generics":[],"const_new":["const_generics"],"debugger_visualizer":[],"drain_filter":[],"drain_keep_rest":["drain_filter"],"may_dangle":[],"serde":["dep:serde"],"specialization":[],"union":[],"write":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/Cargo.toml","categories":["data-structures"],"keywords":["small","vec","vector","stack","no_std"],"readme":"README.md","repository":"https://github.com/servo/rust-smallvec","homepage":null,"documentation":"https://docs.rs/smallvec/","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs","--generate-link-to-definition"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"smithay-client-toolkit","version":"0.19.2","authors":["Elinor Berger ","i509VCB ","Ashley Wulber "],"id":"registry+https://github.com/rust-lang/crates.io-index#smithay-client-toolkit@0.19.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Toolkit for making client wayland applications.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"calloop","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"calloop-wayland-source","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cursor-icon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.148","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.15","kind":"normal","optional":false,"uses_default_features":true,"features":["fs","pipe","shm"],"target":null,"rename":null,"registry":null,"path":null},{"name":"thiserror","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.30","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-csd-frame","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-cursor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32.1","kind":"normal","optional":false,"uses_default_features":true,"features":["client","staging","unstable"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols-wlr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":false,"uses_default_features":true,"features":["client"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xkbcommon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.0","kind":"normal","optional":true,"uses_default_features":true,"features":["wayland"],"target":null,"rename":null,"registry":null,"path":null},{"name":"xkeysym","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"drm-fourcc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"font-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.24","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pollster","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raqote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wgpu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"smithay_client_toolkit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"data_device","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/data_device.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"dmabuf_formats","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/dmabuf_formats.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"generic_list_seats","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/generic_list_seats.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"generic_simple_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/generic_simple_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"image_viewer","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/image_viewer.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"image_viewporter","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/image_viewporter.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_outputs","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/list_outputs.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_seats","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/list_seats.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_shm_formats","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/list_shm_formats.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"relative_pointer","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/relative_pointer.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"session_lock","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/session_lock.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_layer","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/simple_layer.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/simple_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"themed_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/themed_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"wgpu","kind":["example"],"crate_types":["bin"],"required-features":["wayland-backend/client_system"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/examples/wgpu.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"bytemuck":["dep:bytemuck"],"calloop":["dep:calloop","calloop-wayland-source"],"calloop-wayland-source":["dep:calloop-wayland-source"],"default":["calloop","xkbcommon"],"pkg-config":["dep:pkg-config"],"xkbcommon":["dep:xkbcommon","bytemuck","pkg-config","xkeysym/bytemuck"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/Cargo.toml","categories":["gui"],"keywords":["wayland","client"],"readme":"README.md","repository":"https://github.com/smithay/client-toolkit","homepage":null,"documentation":"https://smithay.github.io/client-toolkit","edition":"2021","metadata":{"docs":{"rs":{"features":["calloop","xkbcommon"],"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"smithay-clipboard","version":"0.7.2","authors":["Kirill Chibisov ","Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#smithay-clipboard@0.7.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Provides access to the wayland clipboard for client applications.","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smithay-client-toolkit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19.2","kind":"normal","optional":false,"uses_default_features":false,"features":["calloop"],"target":null,"rename":"sctk","registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":false,"uses_default_features":false,"features":["client_system"],"target":null,"rename":null,"registry":null,"path":null},{"name":"smithay-client-toolkit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19.2","kind":"dev","optional":false,"uses_default_features":false,"features":["calloop","xkbcommon"],"target":null,"rename":"sctk","registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"smithay_clipboard","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"clipboard","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.2/examples/clipboard.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["dlopen"],"dlopen":["wayland-backend/dlopen"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smithay-clipboard-0.7.2/Cargo.toml","categories":[],"keywords":["clipboard","wayland"],"readme":"README.md","repository":"https://github.com/smithay/smithay-clipboard","homepage":null,"documentation":"https://smithay.github.io/smithay-clipboard","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"smol_str","version":"0.2.2","authors":["Aleksey Kladov "],"id":"registry+https://github.com/rust-lang/crates.io-index#smol_str@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"small-string optimized string type with O(1) clone","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.136","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.136","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"smol_str","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tidy","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/tests/tidy.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"arbitrary":["dep:arbitrary"],"default":["std"],"serde":["dep:serde"],"std":["serde?/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-analyzer/smol_str","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"snafu","version":"0.8.5","authors":["Jake Goulding "],"id":"registry+https://github.com/rust-lang/crates.io-index#snafu@0.8.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An ergonomic error handling library","dependencies":[{"name":"backtrace","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"futures-core-crate","registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.11","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":"futures-crate","registry":null,"path":null},{"name":"pin-project","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snafu-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"snafu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"backtrace","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/backtrace.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"backtrace-optional","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/backtrace-optional.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"backtrace-optional-enabled","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/backtrace-optional-enabled.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"backtrace_attributes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/backtrace_attributes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"basic","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/basic.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"boxed_error_trait_object","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/boxed_error_trait_object.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"boxing-errors","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/boxing-errors.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-leaf-error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/build-leaf-error.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"context_selector_name","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/context_selector_name.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"default_error_display","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/default_error_display.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"display-shorthand","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/display-shorthand.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"doc_comment","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/doc_comment.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"ensure","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/ensure.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"error_chain","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/error_chain.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/generics.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"generics_with_default","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/generics_with_default.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"implicit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/implicit.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"location","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/location.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"mapping_result_without_try_operator","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/mapping_result_without_try_operator.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"module","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/module.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"multiple_attributes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/multiple_attributes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"name-conflicts","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/name-conflicts.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"no_context","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/no_context.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"opaque","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/opaque.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"options","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/options.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"premade_error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/premade_error.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"raw_idents","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/raw_idents.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"recursive_error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/recursive_error.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"report","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/report.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"send_between_threads","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/send_between_threads.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"single_use_lifetimes_lint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/single_use_lifetimes_lint.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"source_attributes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/source_attributes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"stringly_typed","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/stringly_typed.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"structs","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/structs/main.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"transparent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/transparent.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"visibility","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/tests/visibility.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"backtrace":["dep:backtrace"],"backtraces-impl-backtrace-crate":["backtrace"],"default":["std","rust_1_65"],"futures":["futures-core-crate","pin-project"],"futures-core-crate":["dep:futures-core-crate"],"futures-crate":["dep:futures-crate"],"guide":[],"internal-dev-dependencies":["futures-crate"],"pin-project":["dep:pin-project"],"rust_1_61":["snafu-derive/rust_1_61"],"rust_1_65":["rust_1_61"],"rust_1_81":["rust_1_65"],"std":[],"unstable-core-error":[],"unstable-provider-api":["snafu-derive/unstable-provider-api"],"unstable-try-trait":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/Cargo.toml","categories":["rust-patterns","no-std"],"keywords":["error","ergonomic","library","no_std"],"readme":"README.md","repository":"https://github.com/shepmaster/snafu","homepage":null,"documentation":"https://docs.rs/snafu","edition":"2018","metadata":{"docs":{"rs":{"features":["futures","guide"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"snafu-derive","version":"0.8.5","authors":["Jake Goulding "],"id":"registry+https://github.com/rust-lang/crates.io-index#snafu-derive@0.8.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An ergonomic error handling library","dependencies":[{"name":"heck","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.4, <0.6","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.52","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.25","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"snafu_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"rust_1_61":[],"unstable-provider-api":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/shepmaster/snafu","homepage":null,"documentation":"https://docs.rs/snafu","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"socket2","version":"0.4.10","authors":["Alex Crichton ","Thomas de Zeeuw "],"id":"registry+https://github.com/rust-lang/crates.io-index#socket2@0.4.10","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Utilities for handling networking sockets with a maximal amount of configuration\npossible intended.\n","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["handleapi","ws2ipdef","ws2tcpip"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"socket2","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"all":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/Cargo.toml","categories":["api-bindings","network-programming"],"keywords":["io","socket","network"],"readme":"README.md","repository":"https://github.com/rust-lang/socket2","homepage":"https://github.com/rust-lang/socket2","documentation":"https://docs.rs/socket2","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["all"]}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"stable_deref_trait","version":"1.2.0","authors":["Robert Grosse "],"id":"registry+https://github.com/rust-lang/crates.io-index#stable_deref_trait@1.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"stable_deref_trait","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"alloc":[],"default":["std"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/Cargo.toml","categories":["memory-management","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/storyyeller/stable_deref_trait","homepage":null,"documentation":"https://docs.rs/stable_deref_trait/1.2.0/stable_deref_trait","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"static_assertions","version":"1.1.0","authors":["Nikolai Vazquez"],"id":"registry+https://github.com/rust-lang/crates.io-index#static_assertions@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Compile-time assertions to ensure that invariants are met.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"static_assertions","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{"nightly":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/Cargo.toml","categories":["no-std","rust-patterns","development-tools::testing"],"keywords":["assert","static","testing"],"readme":"README.md","repository":"https://github.com/nvzqz/static-assertions-rs","homepage":"https://github.com/nvzqz/static-assertions-rs","documentation":"https://docs.rs/static_assertions/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"str_stack","version":"0.1.0","authors":["Steven Allen "],"id":"registry+https://github.com/rust-lang/crates.io-index#str_stack@0.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A string allocator for allocating many write-once strings.\n\nThis library is primarily useful for parsing where you need to repeatedly build\nmany strings, use them, and then throw them away. Instead of allocating many independent strings, this library will put them all in the same buffer.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"str_stack","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/str_stack-0.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"main","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/str_stack-0.1.0/benches/main.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/str_stack-0.1.0/Cargo.toml","categories":[],"keywords":["string","dst","stack"],"readme":"README.md","repository":"https://github.com/Stebalien/str_stack","homepage":null,"documentation":"https://stebalien.github.io/str_stack/str_stack/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"strict-num","version":"0.1.1","authors":["Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#strict-num@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A collection of bounded numeric types","dependencies":[{"name":"float-cmp","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"strict_num","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strict-num-0.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"approx-eq":["float-cmp"],"default":["approx-eq"],"float-cmp":["dep:float-cmp"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strict-num-0.1.1/Cargo.toml","categories":["mathematics","no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/RazrFalcon/strict-num","homepage":null,"documentation":"https://docs.rs/strict-num/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"symbolic-common","version":"12.11.1","authors":["Armin Ronacher ","Jan Michael Auer "],"id":"registry+https://github.com/rust-lang/crates.io-index#symbolic-common@12.11.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common types and utilities for symbolic, a library to symbolicate and process\nstack traces from native applications, minidumps or minified JavaScript.\n","dependencies":[{"name":"debugid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.171","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"stable_deref_trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"similar-asserts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.4.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"symbolic_common","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-common-12.11.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"serde":["dep:serde","debugid/serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-common-12.11.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/getsentry/symbolic","homepage":"https://github.com/getsentry/symbolic","documentation":"https://docs.rs/symbolic-common","edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"symbolic-demangle","version":"12.11.1","authors":["Armin Ronacher ","Jan Michael Auer "],"id":"registry+https://github.com/rust-lang/crates.io-index#symbolic-demangle@12.11.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library to demangle symbols from various languages and compilers.\n","dependencies":[{"name":"cpp_demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"msvc-demangler","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-demangle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.21","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"symbolic-common","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^12.11.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"similar-asserts","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"build","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"symbolic_demangle","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-demangle-12.11.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-demangle-12.11.1/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"cc":["dep:cc"],"cpp":["cpp_demangle"],"cpp_demangle":["dep:cpp_demangle"],"default":["cpp","msvc","rust","swift"],"msvc":["msvc-demangler"],"msvc-demangler":["dep:msvc-demangler"],"rust":["rustc-demangle"],"rustc-demangle":["dep:rustc-demangle"],"swift":["cc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/symbolic-demangle-12.11.1/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/getsentry/symbolic","homepage":"https://github.com/getsentry/symbolic","documentation":"https://docs.rs/symbolic-demangle","edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"syn","version":"1.0.109","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#syn@1.0.109","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser for Rust source code","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.46","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-ident","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"insta","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ref-cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"reqwest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":["blocking"],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn-test-suite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.16","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"termcolor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"syn","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"regression","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/regression.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_asyncness","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_asyncness.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_attribute","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_attribute.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_derive_input","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_derive_input.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_expr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_expr.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_generics.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_grouping","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_grouping.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_ident","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_ident.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_item","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_item.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_iterators","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_iterators.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_lit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_lit.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_meta","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_meta.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_parse_buffer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_parse_buffer.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_parse_stream","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_parse_stream.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_pat","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_pat.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_path","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_path.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_precedence","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_precedence.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_receiver","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_receiver.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_round_trip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_round_trip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_shebang","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_shebang.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_should_parse","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_should_parse.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_size","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_size.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_stmt","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_stmt.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_token_trees","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_token_trees.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_ty","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_ty.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"test_visibility","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_visibility.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"zzz_stable","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/zzz_stable.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"file","kind":["bench"],"crate_types":["bin"],"required-features":["full","parsing"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/benches/file.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"rust","kind":["bench"],"crate_types":["bin"],"required-features":["full","parsing"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/benches/rust.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"clone-impls":[],"default":["derive","parsing","printing","clone-impls","proc-macro"],"derive":[],"extra-traits":[],"fold":[],"full":[],"parsing":[],"printing":["quote"],"proc-macro":["proc-macro2/proc-macro","quote/proc-macro"],"quote":["dep:quote"],"test":["syn-test-suite/all-features"],"visit":[],"visit-mut":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/Cargo.toml","categories":["development-tools::procedural-macro-helpers","parser-implementations"],"keywords":["macros","syn"],"readme":"README.md","repository":"https://github.com/dtolnay/syn","homepage":null,"documentation":"https://docs.rs/syn","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["full","visit","visit-mut","fold","extra-traits"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"syn","version":"2.0.77","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#syn@2.0.77","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Parser for Rust source code","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.83","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-ident","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"insta","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ref-cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn-test-suite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"termcolor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null},{"name":"rayon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null},{"name":"reqwest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"dev","optional":false,"uses_default_features":true,"features":["blocking"],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null},{"name":"tar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.16","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null},{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(miri))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"syn","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"regression","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/regression.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_asyncness","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_asyncness.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_attribute","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_attribute.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_derive_input","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_derive_input.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_expr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_expr.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_generics.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_grouping","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_grouping.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_ident","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_ident.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_item","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_item.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_iterators","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_iterators.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_lit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_lit.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_meta","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_meta.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_parse_buffer","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_parse_buffer.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_parse_quote","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_parse_quote.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_parse_stream","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_parse_stream.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_pat","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_pat.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_path","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_path.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_precedence","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_precedence.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_receiver","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_receiver.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_round_trip","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_round_trip.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_shebang","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_shebang.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_size","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_size.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_stmt","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_stmt.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_token_trees","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_token_trees.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_ty","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_ty.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_unparenthesize","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_unparenthesize.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_visibility","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/test_visibility.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"zzz_stable","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/tests/zzz_stable.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"file","kind":["bench"],"crate_types":["bin"],"required-features":["full","parsing"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/benches/file.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"rust","kind":["bench"],"crate_types":["bin"],"required-features":["full","parsing"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/benches/rust.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"clone-impls":[],"default":["derive","parsing","printing","clone-impls","proc-macro"],"derive":[],"extra-traits":[],"fold":[],"full":[],"parsing":[],"printing":["dep:quote"],"proc-macro":["proc-macro2/proc-macro","quote?/proc-macro"],"test":["syn-test-suite/all-features"],"visit":[],"visit-mut":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.77/Cargo.toml","categories":["development-tools::procedural-macro-helpers","parser-implementations"],"keywords":["macros","syn"],"readme":"README.md","repository":"https://github.com/dtolnay/syn","homepage":null,"documentation":"https://docs.rs/syn","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["full","visit","visit-mut","fold","extra-traits"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"system-deps","version":"6.2.2","authors":["Guillaume Desmottes ","Josh Triplett "],"id":"registry+https://github.com/rust-lang/crates.io-index#system-deps@6.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Discover and configure system dependencies from declarative dependencies in Cargo.toml","dependencies":[{"name":"cfg-expr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.15.5","kind":"normal","optional":false,"uses_default_features":true,"features":["targets"],"target":null,"rename":null,"registry":null,"path":null},{"name":"heck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.23","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":false,"features":["parse"],"target":null,"rename":null,"registry":null,"path":null},{"name":"version-compare","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"system_deps","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/system-deps-6.2.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/system-deps-6.2.2/Cargo.toml","categories":[],"keywords":["pkg-config","build-dependencies","build-depends","manifest","metadata"],"readme":"README.md","repository":"https://github.com/gdesmott/system-deps","homepage":null,"documentation":"https://docs.rs/system-deps/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"system-deps","version":"7.0.3","authors":["Guillaume Desmottes ","Josh Triplett "],"id":"registry+https://github.com/rust-lang/crates.io-index#system-deps@7.0.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Discover and configure system dependencies from declarative dependencies in Cargo.toml","dependencies":[{"name":"cfg-expr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17","kind":"normal","optional":false,"uses_default_features":true,"features":["targets"],"target":null,"rename":null,"registry":null,"path":null},{"name":"heck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":false,"uses_default_features":false,"features":["parse"],"target":null,"rename":null,"registry":null,"path":null},{"name":"version-compare","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lazy_static","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"system_deps","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/system-deps-7.0.3/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/system-deps-7.0.3/Cargo.toml","categories":[],"keywords":["pkg-config","build-dependencies","build-depends","manifest","metadata"],"readme":"README.md","repository":"https://github.com/gdesmott/system-deps","homepage":null,"documentation":"https://docs.rs/system-deps/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"target-lexicon","version":"0.12.16","authors":["Dan Gohman "],"id":"registry+https://github.com/rust-lang/crates.io-index#target-lexicon@0.12.16","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Targeting utilities for compilers and related tools","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception","license_file":null,"targets":[{"name":"target_lexicon","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"host","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/examples/host.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"misc","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/examples/misc.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"arch_zkasm":[],"default":[],"serde":["dep:serde"],"serde_support":["serde","std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.16/Cargo.toml","categories":["no-std"],"keywords":["target","host","triple","compiler","jit"],"readme":"README.md","repository":"https://github.com/bytecodealliance/target-lexicon","homepage":null,"documentation":"https://docs.rs/target-lexicon/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 WITH LLVM-exception"},{"package":{"name":"tempfile","version":"3.12.0","authors":["Steven Allen ","The Rust Project Developers","Ashley Mannix ","Jason White "],"id":"registry+https://github.com/rust-lang/crates.io-index#tempfile@3.12.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for managing temporary files and directories.","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fastrand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.19.0","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.31","kind":"normal","optional":false,"uses_default_features":true,"features":["fs"],"target":"cfg(any(unix, target_os = \"wasi\"))","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.59","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Storage_FileSystem","Win32_Foundation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"tempfile","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.12.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"env","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.12.0/tests/env.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"namedtempfile","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.12.0/tests/namedtempfile.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"spooled","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.12.0/tests/spooled.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"tempdir","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.12.0/tests/tempdir.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"tempfile","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.12.0/tests/tempfile.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"nightly":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.12.0/Cargo.toml","categories":[],"keywords":["tempfile","tmpfile","filesystem"],"readme":"README.md","repository":"https://github.com/Stebalien/tempfile","homepage":"https://stebalien.com/projects/tempfile-rs/","documentation":"https://docs.rs/tempfile","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"thiserror","version":"1.0.64","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#thiserror@1.0.64","source":"registry+https://github.com/rust-lang/crates.io-index","description":"derive(Error)","dependencies":[{"name":"thiserror-impl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.64","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.73","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ref-cast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.13","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.81","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"thiserror","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"compiletest","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/compiletest.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_backtrace","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_backtrace.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_deprecated","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_deprecated.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_display","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_display.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_error","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_expr","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_expr.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_from","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_from.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_generics","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_generics.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_lints","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_lints.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_option","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_option.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_path","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_path.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_source","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_source.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_transparent","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/tests/test_transparent.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.64/Cargo.toml","categories":["rust-patterns"],"keywords":["error","error-handling","derive"],"readme":"README.md","repository":"https://github.com/dtolnay/thiserror","homepage":null,"documentation":"https://docs.rs/thiserror","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"thiserror-impl","version":"1.0.64","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#thiserror-impl@1.0.64","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Implementation detail of the `thiserror` crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.74","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.46","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"thiserror_impl","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.64/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.64/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/dtolnay/thiserror","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"tiff","version":"0.9.1","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#tiff@0.9.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"TIFF decoding and encoding library in pure Rust","dependencies":[{"name":"flate2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"jpeg-decoder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":"jpeg","registry":null,"path":null},{"name":"weezl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tiff","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"decode_bigtiff_images","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/decode_bigtiff_images.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decode_images","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/decode_images.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encode_images","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/encode_images.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encode_images_with_compression","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/encode_images_with_compression.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"fuzz_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/tests/fuzz_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"lzw","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/benches/lzw.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.9.1/Cargo.toml","categories":["multimedia::images","multimedia::encoding"],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/image-tiff","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.61.0"},"license":"MIT"},{"package":{"name":"tiny-skia","version":"0.11.4","authors":["Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#tiny-skia@0.11.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A tiny Skia subset ported to Rust.","dependencies":[{"name":"arrayref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":false,"uses_default_features":true,"features":["aarch64_simd"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"png","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tiny-skia-path","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.4","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause","license_file":null,"targets":[{"name":"tiny_skia","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"fill","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/fill.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"hairline","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/hairline.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"image_on_image","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/image_on_image.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"large_image","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/large_image.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"linear_gradient","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/linear_gradient.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"mask","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/mask.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"pattern","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/pattern.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"stroke","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/examples/stroke.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"integration","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/tests/integration/main.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["std","simd","png-format"],"no-std-float":["tiny-skia-path/no-std-float"],"png":["dep:png"],"png-format":["std","png"],"simd":[],"std":["tiny-skia-path/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-0.11.4/Cargo.toml","categories":["rendering"],"keywords":["2d","rendering","skia"],"readme":"README.md","repository":"https://github.com/RazrFalcon/tiny-skia","homepage":null,"documentation":"https://docs.rs/tiny-skia/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"BSD-3-Clause"},{"package":{"name":"tiny-skia-path","version":"0.11.4","authors":["Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#tiny-skia-path@0.11.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A tiny-skia Bezier path implementation","dependencies":[{"name":"arrayref","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"strict-num","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-3-Clause","license_file":null,"targets":[{"name":"tiny_skia_path","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-path-0.11.4/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"libm":["dep:libm"],"no-std-float":["libm"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tiny-skia-path-0.11.4/Cargo.toml","categories":["graphics"],"keywords":["graphics","bezier","path","dash","stroke"],"readme":"README.md","repository":"https://github.com/RazrFalcon/tiny-skia/tree/master/path","homepage":null,"documentation":"https://docs.rs/tiny-skia-path/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"BSD-3-Clause"},{"package":{"name":"tinyjson","version":"2.5.1","authors":["rhysd "],"id":"registry+https://github.com/rust-lang/crates.io-index#tinyjson@2.5.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Tiny simple JSON parser/generator","dependencies":[{"name":"walkdir","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tinyjson","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyjson-2.5.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyjson-2.5.1/Cargo.toml","categories":["encoding","parsing"],"keywords":["json","parser","generator"],"readme":"README.md","repository":"https://github.com/rhysd/tinyjson","homepage":"https://github.com/rhysd/tinyjson","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"tinytemplate","version":"1.2.1","authors":["Brook Heisler "],"id":"registry+https://github.com/rust-lang/crates.io-index#tinytemplate@1.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Simple, lightweight template engine","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"tinytemplate","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/benches/benchmarks.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinytemplate-1.2.1/Cargo.toml","categories":["template-engine"],"keywords":["template","html"],"readme":"README.md","repository":"https://github.com/bheisler/TinyTemplate","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"tinyvec","version":"1.8.0","authors":["Lokathor "],"id":"registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.8.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"`tinyvec` provides 100% safe vec-like data structures.","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tinyvec_macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"debugger_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"debugger_test_parser","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Zlib OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"tinyvec","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"tinyvec","kind":["test"],"crate_types":["bin"],"required-features":["alloc","std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/tests/tinyvec.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"debugger_visualizer","kind":["test"],"crate_types":["bin"],"required-features":["debugger_visualizer"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/tests/debugger_visualizer.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"arrayvec","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/tests/arrayvec.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/benches/macros.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"smallvec","kind":["bench"],"crate_types":["bin"],"required-features":["alloc","real_blackbox"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/benches/smallvec.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":["tinyvec_macros"],"arbitrary":["dep:arbitrary"],"debugger_visualizer":[],"default":[],"experimental_write_impl":[],"grab_spare_slice":[],"nightly_slice_partition_dedup":[],"real_blackbox":["criterion/real_blackbox"],"rustc_1_40":[],"rustc_1_55":[],"rustc_1_57":["rustc_1_55"],"rustc_1_61":[],"serde":["dep:serde"],"std":["alloc"],"tinyvec_macros":["dep:tinyvec_macros"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/Cargo.toml","categories":["data-structures","no-std"],"keywords":["vec","no_std","no-std"],"readme":"README.md","repository":"https://github.com/Lokathor/tinyvec","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"features":["alloc","std","grab_spare_slice","rustc_1_55","serde"],"rustdoc-args":["--cfg","docs_rs"]}},"playground":{"features":["alloc","std","grab_spare_slice","rustc_1_55","serde"]}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Zlib OR Apache-2.0 OR MIT"},{"package":{"name":"tinyvec_macros","version":"0.1.1","authors":["Soveu "],"id":"registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Some macros for tiny containers","dependencies":[],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"tinyvec_macros","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/Soveu/tinyvec_macros","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0 OR Zlib"},{"package":{"name":"toml","version":"0.8.19","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#toml@0.8.19","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A native Rust encoder and decoder of TOML-formatted files and streams. Provides\nimplementations of the standard Serialize/Deserialize traits for TOML data to\nfacilitate deserializing and serializing Rust structures.\n","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_spanned","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.7","kind":"normal","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_datetime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.8","kind":"normal","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_edit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22.20","kind":"normal","optional":true,"uses_default_features":false,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.199","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.116","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-harness","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"toml","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"decode","kind":["example"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/examples/decode.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"enum_external","kind":["example"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/examples/enum_external.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"toml2json","kind":["example"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/examples/toml2json.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"decoder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/tests/decoder.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/tests/decoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/tests/encoder.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/tests/encoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"testsuite","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/tests/testsuite/main.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["parse","display"],"display":["dep:toml_edit","toml_edit?/display"],"indexmap":["dep:indexmap"],"parse":["dep:toml_edit","toml_edit?/parse"],"preserve_order":["indexmap"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":"https://github.com/toml-rs/toml","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"toml_datetime","version":"0.6.8","authors":["Alex Crichton "],"id":"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@0.6.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A TOML-compatible datetime type","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"toml_datetime","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":"https://github.com/toml-rs/toml","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"toml_edit","version":"0.19.15","authors":["Andronik Ordian ","Ed Page "],"id":"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.19.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Yet another format-preserving TOML parser.","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"kstring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":["max_inline"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_spanned","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.3","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_datetime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winnow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libtest-mimic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.96","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"dev","optional":false,"uses_default_features":true,"features":["harness"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-harness","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"toml_edit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"visit","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/examples/visit.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/decoder.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/decoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/encoder.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/encoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"invalid","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/invalid.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"testsuite","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/tests/testsuite/main.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":[],"perf":["dep:kstring"],"serde":["dep:serde","toml_datetime/serde","dep:serde_spanned"],"unbounded":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.15/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["serde"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}],"tag-name":"v{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.66.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"toml_edit","version":"0.22.22","authors":["Andronik Ordian ","Ed Page "],"id":"registry+https://github.com/rust-lang/crates.io-index#toml_edit@0.22.22","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Yet another format-preserving TOML parser.","dependencies":[{"name":"indexmap","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.0","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"kstring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"normal","optional":true,"uses_default_features":true,"features":["max_inline"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.145","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_spanned","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.7","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml_datetime","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.8","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winnow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.18","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libtest-mimic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.116","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-data","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"toml-test-harness","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"toml_edit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.22/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"visit","kind":["example"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.22/examples/visit.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"decoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":["parse"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.22/tests/decoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"encoder_compliance","kind":["test"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.22/tests/encoder_compliance.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"invalid","kind":["test"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.22/tests/invalid.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"testsuite","kind":["test"],"crate_types":["bin"],"required-features":["parse","display"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.22/tests/testsuite/main.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"default":["parse","display"],"display":[],"parse":["dep:winnow"],"perf":["dep:kstring"],"serde":["dep:serde","toml_datetime/serde","dep:serde_spanned"],"unbounded":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.22/Cargo.toml","categories":["encoding","parser-implementations","parsing","config"],"keywords":["encoding","toml"],"readme":"README.md","repository":"https://github.com/toml-rs/toml","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"features":["serde"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD","search":""}],"tag-name":"v{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"tracing","version":"0.1.40","authors":["Eliza Weisman ","Tokio Contributors "],"id":"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.40","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Application-level tracing for Rust.\n","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.17","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pin-project-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-attributes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.27","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.32","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.6","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.21","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.17","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tracing","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"enabled","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/enabled.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"event","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/event.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"filter_caching_is_lexically_scoped","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filter_caching_is_lexically_scoped.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"filters_are_not_reevaluated_for_the_same_span","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_are_not_reevaluated_for_the_same_span.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"filters_are_reevaluated_for_different_call_sites","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_are_reevaluated_for_different_call_sites.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"filters_dont_leak","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/filters_dont_leak.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"future_send","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/future_send.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"instrument","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/instrument.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macro_imports","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macro_imports.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macros.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros_incompatible_concat","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/macros_incompatible_concat.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"max_level_hint","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/max_level_hint.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"multiple_max_level_hints","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/multiple_max_level_hints.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"no_subscriber","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/no_subscriber.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"register_callsite_deadlock","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/register_callsite_deadlock.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"scoped_clobbers_default","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/scoped_clobbers_default.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"span","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/span.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"subscriber","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/tests/subscriber.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"baseline","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/baseline.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"dispatch_get_clone","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/dispatch_get_clone.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"dispatch_get_ref","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/dispatch_get_ref.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"empty_span","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/empty_span.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"enter_span","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/enter_span.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"event","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/event.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"shared","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/shared.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"span_fields","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_fields.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"span_no_fields","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_no_fields.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"span_repeated","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/benches/span_repeated.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"async-await":[],"attributes":["tracing-attributes"],"default":["std","attributes"],"log":["dep:log"],"log-always":["log"],"max_level_debug":[],"max_level_error":[],"max_level_info":[],"max_level_off":[],"max_level_trace":[],"max_level_warn":[],"release_max_level_debug":[],"release_max_level_error":[],"release_max_level_info":[],"release_max_level_off":[],"release_max_level_trace":[],"release_max_level_warn":[],"std":["tracing-core/std"],"tracing-attributes":["dep:tracing-attributes"],"valuable":["tracing-core/valuable"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/Cargo.toml","categories":["development-tools::debugging","development-tools::profiling","asynchronous","no-std"],"keywords":["logging","tracing","metrics","async"],"readme":"README.md","repository":"https://github.com/tokio-rs/tracing","homepage":"https://tokio.rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","tracing_unstable"],"rustdoc-args":["--cfg","docsrs","--cfg","tracing_unstable"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT"},{"package":{"name":"tracing-attributes","version":"0.1.27","authors":["Tokio Contributors ","Eliza Weisman ","David Barsky "],"id":"registry+https://github.com/rust-lang/crates.io-index#tracing-attributes@0.1.27","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Procedural macro attributes for automatically instrumenting functions.\n","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.60","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["full","parsing","printing","visit-mut","clone-impls","extra-traits","proc-macro"],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.67","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.35","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-subscriber","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":["env-filter"],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.64","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tracing_attributes","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"async_fn","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/async_fn.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"destructuring","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/destructuring.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"err","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/err.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"fields","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/fields.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"follows_from","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/follows_from.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"instrument","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/instrument.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"levels","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/levels.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"names","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/names.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parents","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/parents.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"ret","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/ret.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"targets","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/targets.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"ui","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/tests/ui.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"async-await":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/Cargo.toml","categories":["development-tools::debugging","development-tools::profiling","asynchronous"],"keywords":["logging","tracing","macro","instrument","log"],"readme":"README.md","repository":"https://github.com/tokio-rs/tracing","homepage":"https://tokio.rs","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT"},{"package":{"name":"tracing-core","version":"0.1.32","authors":["Tokio Contributors "],"id":"registry+https://github.com/rust-lang/crates.io-index#tracing-core@0.1.32","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Core primitives for application-level tracing.\n","dependencies":[{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"valuable","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(tracing_unstable)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"tracing_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"dispatch","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/dispatch.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"global_dispatch","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/global_dispatch.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"local_dispatch_before_init","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/local_dispatch_before_init.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"macros","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/tests/macros.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":["std","valuable/std"],"once_cell":["dep:once_cell"],"std":["once_cell"],"valuable":["dep:valuable"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/Cargo.toml","categories":["development-tools::debugging","development-tools::profiling","asynchronous"],"keywords":["logging","tracing","profiling"],"readme":"README.md","repository":"https://github.com/tokio-rs/tracing","homepage":"https://tokio.rs","documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"rustc-args":["--cfg","tracing_unstable"],"rustdoc-args":["--cfg","docsrs","--cfg","tracing_unstable"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT"},{"package":{"name":"trash","version":"5.1.1","authors":["Artur Kovacs "],"id":"registry+https://github.com/rust-lang/crates.io-index#trash@5.1.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for moving files and folders to the Recycle Bin","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.31","kind":"dev","optional":false,"uses_default_features":false,"features":["clock"],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.18.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serial_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.0","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.8.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.31","kind":"normal","optional":true,"uses_default_features":false,"features":["clock"],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.149","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.18.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"scopeguard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"urlencoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(target_os = \"macos\"), not(target_os = \"ios\"), not(target_os = \"android\")))","rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSError","NSFileManager","NSString","NSURL"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"scopeguard","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_EnhancedStorage","Win32_System_Com_StructuredStorage","Win32_System_SystemServices","Win32_UI_Shell_PropertiesSystem"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"trash","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trash-5.1.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"chrono":["dep:chrono"],"coinit_apartmentthreaded":[],"coinit_disable_ole1dde":[],"coinit_multithreaded":[],"coinit_speed_over_memory":[],"default":["coinit_apartmentthreaded","chrono"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trash-5.1.1/Cargo.toml","categories":[],"keywords":["remove","trash","rubbish","recycle","bin"],"readme":"README.md","repository":"https://github.com/ArturKovacs/trash","homepage":null,"documentation":null,"edition":"2021","metadata":{"cross":{"target":{"x86_64-unknown-netbsd":{"pre-build":["mkdir -p /tmp/netbsd","curl https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O","tar -C /tmp/netbsd -xJf base.tar.xz","cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib","rm base.tar.xz","rm -rf /tmp/netbsd"]}}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"ttf-parser","version":"0.24.1","authors":["Yevhenii Reizner "],"id":"registry+https://github.com/rust-lang/crates.io-index#ttf-parser@0.24.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A high-level, safe, zero-allocation font parser for TrueType, OpenType, and AAT.","dependencies":[{"name":"core_maths","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"base64","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.22.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pico-args","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tiny-skia-path","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xmlwriter","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"ttf_parser","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.24.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"font-info","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.24.1/examples/font-info.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"font2svg","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.24.1/examples/font2svg.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"bitmap","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.24.1/tests/bitmap.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tables","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.24.1/tests/tables/main.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"apple-layout":[],"core_maths":["dep:core_maths"],"default":["std","opentype-layout","apple-layout","variable-fonts","glyph-names"],"glyph-names":[],"gvar-alloc":["std"],"no-std-float":["core_maths"],"opentype-layout":[],"std":[],"variable-fonts":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttf-parser-0.24.1/Cargo.toml","categories":["parser-implementations"],"keywords":["ttf","truetype","opentype"],"readme":"README.md","repository":"https://github.com/RazrFalcon/ttf-parser","homepage":null,"documentation":"https://docs.rs/ttf-parser/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"typenum","version":"1.17.0","authors":["Paho Lurie-Gregg ","Andre Bogus "],"id":"registry+https://github.com/rust-lang/crates.io-index#typenum@1.17.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Typenum is a Rust library for type-level numbers evaluated at\n compile time. It currently supports bits, unsigned integers, and signed\n integers. It also provides a type-level array of type-level numbers, but its\n implementation is incomplete.","dependencies":[{"name":"scale-info","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"typenum","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"build-script-main","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"const-generics":[],"force_unix_path_separator":[],"i128":[],"no_std":[],"scale-info":["dep:scale-info"],"scale_info":["scale-info/derive"],"strict":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/Cargo.toml","categories":["no-std"],"keywords":[],"readme":"README.md","repository":"https://github.com/paholg/typenum","homepage":null,"documentation":"https://docs.rs/typenum","edition":"2018","metadata":{"docs":{"rs":{"features":["i128","const-generics"],"rustdoc-args":["--cfg","docsrs"]}},"playground":{"features":["i128","const-generics"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.37.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"uds_windows","version":"1.1.0","authors":["Azure IoT Edge Devs","Harald Hoyer "],"id":"registry+https://github.com/rust-lang/crates.io-index#uds_windows@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Unix Domain Sockets for Windows!","dependencies":[{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.9","kind":"normal","optional":false,"uses_default_features":true,"features":["winsock2","ws2def","minwinbase","ntdef","processthreadsapi","handleapi","ws2tcpip","winbase"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"uds_windows","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uds_windows-1.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uds_windows-1.1.0/Cargo.toml","categories":["os::windows-apis"],"keywords":["windows","uds","unix","domain","sockets"],"readme":"README.md","repository":"https://github.com/haraldh/rust_uds_windows","homepage":null,"documentation":null,"edition":"2015","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc"}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"unicode-bidi","version":"0.3.15","authors":["The Servo Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-bidi@0.3.15","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Implementation of the Unicode Bidirectional Algorithm","dependencies":[{"name":"flame","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"flamer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.8, <2.0","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.8, <2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"unicode_bidi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"conformance_tests","kind":["test"],"crate_types":["bin"],"required-features":["hardcoded-data"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/tests/conformance_tests.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"bench_it":[],"default":["std","hardcoded-data"],"flame":["dep:flame"],"flame_it":["flame","flamer"],"flamer":["dep:flamer"],"hardcoded-data":[],"serde":["dep:serde"],"std":[],"unstable":[],"with_serde":["serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.15/Cargo.toml","categories":["no-std","encoding","text-processing"],"keywords":["rtl","unicode","text","layout","bidi"],"readme":"README.md","repository":"https://github.com/servo/unicode-bidi","homepage":null,"documentation":"https://docs.rs/unicode-bidi/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"unicode-ident","version":"1.0.13","authors":["David Tolnay "],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.13","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31","dependencies":[{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"fst","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"roaring","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ucd-trie","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"unicode-xid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"(MIT OR Apache-2.0) AND Unicode-DFS-2016","license_file":null,"targets":[{"name":"unicode_ident","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"compare","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/tests/compare.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"static_size","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/tests/static_size.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"xid","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/benches/xid.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.13/Cargo.toml","categories":["development-tools::procedural-macro-helpers","no-std","no-std::no-alloc"],"keywords":["unicode","xid"],"readme":"README.md","repository":"https://github.com/dtolnay/unicode-ident","homepage":null,"documentation":"https://docs.rs/unicode-ident","edition":"2018","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.31.0"},"license":"(MIT OR Apache-2.0) AND Unicode-DFS-2016"},{"package":{"name":"unicode-normalization","version":"0.1.24","authors":["kwantam ","Manish Goregaokar "],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-normalization@0.1.24","source":"registry+https://github.com/rust-lang/crates.io-index","description":"This crate provides functions for normalization of\nUnicode strings, including Canonical and Compatible\nDecomposition and Recomposition, as described in\nUnicode Standard Annex #15.\n","dependencies":[{"name":"tinyvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"unicode_normalization","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/benches/bench.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/Cargo.toml","categories":[],"keywords":["text","unicode","normalization","decomposition","recomposition"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-normalization","homepage":"https://github.com/unicode-rs/unicode-normalization","documentation":"https://docs.rs/unicode-normalization/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.36.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"unicode-segmentation","version":"1.12.0","authors":["kwantam ","Manish Goregaokar "],"id":"registry+https://github.com/rust-lang/crates.io-index#unicode-segmentation@1.12.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"This crate provides Grapheme Cluster, Word and Sentence boundaries\naccording to Unicode Standard Annex #29 rules.\n","dependencies":[{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quickcheck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"unicode_segmentation","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/tests/test.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"chars","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/benches/chars.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"word_bounds","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/benches/word_bounds.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"words","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/benches/words.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"no_std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.12.0/Cargo.toml","categories":[],"keywords":["text","unicode","grapheme","word","boundary"],"readme":"README.md","repository":"https://github.com/unicode-rs/unicode-segmentation","homepage":"https://github.com/unicode-rs/unicode-segmentation","documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"url","version":"2.5.2","authors":["The rust-url developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#url@2.5.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"URL library for Rust, based on the WHATWG URL Standard","dependencies":[{"name":"form_urlencoded","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"idna","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bencher","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"url","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"unit","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/tests/unit.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"url_wpt","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/tests/wpt.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"parse_url","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/benches/parse_url.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"debugger_visualizer":[],"default":[],"expose_internals":[],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/Cargo.toml","categories":["parser-implementations","web-programming","encoding"],"keywords":["url","parser"],"readme":"README.md","repository":"https://github.com/servo/rust-url","homepage":null,"documentation":"https://docs.rs/url","edition":"2018","metadata":{"docs":{"rs":{"features":["serde"],"rustdoc-args":["--generate-link-to-definition"]}},"playground":{"features":["serde"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"urlencoding","version":"2.1.3","authors":["Kornel ","Bertram Truong "],"id":"registry+https://github.com/rust-lang/crates.io-index#urlencoding@2.1.3","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A Rust library for doing URL percentage encoding.","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"urlencoding","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bench","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/benches/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/Cargo.toml","categories":["encoding","web-programming"],"keywords":["url","percent","escape","urlencode","urldecode"],"readme":"README.md","repository":"https://github.com/kornelski/rust_urlencoding","homepage":"https://lib.rs/urlencoding","documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"utf8parse","version":"0.2.2","authors":["Joe Wilm ","Christian Duerr "],"id":"registry+https://github.com/rust-lang/crates.io-index#utf8parse@0.2.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Table-driven UTF-8 parser","dependencies":[],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"utf8parse","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"utf-8-demo","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.2/tests/utf-8-demo.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"default":[],"nightly":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.2/Cargo.toml","categories":["parsing","no-std"],"keywords":["utf8","parse","table"],"readme":null,"repository":"https://github.com/alacritty/vte","homepage":null,"documentation":"https://docs.rs/utf8parse/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 OR MIT"},{"package":{"name":"uuid","version":"1.10.0","authors":["Ashley Mannix","Dylan DPC","Hunar Roop Kahlon"],"id":"registry+https://github.com/rust-lang/crates.io-index#uuid@1.10.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library to generate and parse UUIDs.","dependencies":[{"name":"arbitrary","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atomic","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"borsh","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"borsh-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.14.0","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"md-5","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.56","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sha1_smol","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"slog","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid-macro-internal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.10.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bincode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.79","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.56","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.52","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target = \"wasm32-unknown-unknown\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"uuid","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.10.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"arbitrary":["dep:arbitrary"],"atomic":["dep:atomic"],"borsh":["dep:borsh","dep:borsh-derive"],"bytemuck":["dep:bytemuck"],"default":["std"],"fast-rng":["rng","dep:rand"],"js":["dep:wasm-bindgen","getrandom?/js"],"macro-diagnostics":["dep:uuid-macro-internal"],"md5":["dep:md-5"],"rng":["dep:getrandom"],"serde":["dep:serde"],"sha1":["dep:sha1_smol"],"slog":["dep:slog"],"std":[],"v1":["atomic"],"v3":["md5"],"v4":["rng"],"v5":["sha1"],"v6":["atomic"],"v7":["rng"],"v8":[],"zerocopy":["dep:zerocopy"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.10.0/Cargo.toml","categories":["data-structures","no-std","parser-implementations","wasm"],"keywords":["guid","unique","uuid"],"readme":"README.md","repository":"https://github.com/uuid-rs/uuid","homepage":"https://github.com/uuid-rs/uuid","documentation":"https://docs.rs/uuid","edition":"2018","metadata":{"docs":{"rs":{"features":["serde","arbitrary","slog","borsh","v1","v3","v4","v5","v6","v7","v8"],"rustc-args":["--cfg","uuid_unstable"],"rustdoc-args":["--cfg","uuid_unstable"],"targets":["x86_64-unknown-linux-gnu"]}},"playground":{"features":["serde","v1","v3","v4","v5","v6","v7","v8"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"version-compare","version":"0.2.0","authors":["Tim Visee <3a4fb3964f@sinenomine.email>"],"id":"registry+https://github.com/rust-lang/crates.io-index#version-compare@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust library to easily compare version numbers with no specific format, and test against various comparison operators.","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"version_compare","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version-compare-0.2.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"example","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version-compare-0.2.0/examples/example.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"minimal","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version-compare-0.2.0/examples/minimal.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version-compare-0.2.0/Cargo.toml","categories":["parser-implementations","parsing"],"keywords":["version","compare","comparison","comparing"],"readme":"README.md","repository":"https://gitlab.com/timvisee/version-compare","homepage":"https://timvisee.com/projects/version-compare/","documentation":"https://docs.rs/version-compare","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT"},{"package":{"name":"version_check","version":"0.9.5","authors":["Sergio Benitez "],"id":"registry+https://github.com/rust-lang/crates.io-index#version_check@0.9.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Tiny crate to check the version of the installed/running rustc.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"version_check","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.5/Cargo.toml","categories":[],"keywords":["version","rustc","minimum","check"],"readme":"README.md","repository":"https://github.com/SergioBenitez/version_check","homepage":null,"documentation":"https://docs.rs/version_check/","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"vswhom","version":"0.1.0","authors":["nabijaczleweli "],"id":"registry+https://github.com/rust-lang/crates.io-index#vswhom@0.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI to Jon Blow's VS discovery script","dependencies":[{"name":"vswhom-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"vswhom","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-0.1.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"detect","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-0.1.0/examples/detect.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-0.1.0/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["visual-studio","FFI"],"readme":"README.md","repository":"https://github.com/nabijaczleweli/vswhom.rs","homepage":null,"documentation":"https://rawcdn.githack.com/nabijaczleweli/vswhom-sys.rs/doc/vswhom_sys/index.html","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"vswhom-sys","version":"0.1.2","authors":["наб ","forrestsmithfb "],"id":"registry+https://github.com/rust-lang/crates.io-index#vswhom-sys@0.1.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Pure FFI to Jon Blow's VS discovery script","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"vswhom_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-sys-0.1.2/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-sys-0.1.2/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vswhom-sys-0.1.2/Cargo.toml","categories":["external-ffi-bindings"],"keywords":["visual-studio","FFI"],"readme":"README.md","repository":"https://github.com/nabijaczleweli/vswhom-sys.rs","homepage":null,"documentation":"https://rawcdn.githack.com/nabijaczleweli/vswhom.rs/doc/vswhom/index.html","edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"waker-fn","version":"1.2.0","authors":["Stjepan Glavina "],"id":"registry+https://github.com/rust-lang/crates.io-index#waker-fn@1.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Convert closures into wakers","dependencies":[{"name":"portable-atomic-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":false,"features":["alloc"],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"waker_fn","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waker-fn-1.2.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"portable-atomic":["portable-atomic-util"],"portable-atomic-util":["dep:portable-atomic-util"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/waker-fn-1.2.0/Cargo.toml","categories":["concurrency"],"keywords":["async","waker","wake","closure","callback"],"readme":"README.md","repository":"https://github.com/smol-rs/waker-fn","homepage":"https://github.com/smol-rs/waker-fn","documentation":"https://docs.rs/waker-fn","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.51.0"},"license":"Apache-2.0 OR MIT"},{"package":{"name":"walkdir","version":"2.5.0","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Recursively walk a directory.","dependencies":[{"name":"same-file","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"winapi-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"walkdir","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.5.0/Cargo.toml","categories":["filesystem"],"keywords":["directory","recursive","walk","iterator"],"readme":"README.md","repository":"https://github.com/BurntSushi/walkdir","homepage":"https://github.com/BurntSushi/walkdir","documentation":"https://docs.rs/walkdir/","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Unlicense OR MIT"},{"package":{"name":"wasi","version":"0.11.0+wasi-snapshot-preview1","authors":["The Cranelift Project Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.0+wasi-snapshot-preview1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Experimental WASI API bindings for Rust","dependencies":[{"name":"compiler_builtins","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-std-workspace-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"core","registry":null,"path":null},{"name":"rustc-std-workspace-alloc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"wasi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"compiler_builtins":["dep:compiler_builtins"],"core":["dep:core"],"default":["std"],"rustc-dep-of-std":["compiler_builtins","core","rustc-std-workspace-alloc"],"rustc-std-workspace-alloc":["dep:rustc-std-workspace-alloc"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml","categories":["no-std","wasm"],"keywords":["webassembly","wasm"],"readme":"README.md","repository":"https://github.com/bytecodealliance/wasi","homepage":null,"documentation":"https://docs.rs/wasi","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"},{"package":{"name":"wasm-bindgen","version":"0.2.93","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.93","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Easy support for interacting between JS and Rust.\n","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-macro","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.93","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm_bindgen","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.93/src/lib.rs","edition":"2021","doctest":true,"test":false,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.93/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"default":["spans","std"],"enable-interning":["std"],"gg-alloc":[],"serde":["dep:serde"],"serde-serialize":["serde","serde_json","std"],"serde_json":["dep:serde_json"],"spans":["wasm-bindgen-macro/spans"],"std":[],"strict-macro":["wasm-bindgen-macro/strict-macro"],"xxx_debug_only_print_generated_code":["wasm-bindgen-macro/xxx_debug_only_print_generated_code"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.93/Cargo.toml","categories":["wasm"],"keywords":[],"readme":"README.md","repository":"https://github.com/rustwasm/wasm-bindgen","homepage":"https://rustwasm.github.io/","documentation":"https://docs.rs/wasm-bindgen","edition":"2021","metadata":{"docs":{"rs":{"features":["serde-serialize"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"wasm-bindgen-backend","version":"0.2.93","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-backend@0.2.93","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Backend code generation of the wasm-bindgen tool\n","dependencies":[{"name":"bumpalo","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.93","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm_bindgen_backend","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.93/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"extra-traits":["syn/extra-traits"],"spans":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.93/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen-backend","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"wasm-bindgen-futures","version":"0.4.43","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.43","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bridging the gap between Rust Futures and JavaScript Promises","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.8","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.70","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.93","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel-preview","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0-alpha.18","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"futures-lite","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.11.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.24","kind":"normal","optional":false,"uses_default_features":true,"features":["MessageEvent","Worker"],"target":"cfg(target_feature = \"atomics\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm_bindgen_futures","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.43/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"futures-core":["dep:futures-core"],"futures-core-03-stream":["futures-core"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.43/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen-futures","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"wasm-bindgen-macro","version":"0.2.93","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.93","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Definition of the `#[wasm_bindgen]` attribute, an internal dependency\n","dependencies":[{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-macro-support","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.93","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm_bindgen_macro","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.93/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"spans":["wasm-bindgen-macro-support/spans"],"strict-macro":["wasm-bindgen-macro-support/strict-macro"],"xxx_debug_only_print_generated_code":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.93/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"wasm-bindgen-macro-support","version":"0.2.93","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.93","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate\n","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["visit","full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.93","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-shared","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.2.93","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm_bindgen_macro_support","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.93/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"extra-traits":["syn/extra-traits"],"spans":["wasm-bindgen-backend/spans"],"strict-macro":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.93/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"wasm-bindgen-shared","version":"0.2.93","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.93","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Shared support between wasm-bindgen and wasm-bindgen cli, an internal\ndependency.\n","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"wasm_bindgen_shared","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.93/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.93/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.93/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared","homepage":"https://rustwasm.github.io/wasm-bindgen/","documentation":"https://docs.rs/wasm-bindgen-shared","edition":"2021","links":"wasm_bindgen","publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"wayland-backend","version":"0.3.7","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-backend@0.3.7","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Low-level bindings to the Wayland protocol","dependencies":[{"name":"downcast-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.17","kind":"normal","optional":false,"uses_default_features":true,"features":["event","fs","net","process"],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_06","registry":null,"path":null},{"name":"scoped-tls","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"smallvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.9","kind":"normal","optional":false,"uses_default_features":true,"features":["union","const_generics","const_new"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"concat-idents","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_backend","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.7/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"rs_sys_impls","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.7/tests/rs_sys_impls.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.7/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"client_system":["wayland-sys/client"],"dlopen":["wayland-sys/dlopen"],"log":["dep:log"],"raw-window-handle":["dep:raw-window-handle"],"rwh_06":["dep:rwh_06"],"server_system":["wayland-sys/server"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-backend-0.3.7/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-backend/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"wayland-client","version":"0.31.6","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-client@0.31.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to the standard C implementation of the wayland protocol, client side.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.0","kind":"normal","optional":false,"uses_default_features":true,"features":["event"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_client","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"list_globals","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.6/examples/list_globals.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_globals_no_dispatch","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.6/examples/list_globals_no_dispatch.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.6/examples/simple_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.6/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"log":["dep:log"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-client-0.31.6/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-client/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"wayland-csd-frame","version":"0.3.0","authors":["Kirill Chibisov "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-csd-frame@0.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Common trait and types for wayland CSD interop","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cursor-icon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_csd_frame","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-csd-frame-0.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-csd-frame-0.3.0/Cargo.toml","categories":["gui"],"keywords":["windowing","wayland"],"readme":"README.md","repository":"https://github.com/rust-windowing/wayland-csd-frame","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"wayland-cursor","version":"0.31.6","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-cursor@0.31.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings to libwayland-cursor.","dependencies":[{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.15","kind":"normal","optional":false,"uses_default_features":true,"features":["shm"],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xcursor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_cursor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-cursor-0.31.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-cursor-0.31.6/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-cursor/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"wayland-protocols","version":"0.32.4","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols@0.32.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated API for the officials wayland protocol extensions","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-server","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_protocols","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-0.32.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"client":["wayland-client"],"server":["wayland-server"],"staging":[],"unstable":[],"wayland-client":["dep:wayland-client"],"wayland-server":["dep:wayland-server"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-0.32.4/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client","server","protocol","extension"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-protocols/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"wayland-protocols-plasma","version":"0.3.4","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols-plasma@0.3.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated API for the Plasma wayland protocol extensions","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-server","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_protocols_plasma","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-plasma-0.3.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"client":["wayland-client","wayland-protocols/client"],"server":["wayland-server","wayland-protocols/server"],"wayland-client":["dep:wayland-client"],"wayland-server":["dep:wayland-server"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-plasma-0.3.4/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client","server","protocol","extension"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-protocols-plasma/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"wayland-protocols-wlr","version":"0.3.4","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-protocols-wlr@0.3.4","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Generated API for the WLR wayland protocol extensions","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-scanner","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wayland-server","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.5","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_protocols_wlr","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-wlr-0.3.4/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"client":["wayland-client","wayland-protocols/client"],"server":["wayland-server","wayland-protocols/server"],"wayland-client":["dep:wayland-client"],"wayland-server":["dep:wayland-server"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-protocols-wlr-0.3.4/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","client","server","protocol","extension"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-protocols-wlr/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"wayland-scanner","version":"0.31.5","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-scanner@0.31.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Wayland Scanner for generating rust APIs from XML wayland protocol files.","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.11","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quick-xml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.36.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"similar","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_scanner","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-scanner-0.31.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-scanner-0.31.5/Cargo.toml","categories":["gui","api-bindings"],"keywords":["wayland","codegen"],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-scanner/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"wayland-sys","version":"0.31.5","authors":["Elinor Berger "],"id":"registry+https://github.com/rust-lang/crates.io-index#wayland-sys@0.31.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.","dependencies":[{"name":"dlib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memoffset","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.7","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"wayland_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-sys-0.31.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-sys-0.31.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"client":[],"cursor":["client"],"dlopen":["once_cell"],"egl":["client"],"libc":["dep:libc"],"memoffset":["dep:memoffset"],"once_cell":["dep:once_cell"],"server":["libc","memoffset"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wayland-sys-0.31.5/Cargo.toml","categories":["external-ffi-bindings"],"keywords":[],"readme":"README.md","repository":"https://github.com/smithay/wayland-rs","homepage":null,"documentation":"https://docs.rs/wayland-sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","docsrs"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"web-sys","version":"0.3.70","authors":["The wasm-bindgen Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.70","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Bindings for all Web APIs, a procedurally generated crate from WebIDL\n","dependencies":[{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.70","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.93","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"web_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.70/src/lib.rs","edition":"2021","doctest":false,"test":false,"doc":true}],"features":{"AbortController":[],"AbortSignal":["EventTarget"],"AddEventListenerOptions":[],"AesCbcParams":[],"AesCtrParams":[],"AesDerivedKeyParams":[],"AesGcmParams":[],"AesKeyAlgorithm":[],"AesKeyGenParams":[],"Algorithm":[],"AlignSetting":[],"AllowedBluetoothDevice":[],"AllowedUsbDevice":[],"AlphaOption":[],"AnalyserNode":["AudioNode","EventTarget"],"AnalyserOptions":[],"AngleInstancedArrays":[],"Animation":["EventTarget"],"AnimationEffect":[],"AnimationEvent":["Event"],"AnimationEventInit":[],"AnimationPlayState":[],"AnimationPlaybackEvent":["Event"],"AnimationPlaybackEventInit":[],"AnimationPropertyDetails":[],"AnimationPropertyValueDetails":[],"AnimationTimeline":[],"AssignedNodesOptions":[],"AttestationConveyancePreference":[],"Attr":["EventTarget","Node"],"AttributeNameValue":[],"AudioBuffer":[],"AudioBufferOptions":[],"AudioBufferSourceNode":["AudioNode","AudioScheduledSourceNode","EventTarget"],"AudioBufferSourceOptions":[],"AudioConfiguration":[],"AudioContext":["BaseAudioContext","EventTarget"],"AudioContextLatencyCategory":[],"AudioContextOptions":[],"AudioContextState":[],"AudioData":[],"AudioDataCopyToOptions":[],"AudioDataInit":[],"AudioDecoder":[],"AudioDecoderConfig":[],"AudioDecoderInit":[],"AudioDecoderSupport":[],"AudioDestinationNode":["AudioNode","EventTarget"],"AudioEncoder":[],"AudioEncoderConfig":[],"AudioEncoderInit":[],"AudioEncoderSupport":[],"AudioListener":[],"AudioNode":["EventTarget"],"AudioNodeOptions":[],"AudioParam":[],"AudioParamMap":[],"AudioProcessingEvent":["Event"],"AudioSampleFormat":[],"AudioScheduledSourceNode":["AudioNode","EventTarget"],"AudioSinkInfo":[],"AudioSinkOptions":[],"AudioSinkType":[],"AudioStreamTrack":["EventTarget","MediaStreamTrack"],"AudioTrack":[],"AudioTrackList":["EventTarget"],"AudioWorklet":["Worklet"],"AudioWorkletGlobalScope":["WorkletGlobalScope"],"AudioWorkletNode":["AudioNode","EventTarget"],"AudioWorkletNodeOptions":[],"AudioWorkletProcessor":[],"AuthenticationExtensionsClientInputs":[],"AuthenticationExtensionsClientInputsJson":[],"AuthenticationExtensionsClientOutputs":[],"AuthenticationExtensionsClientOutputsJson":[],"AuthenticationExtensionsDevicePublicKeyInputs":[],"AuthenticationExtensionsDevicePublicKeyOutputs":[],"AuthenticationExtensionsLargeBlobInputs":[],"AuthenticationExtensionsLargeBlobOutputs":[],"AuthenticationExtensionsPrfInputs":[],"AuthenticationExtensionsPrfOutputs":[],"AuthenticationExtensionsPrfValues":[],"AuthenticationResponseJson":[],"AuthenticatorAssertionResponse":["AuthenticatorResponse"],"AuthenticatorAssertionResponseJson":[],"AuthenticatorAttachment":[],"AuthenticatorAttestationResponse":["AuthenticatorResponse"],"AuthenticatorAttestationResponseJson":[],"AuthenticatorResponse":[],"AuthenticatorSelectionCriteria":[],"AuthenticatorTransport":[],"AutoKeyword":[],"AutocompleteInfo":[],"BarProp":[],"BaseAudioContext":["EventTarget"],"BaseComputedKeyframe":[],"BaseKeyframe":[],"BasePropertyIndexedKeyframe":[],"BasicCardRequest":[],"BasicCardResponse":[],"BasicCardType":[],"BatteryManager":["EventTarget"],"BeforeUnloadEvent":["Event"],"BinaryType":[],"BiquadFilterNode":["AudioNode","EventTarget"],"BiquadFilterOptions":[],"BiquadFilterType":[],"Blob":[],"BlobEvent":["Event"],"BlobEventInit":[],"BlobPropertyBag":[],"BlockParsingOptions":[],"Bluetooth":["EventTarget"],"BluetoothAdvertisingEvent":["Event"],"BluetoothAdvertisingEventInit":[],"BluetoothCharacteristicProperties":[],"BluetoothDataFilterInit":[],"BluetoothDevice":["EventTarget"],"BluetoothLeScanFilterInit":[],"BluetoothManufacturerDataMap":[],"BluetoothPermissionDescriptor":[],"BluetoothPermissionResult":["EventTarget","PermissionStatus"],"BluetoothPermissionStorage":[],"BluetoothRemoteGattCharacteristic":["EventTarget"],"BluetoothRemoteGattDescriptor":[],"BluetoothRemoteGattServer":[],"BluetoothRemoteGattService":["EventTarget"],"BluetoothServiceDataMap":[],"BluetoothUuid":[],"BoxQuadOptions":[],"BroadcastChannel":["EventTarget"],"BrowserElementDownloadOptions":[],"BrowserElementExecuteScriptOptions":[],"BrowserFeedWriter":[],"BrowserFindCaseSensitivity":[],"BrowserFindDirection":[],"ByteLengthQueuingStrategy":[],"Cache":[],"CacheBatchOperation":[],"CacheQueryOptions":[],"CacheStorage":[],"CacheStorageNamespace":[],"CanvasCaptureMediaStream":["EventTarget","MediaStream"],"CanvasCaptureMediaStreamTrack":["EventTarget","MediaStreamTrack"],"CanvasGradient":[],"CanvasPattern":[],"CanvasRenderingContext2d":[],"CanvasWindingRule":[],"CaretChangedReason":[],"CaretPosition":[],"CaretStateChangedEventInit":[],"CdataSection":["CharacterData","EventTarget","Node","Text"],"ChannelCountMode":[],"ChannelInterpretation":[],"ChannelMergerNode":["AudioNode","EventTarget"],"ChannelMergerOptions":[],"ChannelSplitterNode":["AudioNode","EventTarget"],"ChannelSplitterOptions":[],"CharacterData":["EventTarget","Node"],"CheckerboardReason":[],"CheckerboardReport":[],"CheckerboardReportService":[],"ChromeFilePropertyBag":[],"ChromeWorker":["EventTarget","Worker"],"Client":[],"ClientQueryOptions":[],"ClientRectsAndTexts":[],"ClientType":[],"Clients":[],"Clipboard":["EventTarget"],"ClipboardEvent":["Event"],"ClipboardEventInit":[],"ClipboardItem":[],"ClipboardItemOptions":[],"ClipboardPermissionDescriptor":[],"ClipboardUnsanitizedFormats":[],"CloseEvent":["Event"],"CloseEventInit":[],"CodecState":[],"CollectedClientData":[],"ColorSpaceConversion":[],"Comment":["CharacterData","EventTarget","Node"],"CompositeOperation":[],"CompositionEvent":["Event","UiEvent"],"CompositionEventInit":[],"CompressionFormat":[],"CompressionStream":[],"ComputedEffectTiming":[],"ConnStatusDict":[],"ConnectionType":[],"ConsoleCounter":[],"ConsoleCounterError":[],"ConsoleEvent":[],"ConsoleInstance":[],"ConsoleInstanceOptions":[],"ConsoleLevel":[],"ConsoleLogLevel":[],"ConsoleProfileEvent":[],"ConsoleStackEntry":[],"ConsoleTimerError":[],"ConsoleTimerLogOrEnd":[],"ConsoleTimerStart":[],"ConstantSourceNode":["AudioNode","AudioScheduledSourceNode","EventTarget"],"ConstantSourceOptions":[],"ConstrainBooleanParameters":[],"ConstrainDomStringParameters":[],"ConstrainDoubleRange":[],"ConstrainLongRange":[],"ContextAttributes2d":[],"ConvertCoordinateOptions":[],"ConvolverNode":["AudioNode","EventTarget"],"ConvolverOptions":[],"Coordinates":[],"CountQueuingStrategy":[],"Credential":[],"CredentialCreationOptions":[],"CredentialPropertiesOutput":[],"CredentialRequestOptions":[],"CredentialsContainer":[],"Crypto":[],"CryptoKey":[],"CryptoKeyPair":[],"CssAnimation":["Animation","EventTarget"],"CssBoxType":[],"CssConditionRule":["CssGroupingRule","CssRule"],"CssCounterStyleRule":["CssRule"],"CssFontFaceRule":["CssRule"],"CssFontFeatureValuesRule":["CssRule"],"CssGroupingRule":["CssRule"],"CssImportRule":["CssRule"],"CssKeyframeRule":["CssRule"],"CssKeyframesRule":["CssRule"],"CssMediaRule":["CssConditionRule","CssGroupingRule","CssRule"],"CssNamespaceRule":["CssRule"],"CssPageRule":["CssRule"],"CssPseudoElement":[],"CssRule":[],"CssRuleList":[],"CssStyleDeclaration":[],"CssStyleRule":["CssRule"],"CssStyleSheet":["StyleSheet"],"CssStyleSheetParsingMode":[],"CssSupportsRule":["CssConditionRule","CssGroupingRule","CssRule"],"CssTransition":["Animation","EventTarget"],"CustomElementRegistry":[],"CustomEvent":["Event"],"CustomEventInit":[],"DataTransfer":[],"DataTransferItem":[],"DataTransferItemList":[],"DateTimeValue":[],"DecoderDoctorNotification":[],"DecoderDoctorNotificationType":[],"DecompressionStream":[],"DedicatedWorkerGlobalScope":["EventTarget","WorkerGlobalScope"],"DelayNode":["AudioNode","EventTarget"],"DelayOptions":[],"DeviceAcceleration":[],"DeviceAccelerationInit":[],"DeviceLightEvent":["Event"],"DeviceLightEventInit":[],"DeviceMotionEvent":["Event"],"DeviceMotionEventInit":[],"DeviceOrientationEvent":["Event"],"DeviceOrientationEventInit":[],"DeviceProximityEvent":["Event"],"DeviceProximityEventInit":[],"DeviceRotationRate":[],"DeviceRotationRateInit":[],"DhKeyDeriveParams":[],"DirectionSetting":[],"Directory":[],"DirectoryPickerOptions":[],"DisplayMediaStreamConstraints":[],"DisplayNameOptions":[],"DisplayNameResult":[],"DistanceModelType":[],"DnsCacheDict":[],"DnsCacheEntry":[],"DnsLookupDict":[],"Document":["EventTarget","Node"],"DocumentFragment":["EventTarget","Node"],"DocumentTimeline":["AnimationTimeline"],"DocumentTimelineOptions":[],"DocumentType":["EventTarget","Node"],"DomError":[],"DomException":[],"DomImplementation":[],"DomMatrix":["DomMatrixReadOnly"],"DomMatrix2dInit":[],"DomMatrixInit":[],"DomMatrixReadOnly":[],"DomParser":[],"DomPoint":["DomPointReadOnly"],"DomPointInit":[],"DomPointReadOnly":[],"DomQuad":[],"DomQuadInit":[],"DomQuadJson":[],"DomRect":["DomRectReadOnly"],"DomRectInit":[],"DomRectList":[],"DomRectReadOnly":[],"DomRequest":["EventTarget"],"DomRequestReadyState":[],"DomStringList":[],"DomStringMap":[],"DomTokenList":[],"DomWindowResizeEventDetail":[],"DoubleRange":[],"DragEvent":["Event","MouseEvent","UiEvent"],"DragEventInit":[],"DynamicsCompressorNode":["AudioNode","EventTarget"],"DynamicsCompressorOptions":[],"EcKeyAlgorithm":[],"EcKeyGenParams":[],"EcKeyImportParams":[],"EcdhKeyDeriveParams":[],"EcdsaParams":[],"EffectTiming":[],"Element":["EventTarget","Node"],"ElementCreationOptions":[],"ElementDefinitionOptions":[],"EncodedAudioChunk":[],"EncodedAudioChunkInit":[],"EncodedAudioChunkMetadata":[],"EncodedAudioChunkType":[],"EncodedVideoChunk":[],"EncodedVideoChunkInit":[],"EncodedVideoChunkMetadata":[],"EncodedVideoChunkType":[],"EndingTypes":[],"ErrorCallback":[],"ErrorEvent":["Event"],"ErrorEventInit":[],"Event":[],"EventInit":[],"EventListener":[],"EventListenerOptions":[],"EventModifierInit":[],"EventSource":["EventTarget"],"EventSourceInit":[],"EventTarget":[],"Exception":[],"ExtBlendMinmax":[],"ExtColorBufferFloat":[],"ExtColorBufferHalfFloat":[],"ExtDisjointTimerQuery":[],"ExtFragDepth":[],"ExtSRgb":[],"ExtShaderTextureLod":[],"ExtTextureFilterAnisotropic":[],"ExtTextureNorm16":[],"ExtendableEvent":["Event"],"ExtendableEventInit":[],"ExtendableMessageEvent":["Event","ExtendableEvent"],"ExtendableMessageEventInit":[],"External":[],"FakePluginMimeEntry":[],"FakePluginTagInit":[],"FetchEvent":["Event","ExtendableEvent"],"FetchEventInit":[],"FetchObserver":["EventTarget"],"FetchReadableStreamReadDataArray":[],"FetchReadableStreamReadDataDone":[],"FetchState":[],"File":["Blob"],"FileCallback":[],"FileList":[],"FilePickerAcceptType":[],"FilePickerOptions":[],"FilePropertyBag":[],"FileReader":["EventTarget"],"FileReaderSync":[],"FileSystem":[],"FileSystemCreateWritableOptions":[],"FileSystemDirectoryEntry":["FileSystemEntry"],"FileSystemDirectoryHandle":["FileSystemHandle"],"FileSystemDirectoryReader":[],"FileSystemEntriesCallback":[],"FileSystemEntry":[],"FileSystemEntryCallback":[],"FileSystemFileEntry":["FileSystemEntry"],"FileSystemFileHandle":["FileSystemHandle"],"FileSystemFlags":[],"FileSystemGetDirectoryOptions":[],"FileSystemGetFileOptions":[],"FileSystemHandle":[],"FileSystemHandleKind":[],"FileSystemHandlePermissionDescriptor":[],"FileSystemPermissionDescriptor":[],"FileSystemPermissionMode":[],"FileSystemReadWriteOptions":[],"FileSystemRemoveOptions":[],"FileSystemSyncAccessHandle":[],"FileSystemWritableFileStream":["WritableStream"],"FillMode":[],"FlashClassification":[],"FlowControlType":[],"FocusEvent":["Event","UiEvent"],"FocusEventInit":[],"FocusOptions":[],"FontData":[],"FontFace":[],"FontFaceDescriptors":[],"FontFaceLoadStatus":[],"FontFaceSet":["EventTarget"],"FontFaceSetIterator":[],"FontFaceSetIteratorResult":[],"FontFaceSetLoadEvent":["Event"],"FontFaceSetLoadEventInit":[],"FontFaceSetLoadStatus":[],"FormData":[],"FrameType":[],"FuzzingFunctions":[],"GainNode":["AudioNode","EventTarget"],"GainOptions":[],"Gamepad":[],"GamepadAxisMoveEvent":["Event","GamepadEvent"],"GamepadAxisMoveEventInit":[],"GamepadButton":[],"GamepadButtonEvent":["Event","GamepadEvent"],"GamepadButtonEventInit":[],"GamepadEvent":["Event"],"GamepadEventInit":[],"GamepadHand":[],"GamepadHapticActuator":[],"GamepadHapticActuatorType":[],"GamepadMappingType":[],"GamepadPose":[],"GamepadServiceTest":[],"Geolocation":[],"GetAnimationsOptions":[],"GetRootNodeOptions":[],"GetUserMediaRequest":[],"Gpu":[],"GpuAdapter":[],"GpuAdapterInfo":[],"GpuAddressMode":[],"GpuAutoLayoutMode":[],"GpuBindGroup":[],"GpuBindGroupDescriptor":[],"GpuBindGroupEntry":[],"GpuBindGroupLayout":[],"GpuBindGroupLayoutDescriptor":[],"GpuBindGroupLayoutEntry":[],"GpuBlendComponent":[],"GpuBlendFactor":[],"GpuBlendOperation":[],"GpuBlendState":[],"GpuBuffer":[],"GpuBufferBinding":[],"GpuBufferBindingLayout":[],"GpuBufferBindingType":[],"GpuBufferDescriptor":[],"GpuBufferMapState":[],"GpuCanvasAlphaMode":[],"GpuCanvasConfiguration":[],"GpuCanvasContext":[],"GpuCanvasToneMapping":[],"GpuCanvasToneMappingMode":[],"GpuColorDict":[],"GpuColorTargetState":[],"GpuCommandBuffer":[],"GpuCommandBufferDescriptor":[],"GpuCommandEncoder":[],"GpuCommandEncoderDescriptor":[],"GpuCompareFunction":[],"GpuCompilationInfo":[],"GpuCompilationMessage":[],"GpuCompilationMessageType":[],"GpuComputePassDescriptor":[],"GpuComputePassEncoder":[],"GpuComputePassTimestampWrites":[],"GpuComputePipeline":[],"GpuComputePipelineDescriptor":[],"GpuCullMode":[],"GpuDepthStencilState":[],"GpuDevice":["EventTarget"],"GpuDeviceDescriptor":[],"GpuDeviceLostInfo":[],"GpuDeviceLostReason":[],"GpuError":[],"GpuErrorFilter":[],"GpuExtent3dDict":[],"GpuExternalTexture":[],"GpuExternalTextureBindingLayout":[],"GpuExternalTextureDescriptor":[],"GpuFeatureName":[],"GpuFilterMode":[],"GpuFragmentState":[],"GpuFrontFace":[],"GpuImageCopyBuffer":[],"GpuImageCopyExternalImage":[],"GpuImageCopyTexture":[],"GpuImageCopyTextureTagged":[],"GpuImageDataLayout":[],"GpuIndexFormat":[],"GpuInternalError":["GpuError"],"GpuLoadOp":[],"GpuMipmapFilterMode":[],"GpuMultisampleState":[],"GpuObjectDescriptorBase":[],"GpuOrigin2dDict":[],"GpuOrigin3dDict":[],"GpuOutOfMemoryError":["GpuError"],"GpuPipelineDescriptorBase":[],"GpuPipelineError":["DomException"],"GpuPipelineErrorInit":[],"GpuPipelineErrorReason":[],"GpuPipelineLayout":[],"GpuPipelineLayoutDescriptor":[],"GpuPowerPreference":[],"GpuPrimitiveState":[],"GpuPrimitiveTopology":[],"GpuProgrammableStage":[],"GpuQuerySet":[],"GpuQuerySetDescriptor":[],"GpuQueryType":[],"GpuQueue":[],"GpuQueueDescriptor":[],"GpuRenderBundle":[],"GpuRenderBundleDescriptor":[],"GpuRenderBundleEncoder":[],"GpuRenderBundleEncoderDescriptor":[],"GpuRenderPassColorAttachment":[],"GpuRenderPassDepthStencilAttachment":[],"GpuRenderPassDescriptor":[],"GpuRenderPassEncoder":[],"GpuRenderPassLayout":[],"GpuRenderPassTimestampWrites":[],"GpuRenderPipeline":[],"GpuRenderPipelineDescriptor":[],"GpuRequestAdapterOptions":[],"GpuSampler":[],"GpuSamplerBindingLayout":[],"GpuSamplerBindingType":[],"GpuSamplerDescriptor":[],"GpuShaderModule":[],"GpuShaderModuleCompilationHint":[],"GpuShaderModuleDescriptor":[],"GpuStencilFaceState":[],"GpuStencilOperation":[],"GpuStorageTextureAccess":[],"GpuStorageTextureBindingLayout":[],"GpuStoreOp":[],"GpuSupportedFeatures":[],"GpuSupportedLimits":[],"GpuTexture":[],"GpuTextureAspect":[],"GpuTextureBindingLayout":[],"GpuTextureDescriptor":[],"GpuTextureDimension":[],"GpuTextureFormat":[],"GpuTextureSampleType":[],"GpuTextureView":[],"GpuTextureViewDescriptor":[],"GpuTextureViewDimension":[],"GpuUncapturedErrorEvent":["Event"],"GpuUncapturedErrorEventInit":[],"GpuValidationError":["GpuError"],"GpuVertexAttribute":[],"GpuVertexBufferLayout":[],"GpuVertexFormat":[],"GpuVertexState":[],"GpuVertexStepMode":[],"GroupedHistoryEventInit":[],"HalfOpenInfoDict":[],"HardwareAcceleration":[],"HashChangeEvent":["Event"],"HashChangeEventInit":[],"Headers":[],"HeadersGuardEnum":[],"Hid":["EventTarget"],"HidCollectionInfo":[],"HidConnectionEvent":["Event"],"HidConnectionEventInit":[],"HidDevice":["EventTarget"],"HidDeviceFilter":[],"HidDeviceRequestOptions":[],"HidInputReportEvent":["Event"],"HidInputReportEventInit":[],"HidReportInfo":[],"HidReportItem":[],"HidUnitSystem":[],"HiddenPluginEventInit":[],"History":[],"HitRegionOptions":[],"HkdfParams":[],"HmacDerivedKeyParams":[],"HmacImportParams":[],"HmacKeyAlgorithm":[],"HmacKeyGenParams":[],"HtmlAllCollection":[],"HtmlAnchorElement":["Element","EventTarget","HtmlElement","Node"],"HtmlAreaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlAudioElement":["Element","EventTarget","HtmlElement","HtmlMediaElement","Node"],"HtmlBaseElement":["Element","EventTarget","HtmlElement","Node"],"HtmlBodyElement":["Element","EventTarget","HtmlElement","Node"],"HtmlBrElement":["Element","EventTarget","HtmlElement","Node"],"HtmlButtonElement":["Element","EventTarget","HtmlElement","Node"],"HtmlCanvasElement":["Element","EventTarget","HtmlElement","Node"],"HtmlCollection":[],"HtmlDListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDataElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDataListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDetailsElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDialogElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDirectoryElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDivElement":["Element","EventTarget","HtmlElement","Node"],"HtmlDocument":["Document","EventTarget","Node"],"HtmlElement":["Element","EventTarget","Node"],"HtmlEmbedElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFieldSetElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFontElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFormControlsCollection":["HtmlCollection"],"HtmlFormElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFrameElement":["Element","EventTarget","HtmlElement","Node"],"HtmlFrameSetElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHeadElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHeadingElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHrElement":["Element","EventTarget","HtmlElement","Node"],"HtmlHtmlElement":["Element","EventTarget","HtmlElement","Node"],"HtmlIFrameElement":["Element","EventTarget","HtmlElement","Node"],"HtmlImageElement":["Element","EventTarget","HtmlElement","Node"],"HtmlInputElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLabelElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLegendElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLiElement":["Element","EventTarget","HtmlElement","Node"],"HtmlLinkElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMapElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMediaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMenuElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMenuItemElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMetaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlMeterElement":["Element","EventTarget","HtmlElement","Node"],"HtmlModElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlObjectElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOptGroupElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOptionElement":["Element","EventTarget","HtmlElement","Node"],"HtmlOptionsCollection":["HtmlCollection"],"HtmlOutputElement":["Element","EventTarget","HtmlElement","Node"],"HtmlParagraphElement":["Element","EventTarget","HtmlElement","Node"],"HtmlParamElement":["Element","EventTarget","HtmlElement","Node"],"HtmlPictureElement":["Element","EventTarget","HtmlElement","Node"],"HtmlPreElement":["Element","EventTarget","HtmlElement","Node"],"HtmlProgressElement":["Element","EventTarget","HtmlElement","Node"],"HtmlQuoteElement":["Element","EventTarget","HtmlElement","Node"],"HtmlScriptElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSelectElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSlotElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSourceElement":["Element","EventTarget","HtmlElement","Node"],"HtmlSpanElement":["Element","EventTarget","HtmlElement","Node"],"HtmlStyleElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableCaptionElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableCellElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableColElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableRowElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTableSectionElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTemplateElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTextAreaElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTimeElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTitleElement":["Element","EventTarget","HtmlElement","Node"],"HtmlTrackElement":["Element","EventTarget","HtmlElement","Node"],"HtmlUListElement":["Element","EventTarget","HtmlElement","Node"],"HtmlUnknownElement":["Element","EventTarget","HtmlElement","Node"],"HtmlVideoElement":["Element","EventTarget","HtmlElement","HtmlMediaElement","Node"],"HttpConnDict":[],"HttpConnInfo":[],"HttpConnectionElement":[],"IdbCursor":[],"IdbCursorDirection":[],"IdbCursorWithValue":["IdbCursor"],"IdbDatabase":["EventTarget"],"IdbFactory":[],"IdbFileHandle":["EventTarget"],"IdbFileMetadataParameters":[],"IdbFileRequest":["DomRequest","EventTarget"],"IdbIndex":[],"IdbIndexParameters":[],"IdbKeyRange":[],"IdbLocaleAwareKeyRange":["IdbKeyRange"],"IdbMutableFile":["EventTarget"],"IdbObjectStore":[],"IdbObjectStoreParameters":[],"IdbOpenDbOptions":[],"IdbOpenDbRequest":["EventTarget","IdbRequest"],"IdbRequest":["EventTarget"],"IdbRequestReadyState":[],"IdbTransaction":["EventTarget"],"IdbTransactionDurability":[],"IdbTransactionMode":[],"IdbTransactionOptions":[],"IdbVersionChangeEvent":["Event"],"IdbVersionChangeEventInit":[],"IdleDeadline":[],"IdleRequestOptions":[],"IirFilterNode":["AudioNode","EventTarget"],"IirFilterOptions":[],"ImageBitmap":[],"ImageBitmapOptions":[],"ImageBitmapRenderingContext":[],"ImageCapture":[],"ImageCaptureError":[],"ImageCaptureErrorEvent":["Event"],"ImageCaptureErrorEventInit":[],"ImageData":[],"ImageDecodeOptions":[],"ImageDecodeResult":[],"ImageDecoder":[],"ImageDecoderInit":[],"ImageEncodeOptions":[],"ImageOrientation":[],"ImageTrack":["EventTarget"],"ImageTrackList":[],"InputDeviceInfo":["MediaDeviceInfo"],"InputEvent":["Event","UiEvent"],"InputEventInit":[],"IntersectionObserver":[],"IntersectionObserverEntry":[],"IntersectionObserverEntryInit":[],"IntersectionObserverInit":[],"IntlUtils":[],"IsInputPendingOptions":[],"IterableKeyAndValueResult":[],"IterableKeyOrValueResult":[],"IterationCompositeOperation":[],"JsonWebKey":[],"KeyAlgorithm":[],"KeyEvent":[],"KeyIdsInitData":[],"KeyboardEvent":["Event","UiEvent"],"KeyboardEventInit":[],"KeyframeAnimationOptions":[],"KeyframeEffect":["AnimationEffect"],"KeyframeEffectOptions":[],"L10nElement":[],"L10nValue":[],"LargeBlobSupport":[],"LatencyMode":[],"LifecycleCallbacks":[],"LineAlignSetting":[],"ListBoxObject":[],"LocalMediaStream":["EventTarget","MediaStream"],"LocaleInfo":[],"Location":[],"Lock":[],"LockInfo":[],"LockManager":[],"LockManagerSnapshot":[],"LockMode":[],"LockOptions":[],"MediaCapabilities":[],"MediaCapabilitiesInfo":[],"MediaConfiguration":[],"MediaDecodingConfiguration":[],"MediaDecodingType":[],"MediaDeviceInfo":[],"MediaDeviceKind":[],"MediaDevices":["EventTarget"],"MediaElementAudioSourceNode":["AudioNode","EventTarget"],"MediaElementAudioSourceOptions":[],"MediaEncodingConfiguration":[],"MediaEncodingType":[],"MediaEncryptedEvent":["Event"],"MediaError":[],"MediaImage":[],"MediaKeyError":["Event"],"MediaKeyMessageEvent":["Event"],"MediaKeyMessageEventInit":[],"MediaKeyMessageType":[],"MediaKeyNeededEventInit":[],"MediaKeySession":["EventTarget"],"MediaKeySessionType":[],"MediaKeyStatus":[],"MediaKeyStatusMap":[],"MediaKeySystemAccess":[],"MediaKeySystemConfiguration":[],"MediaKeySystemMediaCapability":[],"MediaKeySystemStatus":[],"MediaKeys":[],"MediaKeysPolicy":[],"MediaKeysRequirement":[],"MediaList":[],"MediaMetadata":[],"MediaMetadataInit":[],"MediaPositionState":[],"MediaQueryList":["EventTarget"],"MediaQueryListEvent":["Event"],"MediaQueryListEventInit":[],"MediaRecorder":["EventTarget"],"MediaRecorderErrorEvent":["Event"],"MediaRecorderErrorEventInit":[],"MediaRecorderOptions":[],"MediaSession":[],"MediaSessionAction":[],"MediaSessionActionDetails":[],"MediaSessionPlaybackState":[],"MediaSource":["EventTarget"],"MediaSourceEndOfStreamError":[],"MediaSourceEnum":[],"MediaSourceReadyState":[],"MediaStream":["EventTarget"],"MediaStreamAudioDestinationNode":["AudioNode","EventTarget"],"MediaStreamAudioSourceNode":["AudioNode","EventTarget"],"MediaStreamAudioSourceOptions":[],"MediaStreamConstraints":[],"MediaStreamError":[],"MediaStreamEvent":["Event"],"MediaStreamEventInit":[],"MediaStreamTrack":["EventTarget"],"MediaStreamTrackEvent":["Event"],"MediaStreamTrackEventInit":[],"MediaStreamTrackGenerator":["EventTarget","MediaStreamTrack"],"MediaStreamTrackGeneratorInit":[],"MediaStreamTrackProcessor":[],"MediaStreamTrackProcessorInit":[],"MediaStreamTrackState":[],"MediaTrackCapabilities":[],"MediaTrackConstraintSet":[],"MediaTrackConstraints":[],"MediaTrackSettings":[],"MediaTrackSupportedConstraints":[],"MemoryAttribution":[],"MemoryAttributionContainer":[],"MemoryBreakdownEntry":[],"MemoryMeasurement":[],"MessageChannel":[],"MessageEvent":["Event"],"MessageEventInit":[],"MessagePort":["EventTarget"],"MidiAccess":["EventTarget"],"MidiConnectionEvent":["Event"],"MidiConnectionEventInit":[],"MidiInput":["EventTarget","MidiPort"],"MidiInputMap":[],"MidiMessageEvent":["Event"],"MidiMessageEventInit":[],"MidiOptions":[],"MidiOutput":["EventTarget","MidiPort"],"MidiOutputMap":[],"MidiPort":["EventTarget"],"MidiPortConnectionState":[],"MidiPortDeviceState":[],"MidiPortType":[],"MimeType":[],"MimeTypeArray":[],"MouseEvent":["Event","UiEvent"],"MouseEventInit":[],"MouseScrollEvent":["Event","MouseEvent","UiEvent"],"MozDebug":[],"MutationEvent":["Event"],"MutationObserver":[],"MutationObserverInit":[],"MutationObservingInfo":[],"MutationRecord":[],"NamedNodeMap":[],"NativeOsFileReadOptions":[],"NativeOsFileWriteAtomicOptions":[],"NavigationType":[],"Navigator":[],"NavigatorAutomationInformation":[],"NavigatorUaBrandVersion":[],"NavigatorUaData":[],"NetworkCommandOptions":[],"NetworkInformation":["EventTarget"],"NetworkResultOptions":[],"Node":["EventTarget"],"NodeFilter":[],"NodeIterator":[],"NodeList":[],"Notification":["EventTarget"],"NotificationAction":[],"NotificationDirection":[],"NotificationEvent":["Event","ExtendableEvent"],"NotificationEventInit":[],"NotificationOptions":[],"NotificationPermission":[],"ObserverCallback":[],"OesElementIndexUint":[],"OesStandardDerivatives":[],"OesTextureFloat":[],"OesTextureFloatLinear":[],"OesTextureHalfFloat":[],"OesTextureHalfFloatLinear":[],"OesVertexArrayObject":[],"OfflineAudioCompletionEvent":["Event"],"OfflineAudioCompletionEventInit":[],"OfflineAudioContext":["BaseAudioContext","EventTarget"],"OfflineAudioContextOptions":[],"OfflineResourceList":["EventTarget"],"OffscreenCanvas":["EventTarget"],"OffscreenCanvasRenderingContext2d":[],"OpenFilePickerOptions":[],"OpenWindowEventDetail":[],"OptionalEffectTiming":[],"OrientationLockType":[],"OrientationType":[],"OscillatorNode":["AudioNode","AudioScheduledSourceNode","EventTarget"],"OscillatorOptions":[],"OscillatorType":[],"OverSampleType":[],"OvrMultiview2":[],"PageTransitionEvent":["Event"],"PageTransitionEventInit":[],"PaintRequest":[],"PaintRequestList":[],"PaintWorkletGlobalScope":["WorkletGlobalScope"],"PannerNode":["AudioNode","EventTarget"],"PannerOptions":[],"PanningModelType":[],"ParityType":[],"Path2d":[],"PaymentAddress":[],"PaymentComplete":[],"PaymentMethodChangeEvent":["Event","PaymentRequestUpdateEvent"],"PaymentMethodChangeEventInit":[],"PaymentRequestUpdateEvent":["Event"],"PaymentRequestUpdateEventInit":[],"PaymentResponse":[],"Pbkdf2Params":[],"PcImplIceConnectionState":[],"PcImplIceGatheringState":[],"PcImplSignalingState":[],"PcObserverStateType":[],"Performance":["EventTarget"],"PerformanceEntry":[],"PerformanceEntryEventInit":[],"PerformanceEntryFilterOptions":[],"PerformanceMark":["PerformanceEntry"],"PerformanceMeasure":["PerformanceEntry"],"PerformanceNavigation":[],"PerformanceNavigationTiming":["PerformanceEntry","PerformanceResourceTiming"],"PerformanceObserver":[],"PerformanceObserverEntryList":[],"PerformanceObserverInit":[],"PerformanceResourceTiming":["PerformanceEntry"],"PerformanceServerTiming":[],"PerformanceTiming":[],"PeriodicWave":[],"PeriodicWaveConstraints":[],"PeriodicWaveOptions":[],"PermissionDescriptor":[],"PermissionName":[],"PermissionState":[],"PermissionStatus":["EventTarget"],"Permissions":[],"PlaneLayout":[],"PlaybackDirection":[],"Plugin":[],"PluginArray":[],"PluginCrashedEventInit":[],"PointerEvent":["Event","MouseEvent","UiEvent"],"PointerEventInit":[],"PopStateEvent":["Event"],"PopStateEventInit":[],"PopupBlockedEvent":["Event"],"PopupBlockedEventInit":[],"Position":[],"PositionAlignSetting":[],"PositionError":[],"PositionOptions":[],"PremultiplyAlpha":[],"Presentation":[],"PresentationAvailability":["EventTarget"],"PresentationConnection":["EventTarget"],"PresentationConnectionAvailableEvent":["Event"],"PresentationConnectionAvailableEventInit":[],"PresentationConnectionBinaryType":[],"PresentationConnectionCloseEvent":["Event"],"PresentationConnectionCloseEventInit":[],"PresentationConnectionClosedReason":[],"PresentationConnectionList":["EventTarget"],"PresentationConnectionState":[],"PresentationReceiver":[],"PresentationRequest":["EventTarget"],"PresentationStyle":[],"ProcessingInstruction":["CharacterData","EventTarget","Node"],"ProfileTimelineLayerRect":[],"ProfileTimelineMarker":[],"ProfileTimelineMessagePortOperationType":[],"ProfileTimelineStackFrame":[],"ProfileTimelineWorkerOperationType":[],"ProgressEvent":["Event"],"ProgressEventInit":[],"PromiseNativeHandler":[],"PromiseRejectionEvent":["Event"],"PromiseRejectionEventInit":[],"PublicKeyCredential":["Credential"],"PublicKeyCredentialCreationOptions":[],"PublicKeyCredentialCreationOptionsJson":[],"PublicKeyCredentialDescriptor":[],"PublicKeyCredentialDescriptorJson":[],"PublicKeyCredentialEntity":[],"PublicKeyCredentialHints":[],"PublicKeyCredentialParameters":[],"PublicKeyCredentialRequestOptions":[],"PublicKeyCredentialRequestOptionsJson":[],"PublicKeyCredentialRpEntity":[],"PublicKeyCredentialType":[],"PublicKeyCredentialUserEntity":[],"PublicKeyCredentialUserEntityJson":[],"PushEncryptionKeyName":[],"PushEvent":["Event","ExtendableEvent"],"PushEventInit":[],"PushManager":[],"PushMessageData":[],"PushPermissionState":[],"PushSubscription":[],"PushSubscriptionInit":[],"PushSubscriptionJson":[],"PushSubscriptionKeys":[],"PushSubscriptionOptions":[],"PushSubscriptionOptionsInit":[],"QueryOptions":[],"QueuingStrategy":[],"QueuingStrategyInit":[],"RadioNodeList":["NodeList"],"Range":[],"RcwnPerfStats":[],"RcwnStatus":[],"ReadableByteStreamController":[],"ReadableStream":[],"ReadableStreamByobReader":[],"ReadableStreamByobRequest":[],"ReadableStreamDefaultController":[],"ReadableStreamDefaultReader":[],"ReadableStreamGetReaderOptions":[],"ReadableStreamIteratorOptions":[],"ReadableStreamReadResult":[],"ReadableStreamReaderMode":[],"ReadableStreamType":[],"ReadableWritablePair":[],"RecordingState":[],"ReferrerPolicy":[],"RegisterRequest":[],"RegisterResponse":[],"RegisteredKey":[],"RegistrationOptions":[],"RegistrationResponseJson":[],"Request":[],"RequestCache":[],"RequestCredentials":[],"RequestDestination":[],"RequestDeviceOptions":[],"RequestInit":[],"RequestMediaKeySystemAccessNotification":[],"RequestMode":[],"RequestRedirect":[],"ResidentKeyRequirement":[],"ResizeObserver":[],"ResizeObserverBoxOptions":[],"ResizeObserverEntry":[],"ResizeObserverOptions":[],"ResizeObserverSize":[],"ResizeQuality":[],"Response":[],"ResponseInit":[],"ResponseType":[],"RsaHashedImportParams":[],"RsaOaepParams":[],"RsaOtherPrimesInfo":[],"RsaPssParams":[],"RtcAnswerOptions":[],"RtcBundlePolicy":[],"RtcCertificate":[],"RtcCertificateExpiration":[],"RtcCodecStats":[],"RtcConfiguration":[],"RtcDataChannel":["EventTarget"],"RtcDataChannelEvent":["Event"],"RtcDataChannelEventInit":[],"RtcDataChannelInit":[],"RtcDataChannelState":[],"RtcDataChannelType":[],"RtcDegradationPreference":[],"RtcFecParameters":[],"RtcIceCandidate":[],"RtcIceCandidateInit":[],"RtcIceCandidatePairStats":[],"RtcIceCandidateStats":[],"RtcIceComponentStats":[],"RtcIceConnectionState":[],"RtcIceCredentialType":[],"RtcIceGatheringState":[],"RtcIceServer":[],"RtcIceTransportPolicy":[],"RtcIdentityAssertion":[],"RtcIdentityAssertionResult":[],"RtcIdentityProvider":[],"RtcIdentityProviderDetails":[],"RtcIdentityProviderOptions":[],"RtcIdentityProviderRegistrar":[],"RtcIdentityValidationResult":[],"RtcInboundRtpStreamStats":[],"RtcMediaStreamStats":[],"RtcMediaStreamTrackStats":[],"RtcOfferAnswerOptions":[],"RtcOfferOptions":[],"RtcOutboundRtpStreamStats":[],"RtcPeerConnection":["EventTarget"],"RtcPeerConnectionIceErrorEvent":["Event"],"RtcPeerConnectionIceEvent":["Event"],"RtcPeerConnectionIceEventInit":[],"RtcPeerConnectionState":[],"RtcPriorityType":[],"RtcRtcpParameters":[],"RtcRtpCapabilities":[],"RtcRtpCodecCapability":[],"RtcRtpCodecParameters":[],"RtcRtpContributingSource":[],"RtcRtpEncodingParameters":[],"RtcRtpHeaderExtensionCapability":[],"RtcRtpHeaderExtensionParameters":[],"RtcRtpParameters":[],"RtcRtpReceiver":[],"RtcRtpSender":[],"RtcRtpSourceEntry":[],"RtcRtpSourceEntryType":[],"RtcRtpSynchronizationSource":[],"RtcRtpTransceiver":[],"RtcRtpTransceiverDirection":[],"RtcRtpTransceiverInit":[],"RtcRtxParameters":[],"RtcSdpType":[],"RtcSessionDescription":[],"RtcSessionDescriptionInit":[],"RtcSignalingState":[],"RtcStats":[],"RtcStatsIceCandidatePairState":[],"RtcStatsIceCandidateType":[],"RtcStatsReport":[],"RtcStatsReportInternal":[],"RtcStatsType":[],"RtcTrackEvent":["Event"],"RtcTrackEventInit":[],"RtcTransportStats":[],"RtcdtmfSender":["EventTarget"],"RtcdtmfToneChangeEvent":["Event"],"RtcdtmfToneChangeEventInit":[],"RtcrtpContributingSourceStats":[],"RtcrtpStreamStats":[],"SaveFilePickerOptions":[],"Scheduler":[],"SchedulerPostTaskOptions":[],"Scheduling":[],"Screen":["EventTarget"],"ScreenColorGamut":[],"ScreenLuminance":[],"ScreenOrientation":["EventTarget"],"ScriptProcessorNode":["AudioNode","EventTarget"],"ScrollAreaEvent":["Event","UiEvent"],"ScrollBehavior":[],"ScrollBoxObject":[],"ScrollIntoViewOptions":[],"ScrollLogicalPosition":[],"ScrollOptions":[],"ScrollRestoration":[],"ScrollSetting":[],"ScrollState":[],"ScrollToOptions":[],"ScrollViewChangeEventInit":[],"SecurityPolicyViolationEvent":["Event"],"SecurityPolicyViolationEventDisposition":[],"SecurityPolicyViolationEventInit":[],"Selection":[],"SelectionMode":[],"Serial":["EventTarget"],"SerialInputSignals":[],"SerialOptions":[],"SerialOutputSignals":[],"SerialPort":["EventTarget"],"SerialPortFilter":[],"SerialPortInfo":[],"SerialPortRequestOptions":[],"ServerSocketOptions":[],"ServiceWorker":["EventTarget"],"ServiceWorkerContainer":["EventTarget"],"ServiceWorkerGlobalScope":["EventTarget","WorkerGlobalScope"],"ServiceWorkerRegistration":["EventTarget"],"ServiceWorkerState":[],"ServiceWorkerUpdateViaCache":[],"ShadowRoot":["DocumentFragment","EventTarget","Node"],"ShadowRootInit":[],"ShadowRootMode":[],"ShareData":[],"SharedWorker":["EventTarget"],"SharedWorkerGlobalScope":["EventTarget","WorkerGlobalScope"],"SignResponse":[],"SocketElement":[],"SocketOptions":[],"SocketReadyState":[],"SocketsDict":[],"SourceBuffer":["EventTarget"],"SourceBufferAppendMode":[],"SourceBufferList":["EventTarget"],"SpeechGrammar":[],"SpeechGrammarList":[],"SpeechRecognition":["EventTarget"],"SpeechRecognitionAlternative":[],"SpeechRecognitionError":["Event"],"SpeechRecognitionErrorCode":[],"SpeechRecognitionErrorInit":[],"SpeechRecognitionEvent":["Event"],"SpeechRecognitionEventInit":[],"SpeechRecognitionResult":[],"SpeechRecognitionResultList":[],"SpeechSynthesis":["EventTarget"],"SpeechSynthesisErrorCode":[],"SpeechSynthesisErrorEvent":["Event","SpeechSynthesisEvent"],"SpeechSynthesisErrorEventInit":[],"SpeechSynthesisEvent":["Event"],"SpeechSynthesisEventInit":[],"SpeechSynthesisUtterance":["EventTarget"],"SpeechSynthesisVoice":[],"StereoPannerNode":["AudioNode","EventTarget"],"StereoPannerOptions":[],"Storage":[],"StorageEstimate":[],"StorageEvent":["Event"],"StorageEventInit":[],"StorageManager":[],"StorageType":[],"StreamPipeOptions":[],"StyleRuleChangeEventInit":[],"StyleSheet":[],"StyleSheetApplicableStateChangeEventInit":[],"StyleSheetChangeEventInit":[],"StyleSheetList":[],"SubmitEvent":["Event"],"SubmitEventInit":[],"SubtleCrypto":[],"SupportedType":[],"SvcOutputMetadata":[],"SvgAngle":[],"SvgAnimateElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgAnimateMotionElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgAnimateTransformElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgAnimatedAngle":[],"SvgAnimatedBoolean":[],"SvgAnimatedEnumeration":[],"SvgAnimatedInteger":[],"SvgAnimatedLength":[],"SvgAnimatedLengthList":[],"SvgAnimatedNumber":[],"SvgAnimatedNumberList":[],"SvgAnimatedPreserveAspectRatio":[],"SvgAnimatedRect":[],"SvgAnimatedString":[],"SvgAnimatedTransformList":[],"SvgAnimationElement":["Element","EventTarget","Node","SvgElement"],"SvgBoundingBoxOptions":[],"SvgCircleElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgClipPathElement":["Element","EventTarget","Node","SvgElement"],"SvgComponentTransferFunctionElement":["Element","EventTarget","Node","SvgElement"],"SvgDefsElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgDescElement":["Element","EventTarget","Node","SvgElement"],"SvgElement":["Element","EventTarget","Node"],"SvgEllipseElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgFilterElement":["Element","EventTarget","Node","SvgElement"],"SvgForeignObjectElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgGeometryElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgGradientElement":["Element","EventTarget","Node","SvgElement"],"SvgGraphicsElement":["Element","EventTarget","Node","SvgElement"],"SvgImageElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgLength":[],"SvgLengthList":[],"SvgLineElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgLinearGradientElement":["Element","EventTarget","Node","SvgElement","SvgGradientElement"],"SvgMarkerElement":["Element","EventTarget","Node","SvgElement"],"SvgMaskElement":["Element","EventTarget","Node","SvgElement"],"SvgMatrix":[],"SvgMetadataElement":["Element","EventTarget","Node","SvgElement"],"SvgNumber":[],"SvgNumberList":[],"SvgPathElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgPathSeg":[],"SvgPathSegArcAbs":["SvgPathSeg"],"SvgPathSegArcRel":["SvgPathSeg"],"SvgPathSegClosePath":["SvgPathSeg"],"SvgPathSegCurvetoCubicAbs":["SvgPathSeg"],"SvgPathSegCurvetoCubicRel":["SvgPathSeg"],"SvgPathSegCurvetoCubicSmoothAbs":["SvgPathSeg"],"SvgPathSegCurvetoCubicSmoothRel":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticAbs":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticRel":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticSmoothAbs":["SvgPathSeg"],"SvgPathSegCurvetoQuadraticSmoothRel":["SvgPathSeg"],"SvgPathSegLinetoAbs":["SvgPathSeg"],"SvgPathSegLinetoHorizontalAbs":["SvgPathSeg"],"SvgPathSegLinetoHorizontalRel":["SvgPathSeg"],"SvgPathSegLinetoRel":["SvgPathSeg"],"SvgPathSegLinetoVerticalAbs":["SvgPathSeg"],"SvgPathSegLinetoVerticalRel":["SvgPathSeg"],"SvgPathSegList":[],"SvgPathSegMovetoAbs":["SvgPathSeg"],"SvgPathSegMovetoRel":["SvgPathSeg"],"SvgPatternElement":["Element","EventTarget","Node","SvgElement"],"SvgPoint":[],"SvgPointList":[],"SvgPolygonElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgPolylineElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgPreserveAspectRatio":[],"SvgRadialGradientElement":["Element","EventTarget","Node","SvgElement","SvgGradientElement"],"SvgRect":[],"SvgRectElement":["Element","EventTarget","Node","SvgElement","SvgGeometryElement","SvgGraphicsElement"],"SvgScriptElement":["Element","EventTarget","Node","SvgElement"],"SvgSetElement":["Element","EventTarget","Node","SvgAnimationElement","SvgElement"],"SvgStopElement":["Element","EventTarget","Node","SvgElement"],"SvgStringList":[],"SvgStyleElement":["Element","EventTarget","Node","SvgElement"],"SvgSwitchElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgSymbolElement":["Element","EventTarget","Node","SvgElement"],"SvgTextContentElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgTextElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement","SvgTextPositioningElement"],"SvgTextPathElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement"],"SvgTextPositioningElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement"],"SvgTitleElement":["Element","EventTarget","Node","SvgElement"],"SvgTransform":[],"SvgTransformList":[],"SvgUnitTypes":[],"SvgUseElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgViewElement":["Element","EventTarget","Node","SvgElement"],"SvgZoomAndPan":[],"SvgaElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgfeBlendElement":["Element","EventTarget","Node","SvgElement"],"SvgfeColorMatrixElement":["Element","EventTarget","Node","SvgElement"],"SvgfeComponentTransferElement":["Element","EventTarget","Node","SvgElement"],"SvgfeCompositeElement":["Element","EventTarget","Node","SvgElement"],"SvgfeConvolveMatrixElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDiffuseLightingElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDisplacementMapElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDistantLightElement":["Element","EventTarget","Node","SvgElement"],"SvgfeDropShadowElement":["Element","EventTarget","Node","SvgElement"],"SvgfeFloodElement":["Element","EventTarget","Node","SvgElement"],"SvgfeFuncAElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeFuncBElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeFuncGElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeFuncRElement":["Element","EventTarget","Node","SvgComponentTransferFunctionElement","SvgElement"],"SvgfeGaussianBlurElement":["Element","EventTarget","Node","SvgElement"],"SvgfeImageElement":["Element","EventTarget","Node","SvgElement"],"SvgfeMergeElement":["Element","EventTarget","Node","SvgElement"],"SvgfeMergeNodeElement":["Element","EventTarget","Node","SvgElement"],"SvgfeMorphologyElement":["Element","EventTarget","Node","SvgElement"],"SvgfeOffsetElement":["Element","EventTarget","Node","SvgElement"],"SvgfePointLightElement":["Element","EventTarget","Node","SvgElement"],"SvgfeSpecularLightingElement":["Element","EventTarget","Node","SvgElement"],"SvgfeSpotLightElement":["Element","EventTarget","Node","SvgElement"],"SvgfeTileElement":["Element","EventTarget","Node","SvgElement"],"SvgfeTurbulenceElement":["Element","EventTarget","Node","SvgElement"],"SvggElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgmPathElement":["Element","EventTarget","Node","SvgElement"],"SvgsvgElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement"],"SvgtSpanElement":["Element","EventTarget","Node","SvgElement","SvgGraphicsElement","SvgTextContentElement","SvgTextPositioningElement"],"TaskController":["AbortController"],"TaskControllerInit":[],"TaskPriority":[],"TaskPriorityChangeEvent":["Event"],"TaskPriorityChangeEventInit":[],"TaskSignal":["AbortSignal","EventTarget"],"TaskSignalAnyInit":[],"TcpReadyState":[],"TcpServerSocket":["EventTarget"],"TcpServerSocketEvent":["Event"],"TcpServerSocketEventInit":[],"TcpSocket":["EventTarget"],"TcpSocketBinaryType":[],"TcpSocketErrorEvent":["Event"],"TcpSocketErrorEventInit":[],"TcpSocketEvent":["Event"],"TcpSocketEventInit":[],"Text":["CharacterData","EventTarget","Node"],"TextDecodeOptions":[],"TextDecoder":[],"TextDecoderOptions":[],"TextEncoder":[],"TextMetrics":[],"TextTrack":["EventTarget"],"TextTrackCue":["EventTarget"],"TextTrackCueList":[],"TextTrackKind":[],"TextTrackList":["EventTarget"],"TextTrackMode":[],"TimeEvent":["Event"],"TimeRanges":[],"ToggleEvent":["Event"],"ToggleEventInit":[],"TokenBinding":[],"TokenBindingStatus":[],"Touch":[],"TouchEvent":["Event","UiEvent"],"TouchEventInit":[],"TouchInit":[],"TouchList":[],"TrackEvent":["Event"],"TrackEventInit":[],"TransformStream":[],"TransformStreamDefaultController":[],"Transformer":[],"TransitionEvent":["Event"],"TransitionEventInit":[],"Transport":[],"TreeBoxObject":[],"TreeCellInfo":[],"TreeView":[],"TreeWalker":[],"U2f":[],"U2fClientData":[],"ULongRange":[],"UaDataValues":[],"UaLowEntropyJson":[],"UdpMessageEventInit":[],"UdpOptions":[],"UiEvent":["Event"],"UiEventInit":[],"UnderlyingSink":[],"UnderlyingSource":[],"Url":[],"UrlSearchParams":[],"Usb":["EventTarget"],"UsbAlternateInterface":[],"UsbConfiguration":[],"UsbConnectionEvent":["Event"],"UsbConnectionEventInit":[],"UsbControlTransferParameters":[],"UsbDevice":[],"UsbDeviceFilter":[],"UsbDeviceRequestOptions":[],"UsbDirection":[],"UsbEndpoint":[],"UsbEndpointType":[],"UsbInTransferResult":[],"UsbInterface":[],"UsbIsochronousInTransferPacket":[],"UsbIsochronousInTransferResult":[],"UsbIsochronousOutTransferPacket":[],"UsbIsochronousOutTransferResult":[],"UsbOutTransferResult":[],"UsbPermissionDescriptor":[],"UsbPermissionResult":["EventTarget","PermissionStatus"],"UsbPermissionStorage":[],"UsbRecipient":[],"UsbRequestType":[],"UsbTransferStatus":[],"UserActivation":[],"UserProximityEvent":["Event"],"UserProximityEventInit":[],"UserVerificationRequirement":[],"ValidityState":[],"ValueEvent":["Event"],"ValueEventInit":[],"VideoColorPrimaries":[],"VideoColorSpace":[],"VideoColorSpaceInit":[],"VideoConfiguration":[],"VideoDecoder":[],"VideoDecoderConfig":[],"VideoDecoderInit":[],"VideoDecoderSupport":[],"VideoEncoder":[],"VideoEncoderConfig":[],"VideoEncoderEncodeOptions":[],"VideoEncoderInit":[],"VideoEncoderSupport":[],"VideoFacingModeEnum":[],"VideoFrame":[],"VideoFrameBufferInit":[],"VideoFrameCopyToOptions":[],"VideoFrameInit":[],"VideoMatrixCoefficients":[],"VideoPixelFormat":[],"VideoPlaybackQuality":[],"VideoStreamTrack":["EventTarget","MediaStreamTrack"],"VideoTrack":[],"VideoTrackList":["EventTarget"],"VideoTransferCharacteristics":[],"ViewTransition":[],"VisibilityState":[],"VisualViewport":["EventTarget"],"VoidCallback":[],"VrDisplay":["EventTarget"],"VrDisplayCapabilities":[],"VrEye":[],"VrEyeParameters":[],"VrFieldOfView":[],"VrFrameData":[],"VrLayer":[],"VrMockController":[],"VrMockDisplay":[],"VrPose":[],"VrServiceTest":[],"VrStageParameters":[],"VrSubmitFrameResult":[],"VttCue":["EventTarget","TextTrackCue"],"VttRegion":[],"WakeLock":[],"WakeLockSentinel":["EventTarget"],"WakeLockType":[],"WatchAdvertisementsOptions":[],"WaveShaperNode":["AudioNode","EventTarget"],"WaveShaperOptions":[],"WebGl2RenderingContext":[],"WebGlActiveInfo":[],"WebGlBuffer":[],"WebGlContextAttributes":[],"WebGlContextEvent":["Event"],"WebGlContextEventInit":[],"WebGlFramebuffer":[],"WebGlPowerPreference":[],"WebGlProgram":[],"WebGlQuery":[],"WebGlRenderbuffer":[],"WebGlRenderingContext":[],"WebGlSampler":[],"WebGlShader":[],"WebGlShaderPrecisionFormat":[],"WebGlSync":[],"WebGlTexture":[],"WebGlTransformFeedback":[],"WebGlUniformLocation":[],"WebGlVertexArrayObject":[],"WebKitCssMatrix":["DomMatrix","DomMatrixReadOnly"],"WebSocket":["EventTarget"],"WebSocketDict":[],"WebSocketElement":[],"WebTransport":[],"WebTransportBidirectionalStream":[],"WebTransportCloseInfo":[],"WebTransportCongestionControl":[],"WebTransportDatagramDuplexStream":[],"WebTransportDatagramStats":[],"WebTransportError":["DomException"],"WebTransportErrorOptions":[],"WebTransportErrorSource":[],"WebTransportHash":[],"WebTransportOptions":[],"WebTransportReceiveStream":["ReadableStream"],"WebTransportReceiveStreamStats":[],"WebTransportReliabilityMode":[],"WebTransportSendStream":["WritableStream"],"WebTransportSendStreamOptions":[],"WebTransportSendStreamStats":[],"WebTransportStats":[],"WebglColorBufferFloat":[],"WebglCompressedTextureAstc":[],"WebglCompressedTextureAtc":[],"WebglCompressedTextureEtc":[],"WebglCompressedTextureEtc1":[],"WebglCompressedTexturePvrtc":[],"WebglCompressedTextureS3tc":[],"WebglCompressedTextureS3tcSrgb":[],"WebglDebugRendererInfo":[],"WebglDebugShaders":[],"WebglDepthTexture":[],"WebglDrawBuffers":[],"WebglLoseContext":[],"WebglMultiDraw":[],"WellKnownDirectory":[],"WgslLanguageFeatures":[],"WheelEvent":["Event","MouseEvent","UiEvent"],"WheelEventInit":[],"WidevineCdmManifest":[],"Window":["EventTarget"],"WindowClient":["Client"],"Worker":["EventTarget"],"WorkerDebuggerGlobalScope":["EventTarget"],"WorkerGlobalScope":["EventTarget"],"WorkerLocation":[],"WorkerNavigator":[],"WorkerOptions":[],"WorkerType":[],"Worklet":[],"WorkletGlobalScope":[],"WorkletOptions":[],"WritableStream":[],"WritableStreamDefaultController":[],"WritableStreamDefaultWriter":[],"WriteCommandType":[],"WriteParams":[],"XPathExpression":[],"XPathNsResolver":[],"XPathResult":[],"XmlDocument":["Document","EventTarget","Node"],"XmlHttpRequest":["EventTarget","XmlHttpRequestEventTarget"],"XmlHttpRequestEventTarget":["EventTarget"],"XmlHttpRequestResponseType":[],"XmlHttpRequestUpload":["EventTarget","XmlHttpRequestEventTarget"],"XmlSerializer":[],"XrBoundedReferenceSpace":["EventTarget","XrReferenceSpace","XrSpace"],"XrEye":[],"XrFrame":[],"XrHand":[],"XrHandJoint":[],"XrHandedness":[],"XrInputSource":[],"XrInputSourceArray":[],"XrInputSourceEvent":["Event"],"XrInputSourceEventInit":[],"XrInputSourcesChangeEvent":["Event"],"XrInputSourcesChangeEventInit":[],"XrJointPose":["XrPose"],"XrJointSpace":["EventTarget","XrSpace"],"XrLayer":["EventTarget"],"XrPermissionDescriptor":[],"XrPermissionStatus":["EventTarget","PermissionStatus"],"XrPose":[],"XrReferenceSpace":["EventTarget","XrSpace"],"XrReferenceSpaceEvent":["Event"],"XrReferenceSpaceEventInit":[],"XrReferenceSpaceType":[],"XrRenderState":[],"XrRenderStateInit":[],"XrRigidTransform":[],"XrSession":["EventTarget"],"XrSessionEvent":["Event"],"XrSessionEventInit":[],"XrSessionInit":[],"XrSessionMode":[],"XrSessionSupportedPermissionDescriptor":[],"XrSpace":["EventTarget"],"XrSystem":["EventTarget"],"XrTargetRayMode":[],"XrView":[],"XrViewerPose":["XrPose"],"XrViewport":[],"XrVisibilityState":[],"XrWebGlLayer":["EventTarget","XrLayer"],"XrWebGlLayerInit":[],"XsltProcessor":[],"console":[],"css":[],"gpu_buffer_usage":[],"gpu_color_write":[],"gpu_map_mode":[],"gpu_shader_stage":[],"gpu_texture_usage":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.70/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys","homepage":"https://rustwasm.github.io/wasm-bindgen/web-sys/index.html","documentation":"https://rustwasm.github.io/wasm-bindgen/api/web_sys/","edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg=web_sys_unstable_apis"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.57.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"web-time","version":"1.1.0","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#web-time@1.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Drop-in replacement for std::time for Wasm in browsers","dependencies":[{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":["alloc"],"target":"cfg(all(target_family = \"wasm\", target_feature = \"atomics\"))","rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(target_family = \"wasm\", target_feature = \"atomics\"))","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["WorkerGlobalScope"],"target":"cfg(all(target_family = \"wasm\", target_feature = \"atomics\"))","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.20","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_family = \"wasm\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(target_family = \"wasm\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.70","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(target_family = \"wasm\", target_os = \"unknown\"))","rename":null,"registry":null,"path":null},{"name":"pollster","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["macro"],"target":"cfg(not(target_family = \"wasm\"))","rename":null,"registry":null,"path":null},{"name":"getrandom","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"dev","optional":false,"uses_default_features":true,"features":["js"],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":["CssStyleDeclaration","Document","Element","HtmlTableElement","HtmlTableRowElement","Performance","Window"],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"web_time","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-time-1.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"benchmark","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-time-1.1.0/benches/benchmark.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"serde","kind":["test"],"crate_types":["bin"],"required-features":["serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-time-1.1.0/tests/serde.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/web-time-1.1.0/Cargo.toml","categories":["api-bindings","date-and-time","wasm"],"keywords":["instant","wasm","web","systemtime","time"],"readme":"README.md","repository":"https://github.com/daxpedda/web-time","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg=docsrs"],"targets":["wasm32-unknown-unknown"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"webbrowser","version":"1.0.2","authors":["Amod Malviya @amodm"],"id":"registry+https://github.com/rust-lang/crates.io-index#webbrowser@1.0.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Open URLs in web browsers available on a platform","dependencies":[{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"url","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"actix-files","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"actix-web","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"crossbeam-channel","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"env_logger","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serial_test","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"urlencoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"home","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"aix\", target_os = \"linux\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"haiku\", target_os = \"illumos\"))","rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"ios\", target_os = \"tvos\", target_os = \"visionos\"))","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"ios\", target_os = \"tvos\", target_os = \"visionos\"))","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":["NSDictionary","NSString","NSURL"],"target":"cfg(any(target_os = \"ios\", target_os = \"tvos\", target_os = \"visionos\"))","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":["Window"],"target":"cfg(target_arch = \"wasm32\")","rename":null,"registry":null,"path":null},{"name":"jni","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"ndk-context","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"ndk-glue","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.3, <=0.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"webbrowser","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"common","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.2/tests/common.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_android","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.2/tests/test_android.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_ios","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.2/tests/test_ios.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_macos","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.2/tests/test_macos.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_unix","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.2/tests/test_unix.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_wasm","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.2/tests/test_wasm.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"test_windows","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.2/tests/test_windows.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"disable-wsl":[],"hardened":[],"wasm-console":["web-sys/console"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webbrowser-1.0.2/Cargo.toml","categories":[],"keywords":["webbrowser","browser"],"readme":"README.md","repository":"https://github.com/amodm/webbrowser-rs","homepage":"https://github.com/amodm/webbrowser-rs","documentation":"https://docs.rs/webbrowser","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"weezl","version":"0.1.8","authors":["The image-rs Developers"],"id":"registry+https://github.com/rust-lang/crates.io-index#weezl@0.1.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Fast LZW compression and decompression.","dependencies":[{"name":"futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.12","kind":"normal","optional":true,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":false,"features":["macros","io-util","net","rt","rt-multi-thread"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.2","kind":"dev","optional":false,"uses_default_features":false,"features":["compat"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"weezl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"lzw","kind":["bin"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/bin/lzw.rs","edition":"2018","doctest":false,"test":true,"doc":true},{"name":"lzw-compress","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/examples/lzw-compress.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"lzw-decompress","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/examples/lzw-decompress.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"async","kind":["test"],"crate_types":["bin"],"required-features":["async","std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/async.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"implicit_reset","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/implicit_reset.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"roundtrip","kind":["test"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/roundtrip.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"roundtrip_vec","kind":["test"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/tests/roundtrip_vec.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"msb8","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/benches/msb8.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"async":["futures","std"],"default":["std"],"futures":["dep:futures"],"std":["alloc"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.8/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/image-rs/lzw","homepage":null,"documentation":"https://docs.rs/weezl","edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"winapi","version":"0.3.9","authors":["Peter Atashian "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Raw FFI bindings for all of Windows API.","dependencies":[{"name":"winapi-i686-pc-windows-gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-gnu","rename":null,"registry":null,"path":null},{"name":"winapi-x86_64-pc-windows-gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnu","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"winapi","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{"accctrl":[],"aclapi":[],"activation":[],"adhoc":[],"appmgmt":[],"audioclient":[],"audiosessiontypes":[],"avrt":[],"basetsd":[],"bcrypt":[],"bits":[],"bits10_1":[],"bits1_5":[],"bits2_0":[],"bits2_5":[],"bits3_0":[],"bits4_0":[],"bits5_0":[],"bitscfg":[],"bitsmsg":[],"bluetoothapis":[],"bluetoothleapis":[],"bthdef":[],"bthioctl":[],"bthledef":[],"bthsdpdef":[],"bugcodes":[],"cderr":[],"cfg":[],"cfgmgr32":[],"cguid":[],"combaseapi":[],"coml2api":[],"commapi":[],"commctrl":[],"commdlg":[],"commoncontrols":[],"consoleapi":[],"corecrt":[],"corsym":[],"d2d1":[],"d2d1_1":[],"d2d1_2":[],"d2d1_3":[],"d2d1effectauthor":[],"d2d1effects":[],"d2d1effects_1":[],"d2d1effects_2":[],"d2d1svg":[],"d2dbasetypes":[],"d3d":[],"d3d10":[],"d3d10_1":[],"d3d10_1shader":[],"d3d10effect":[],"d3d10misc":[],"d3d10sdklayers":[],"d3d10shader":[],"d3d11":[],"d3d11_1":[],"d3d11_2":[],"d3d11_3":[],"d3d11_4":[],"d3d11on12":[],"d3d11sdklayers":[],"d3d11shader":[],"d3d11tokenizedprogramformat":[],"d3d12":[],"d3d12sdklayers":[],"d3d12shader":[],"d3d9":[],"d3d9caps":[],"d3d9types":[],"d3dcommon":[],"d3dcompiler":[],"d3dcsx":[],"d3dkmdt":[],"d3dkmthk":[],"d3dukmdt":[],"d3dx10core":[],"d3dx10math":[],"d3dx10mesh":[],"datetimeapi":[],"davclnt":[],"dbghelp":[],"dbt":[],"dcommon":[],"dcomp":[],"dcompanimation":[],"dcomptypes":[],"dde":[],"ddraw":[],"ddrawi":[],"ddrawint":[],"debug":["impl-debug"],"debugapi":[],"devguid":[],"devicetopology":[],"devpkey":[],"devpropdef":[],"dinput":[],"dinputd":[],"dispex":[],"dmksctl":[],"dmusicc":[],"docobj":[],"documenttarget":[],"dot1x":[],"dpa_dsa":[],"dpapi":[],"dsgetdc":[],"dsound":[],"dsrole":[],"dvp":[],"dwmapi":[],"dwrite":[],"dwrite_1":[],"dwrite_2":[],"dwrite_3":[],"dxdiag":[],"dxfile":[],"dxgi":[],"dxgi1_2":[],"dxgi1_3":[],"dxgi1_4":[],"dxgi1_5":[],"dxgi1_6":[],"dxgidebug":[],"dxgiformat":[],"dxgitype":[],"dxva2api":[],"dxvahd":[],"eaptypes":[],"enclaveapi":[],"endpointvolume":[],"errhandlingapi":[],"everything":[],"evntcons":[],"evntprov":[],"evntrace":[],"excpt":[],"exdisp":[],"fibersapi":[],"fileapi":[],"functiondiscoverykeys_devpkey":[],"gl-gl":[],"guiddef":[],"handleapi":[],"heapapi":[],"hidclass":[],"hidpi":[],"hidsdi":[],"hidusage":[],"highlevelmonitorconfigurationapi":[],"hstring":[],"http":[],"ifdef":[],"ifmib":[],"imm":[],"impl-debug":[],"impl-default":[],"in6addr":[],"inaddr":[],"inspectable":[],"interlockedapi":[],"intsafe":[],"ioapiset":[],"ipexport":[],"iphlpapi":[],"ipifcons":[],"ipmib":[],"iprtrmib":[],"iptypes":[],"jobapi":[],"jobapi2":[],"knownfolders":[],"ks":[],"ksmedia":[],"ktmtypes":[],"ktmw32":[],"l2cmn":[],"libloaderapi":[],"limits":[],"lmaccess":[],"lmalert":[],"lmapibuf":[],"lmat":[],"lmcons":[],"lmdfs":[],"lmerrlog":[],"lmjoin":[],"lmmsg":[],"lmremutl":[],"lmrepl":[],"lmserver":[],"lmshare":[],"lmstats":[],"lmsvc":[],"lmuse":[],"lmwksta":[],"lowlevelmonitorconfigurationapi":[],"lsalookup":[],"memoryapi":[],"minschannel":[],"minwinbase":[],"minwindef":[],"mmdeviceapi":[],"mmeapi":[],"mmreg":[],"mmsystem":[],"mprapidef":[],"msaatext":[],"mscat":[],"mschapp":[],"mssip":[],"mstcpip":[],"mswsock":[],"mswsockdef":[],"namedpipeapi":[],"namespaceapi":[],"nb30":[],"ncrypt":[],"netioapi":[],"nldef":[],"ntddndis":[],"ntddscsi":[],"ntddser":[],"ntdef":[],"ntlsa":[],"ntsecapi":[],"ntstatus":[],"oaidl":[],"objbase":[],"objidl":[],"objidlbase":[],"ocidl":[],"ole2":[],"oleauto":[],"olectl":[],"oleidl":[],"opmapi":[],"pdh":[],"perflib":[],"physicalmonitorenumerationapi":[],"playsoundapi":[],"portabledevice":[],"portabledeviceapi":[],"portabledevicetypes":[],"powerbase":[],"powersetting":[],"powrprof":[],"processenv":[],"processsnapshot":[],"processthreadsapi":[],"processtopologyapi":[],"profileapi":[],"propidl":[],"propkey":[],"propkeydef":[],"propsys":[],"prsht":[],"psapi":[],"qos":[],"realtimeapiset":[],"reason":[],"restartmanager":[],"restrictederrorinfo":[],"rmxfguid":[],"roapi":[],"robuffer":[],"roerrorapi":[],"rpc":[],"rpcdce":[],"rpcndr":[],"rtinfo":[],"sapi":[],"sapi51":[],"sapi53":[],"sapiddk":[],"sapiddk51":[],"schannel":[],"sddl":[],"securityappcontainer":[],"securitybaseapi":[],"servprov":[],"setupapi":[],"shellapi":[],"shellscalingapi":[],"shlobj":[],"shobjidl":[],"shobjidl_core":[],"shtypes":[],"softpub":[],"spapidef":[],"spellcheck":[],"sporder":[],"sql":[],"sqlext":[],"sqltypes":[],"sqlucode":[],"sspi":[],"std":[],"stralign":[],"stringapiset":[],"strmif":[],"subauth":[],"synchapi":[],"sysinfoapi":[],"systemtopologyapi":[],"taskschd":[],"tcpestats":[],"tcpmib":[],"textstor":[],"threadpoolapiset":[],"threadpoollegacyapiset":[],"timeapi":[],"timezoneapi":[],"tlhelp32":[],"transportsettingcommon":[],"tvout":[],"udpmib":[],"unknwnbase":[],"urlhist":[],"urlmon":[],"usb":[],"usbioctl":[],"usbiodef":[],"usbscan":[],"usbspec":[],"userenv":[],"usp10":[],"utilapiset":[],"uxtheme":[],"vadefs":[],"vcruntime":[],"vsbackup":[],"vss":[],"vsserror":[],"vswriter":[],"wbemads":[],"wbemcli":[],"wbemdisp":[],"wbemprov":[],"wbemtran":[],"wct":[],"werapi":[],"winbase":[],"wincodec":[],"wincodecsdk":[],"wincon":[],"wincontypes":[],"wincred":[],"wincrypt":[],"windef":[],"windot11":[],"windowsceip":[],"windowsx":[],"winefs":[],"winerror":[],"winevt":[],"wingdi":[],"winhttp":[],"wininet":[],"winineti":[],"winioctl":[],"winnetwk":[],"winnls":[],"winnt":[],"winreg":[],"winsafer":[],"winscard":[],"winsmcrd":[],"winsock2":[],"winspool":[],"winstring":[],"winsvc":[],"wintrust":[],"winusb":[],"winusbio":[],"winuser":[],"winver":[],"wlanapi":[],"wlanihv":[],"wlanihvtypes":[],"wlantypes":[],"wlclient":[],"wmistr":[],"wnnc":[],"wow64apiset":[],"wpdmtpextensions":[],"ws2bth":[],"ws2def":[],"ws2ipdef":[],"ws2spi":[],"ws2tcpip":[],"wtsapi32":[],"wtypes":[],"wtypesbase":[],"xinput":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml","categories":["external-ffi-bindings","no-std","os::windows-apis"],"keywords":["windows","ffi","win32","com","directx"],"readme":"README.md","repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":"https://docs.rs/winapi/","edition":"2015","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","features":["everything","impl-debug","impl-default"],"targets":["aarch64-pc-windows-msvc","i686-pc-windows-msvc","x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"winapi-i686-pc-windows-gnu","version":"0.4.0","authors":["Peter Atashian "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi-i686-pc-windows-gnu@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"winapi_i686_pc_windows_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml","categories":[],"keywords":["windows"],"readme":null,"repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"winapi-util","version":"0.1.9","authors":["Andrew Gallant "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi-util@0.1.9","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A dumping ground for high level safe wrappers over windows-sys.","dependencies":[{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":">=0.48.0, <=0.59","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_Storage_FileSystem","Win32_System_Console","Win32_System_SystemInformation"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"Unlicense OR MIT","license_file":null,"targets":[{"name":"winapi_util","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.9/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.9/Cargo.toml","categories":["os::windows-apis","external-ffi-bindings"],"keywords":["windows","windows-sys","util","win"],"readme":"README.md","repository":"https://github.com/BurntSushi/winapi-util","homepage":"https://github.com/BurntSushi/winapi-util","documentation":"https://docs.rs/winapi-util","edition":"2021","metadata":{"docs":{"rs":{"targets":["x86_64-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"Unlicense OR MIT"},{"package":{"name":"winapi-x86_64-pc-windows-gnu","version":"0.4.0","authors":["Peter Atashian "],"id":"registry+https://github.com/rust-lang/crates.io-index#winapi-x86_64-pc-windows-gnu@0.4.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"winapi_x86_64_pc_windows_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs","edition":"2015","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs","edition":"2015","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml","categories":[],"keywords":["windows"],"readme":null,"repository":"https://github.com/retep998/winapi-rs","homepage":null,"documentation":null,"edition":"2015","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows","version":"0.56.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows@0.56.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-0.56.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"AI":["Foundation"],"AI_MachineLearning":["AI"],"ApplicationModel":["Foundation"],"ApplicationModel_Activation":["ApplicationModel"],"ApplicationModel_AppExtensions":["ApplicationModel"],"ApplicationModel_AppService":["ApplicationModel"],"ApplicationModel_Appointments":["ApplicationModel"],"ApplicationModel_Appointments_AppointmentsProvider":["ApplicationModel_Appointments"],"ApplicationModel_Appointments_DataProvider":["ApplicationModel_Appointments"],"ApplicationModel_Background":["ApplicationModel"],"ApplicationModel_Calls":["ApplicationModel"],"ApplicationModel_Calls_Background":["ApplicationModel_Calls"],"ApplicationModel_Calls_Provider":["ApplicationModel_Calls"],"ApplicationModel_Chat":["ApplicationModel"],"ApplicationModel_CommunicationBlocking":["ApplicationModel"],"ApplicationModel_Contacts":["ApplicationModel"],"ApplicationModel_Contacts_DataProvider":["ApplicationModel_Contacts"],"ApplicationModel_Contacts_Provider":["ApplicationModel_Contacts"],"ApplicationModel_ConversationalAgent":["ApplicationModel"],"ApplicationModel_Core":["ApplicationModel"],"ApplicationModel_DataTransfer":["ApplicationModel"],"ApplicationModel_DataTransfer_DragDrop":["ApplicationModel_DataTransfer"],"ApplicationModel_DataTransfer_DragDrop_Core":["ApplicationModel_DataTransfer_DragDrop"],"ApplicationModel_DataTransfer_ShareTarget":["ApplicationModel_DataTransfer"],"ApplicationModel_Email":["ApplicationModel"],"ApplicationModel_Email_DataProvider":["ApplicationModel_Email"],"ApplicationModel_ExtendedExecution":["ApplicationModel"],"ApplicationModel_ExtendedExecution_Foreground":["ApplicationModel_ExtendedExecution"],"ApplicationModel_Holographic":["ApplicationModel"],"ApplicationModel_LockScreen":["ApplicationModel"],"ApplicationModel_Payments":["ApplicationModel"],"ApplicationModel_Payments_Provider":["ApplicationModel_Payments"],"ApplicationModel_Preview":["ApplicationModel"],"ApplicationModel_Preview_Holographic":["ApplicationModel_Preview"],"ApplicationModel_Preview_InkWorkspace":["ApplicationModel_Preview"],"ApplicationModel_Preview_Notes":["ApplicationModel_Preview"],"ApplicationModel_Resources":["ApplicationModel"],"ApplicationModel_Resources_Core":["ApplicationModel_Resources"],"ApplicationModel_Resources_Management":["ApplicationModel_Resources"],"ApplicationModel_Search":["ApplicationModel"],"ApplicationModel_Search_Core":["ApplicationModel_Search"],"ApplicationModel_Store":["ApplicationModel"],"ApplicationModel_Store_LicenseManagement":["ApplicationModel_Store"],"ApplicationModel_Store_Preview":["ApplicationModel_Store"],"ApplicationModel_Store_Preview_InstallControl":["ApplicationModel_Store_Preview"],"ApplicationModel_UserActivities":["ApplicationModel"],"ApplicationModel_UserActivities_Core":["ApplicationModel_UserActivities"],"ApplicationModel_UserDataAccounts":["ApplicationModel"],"ApplicationModel_UserDataAccounts_Provider":["ApplicationModel_UserDataAccounts"],"ApplicationModel_UserDataAccounts_SystemAccess":["ApplicationModel_UserDataAccounts"],"ApplicationModel_UserDataTasks":["ApplicationModel"],"ApplicationModel_UserDataTasks_DataProvider":["ApplicationModel_UserDataTasks"],"ApplicationModel_VoiceCommands":["ApplicationModel"],"ApplicationModel_Wallet":["ApplicationModel"],"ApplicationModel_Wallet_System":["ApplicationModel_Wallet"],"Data":["Foundation"],"Data_Html":["Data"],"Data_Json":["Data"],"Data_Pdf":["Data"],"Data_Text":["Data"],"Data_Xml":["Data"],"Data_Xml_Dom":["Data_Xml"],"Data_Xml_Xsl":["Data_Xml"],"Devices":["Foundation"],"Devices_Adc":["Devices"],"Devices_Adc_Provider":["Devices_Adc"],"Devices_Background":["Devices"],"Devices_Bluetooth":["Devices"],"Devices_Bluetooth_Advertisement":["Devices_Bluetooth"],"Devices_Bluetooth_Background":["Devices_Bluetooth"],"Devices_Bluetooth_GenericAttributeProfile":["Devices_Bluetooth"],"Devices_Bluetooth_Rfcomm":["Devices_Bluetooth"],"Devices_Custom":["Devices"],"Devices_Display":["Devices"],"Devices_Display_Core":["Devices_Display"],"Devices_Enumeration":["Devices"],"Devices_Enumeration_Pnp":["Devices_Enumeration"],"Devices_Geolocation":["Devices"],"Devices_Geolocation_Geofencing":["Devices_Geolocation"],"Devices_Geolocation_Provider":["Devices_Geolocation"],"Devices_Gpio":["Devices"],"Devices_Gpio_Provider":["Devices_Gpio"],"Devices_Haptics":["Devices"],"Devices_HumanInterfaceDevice":["Devices"],"Devices_I2c":["Devices"],"Devices_I2c_Provider":["Devices_I2c"],"Devices_Input":["Devices"],"Devices_Input_Preview":["Devices_Input"],"Devices_Lights":["Devices"],"Devices_Lights_Effects":["Devices_Lights"],"Devices_Midi":["Devices"],"Devices_PointOfService":["Devices"],"Devices_PointOfService_Provider":["Devices_PointOfService"],"Devices_Portable":["Devices"],"Devices_Power":["Devices"],"Devices_Printers":["Devices"],"Devices_Printers_Extensions":["Devices_Printers"],"Devices_Pwm":["Devices"],"Devices_Pwm_Provider":["Devices_Pwm"],"Devices_Radios":["Devices"],"Devices_Scanners":["Devices"],"Devices_Sensors":["Devices"],"Devices_Sensors_Custom":["Devices_Sensors"],"Devices_SerialCommunication":["Devices"],"Devices_SmartCards":["Devices"],"Devices_Sms":["Devices"],"Devices_Spi":["Devices"],"Devices_Spi_Provider":["Devices_Spi"],"Devices_Usb":["Devices"],"Devices_WiFi":["Devices"],"Devices_WiFiDirect":["Devices"],"Devices_WiFiDirect_Services":["Devices_WiFiDirect"],"Embedded":["Foundation"],"Embedded_DeviceLockdown":["Embedded"],"Foundation":[],"Foundation_Collections":["Foundation"],"Foundation_Diagnostics":["Foundation"],"Foundation_Metadata":["Foundation"],"Foundation_Numerics":["Foundation"],"Gaming":["Foundation"],"Gaming_Input":["Gaming"],"Gaming_Input_Custom":["Gaming_Input"],"Gaming_Input_ForceFeedback":["Gaming_Input"],"Gaming_Input_Preview":["Gaming_Input"],"Gaming_Preview":["Gaming"],"Gaming_Preview_GamesEnumeration":["Gaming_Preview"],"Gaming_UI":["Gaming"],"Gaming_XboxLive":["Gaming"],"Gaming_XboxLive_Storage":["Gaming_XboxLive"],"Globalization":["Foundation"],"Globalization_Collation":["Globalization"],"Globalization_DateTimeFormatting":["Globalization"],"Globalization_Fonts":["Globalization"],"Globalization_NumberFormatting":["Globalization"],"Globalization_PhoneNumberFormatting":["Globalization"],"Graphics":["Foundation"],"Graphics_Capture":["Graphics"],"Graphics_DirectX":["Graphics"],"Graphics_DirectX_Direct3D11":["Graphics_DirectX"],"Graphics_Display":["Graphics"],"Graphics_Display_Core":["Graphics_Display"],"Graphics_Effects":["Graphics"],"Graphics_Holographic":["Graphics"],"Graphics_Imaging":["Graphics"],"Graphics_Printing":["Graphics"],"Graphics_Printing3D":["Graphics"],"Graphics_Printing_OptionDetails":["Graphics_Printing"],"Graphics_Printing_PrintSupport":["Graphics_Printing"],"Graphics_Printing_PrintTicket":["Graphics_Printing"],"Graphics_Printing_Workflow":["Graphics_Printing"],"Management":["Foundation"],"Management_Core":["Management"],"Management_Deployment":["Management"],"Management_Deployment_Preview":["Management_Deployment"],"Management_Policies":["Management"],"Management_Update":["Management"],"Management_Workplace":["Management"],"Media":["Foundation"],"Media_AppBroadcasting":["Media"],"Media_AppRecording":["Media"],"Media_Audio":["Media"],"Media_Capture":["Media"],"Media_Capture_Core":["Media_Capture"],"Media_Capture_Frames":["Media_Capture"],"Media_Casting":["Media"],"Media_ClosedCaptioning":["Media"],"Media_ContentRestrictions":["Media"],"Media_Control":["Media"],"Media_Core":["Media"],"Media_Core_Preview":["Media_Core"],"Media_Devices":["Media"],"Media_Devices_Core":["Media_Devices"],"Media_DialProtocol":["Media"],"Media_Editing":["Media"],"Media_Effects":["Media"],"Media_FaceAnalysis":["Media"],"Media_Import":["Media"],"Media_MediaProperties":["Media"],"Media_Miracast":["Media"],"Media_Ocr":["Media"],"Media_PlayTo":["Media"],"Media_Playback":["Media"],"Media_Playlists":["Media"],"Media_Protection":["Media"],"Media_Protection_PlayReady":["Media_Protection"],"Media_Render":["Media"],"Media_SpeechRecognition":["Media"],"Media_SpeechSynthesis":["Media"],"Media_Streaming":["Media"],"Media_Streaming_Adaptive":["Media_Streaming"],"Media_Transcoding":["Media"],"Networking":["Foundation"],"Networking_BackgroundTransfer":["Networking"],"Networking_Connectivity":["Networking"],"Networking_NetworkOperators":["Networking"],"Networking_Proximity":["Networking"],"Networking_PushNotifications":["Networking"],"Networking_ServiceDiscovery":["Networking"],"Networking_ServiceDiscovery_Dnssd":["Networking_ServiceDiscovery"],"Networking_Sockets":["Networking"],"Networking_Vpn":["Networking"],"Networking_XboxLive":["Networking"],"Perception":["Foundation"],"Perception_Automation":["Perception"],"Perception_Automation_Core":["Perception_Automation"],"Perception_People":["Perception"],"Perception_Spatial":["Perception"],"Perception_Spatial_Preview":["Perception_Spatial"],"Perception_Spatial_Surfaces":["Perception_Spatial"],"Phone":["Foundation"],"Phone_ApplicationModel":["Phone"],"Phone_Devices":["Phone"],"Phone_Devices_Notification":["Phone_Devices"],"Phone_Devices_Power":["Phone_Devices"],"Phone_Management":["Phone"],"Phone_Management_Deployment":["Phone_Management"],"Phone_Media":["Phone"],"Phone_Media_Devices":["Phone_Media"],"Phone_Notification":["Phone"],"Phone_Notification_Management":["Phone_Notification"],"Phone_PersonalInformation":["Phone"],"Phone_PersonalInformation_Provisioning":["Phone_PersonalInformation"],"Phone_Speech":["Phone"],"Phone_Speech_Recognition":["Phone_Speech"],"Phone_StartScreen":["Phone"],"Phone_System":["Phone"],"Phone_System_Power":["Phone_System"],"Phone_System_Profile":["Phone_System"],"Phone_System_UserProfile":["Phone_System"],"Phone_System_UserProfile_GameServices":["Phone_System_UserProfile"],"Phone_System_UserProfile_GameServices_Core":["Phone_System_UserProfile_GameServices"],"Phone_UI":["Phone"],"Phone_UI_Input":["Phone_UI"],"Security":["Foundation"],"Security_Authentication":["Security"],"Security_Authentication_Identity":["Security_Authentication"],"Security_Authentication_Identity_Core":["Security_Authentication_Identity"],"Security_Authentication_OnlineId":["Security_Authentication"],"Security_Authentication_Web":["Security_Authentication"],"Security_Authentication_Web_Core":["Security_Authentication_Web"],"Security_Authentication_Web_Provider":["Security_Authentication_Web"],"Security_Authorization":["Security"],"Security_Authorization_AppCapabilityAccess":["Security_Authorization"],"Security_Credentials":["Security"],"Security_Credentials_UI":["Security_Credentials"],"Security_Cryptography":["Security"],"Security_Cryptography_Certificates":["Security_Cryptography"],"Security_Cryptography_Core":["Security_Cryptography"],"Security_Cryptography_DataProtection":["Security_Cryptography"],"Security_DataProtection":["Security"],"Security_EnterpriseData":["Security"],"Security_ExchangeActiveSyncProvisioning":["Security"],"Security_Isolation":["Security"],"Services":["Foundation"],"Services_Maps":["Services"],"Services_Maps_Guidance":["Services_Maps"],"Services_Maps_LocalSearch":["Services_Maps"],"Services_Maps_OfflineMaps":["Services_Maps"],"Services_Store":["Services"],"Services_TargetedContent":["Services"],"Storage":["Foundation"],"Storage_AccessCache":["Storage"],"Storage_BulkAccess":["Storage"],"Storage_Compression":["Storage"],"Storage_FileProperties":["Storage"],"Storage_Pickers":["Storage"],"Storage_Pickers_Provider":["Storage_Pickers"],"Storage_Provider":["Storage"],"Storage_Search":["Storage"],"Storage_Streams":["Storage"],"System":["Foundation"],"System_Diagnostics":["System"],"System_Diagnostics_DevicePortal":["System_Diagnostics"],"System_Diagnostics_Telemetry":["System_Diagnostics"],"System_Diagnostics_TraceReporting":["System_Diagnostics"],"System_Display":["System"],"System_Implementation":["System"],"System_Implementation_FileExplorer":["System_Implementation"],"System_Inventory":["System"],"System_Power":["System"],"System_Profile":["System"],"System_Profile_SystemManufacturers":["System_Profile"],"System_RemoteDesktop":["System"],"System_RemoteDesktop_Input":["System_RemoteDesktop"],"System_RemoteDesktop_Provider":["System_RemoteDesktop"],"System_RemoteSystems":["System"],"System_Threading":["System"],"System_Threading_Core":["System_Threading"],"System_Update":["System"],"System_UserProfile":["System"],"UI":["Foundation"],"UI_Accessibility":["UI"],"UI_ApplicationSettings":["UI"],"UI_Composition":["UI"],"UI_Composition_Core":["UI_Composition"],"UI_Composition_Desktop":["UI_Composition"],"UI_Composition_Diagnostics":["UI_Composition"],"UI_Composition_Effects":["UI_Composition"],"UI_Composition_Interactions":["UI_Composition"],"UI_Composition_Scenes":["UI_Composition"],"UI_Core":["UI"],"UI_Core_AnimationMetrics":["UI_Core"],"UI_Core_Preview":["UI_Core"],"UI_Input":["UI"],"UI_Input_Core":["UI_Input"],"UI_Input_Inking":["UI_Input"],"UI_Input_Inking_Analysis":["UI_Input_Inking"],"UI_Input_Inking_Core":["UI_Input_Inking"],"UI_Input_Inking_Preview":["UI_Input_Inking"],"UI_Input_Preview":["UI_Input"],"UI_Input_Preview_Injection":["UI_Input_Preview"],"UI_Input_Spatial":["UI_Input"],"UI_Notifications":["UI"],"UI_Notifications_Management":["UI_Notifications"],"UI_Notifications_Preview":["UI_Notifications"],"UI_Popups":["UI"],"UI_Shell":["UI"],"UI_StartScreen":["UI"],"UI_Text":["UI"],"UI_Text_Core":["UI_Text"],"UI_UIAutomation":["UI"],"UI_UIAutomation_Core":["UI_UIAutomation"],"UI_ViewManagement":["UI"],"UI_ViewManagement_Core":["UI_ViewManagement"],"UI_WebUI":["UI"],"UI_WebUI_Core":["UI_WebUI"],"UI_WindowManagement":["UI"],"UI_WindowManagement_Preview":["UI_WindowManagement"],"Wdk":["Win32_Foundation"],"Wdk_Devices":["Wdk"],"Wdk_Devices_HumanInterfaceDevice":["Wdk_Devices"],"Wdk_Foundation":["Wdk"],"Wdk_Graphics":["Wdk"],"Wdk_Graphics_Direct3D":["Wdk_Graphics"],"Wdk_NetworkManagement":["Wdk"],"Wdk_NetworkManagement_Ndis":["Wdk_NetworkManagement"],"Wdk_NetworkManagement_WindowsFilteringPlatform":["Wdk_NetworkManagement"],"Wdk_Storage":["Wdk"],"Wdk_Storage_FileSystem":["Wdk_Storage"],"Wdk_Storage_FileSystem_Minifilters":["Wdk_Storage_FileSystem"],"Wdk_System":["Wdk"],"Wdk_System_IO":["Wdk_System"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Wdk_System_Registry":["Wdk_System"],"Wdk_System_SystemInformation":["Wdk_System"],"Wdk_System_SystemServices":["Wdk_System"],"Wdk_System_Threading":["Wdk_System"],"Web":["Foundation"],"Web_AtomPub":["Web"],"Web_Http":["Web"],"Web_Http_Diagnostics":["Web_Http"],"Web_Http_Filters":["Web_Http"],"Web_Http_Headers":["Web_Http"],"Web_Syndication":["Web"],"Web_UI":["Web"],"Web_UI_Interop":["Web_UI"],"Win32":["Win32_Foundation"],"Win32_AI":["Win32"],"Win32_AI_MachineLearning":["Win32_AI"],"Win32_AI_MachineLearning_DirectML":["Win32_AI_MachineLearning"],"Win32_AI_MachineLearning_WinML":["Win32_AI_MachineLearning"],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_CompositionSwapchain":["Win32_Graphics"],"Win32_Graphics_DXCore":["Win32_Graphics"],"Win32_Graphics_Direct2D":["Win32_Graphics"],"Win32_Graphics_Direct2D_Common":["Win32_Graphics_Direct2D"],"Win32_Graphics_Direct3D":["Win32_Graphics"],"Win32_Graphics_Direct3D10":["Win32_Graphics"],"Win32_Graphics_Direct3D11":["Win32_Graphics"],"Win32_Graphics_Direct3D11on12":["Win32_Graphics"],"Win32_Graphics_Direct3D12":["Win32_Graphics"],"Win32_Graphics_Direct3D9":["Win32_Graphics"],"Win32_Graphics_Direct3D9on12":["Win32_Graphics"],"Win32_Graphics_Direct3D_Dxc":["Win32_Graphics_Direct3D"],"Win32_Graphics_Direct3D_Fxc":["Win32_Graphics_Direct3D"],"Win32_Graphics_DirectComposition":["Win32_Graphics"],"Win32_Graphics_DirectDraw":["Win32_Graphics"],"Win32_Graphics_DirectManipulation":["Win32_Graphics"],"Win32_Graphics_DirectWrite":["Win32_Graphics"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Dxgi":["Win32_Graphics"],"Win32_Graphics_Dxgi_Common":["Win32_Graphics_Dxgi"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_GdiPlus":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_Imaging":["Win32_Graphics"],"Win32_Graphics_Imaging_D2D":["Win32_Graphics_Imaging"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_DirectSound":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DirectShow":["Win32_Media"],"Win32_Media_DirectShow_Tv":["Win32_Media_DirectShow"],"Win32_Media_DirectShow_Xml":["Win32_Media_DirectShow"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaFoundation":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_PictureAcquisition":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_Nvme":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ClrProfiling":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_ActiveScript":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_TraceLogging":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_SideShow":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_TransactionServer":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_Variant":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WinRT":["Win32_System"],"Win32_System_WinRT_AllJoyn":["Win32_System_WinRT"],"Win32_System_WinRT_Composition":["Win32_System_WinRT"],"Win32_System_WinRT_CoreInputView":["Win32_System_WinRT"],"Win32_System_WinRT_Direct3D11":["Win32_System_WinRT"],"Win32_System_WinRT_Display":["Win32_System_WinRT"],"Win32_System_WinRT_Graphics":["Win32_System_WinRT"],"Win32_System_WinRT_Graphics_Capture":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Graphics_Direct2D":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Graphics_Imaging":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Holographic":["Win32_System_WinRT"],"Win32_System_WinRT_Isolation":["Win32_System_WinRT"],"Win32_System_WinRT_ML":["Win32_System_WinRT"],"Win32_System_WinRT_Media":["Win32_System_WinRT"],"Win32_System_WinRT_Metadata":["Win32_System_WinRT"],"Win32_System_WinRT_Pdf":["Win32_System_WinRT"],"Win32_System_WinRT_Printing":["Win32_System_WinRT"],"Win32_System_WinRT_Shell":["Win32_System_WinRT"],"Win32_System_WinRT_Storage":["Win32_System_WinRT"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":[],"deprecated":[],"docs":[],"implement":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-0.56.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":"https://microsoft.github.io/windows-docs-rs/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","rustdoc-args":["--cfg","docsrs"],"targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows","version":"0.58.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows@0.58.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.58.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-0.58.0/src/lib.rs","edition":"2021","doctest":false,"test":false,"doc":true}],"features":{"AI":["Foundation"],"AI_MachineLearning":["AI"],"ApplicationModel":["Foundation"],"ApplicationModel_Activation":["ApplicationModel"],"ApplicationModel_AppExtensions":["ApplicationModel"],"ApplicationModel_AppService":["ApplicationModel"],"ApplicationModel_Appointments":["ApplicationModel"],"ApplicationModel_Appointments_AppointmentsProvider":["ApplicationModel_Appointments"],"ApplicationModel_Appointments_DataProvider":["ApplicationModel_Appointments"],"ApplicationModel_Background":["ApplicationModel"],"ApplicationModel_Calls":["ApplicationModel"],"ApplicationModel_Calls_Background":["ApplicationModel_Calls"],"ApplicationModel_Calls_Provider":["ApplicationModel_Calls"],"ApplicationModel_Chat":["ApplicationModel"],"ApplicationModel_CommunicationBlocking":["ApplicationModel"],"ApplicationModel_Contacts":["ApplicationModel"],"ApplicationModel_Contacts_DataProvider":["ApplicationModel_Contacts"],"ApplicationModel_Contacts_Provider":["ApplicationModel_Contacts"],"ApplicationModel_ConversationalAgent":["ApplicationModel"],"ApplicationModel_Core":["ApplicationModel"],"ApplicationModel_DataTransfer":["ApplicationModel"],"ApplicationModel_DataTransfer_DragDrop":["ApplicationModel_DataTransfer"],"ApplicationModel_DataTransfer_DragDrop_Core":["ApplicationModel_DataTransfer_DragDrop"],"ApplicationModel_DataTransfer_ShareTarget":["ApplicationModel_DataTransfer"],"ApplicationModel_Email":["ApplicationModel"],"ApplicationModel_Email_DataProvider":["ApplicationModel_Email"],"ApplicationModel_ExtendedExecution":["ApplicationModel"],"ApplicationModel_ExtendedExecution_Foreground":["ApplicationModel_ExtendedExecution"],"ApplicationModel_Holographic":["ApplicationModel"],"ApplicationModel_LockScreen":["ApplicationModel"],"ApplicationModel_PackageExtensions":["ApplicationModel"],"ApplicationModel_Payments":["ApplicationModel"],"ApplicationModel_Payments_Provider":["ApplicationModel_Payments"],"ApplicationModel_Preview":["ApplicationModel"],"ApplicationModel_Preview_Holographic":["ApplicationModel_Preview"],"ApplicationModel_Preview_InkWorkspace":["ApplicationModel_Preview"],"ApplicationModel_Preview_Notes":["ApplicationModel_Preview"],"ApplicationModel_Resources":["ApplicationModel"],"ApplicationModel_Resources_Core":["ApplicationModel_Resources"],"ApplicationModel_Resources_Management":["ApplicationModel_Resources"],"ApplicationModel_Search":["ApplicationModel"],"ApplicationModel_Search_Core":["ApplicationModel_Search"],"ApplicationModel_UserActivities":["ApplicationModel"],"ApplicationModel_UserActivities_Core":["ApplicationModel_UserActivities"],"ApplicationModel_UserDataAccounts":["ApplicationModel"],"ApplicationModel_UserDataAccounts_Provider":["ApplicationModel_UserDataAccounts"],"ApplicationModel_UserDataAccounts_SystemAccess":["ApplicationModel_UserDataAccounts"],"ApplicationModel_UserDataTasks":["ApplicationModel"],"ApplicationModel_UserDataTasks_DataProvider":["ApplicationModel_UserDataTasks"],"ApplicationModel_VoiceCommands":["ApplicationModel"],"ApplicationModel_Wallet":["ApplicationModel"],"ApplicationModel_Wallet_System":["ApplicationModel_Wallet"],"Data":["Foundation"],"Data_Html":["Data"],"Data_Json":["Data"],"Data_Pdf":["Data"],"Data_Text":["Data"],"Data_Xml":["Data"],"Data_Xml_Dom":["Data_Xml"],"Data_Xml_Xsl":["Data_Xml"],"Devices":["Foundation"],"Devices_Adc":["Devices"],"Devices_Adc_Provider":["Devices_Adc"],"Devices_Background":["Devices"],"Devices_Bluetooth":["Devices"],"Devices_Bluetooth_Advertisement":["Devices_Bluetooth"],"Devices_Bluetooth_Background":["Devices_Bluetooth"],"Devices_Bluetooth_GenericAttributeProfile":["Devices_Bluetooth"],"Devices_Bluetooth_Rfcomm":["Devices_Bluetooth"],"Devices_Custom":["Devices"],"Devices_Display":["Devices"],"Devices_Display_Core":["Devices_Display"],"Devices_Enumeration":["Devices"],"Devices_Enumeration_Pnp":["Devices_Enumeration"],"Devices_Geolocation":["Devices"],"Devices_Geolocation_Geofencing":["Devices_Geolocation"],"Devices_Geolocation_Provider":["Devices_Geolocation"],"Devices_Gpio":["Devices"],"Devices_Gpio_Provider":["Devices_Gpio"],"Devices_Haptics":["Devices"],"Devices_HumanInterfaceDevice":["Devices"],"Devices_I2c":["Devices"],"Devices_I2c_Provider":["Devices_I2c"],"Devices_Input":["Devices"],"Devices_Input_Preview":["Devices_Input"],"Devices_Lights":["Devices"],"Devices_Lights_Effects":["Devices_Lights"],"Devices_Midi":["Devices"],"Devices_PointOfService":["Devices"],"Devices_PointOfService_Provider":["Devices_PointOfService"],"Devices_Portable":["Devices"],"Devices_Power":["Devices"],"Devices_Printers":["Devices"],"Devices_Printers_Extensions":["Devices_Printers"],"Devices_Pwm":["Devices"],"Devices_Pwm_Provider":["Devices_Pwm"],"Devices_Radios":["Devices"],"Devices_Scanners":["Devices"],"Devices_Sensors":["Devices"],"Devices_Sensors_Custom":["Devices_Sensors"],"Devices_SerialCommunication":["Devices"],"Devices_SmartCards":["Devices"],"Devices_Sms":["Devices"],"Devices_Spi":["Devices"],"Devices_Spi_Provider":["Devices_Spi"],"Devices_Usb":["Devices"],"Devices_WiFi":["Devices"],"Devices_WiFiDirect":["Devices"],"Devices_WiFiDirect_Services":["Devices_WiFiDirect"],"Embedded":["Foundation"],"Embedded_DeviceLockdown":["Embedded"],"Foundation":[],"Foundation_Collections":["Foundation"],"Foundation_Diagnostics":["Foundation"],"Foundation_Metadata":["Foundation"],"Foundation_Numerics":["Foundation"],"Gaming":["Foundation"],"Gaming_Input":["Gaming"],"Gaming_Input_Custom":["Gaming_Input"],"Gaming_Input_ForceFeedback":["Gaming_Input"],"Gaming_Input_Preview":["Gaming_Input"],"Gaming_Preview":["Gaming"],"Gaming_Preview_GamesEnumeration":["Gaming_Preview"],"Gaming_UI":["Gaming"],"Gaming_XboxLive":["Gaming"],"Gaming_XboxLive_Storage":["Gaming_XboxLive"],"Globalization":["Foundation"],"Globalization_Collation":["Globalization"],"Globalization_DateTimeFormatting":["Globalization"],"Globalization_Fonts":["Globalization"],"Globalization_NumberFormatting":["Globalization"],"Globalization_PhoneNumberFormatting":["Globalization"],"Graphics":["Foundation"],"Graphics_Capture":["Graphics"],"Graphics_DirectX":["Graphics"],"Graphics_DirectX_Direct3D11":["Graphics_DirectX"],"Graphics_Display":["Graphics"],"Graphics_Display_Core":["Graphics_Display"],"Graphics_Effects":["Graphics"],"Graphics_Holographic":["Graphics"],"Graphics_Imaging":["Graphics"],"Graphics_Printing":["Graphics"],"Graphics_Printing3D":["Graphics"],"Graphics_Printing_OptionDetails":["Graphics_Printing"],"Graphics_Printing_PrintSupport":["Graphics_Printing"],"Graphics_Printing_PrintTicket":["Graphics_Printing"],"Graphics_Printing_Workflow":["Graphics_Printing"],"Management":["Foundation"],"Management_Core":["Management"],"Management_Deployment":["Management"],"Management_Deployment_Preview":["Management_Deployment"],"Management_Policies":["Management"],"Management_Setup":["Management"],"Management_Update":["Management"],"Management_Workplace":["Management"],"Media":["Foundation"],"Media_AppBroadcasting":["Media"],"Media_AppRecording":["Media"],"Media_Audio":["Media"],"Media_Capture":["Media"],"Media_Capture_Core":["Media_Capture"],"Media_Capture_Frames":["Media_Capture"],"Media_Casting":["Media"],"Media_ClosedCaptioning":["Media"],"Media_ContentRestrictions":["Media"],"Media_Control":["Media"],"Media_Core":["Media"],"Media_Core_Preview":["Media_Core"],"Media_Devices":["Media"],"Media_Devices_Core":["Media_Devices"],"Media_DialProtocol":["Media"],"Media_Editing":["Media"],"Media_Effects":["Media"],"Media_FaceAnalysis":["Media"],"Media_Import":["Media"],"Media_MediaProperties":["Media"],"Media_Miracast":["Media"],"Media_Ocr":["Media"],"Media_PlayTo":["Media"],"Media_Playback":["Media"],"Media_Playlists":["Media"],"Media_Protection":["Media"],"Media_Protection_PlayReady":["Media_Protection"],"Media_Render":["Media"],"Media_SpeechRecognition":["Media"],"Media_SpeechSynthesis":["Media"],"Media_Streaming":["Media"],"Media_Streaming_Adaptive":["Media_Streaming"],"Media_Transcoding":["Media"],"Networking":["Foundation"],"Networking_BackgroundTransfer":["Networking"],"Networking_Connectivity":["Networking"],"Networking_NetworkOperators":["Networking"],"Networking_Proximity":["Networking"],"Networking_PushNotifications":["Networking"],"Networking_ServiceDiscovery":["Networking"],"Networking_ServiceDiscovery_Dnssd":["Networking_ServiceDiscovery"],"Networking_Sockets":["Networking"],"Networking_Vpn":["Networking"],"Networking_XboxLive":["Networking"],"Perception":["Foundation"],"Perception_Automation":["Perception"],"Perception_Automation_Core":["Perception_Automation"],"Perception_People":["Perception"],"Perception_Spatial":["Perception"],"Perception_Spatial_Preview":["Perception_Spatial"],"Perception_Spatial_Surfaces":["Perception_Spatial"],"Phone":["Foundation"],"Phone_ApplicationModel":["Phone"],"Phone_Devices":["Phone"],"Phone_Devices_Notification":["Phone_Devices"],"Phone_Devices_Power":["Phone_Devices"],"Phone_Management":["Phone"],"Phone_Management_Deployment":["Phone_Management"],"Phone_Media":["Phone"],"Phone_Media_Devices":["Phone_Media"],"Phone_Notification":["Phone"],"Phone_Notification_Management":["Phone_Notification"],"Phone_PersonalInformation":["Phone"],"Phone_PersonalInformation_Provisioning":["Phone_PersonalInformation"],"Phone_Speech":["Phone"],"Phone_Speech_Recognition":["Phone_Speech"],"Phone_StartScreen":["Phone"],"Phone_System":["Phone"],"Phone_System_Power":["Phone_System"],"Phone_System_Profile":["Phone_System"],"Phone_System_UserProfile":["Phone_System"],"Phone_System_UserProfile_GameServices":["Phone_System_UserProfile"],"Phone_System_UserProfile_GameServices_Core":["Phone_System_UserProfile_GameServices"],"Phone_UI":["Phone"],"Phone_UI_Input":["Phone_UI"],"Security":["Foundation"],"Security_Authentication":["Security"],"Security_Authentication_Identity":["Security_Authentication"],"Security_Authentication_Identity_Core":["Security_Authentication_Identity"],"Security_Authentication_OnlineId":["Security_Authentication"],"Security_Authentication_Web":["Security_Authentication"],"Security_Authentication_Web_Core":["Security_Authentication_Web"],"Security_Authentication_Web_Provider":["Security_Authentication_Web"],"Security_Authorization":["Security"],"Security_Authorization_AppCapabilityAccess":["Security_Authorization"],"Security_Credentials":["Security"],"Security_Credentials_UI":["Security_Credentials"],"Security_Cryptography":["Security"],"Security_Cryptography_Certificates":["Security_Cryptography"],"Security_Cryptography_Core":["Security_Cryptography"],"Security_Cryptography_DataProtection":["Security_Cryptography"],"Security_DataProtection":["Security"],"Security_EnterpriseData":["Security"],"Security_ExchangeActiveSyncProvisioning":["Security"],"Security_Isolation":["Security"],"Services":["Foundation"],"Services_Maps":["Services"],"Services_Maps_Guidance":["Services_Maps"],"Services_Maps_LocalSearch":["Services_Maps"],"Services_Maps_OfflineMaps":["Services_Maps"],"Services_Store":["Services"],"Services_TargetedContent":["Services"],"Storage":["Foundation"],"Storage_AccessCache":["Storage"],"Storage_BulkAccess":["Storage"],"Storage_Compression":["Storage"],"Storage_FileProperties":["Storage"],"Storage_Pickers":["Storage"],"Storage_Pickers_Provider":["Storage_Pickers"],"Storage_Provider":["Storage"],"Storage_Search":["Storage"],"Storage_Streams":["Storage"],"System":["Foundation"],"System_Diagnostics":["System"],"System_Diagnostics_DevicePortal":["System_Diagnostics"],"System_Diagnostics_Telemetry":["System_Diagnostics"],"System_Diagnostics_TraceReporting":["System_Diagnostics"],"System_Display":["System"],"System_Implementation":["System"],"System_Implementation_FileExplorer":["System_Implementation"],"System_Inventory":["System"],"System_Power":["System"],"System_Profile":["System"],"System_Profile_SystemManufacturers":["System_Profile"],"System_RemoteDesktop":["System"],"System_RemoteDesktop_Input":["System_RemoteDesktop"],"System_RemoteDesktop_Provider":["System_RemoteDesktop"],"System_RemoteSystems":["System"],"System_Threading":["System"],"System_Threading_Core":["System_Threading"],"System_Update":["System"],"System_UserProfile":["System"],"UI":["Foundation"],"UI_Accessibility":["UI"],"UI_ApplicationSettings":["UI"],"UI_Composition":["UI"],"UI_Composition_Core":["UI_Composition"],"UI_Composition_Desktop":["UI_Composition"],"UI_Composition_Diagnostics":["UI_Composition"],"UI_Composition_Effects":["UI_Composition"],"UI_Composition_Interactions":["UI_Composition"],"UI_Composition_Scenes":["UI_Composition"],"UI_Core":["UI"],"UI_Core_AnimationMetrics":["UI_Core"],"UI_Core_Preview":["UI_Core"],"UI_Input":["UI"],"UI_Input_Core":["UI_Input"],"UI_Input_Inking":["UI_Input"],"UI_Input_Inking_Analysis":["UI_Input_Inking"],"UI_Input_Inking_Core":["UI_Input_Inking"],"UI_Input_Inking_Preview":["UI_Input_Inking"],"UI_Input_Preview":["UI_Input"],"UI_Input_Preview_Injection":["UI_Input_Preview"],"UI_Input_Spatial":["UI_Input"],"UI_Notifications":["UI"],"UI_Notifications_Management":["UI_Notifications"],"UI_Notifications_Preview":["UI_Notifications"],"UI_Popups":["UI"],"UI_Shell":["UI"],"UI_StartScreen":["UI"],"UI_Text":["UI"],"UI_Text_Core":["UI_Text"],"UI_UIAutomation":["UI"],"UI_UIAutomation_Core":["UI_UIAutomation"],"UI_ViewManagement":["UI"],"UI_ViewManagement_Core":["UI_ViewManagement"],"UI_WebUI":["UI"],"UI_WebUI_Core":["UI_WebUI"],"UI_WindowManagement":["UI"],"UI_WindowManagement_Preview":["UI_WindowManagement"],"Wdk":["Win32_Foundation"],"Wdk_Devices":["Wdk"],"Wdk_Devices_Bluetooth":["Wdk_Devices"],"Wdk_Devices_HumanInterfaceDevice":["Wdk_Devices"],"Wdk_Foundation":["Wdk"],"Wdk_Graphics":["Wdk"],"Wdk_Graphics_Direct3D":["Wdk_Graphics"],"Wdk_NetworkManagement":["Wdk"],"Wdk_NetworkManagement_Ndis":["Wdk_NetworkManagement"],"Wdk_NetworkManagement_WindowsFilteringPlatform":["Wdk_NetworkManagement"],"Wdk_Storage":["Wdk"],"Wdk_Storage_FileSystem":["Wdk_Storage"],"Wdk_Storage_FileSystem_Minifilters":["Wdk_Storage_FileSystem"],"Wdk_System":["Wdk"],"Wdk_System_IO":["Wdk_System"],"Wdk_System_Memory":["Wdk_System"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Wdk_System_Registry":["Wdk_System"],"Wdk_System_SystemInformation":["Wdk_System"],"Wdk_System_SystemServices":["Wdk_System"],"Wdk_System_Threading":["Wdk_System"],"Web":["Foundation"],"Web_AtomPub":["Web"],"Web_Http":["Web"],"Web_Http_Diagnostics":["Web_Http"],"Web_Http_Filters":["Web_Http"],"Web_Http_Headers":["Web_Http"],"Web_Syndication":["Web"],"Web_UI":["Web"],"Web_UI_Interop":["Web_UI"],"Win32":["Win32_Foundation"],"Win32_AI":["Win32"],"Win32_AI_MachineLearning":["Win32_AI"],"Win32_AI_MachineLearning_DirectML":["Win32_AI_MachineLearning"],"Win32_AI_MachineLearning_WinML":["Win32_AI_MachineLearning"],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_CompositionSwapchain":["Win32_Graphics"],"Win32_Graphics_DXCore":["Win32_Graphics"],"Win32_Graphics_Direct2D":["Win32_Graphics"],"Win32_Graphics_Direct2D_Common":["Win32_Graphics_Direct2D"],"Win32_Graphics_Direct3D":["Win32_Graphics"],"Win32_Graphics_Direct3D10":["Win32_Graphics"],"Win32_Graphics_Direct3D11":["Win32_Graphics"],"Win32_Graphics_Direct3D11on12":["Win32_Graphics"],"Win32_Graphics_Direct3D12":["Win32_Graphics"],"Win32_Graphics_Direct3D9":["Win32_Graphics"],"Win32_Graphics_Direct3D9on12":["Win32_Graphics"],"Win32_Graphics_Direct3D_Dxc":["Win32_Graphics_Direct3D"],"Win32_Graphics_Direct3D_Fxc":["Win32_Graphics_Direct3D"],"Win32_Graphics_DirectComposition":["Win32_Graphics"],"Win32_Graphics_DirectDraw":["Win32_Graphics"],"Win32_Graphics_DirectManipulation":["Win32_Graphics"],"Win32_Graphics_DirectWrite":["Win32_Graphics"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Dxgi":["Win32_Graphics"],"Win32_Graphics_Dxgi_Common":["Win32_Graphics_Dxgi"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_GdiPlus":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_Imaging":["Win32_Graphics"],"Win32_Graphics_Imaging_D2D":["Win32_Graphics_Imaging"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_DirectSound":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DirectShow":["Win32_Media"],"Win32_Media_DirectShow_Tv":["Win32_Media_DirectShow"],"Win32_Media_DirectShow_Xml":["Win32_Media_DirectShow"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaFoundation":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_PictureAcquisition":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_Nvme":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ClrProfiling":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_ActiveScript":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_TraceLogging":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_SideShow":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_TransactionServer":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_Variant":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WinRT":["Win32_System"],"Win32_System_WinRT_AllJoyn":["Win32_System_WinRT"],"Win32_System_WinRT_Composition":["Win32_System_WinRT"],"Win32_System_WinRT_CoreInputView":["Win32_System_WinRT"],"Win32_System_WinRT_Direct3D11":["Win32_System_WinRT"],"Win32_System_WinRT_Display":["Win32_System_WinRT"],"Win32_System_WinRT_Graphics":["Win32_System_WinRT"],"Win32_System_WinRT_Graphics_Capture":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Graphics_Direct2D":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Graphics_Imaging":["Win32_System_WinRT_Graphics"],"Win32_System_WinRT_Holographic":["Win32_System_WinRT"],"Win32_System_WinRT_Isolation":["Win32_System_WinRT"],"Win32_System_WinRT_ML":["Win32_System_WinRT"],"Win32_System_WinRT_Media":["Win32_System_WinRT"],"Win32_System_WinRT_Metadata":["Win32_System_WinRT"],"Win32_System_WinRT_Pdf":["Win32_System_WinRT"],"Win32_System_WinRT_Printing":["Win32_System_WinRT"],"Win32_System_WinRT_Shell":["Win32_System_WinRT"],"Win32_System_WinRT_Storage":["Win32_System_WinRT"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":["std"],"deprecated":[],"docs":[],"implement":[],"std":["windows-core/std"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-0.58.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":"https://microsoft.github.io/windows-docs-rs/","edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","rustdoc-args":["--cfg","docsrs"],"targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-core","version":"0.52.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-core@0.52.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.52.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":[],"implement":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.52.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-core","version":"0.56.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-core@0.56.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-implement","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-interface","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-result","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.56.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.56.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"bindings","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.56.0/tests/bindings.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.56.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-core","version":"0.58.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-core@0.58.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-implement","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.58.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-interface","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.58.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-result","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-strings","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_core","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.58.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-core-0.58.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-implement","version":"0.56.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-implement@0.56.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The implement macro for the windows crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","proc-macro","printing","full","derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_implement","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-implement-0.56.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-implement-0.56.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-implement","version":"0.58.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-implement@0.58.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The implement macro for the windows crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","proc-macro","printing","full","derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_implement","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-implement-0.58.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-implement-0.58.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-interface","version":"0.56.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-interface@0.56.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The interface macro for the windows crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","proc-macro","printing","full","derive"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_interface","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-interface-0.56.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-interface-0.56.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.62.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-interface","version":"0.58.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-interface@0.58.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The interface macro for the windows crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":false,"uses_default_features":false,"features":["parsing","proc-macro","printing","full","derive","clone-impls"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_interface","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-interface-0.58.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-interface-0.58.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-result","version":"0.1.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-result@0.1.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Windows error handling","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.57.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_result","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-result-0.1.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-result-0.1.2/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-result","version":"0.2.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-result@0.2.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Windows error handling","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_result","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-result-0.2.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-result-0.2.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-strings","version":"0.1.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-strings@0.1.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-result","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_strings","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-strings-0.1.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"default":["std"],"std":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-strings-0.1.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-sys","version":"0.45.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.45.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(windows_raw_dylib))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.45.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"Win32":[],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"default":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.45.0/Cargo.toml","categories":[],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-sys","version":"0.48.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.48.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.48.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{"Wdk":[],"Wdk_System":["Wdk"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Win32":[],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Data_Xml":["Win32_Data"],"Win32_Data_Xml_MsXml":["Win32_Data_Xml"],"Win32_Data_Xml_XmlLite":["Win32_Data_Xml"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAccess":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_FunctionDiscovery":["Win32_Devices"],"Win32_Devices_Geolocation":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_ImageAcquisition":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_Audio_Apo":["Win32_Media_Audio"],"Win32_Media_Audio_DirectMusic":["Win32_Media_Audio"],"Win32_Media_Audio_Endpoints":["Win32_Media_Audio"],"Win32_Media_Audio_XAudio2":["Win32_Media_Audio"],"Win32_Media_DeviceManager":["Win32_Media"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_LibrarySharingServices":["Win32_Media"],"Win32_Media_MediaPlayer":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_Speech":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_MobileBroadband":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkPolicyServer":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectNow":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_BackgroundIntelligentTransferService":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_NetworkListManager":["Win32_Networking"],"Win32_Networking_RemoteDifferentialCompression":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authentication_Identity_Provider":["Win32_Security_Authentication_Identity"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Authorization_UI":["Win32_Security_Authorization"],"Win32_Security_ConfigurationSnapin":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_Tpm":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DataDeduplication":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_EnhancedStorage":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileServerResourceManager":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_Packaging_Opc":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_VirtualDiskService":["Win32_Storage"],"Win32_Storage_Vss":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_Storage_Xps_Printing":["Win32_Storage_Xps"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_AssessmentTool":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_CallObj":["Win32_System_Com"],"Win32_System_Com_ChannelCredentials":["Win32_System_Com"],"Win32_System_Com_Events":["Win32_System_Com"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_UI":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_Contacts":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DesktopSharing":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ClrProfiling":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_ActiveScript":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Mmc":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_ParentalControls":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_RealTimeCommunications":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteAssistance":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_ServerBackup":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SettingsManagementInfrastructure":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_TaskScheduler":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_UpdateAgent":["Win32_System"],"Win32_System_UpdateAssessment":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_WindowsSync":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_Animation":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_Controls_RichEdit":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_Ink":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Radial":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_LegacyWindowsEnvironmentFeatures":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Notifications":["Win32_UI"],"Win32_UI_Ribbon":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_UI_Wpf":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.48.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.48.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-sys","version":"0.52.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.52.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.52.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"Wdk":[],"Wdk_Foundation":["Wdk"],"Wdk_Graphics":["Wdk"],"Wdk_Graphics_Direct3D":["Wdk_Graphics"],"Wdk_Storage":["Wdk"],"Wdk_Storage_FileSystem":["Wdk_Storage"],"Wdk_Storage_FileSystem_Minifilters":["Wdk_Storage_FileSystem"],"Wdk_System":["Wdk"],"Wdk_System_IO":["Wdk_System"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Wdk_System_Registry":["Wdk_System"],"Wdk_System_SystemInformation":["Wdk_System"],"Wdk_System_SystemServices":["Wdk_System"],"Wdk_System_Threading":["Wdk_System"],"Win32":[],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_GdiPlus":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_Nvme":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_Variant":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":[],"docs":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.52.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-sys","version":"0.59.0","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-sys@0.59.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust for Windows","dependencies":[{"name":"windows-targets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_sys","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.59.0/src/lib.rs","edition":"2021","doctest":false,"test":false,"doc":true}],"features":{"Wdk":["Win32_Foundation"],"Wdk_Devices":["Wdk"],"Wdk_Devices_Bluetooth":["Wdk_Devices"],"Wdk_Devices_HumanInterfaceDevice":["Wdk_Devices"],"Wdk_Foundation":["Wdk"],"Wdk_Graphics":["Wdk"],"Wdk_Graphics_Direct3D":["Wdk_Graphics"],"Wdk_NetworkManagement":["Wdk"],"Wdk_NetworkManagement_Ndis":["Wdk_NetworkManagement"],"Wdk_NetworkManagement_WindowsFilteringPlatform":["Wdk_NetworkManagement"],"Wdk_Storage":["Wdk"],"Wdk_Storage_FileSystem":["Wdk_Storage"],"Wdk_Storage_FileSystem_Minifilters":["Wdk_Storage_FileSystem"],"Wdk_System":["Wdk"],"Wdk_System_IO":["Wdk_System"],"Wdk_System_Memory":["Wdk_System"],"Wdk_System_OfflineRegistry":["Wdk_System"],"Wdk_System_Registry":["Wdk_System"],"Wdk_System_SystemInformation":["Wdk_System"],"Wdk_System_SystemServices":["Wdk_System"],"Wdk_System_Threading":["Wdk_System"],"Win32":["Win32_Foundation"],"Win32_Data":["Win32"],"Win32_Data_HtmlHelp":["Win32_Data"],"Win32_Data_RightsManagement":["Win32_Data"],"Win32_Devices":["Win32"],"Win32_Devices_AllJoyn":["Win32_Devices"],"Win32_Devices_BiometricFramework":["Win32_Devices"],"Win32_Devices_Bluetooth":["Win32_Devices"],"Win32_Devices_Communication":["Win32_Devices"],"Win32_Devices_DeviceAndDriverInstallation":["Win32_Devices"],"Win32_Devices_DeviceQuery":["Win32_Devices"],"Win32_Devices_Display":["Win32_Devices"],"Win32_Devices_Enumeration":["Win32_Devices"],"Win32_Devices_Enumeration_Pnp":["Win32_Devices_Enumeration"],"Win32_Devices_Fax":["Win32_Devices"],"Win32_Devices_HumanInterfaceDevice":["Win32_Devices"],"Win32_Devices_PortableDevices":["Win32_Devices"],"Win32_Devices_Properties":["Win32_Devices"],"Win32_Devices_Pwm":["Win32_Devices"],"Win32_Devices_Sensors":["Win32_Devices"],"Win32_Devices_SerialCommunication":["Win32_Devices"],"Win32_Devices_Tapi":["Win32_Devices"],"Win32_Devices_Usb":["Win32_Devices"],"Win32_Devices_WebServicesOnDevices":["Win32_Devices"],"Win32_Foundation":["Win32"],"Win32_Gaming":["Win32"],"Win32_Globalization":["Win32"],"Win32_Graphics":["Win32"],"Win32_Graphics_Dwm":["Win32_Graphics"],"Win32_Graphics_Gdi":["Win32_Graphics"],"Win32_Graphics_GdiPlus":["Win32_Graphics"],"Win32_Graphics_Hlsl":["Win32_Graphics"],"Win32_Graphics_OpenGL":["Win32_Graphics"],"Win32_Graphics_Printing":["Win32_Graphics"],"Win32_Graphics_Printing_PrintTicket":["Win32_Graphics_Printing"],"Win32_Management":["Win32"],"Win32_Management_MobileDeviceManagementRegistration":["Win32_Management"],"Win32_Media":["Win32"],"Win32_Media_Audio":["Win32_Media"],"Win32_Media_DxMediaObjects":["Win32_Media"],"Win32_Media_KernelStreaming":["Win32_Media"],"Win32_Media_Multimedia":["Win32_Media"],"Win32_Media_Streaming":["Win32_Media"],"Win32_Media_WindowsMediaFormat":["Win32_Media"],"Win32_NetworkManagement":["Win32"],"Win32_NetworkManagement_Dhcp":["Win32_NetworkManagement"],"Win32_NetworkManagement_Dns":["Win32_NetworkManagement"],"Win32_NetworkManagement_InternetConnectionWizard":["Win32_NetworkManagement"],"Win32_NetworkManagement_IpHelper":["Win32_NetworkManagement"],"Win32_NetworkManagement_Multicast":["Win32_NetworkManagement"],"Win32_NetworkManagement_Ndis":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetBios":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetManagement":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetShell":["Win32_NetworkManagement"],"Win32_NetworkManagement_NetworkDiagnosticsFramework":["Win32_NetworkManagement"],"Win32_NetworkManagement_P2P":["Win32_NetworkManagement"],"Win32_NetworkManagement_QoS":["Win32_NetworkManagement"],"Win32_NetworkManagement_Rras":["Win32_NetworkManagement"],"Win32_NetworkManagement_Snmp":["Win32_NetworkManagement"],"Win32_NetworkManagement_WNet":["Win32_NetworkManagement"],"Win32_NetworkManagement_WebDav":["Win32_NetworkManagement"],"Win32_NetworkManagement_WiFi":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsConnectionManager":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFilteringPlatform":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsFirewall":["Win32_NetworkManagement"],"Win32_NetworkManagement_WindowsNetworkVirtualization":["Win32_NetworkManagement"],"Win32_Networking":["Win32"],"Win32_Networking_ActiveDirectory":["Win32_Networking"],"Win32_Networking_Clustering":["Win32_Networking"],"Win32_Networking_HttpServer":["Win32_Networking"],"Win32_Networking_Ldap":["Win32_Networking"],"Win32_Networking_WebSocket":["Win32_Networking"],"Win32_Networking_WinHttp":["Win32_Networking"],"Win32_Networking_WinInet":["Win32_Networking"],"Win32_Networking_WinSock":["Win32_Networking"],"Win32_Networking_WindowsWebServices":["Win32_Networking"],"Win32_Security":["Win32"],"Win32_Security_AppLocker":["Win32_Security"],"Win32_Security_Authentication":["Win32_Security"],"Win32_Security_Authentication_Identity":["Win32_Security_Authentication"],"Win32_Security_Authorization":["Win32_Security"],"Win32_Security_Credentials":["Win32_Security"],"Win32_Security_Cryptography":["Win32_Security"],"Win32_Security_Cryptography_Catalog":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Certificates":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_Sip":["Win32_Security_Cryptography"],"Win32_Security_Cryptography_UI":["Win32_Security_Cryptography"],"Win32_Security_DiagnosticDataQuery":["Win32_Security"],"Win32_Security_DirectoryServices":["Win32_Security"],"Win32_Security_EnterpriseData":["Win32_Security"],"Win32_Security_ExtensibleAuthenticationProtocol":["Win32_Security"],"Win32_Security_Isolation":["Win32_Security"],"Win32_Security_LicenseProtection":["Win32_Security"],"Win32_Security_NetworkAccessProtection":["Win32_Security"],"Win32_Security_WinTrust":["Win32_Security"],"Win32_Security_WinWlx":["Win32_Security"],"Win32_Storage":["Win32"],"Win32_Storage_Cabinets":["Win32_Storage"],"Win32_Storage_CloudFilters":["Win32_Storage"],"Win32_Storage_Compression":["Win32_Storage"],"Win32_Storage_DistributedFileSystem":["Win32_Storage"],"Win32_Storage_FileHistory":["Win32_Storage"],"Win32_Storage_FileSystem":["Win32_Storage"],"Win32_Storage_Imapi":["Win32_Storage"],"Win32_Storage_IndexServer":["Win32_Storage"],"Win32_Storage_InstallableFileSystems":["Win32_Storage"],"Win32_Storage_IscsiDisc":["Win32_Storage"],"Win32_Storage_Jet":["Win32_Storage"],"Win32_Storage_Nvme":["Win32_Storage"],"Win32_Storage_OfflineFiles":["Win32_Storage"],"Win32_Storage_OperationRecorder":["Win32_Storage"],"Win32_Storage_Packaging":["Win32_Storage"],"Win32_Storage_Packaging_Appx":["Win32_Storage_Packaging"],"Win32_Storage_ProjectedFileSystem":["Win32_Storage"],"Win32_Storage_StructuredStorage":["Win32_Storage"],"Win32_Storage_Vhd":["Win32_Storage"],"Win32_Storage_Xps":["Win32_Storage"],"Win32_System":["Win32"],"Win32_System_AddressBook":["Win32_System"],"Win32_System_Antimalware":["Win32_System"],"Win32_System_ApplicationInstallationAndServicing":["Win32_System"],"Win32_System_ApplicationVerifier":["Win32_System"],"Win32_System_ClrHosting":["Win32_System"],"Win32_System_Com":["Win32_System"],"Win32_System_Com_Marshal":["Win32_System_Com"],"Win32_System_Com_StructuredStorage":["Win32_System_Com"],"Win32_System_Com_Urlmon":["Win32_System_Com"],"Win32_System_ComponentServices":["Win32_System"],"Win32_System_Console":["Win32_System"],"Win32_System_CorrelationVector":["Win32_System"],"Win32_System_DataExchange":["Win32_System"],"Win32_System_DeploymentServices":["Win32_System"],"Win32_System_DeveloperLicensing":["Win32_System"],"Win32_System_Diagnostics":["Win32_System"],"Win32_System_Diagnostics_Ceip":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_Debug_Extensions":["Win32_System_Diagnostics_Debug"],"Win32_System_Diagnostics_Etw":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ProcessSnapshotting":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_ToolHelp":["Win32_System_Diagnostics"],"Win32_System_Diagnostics_TraceLogging":["Win32_System_Diagnostics"],"Win32_System_DistributedTransactionCoordinator":["Win32_System"],"Win32_System_Environment":["Win32_System"],"Win32_System_ErrorReporting":["Win32_System"],"Win32_System_EventCollector":["Win32_System"],"Win32_System_EventLog":["Win32_System"],"Win32_System_EventNotificationService":["Win32_System"],"Win32_System_GroupPolicy":["Win32_System"],"Win32_System_HostCompute":["Win32_System"],"Win32_System_HostComputeNetwork":["Win32_System"],"Win32_System_HostComputeSystem":["Win32_System"],"Win32_System_Hypervisor":["Win32_System"],"Win32_System_IO":["Win32_System"],"Win32_System_Iis":["Win32_System"],"Win32_System_Ioctl":["Win32_System"],"Win32_System_JobObjects":["Win32_System"],"Win32_System_Js":["Win32_System"],"Win32_System_Kernel":["Win32_System"],"Win32_System_LibraryLoader":["Win32_System"],"Win32_System_Mailslots":["Win32_System"],"Win32_System_Mapi":["Win32_System"],"Win32_System_Memory":["Win32_System"],"Win32_System_Memory_NonVolatile":["Win32_System_Memory"],"Win32_System_MessageQueuing":["Win32_System"],"Win32_System_MixedReality":["Win32_System"],"Win32_System_Ole":["Win32_System"],"Win32_System_PasswordManagement":["Win32_System"],"Win32_System_Performance":["Win32_System"],"Win32_System_Performance_HardwareCounterProfiling":["Win32_System_Performance"],"Win32_System_Pipes":["Win32_System"],"Win32_System_Power":["Win32_System"],"Win32_System_ProcessStatus":["Win32_System"],"Win32_System_Recovery":["Win32_System"],"Win32_System_Registry":["Win32_System"],"Win32_System_RemoteDesktop":["Win32_System"],"Win32_System_RemoteManagement":["Win32_System"],"Win32_System_RestartManager":["Win32_System"],"Win32_System_Restore":["Win32_System"],"Win32_System_Rpc":["Win32_System"],"Win32_System_Search":["Win32_System"],"Win32_System_Search_Common":["Win32_System_Search"],"Win32_System_SecurityCenter":["Win32_System"],"Win32_System_Services":["Win32_System"],"Win32_System_SetupAndMigration":["Win32_System"],"Win32_System_Shutdown":["Win32_System"],"Win32_System_StationsAndDesktops":["Win32_System"],"Win32_System_SubsystemForLinux":["Win32_System"],"Win32_System_SystemInformation":["Win32_System"],"Win32_System_SystemServices":["Win32_System"],"Win32_System_Threading":["Win32_System"],"Win32_System_Time":["Win32_System"],"Win32_System_TpmBaseServices":["Win32_System"],"Win32_System_UserAccessLogging":["Win32_System"],"Win32_System_Variant":["Win32_System"],"Win32_System_VirtualDosMachines":["Win32_System"],"Win32_System_WindowsProgramming":["Win32_System"],"Win32_System_Wmi":["Win32_System"],"Win32_UI":["Win32"],"Win32_UI_Accessibility":["Win32_UI"],"Win32_UI_ColorSystem":["Win32_UI"],"Win32_UI_Controls":["Win32_UI"],"Win32_UI_Controls_Dialogs":["Win32_UI_Controls"],"Win32_UI_HiDpi":["Win32_UI"],"Win32_UI_Input":["Win32_UI"],"Win32_UI_Input_Ime":["Win32_UI_Input"],"Win32_UI_Input_KeyboardAndMouse":["Win32_UI_Input"],"Win32_UI_Input_Pointer":["Win32_UI_Input"],"Win32_UI_Input_Touch":["Win32_UI_Input"],"Win32_UI_Input_XboxController":["Win32_UI_Input"],"Win32_UI_InteractionContext":["Win32_UI"],"Win32_UI_Magnification":["Win32_UI"],"Win32_UI_Shell":["Win32_UI"],"Win32_UI_Shell_Common":["Win32_UI_Shell"],"Win32_UI_Shell_PropertiesSystem":["Win32_UI_Shell"],"Win32_UI_TabletPC":["Win32_UI"],"Win32_UI_TextServices":["Win32_UI"],"Win32_UI_WindowsAndMessaging":["Win32_UI"],"Win32_Web":["Win32"],"Win32_Web_InternetExplorer":["Win32_Web"],"default":[],"docs":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.59.0/Cargo.toml","categories":["os::windows-apis"],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true,"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-targets","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libs for Windows","dependencies":[{"name":"windows_aarch64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-uwp-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-gnu","rename":null,"registry":null,"path":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-uwp-windows-gnu","rename":null,"registry":null,"path":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-uwp-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnu","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-msvc","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-uwp-windows-gnu","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.42.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-uwp-windows-msvc","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_targets","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-targets","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libs for Windows","dependencies":[{"name":"windows_aarch64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnullvm","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_targets","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows-targets","version":"0.52.6","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows-targets@0.52.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import libs for Windows","dependencies":[{"name":"windows_aarch64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"aarch64-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(any(target_arch = \"x86_64\", target_arch = \"arm64ec\"), target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_aarch64_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_msvc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnu","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))","rename":null,"registry":null,"path":null},{"name":"windows_i686_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"i686-pc-windows-gnullvm","rename":null,"registry":null,"path":null},{"name":"windows_x86_64_gnullvm","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"x86_64-pc-windows-gnullvm","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_targets","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.52.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.52.6/Cargo.toml","categories":[],"keywords":[],"readme":"readme.md","repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_aarch64_gnullvm","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_aarch64_gnullvm","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_aarch64_gnullvm","version":"0.52.6","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_gnullvm@0.52.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.6/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.52.6/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_aarch64_msvc","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_aarch64_msvc","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_aarch64_msvc","version":"0.52.6","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_aarch64_msvc@0.52.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_aarch64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.6/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.52.6/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_i686_gnu","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_i686_gnu","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_i686_gnu","version":"0.52.6","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnu@0.52.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.6/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.52.6/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_i686_gnullvm","version":"0.52.6","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_gnullvm@0.52.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.6/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnullvm-0.52.6/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_i686_msvc","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_i686_msvc","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_i686_msvc","version":"0.52.6","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_i686_msvc@0.52.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_i686_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.6/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.52.6/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_x86_64_gnu","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_x86_64_gnu","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_x86_64_gnu","version":"0.52.6","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnu@0.52.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnu","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.6/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.52.6/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_x86_64_gnullvm","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_x86_64_gnullvm","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_x86_64_gnullvm","version":"0.52.6","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_gnullvm@0.52.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_gnullvm","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.6/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.52.6/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_x86_64_msvc","version":"0.42.2","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.42.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_x86_64_msvc","version":"0.48.5","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.48.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5/build.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.5/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT OR Apache-2.0"},{"package":{"name":"windows_x86_64_msvc","version":"0.52.6","authors":["Microsoft"],"id":"registry+https://github.com/rust-lang/crates.io-index#windows_x86_64_msvc@0.52.6","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Import lib for Windows","dependencies":[],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"windows_x86_64_msvc","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.6/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.6/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.52.6/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/microsoft/windows-rs","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"default-target":"x86_64-pc-windows-msvc","targets":[]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.56.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"winit","version":"0.30.5","authors":["The winit contributors","Pierre Krieger "],"id":"registry+https://github.com/rust-lang/crates.io-index#winit@0.30.5","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Cross-platform window creation library.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"cursor-icon","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dpi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":"rwh_04","registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":"rwh_05","registry":null,"path":null},{"name":"raw-window-handle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6","kind":"normal","optional":true,"uses_default_features":true,"features":["std"],"target":null,"rename":"rwh_06","registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["serde_derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"smol_str","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.40","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"image","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.25.0","kind":"dev","optional":false,"uses_default_features":false,"features":["png"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.40","kind":"dev","optional":false,"uses_default_features":false,"features":["log"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-subscriber","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.18","kind":"dev","optional":false,"uses_default_features":true,"features":["env-filter"],"target":null,"rename":null,"registry":null,"path":null},{"name":"cfg_aliases","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.1","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"atomic-waker","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(target_family = \"wasm\", target_feature = \"atomics\"))","rename":null,"registry":null,"path":null},{"name":"concurrent-queue","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(all(target_family = \"wasm\", target_feature = \"atomics\"))","rename":null,"registry":null,"path":null},{"name":"ahash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.7","kind":"normal","optional":true,"uses_default_features":true,"features":["no-rng"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.13.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"calloop","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.64","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"memmap2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"percent-encoding","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38.4","kind":"normal","optional":false,"uses_default_features":false,"features":["std","system","thread","process"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"smithay-client-toolkit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.19.2","kind":"normal","optional":true,"uses_default_features":false,"features":["calloop"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":"sctk","registry":null,"path":null},{"name":"sctk-adwaita","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"wayland-backend","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.5","kind":"normal","optional":true,"uses_default_features":false,"features":["client_system"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"wayland-client","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.31.4","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"wayland-protocols","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.32.2","kind":"normal","optional":true,"uses_default_features":true,"features":["staging"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"wayland-protocols-plasma","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":true,"uses_default_features":true,"features":["client"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"x11-dl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.19.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"x11rb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.0","kind":"normal","optional":true,"uses_default_features":false,"features":["allow-unsafe-code","dl-libxcb","randr","resource_manager","xinput","xkb"],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"xkbcommon-dl","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(all(unix, not(any(target_os = \"redox\", target_family = \"wasm\", target_os = \"android\", target_os = \"ios\", target_os = \"macos\"))))","rename":null,"registry":null,"path":null},{"name":"core-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"ios\", target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"objc2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any(target_os = \"ios\", target_os = \"macos\"))","rename":null,"registry":null,"path":null},{"name":"softbuffer","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"dev","optional":false,"uses_default_features":false,"features":["x11","x11-dlopen","wayland","wayland-dlopen"],"target":"cfg(not(any(target_os = \"android\", target_os = \"ios\")))","rename":null,"registry":null,"path":null},{"name":"js-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.64","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"pin-project","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"wasm-bindgen-futures","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"web-time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"web-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.64","kind":"normal","optional":false,"uses_default_features":true,"features":["AbortController","AbortSignal","Blob","BlobPropertyBag","console","CssStyleDeclaration","Document","DomException","DomRect","DomRectReadOnly","Element","Event","EventTarget","FocusEvent","HtmlCanvasElement","HtmlElement","HtmlImageElement","ImageBitmap","ImageBitmapOptions","ImageBitmapRenderingContext","ImageData","IntersectionObserver","IntersectionObserverEntry","KeyboardEvent","MediaQueryList","MessageChannel","MessagePort","Navigator","Node","PageTransitionEvent","PointerEvent","PremultiplyAlpha","ResizeObserver","ResizeObserverBoxOptions","ResizeObserverEntry","ResizeObserverOptions","ResizeObserverSize","VisibilityState","Window","WheelEvent","Worker","Url"],"target":"cfg(target_family = \"wasm\")","rename":"web_sys","registry":null,"path":null},{"name":"console_error_panic_hook","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"tracing-web","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_family = \"wasm\")","rename":null,"registry":null,"path":null},{"name":"android-activity","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"ndk","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"android\")","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":["dispatch","NSArray","NSEnumerator","NSGeometry","NSObjCRuntime","NSString","NSProcessInfo","NSThread","NSSet"],"target":"cfg(target_os = \"ios\")","rename":null,"registry":null,"path":null},{"name":"objc2-ui-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":["UIApplication","UIDevice","UIEvent","UIGeometry","UIGestureRecognizer","UIOrientation","UIPanGestureRecognizer","UIPinchGestureRecognizer","UIResponder","UIRotationGestureRecognizer","UIScreen","UIScreenMode","UITapGestureRecognizer","UITouch","UITraitCollection","UIView","UIViewController","UIWindow"],"target":"cfg(target_os = \"ios\")","rename":null,"registry":null,"path":null},{"name":"block2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"core-graphics","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.23.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-app-kit","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":["NSAppearance","NSApplication","NSBitmapImageRep","NSButton","NSColor","NSControl","NSCursor","NSDragging","NSEvent","NSGraphics","NSGraphicsContext","NSImage","NSImageRep","NSMenu","NSMenuItem","NSOpenGLView","NSPasteboard","NSResponder","NSRunningApplication","NSScreen","NSTextInputClient","NSTextInputContext","NSView","NSWindow","NSWindowScripting","NSWindowTabGroup"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"objc2-foundation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.2","kind":"normal","optional":false,"uses_default_features":true,"features":["block2","dispatch","NSArray","NSAttributedString","NSData","NSDictionary","NSDistributedNotificationCenter","NSEnumerator","NSKeyValueObserving","NSNotification","NSObjCRuntime","NSPathUtilities","NSProcessInfo","NSRunLoop","NSString","NSThread","NSValue"],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"orbclient","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.47","kind":"normal","optional":false,"uses_default_features":false,"features":[],"target":"cfg(target_os = \"redox\")","rename":null,"registry":null,"path":null},{"name":"redox_syscall","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"redox\")","rename":null,"registry":null,"path":null},{"name":"unicode-segmentation","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.52.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Devices_HumanInterfaceDevice","Win32_Foundation","Win32_Globalization","Win32_Graphics_Dwm","Win32_Graphics_Gdi","Win32_Media","Win32_System_Com_StructuredStorage","Win32_System_Com","Win32_System_LibraryLoader","Win32_System_Ole","Win32_System_SystemInformation","Win32_System_SystemServices","Win32_System_Threading","Win32_System_WindowsProgramming","Win32_UI_Accessibility","Win32_UI_Controls","Win32_UI_HiDpi","Win32_UI_Input_Ime","Win32_UI_Input_KeyboardAndMouse","Win32_UI_Input_Pointer","Win32_UI_Input_Touch","Win32_UI_Shell","Win32_UI_TextServices","Win32_UI_WindowsAndMessaging"],"target":"cfg(target_os = \"windows\")","rename":null,"registry":null,"path":null}],"license":"Apache-2.0","license_file":null,"targets":[{"name":"winit","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"child_window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/examples/child_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"control_flow","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/examples/control_flow.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"pump_events","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/examples/pump_events.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"run_on_demand","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/examples/run_on_demand.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"window","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/examples/window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"x11_embed","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/examples/x11_embed.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"send_objects","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/tests/send_objects.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"serde_objects","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/tests/serde_objects.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"sync_object","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/tests/sync_object.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"ahash":["dep:ahash"],"android-game-activity":["android-activity/game-activity"],"android-native-activity":["android-activity/native-activity"],"bytemuck":["dep:bytemuck"],"default":["rwh_06","x11","wayland","wayland-dlopen","wayland-csd-adwaita"],"memmap2":["dep:memmap2"],"mint":["dpi/mint"],"percent-encoding":["dep:percent-encoding"],"rwh_04":["dep:rwh_04","ndk/rwh_04"],"rwh_05":["dep:rwh_05","ndk/rwh_05"],"rwh_06":["dep:rwh_06","ndk/rwh_06"],"sctk":["dep:sctk"],"sctk-adwaita":["dep:sctk-adwaita"],"serde":["dep:serde","cursor-icon/serde","smol_str/serde","dpi/serde"],"wayland":["wayland-client","wayland-backend","wayland-protocols","wayland-protocols-plasma","sctk","ahash","memmap2"],"wayland-backend":["dep:wayland-backend"],"wayland-client":["dep:wayland-client"],"wayland-csd-adwaita":["sctk-adwaita","sctk-adwaita/ab_glyph"],"wayland-csd-adwaita-crossfont":["sctk-adwaita","sctk-adwaita/crossfont"],"wayland-csd-adwaita-notitle":["sctk-adwaita"],"wayland-dlopen":["wayland-backend/dlopen"],"wayland-protocols":["dep:wayland-protocols"],"wayland-protocols-plasma":["dep:wayland-protocols-plasma"],"x11":["x11-dl","bytemuck","percent-encoding","xkbcommon-dl/x11","x11rb"],"x11-dl":["dep:x11-dl"],"x11rb":["dep:x11rb"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winit-0.30.5/Cargo.toml","categories":["gui"],"keywords":["windowing"],"readme":"README.md","repository":"https://github.com/rust-windowing/winit","homepage":null,"documentation":"https://docs.rs/winit","edition":"2021","metadata":{"docs":{"rs":{"features":["rwh_04","rwh_05","rwh_06","serde","mint","android-native-activity"],"rustdoc-args":["--cfg","docsrs"],"targets":["i686-pc-windows-msvc","x86_64-pc-windows-msvc","x86_64-apple-darwin","i686-unknown-linux-gnu","x86_64-unknown-linux-gnu","x86_64-apple-ios","aarch64-linux-android","wasm32-unknown-unknown"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.70.0"},"license":"Apache-2.0"},{"package":{"name":"winnow","version":"0.5.40","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.5.40","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A byte-oriented, zero-copy, parser combinators library","dependencies":[{"name":"anstream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is-terminal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"terminal_size","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"circular","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"escargot","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.7","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-hash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.11","kind":"dev","optional":false,"uses_default_features":true,"features":["examples"],"target":null,"rename":null,"registry":null,"path":null},{"name":"term-transcript","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"winnow","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"arithmetic","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/arithmetic/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"css","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/css/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"custom_error","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/custom_error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"http","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/http/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/ini/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"iterator","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/iterator.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"json","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/json/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"json_iterator","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/json_iterator.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ndjson","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/ndjson/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"s_expression","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/s_expression/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"string","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/string/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"arithmetic","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/arithmetic/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"contains_token","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/contains_token.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"find_slice","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/find_slice.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"http","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/http/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/ini/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"iter","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/iter.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"json","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/examples/json/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"next_slice","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/next_slice.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"number","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/benches/number.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"debug":["dep:anstream","dep:anstyle","dep:is-terminal","dep:terminal_size"],"default":["std"],"simd":["dep:memchr"],"std":["alloc","memchr?/std"],"unstable-doc":["alloc","std","simd","unstable-recover"],"unstable-recover":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.40/Cargo.toml","categories":["parsing"],"keywords":["parser","parser-combinators","parsing","streaming","bit"],"readme":"README.md","repository":"https://github.com/winnow-rs/winnow","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"features":["unstable-doc"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/winnow-rs/winnow/compare/{{tag_name}}...HEAD","search":""},{"exactly":1,"file":"src/lib.rs","replace":"blob/v{{version}}/CHANGELOG.md","search":"blob/v.+\\..+\\..+/CHANGELOG.md"}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT"},{"package":{"name":"winnow","version":"0.6.20","authors":[],"id":"registry+https://github.com/rust-lang/crates.io-index#winnow@0.6.20","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A byte-oriented, zero-copy, parser combinators library","dependencies":[{"name":"anstream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anstyle","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"is-terminal","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.9","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"memchr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"terminal_size","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"annotate-snippets","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"anyhow","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.86","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"automod","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.14","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"circular","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"lexopt","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proptest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustc-hash","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"snapbox","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.6.0","kind":"dev","optional":false,"uses_default_features":true,"features":["examples"],"target":null,"rename":null,"registry":null,"path":null},{"name":"term-transcript","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"winnow","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"arithmetic","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/arithmetic/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"css","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/css/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"custom_error","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/custom_error.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"http","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/http/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/ini/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"iterator","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/iterator.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"json","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/json/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"json_iterator","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/json_iterator.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ndjson","kind":["example"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/ndjson/main.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"s_expression","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/s_expression/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"string","kind":["example"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/string/main.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"arithmetic","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/arithmetic/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"contains_token","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/benches/contains_token.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"find_slice","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/benches/find_slice.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"http","kind":["bench"],"crate_types":["bin"],"required-features":["alloc"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/http/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"ini","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/ini/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"iter","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/benches/iter.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"json","kind":["bench"],"crate_types":["bin"],"required-features":["std"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/examples/json/bench.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"next_slice","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/benches/next_slice.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"number","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/benches/number.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"alloc":[],"debug":["std","dep:anstream","dep:anstyle","dep:is-terminal","dep:terminal_size"],"default":["std"],"simd":["dep:memchr"],"std":["alloc","memchr?/std"],"unstable-doc":["alloc","std","simd","unstable-recover"],"unstable-recover":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/Cargo.toml","categories":["parsing"],"keywords":["parser","parser-combinators","parsing","streaming","bit"],"readme":"README.md","repository":"https://github.com/winnow-rs/winnow","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"cargo-args":["-Zunstable-options","-Zrustdoc-scrape-examples"],"features":["unstable-doc"],"rustdoc-args":["--cfg","docsrs"]}},"release":{"pre-release-replacements":[{"file":"CHANGELOG.md","min":1,"replace":"{{version}}","search":"Unreleased"},{"exactly":1,"file":"CHANGELOG.md","replace":"...{{tag_name}}","search":"\\.\\.\\.HEAD"},{"file":"CHANGELOG.md","min":1,"replace":"{{date}}","search":"ReleaseDate"},{"exactly":1,"file":"CHANGELOG.md","replace":"\n## [Unreleased] - ReleaseDate\n","search":""},{"exactly":1,"file":"CHANGELOG.md","replace":"\n[Unreleased]: https://github.com/winnow-rs/winnow/compare/{{tag_name}}...HEAD","search":""},{"exactly":1,"file":"src/lib.rs","replace":"blob/v{{version}}/CHANGELOG.md","search":"blob/v.+\\..+\\..+/CHANGELOG.md"}]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.65.0"},"license":"MIT"},{"package":{"name":"winreg","version":"0.52.0","authors":["Igor Shaula "],"id":"registry+https://github.com/rust-lang/crates.io-index#winreg@0.52.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings to MS Windows Registry API","dependencies":[{"name":"cfg-if","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.6","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.48.0","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_System_Time","Win32_System_Registry","Win32_Security","Win32_Storage_FileSystem","Win32_System_Diagnostics_Debug"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-transcode","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"~3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"winreg","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"basic_usage","kind":["example"],"crate_types":["bin"],"required-features":["chrono"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/basic_usage.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"enum","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/enum.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"installed_apps","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/installed_apps.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"load_app_key","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/load_app_key.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"map_key_serialization","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/map_key_serialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"reg2json","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/reg2json.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"serialization","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/serialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"transacted_serialization","kind":["example"],"crate_types":["bin"],"required-features":["serialization-serde"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/transacted_serialization.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"transactions","kind":["example"],"crate_types":["bin"],"required-features":["transactions"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/examples/transactions.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"reg_key","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/tests/reg_key.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"reg_value","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/tests/reg_value.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"serialization","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/tests/serialization.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"chrono":["dep:chrono"],"serde":["dep:serde"],"serialization-serde":["transactions","serde"],"transactions":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.52.0/Cargo.toml","categories":["api-bindings","os::windows-apis"],"keywords":["Windows","WinSDK","Registry"],"readme":"README.md","repository":"https://github.com/gentoo90/winreg-rs","homepage":null,"documentation":"https://docs.rs/winreg","edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"targets":["x86_64-pc-windows-msvc","i686-pc-windows-msvc"]}}},"links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"x11-dl","version":"2.21.0","authors":["daggerbot ","Erle Pereira ","AltF02 "],"id":"registry+https://github.com/rust-lang/crates.io-index#x11-dl@2.21.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"X11 library bindings for Rust","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"pkg-config","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.24","kind":"build","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"x11_dl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11-dl-2.21.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"hello-world-dl","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11-dl-2.21.0/examples/hello-world-dl.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"build-script-build","kind":["custom-build"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11-dl-2.21.0/build.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11-dl-2.21.0/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/AltF02/x11-rs.git","homepage":null,"documentation":"https://docs.rs/x11-dl","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"x11rb","version":"0.13.1","authors":["Uli Schlachter ","Eduardo Sánchez Muñoz ","notgull "],"id":"registry+https://github.com/rust-lang/crates.io-index#x11rb@0.13.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings to X11","dependencies":[{"name":"as-raw-xcb-connection","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"libloading","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.19","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.38","kind":"normal","optional":false,"uses_default_features":false,"features":["std","event","fs","net","system"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"x11rb-protocol","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.13.1","kind":"normal","optional":false,"uses_default_features":false,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"gethostname","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"polling","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-subscriber","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"gethostname","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(not(unix))","rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"x11rb","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"check_unchecked_requests","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/check_unchecked_requests.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"display_ppm","kind":["example"],"crate_types":["bin"],"required-features":["image"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/display_ppm.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"generic_events","kind":["example"],"crate_types":["bin"],"required-features":["present"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/generic_events.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"hypnomoire","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/hypnomoire.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"list_fonts","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/list_fonts.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"record","kind":["example"],"crate_types":["bin"],"required-features":["record"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/record.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"shared_memory","kind":["example"],"crate_types":["bin"],"required-features":["libc","shm"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/shared_memory.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_window","kind":["example"],"crate_types":["bin"],"required-features":["cursor","resource_manager","tracing","tracing-subscriber/env-filter"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/simple_window.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"simple_window_manager","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/simple_window_manager.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"tutorial","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/tutorial.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"xclock_utc","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/xclock_utc.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"xeyes","kind":["example"],"crate_types":["bin"],"required-features":["shape"],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/examples/xeyes.rs","edition":"2021","doctest":false,"test":false,"doc":false},{"name":"multithread_test","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/tests/multithread_test.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"regression_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/tests/regression_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"resource_manager","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/tests/resource_manager.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"x11_utils","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/tests/x11_utils.rs","edition":"2021","doctest":false,"test":true,"doc":false}],"features":{"all-extensions":["x11rb-protocol/all-extensions","composite","damage","dbe","dpms","dri2","dri3","glx","present","randr","record","render","res","screensaver","shape","shm","sync","xevie","xf86dri","xf86vidmode","xfixes","xinerama","xinput","xkb","xprint","xselinux","xtest","xv","xvmc"],"allow-unsafe-code":["libc","as-raw-xcb-connection"],"as-raw-xcb-connection":["dep:as-raw-xcb-connection"],"composite":["x11rb-protocol/composite","xfixes"],"cursor":["render","resource_manager"],"damage":["x11rb-protocol/damage","xfixes"],"dbe":["x11rb-protocol/dbe"],"dl-libxcb":["allow-unsafe-code","libloading","once_cell"],"dpms":["x11rb-protocol/dpms"],"dri2":["x11rb-protocol/dri2"],"dri3":["x11rb-protocol/dri3"],"extra-traits":["x11rb-protocol/extra-traits"],"glx":["x11rb-protocol/glx"],"image":[],"libc":["dep:libc"],"libloading":["dep:libloading"],"once_cell":["dep:once_cell"],"present":["x11rb-protocol/present","randr","xfixes","sync"],"randr":["x11rb-protocol/randr","render"],"record":["x11rb-protocol/record"],"render":["x11rb-protocol/render"],"request-parsing":["x11rb-protocol/request-parsing"],"res":["x11rb-protocol/res"],"resource_manager":["x11rb-protocol/resource_manager"],"screensaver":["x11rb-protocol/screensaver"],"shape":["x11rb-protocol/shape"],"shm":["x11rb-protocol/shm"],"sync":["x11rb-protocol/sync"],"tracing":["dep:tracing"],"xevie":["x11rb-protocol/xevie"],"xf86dri":["x11rb-protocol/xf86dri"],"xf86vidmode":["x11rb-protocol/xf86vidmode"],"xfixes":["x11rb-protocol/xfixes","render","shape"],"xinerama":["x11rb-protocol/xinerama"],"xinput":["x11rb-protocol/xinput","xfixes"],"xkb":["x11rb-protocol/xkb"],"xprint":["x11rb-protocol/xprint"],"xselinux":["x11rb-protocol/xselinux"],"xtest":["x11rb-protocol/xtest"],"xv":["x11rb-protocol/xv","shm"],"xvmc":["x11rb-protocol/xvmc","xv"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-0.13.1/Cargo.toml","categories":[],"keywords":["xcb","X11"],"readme":"README.md","repository":"https://github.com/psychon/x11rb","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"x11rb-protocol","version":"0.13.1","authors":["Uli Schlachter ","Eduardo Sánchez Muñoz ","notgull "],"id":"registry+https://github.com/rust-lang/crates.io-index#x11rb-protocol@0.13.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Rust bindings to X11","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"normal","optional":true,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0","license_file":null,"targets":[{"name":"x11rb_protocol","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"enum_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/tests/enum_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"parsing_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/tests/parsing_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"request_parsing_tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/tests/request_parsing_tests.rs","edition":"2021","doctest":false,"test":true,"doc":false},{"name":"proto_connection","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/benches/proto_connection.rs","edition":"2021","doctest":false,"test":false,"doc":false}],"features":{"all-extensions":["composite","damage","dbe","dpms","dri2","dri3","glx","present","randr","record","render","res","screensaver","shape","shm","sync","xevie","xf86dri","xf86vidmode","xfixes","xinerama","xinput","xkb","xprint","xselinux","xtest","xv","xvmc"],"composite":["xfixes"],"damage":["xfixes"],"dbe":[],"default":["std"],"dpms":[],"dri2":[],"dri3":[],"extra-traits":[],"glx":[],"present":["randr","xfixes","sync"],"randr":["render"],"record":[],"render":[],"request-parsing":[],"res":[],"resource_manager":["std"],"screensaver":[],"serde":["dep:serde"],"shape":[],"shm":[],"std":[],"sync":[],"xevie":[],"xf86dri":[],"xf86vidmode":[],"xfixes":["render","shape"],"xinerama":[],"xinput":["xfixes"],"xkb":[],"xprint":[],"xselinux":[],"xtest":[],"xv":["shm"],"xvmc":["xv"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/x11rb-protocol-0.13.1/Cargo.toml","categories":[],"keywords":["xcb","X11"],"readme":"README.md","repository":"https://github.com/psychon/x11rb","homepage":null,"documentation":null,"edition":"2021","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.63.0"},"license":"MIT OR Apache-2.0"},{"package":{"name":"xcursor","version":"0.3.8","authors":["Samuele Esposito"],"id":"registry+https://github.com/rust-lang/crates.io-index#xcursor@0.3.8","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for loading XCursor themes","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"xcursor","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xcursor-0.3.8/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xcursor-0.3.8/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/esposm03/xcursor-rs","homepage":null,"documentation":"https://docs.rs/xcursor","edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"MIT"},{"package":{"name":"xdg-home","version":"1.3.0","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#xdg-home@1.3.0","source":"registry+https://github.com/rust-lang/crates.io-index","description":"The user's home directory as per XDG Specification","dependencies":[{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"windows-sys","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.59","kind":"normal","optional":false,"uses_default_features":true,"features":["Win32_Foundation","Win32_UI_Shell","Win32_System_Com"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"xdg_home","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xdg-home-1.3.0/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xdg-home-1.3.0/Cargo.toml","categories":["filesystem","os::unix-apis","os::windows-apis"],"keywords":["xdg","home"],"readme":"README.md","repository":"https://github.com/zeenix/xdg-home","homepage":null,"documentation":null,"edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"},{"package":{"name":"xkbcommon-dl","version":"0.4.2","authors":["Francesca Frangipane "],"id":"registry+https://github.com/rust-lang/crates.io-index#xkbcommon-dl@0.4.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Dynamically loaded xkbcommon and xkbcommon-x11 Rust bindings.","dependencies":[{"name":"bitflags","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"dlib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.17","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xkeysym","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"xkbcommon_dl","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkbcommon-dl-0.4.2/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true}],"features":{"x11":[]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkbcommon-dl-0.4.2/Cargo.toml","categories":[],"keywords":[],"readme":"README.md","repository":"https://github.com/rust-windowing/xkbcommon-dl","homepage":null,"documentation":"https://docs.rs/xkbcommon-dl/","edition":"2021","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT"},{"package":{"name":"xkeysym","version":"0.2.1","authors":["John Nunley "],"id":"registry+https://github.com/rust-lang/crates.io-index#xkeysym@0.2.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A library for working with X11 keysyms","dependencies":[{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.3","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.160","kind":"normal","optional":true,"uses_default_features":false,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"bytemuck","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"x11rb","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.12.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT OR Apache-2.0 OR Zlib","license_file":null,"targets":[{"name":"xkeysym","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkeysym-0.2.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"x11rb","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkeysym-0.2.1/examples/x11rb.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"bytemuck":["dep:bytemuck"],"serde":["dep:serde"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xkeysym-0.2.1/Cargo.toml","categories":[],"keywords":["x11","keysym","keysyms"],"readme":"README.md","repository":"https://github.com/notgull/xkeysym","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.58.1"},"license":"MIT OR Apache-2.0 OR Zlib"},{"package":{"name":"xml-rs","version":"0.8.22","authors":["Vladimir Matveev "],"id":"registry+https://github.com/rust-lang/crates.io-index#xml-rs@0.8.22","source":"registry+https://github.com/rust-lang/crates.io-index","description":"An XML library in pure Rust","dependencies":[],"license":"MIT","license_file":null,"targets":[{"name":"xml","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xml-rs-0.8.22/src/lib.rs","edition":"2021","doctest":true,"test":true,"doc":true},{"name":"xml-analyze","kind":["bin"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xml-rs-0.8.22/src/analyze.rs","edition":"2021","doctest":false,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xml-rs-0.8.22/Cargo.toml","categories":["parser-implementations"],"keywords":["xml","parser","sax","parsing","writer"],"readme":"README.md","repository":"https://github.com/kornelski/xml-rs","homepage":"https://lib.rs/crates/xml-rs","documentation":"https://docs.rs/xml-rs/","edition":"2021","metadata":{"docs":{"rs":{"rustdoc-args":["--generate-link-to-definition"],"targets":["x86_64-unknown-linux-gnu"]}},"release":{"tag-message":"","tag-name":"{{version}}"}},"links":null,"publish":null,"default_run":null,"rust_version":"1.59.0"},"license":"MIT"},{"package":{"name":"zbus","version":"3.15.2","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zbus@3.15.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"API for D-Bus communication","dependencies":[{"name":"async-broadcast","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.5.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-executor","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-fs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-lock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-recursion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-task","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^4.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-trait","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.58","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"blocking","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"derivative","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"normal","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"event-listener","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.5.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-core","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-sink","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"normal","optional":false,"uses_default_features":false,"features":["sink","std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"hex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"once_cell","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ordered-stream","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quick-xml","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.27.1","kind":"normal","optional":true,"uses_default_features":true,"features":["serialize","overlapped-lists"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde-xml-rs","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.1","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_repr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"sha1","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.10.5","kind":"normal","optional":false,"uses_default_features":true,"features":["std"],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.21.2","kind":"normal","optional":true,"uses_default_features":true,"features":["rt","net","time","fs","io-util","process","sync","tracing"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio-vsock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.37","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"vsock","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"xdg-home","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus_macros","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=3.15.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zbus_names","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.6","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.15.0","kind":"normal","optional":false,"uses_default_features":false,"features":["enumflags2"],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-std","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.12.0","kind":"dev","optional":false,"uses_default_features":true,"features":["attributes"],"target":null,"rename":null,"registry":null,"path":null},{"name":"doc-comment","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"ntest","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.9.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"tempfile","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"test-log","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.11","kind":"dev","optional":false,"uses_default_features":false,"features":["trace"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tokio","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1","kind":"dev","optional":false,"uses_default_features":true,"features":["macros","rt-multi-thread","fs","io-util","net","sync"],"target":null,"rename":null,"registry":null,"path":null},{"name":"tracing-subscriber","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":"dev","optional":false,"uses_default_features":false,"features":["env-filter","fmt","ansi"],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-process","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.7.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(target_os = \"macos\")","rename":null,"registry":null,"path":null},{"name":"nix","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.26.0","kind":"normal","optional":false,"uses_default_features":false,"features":["socket","uio","user"],"target":"cfg(unix)","rename":null,"registry":null,"path":null},{"name":"uds_windows","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(windows)","rename":null,"registry":null,"path":null},{"name":"winapi","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3","kind":"normal","optional":false,"uses_default_features":true,"features":["handleapi","iphlpapi","memoryapi","processthreadsapi","sddl","securitybaseapi","synchapi","tcpmib","winbase","winerror","winsock2"],"target":"cfg(windows)","rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zbus","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus-3.15.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"screen-brightness","kind":["example"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus-3.15.2/examples/screen-brightness.rs","edition":"2018","doctest":false,"test":false,"doc":false},{"name":"e2e","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus-3.15.2/tests/e2e.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"async-executor":["dep:async-executor"],"async-fs":["dep:async-fs"],"async-io":["dep:async-io","async-executor","async-task","async-lock","async-fs","blocking","futures-util/io"],"async-lock":["dep:async-lock"],"async-task":["dep:async-task"],"blocking":["dep:blocking"],"chrono":["zvariant/chrono"],"default":["async-io"],"gvariant":["zvariant/gvariant"],"quick-xml":["dep:quick-xml"],"serde-xml-rs":["dep:serde-xml-rs"],"time":["zvariant/time"],"tokio":["dep:tokio"],"tokio-vsock":["dep:tokio-vsock","tokio"],"url":["zvariant/url"],"uuid":["zvariant/uuid"],"vsock":["dep:vsock","dep:async-io"],"windows-gdbus":[],"xml":["serde-xml-rs"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus-3.15.2/Cargo.toml","categories":["os::unix-apis"],"keywords":["D-Bus","DBus","IPC"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT"},{"package":{"name":"zbus_macros","version":"3.15.2","authors":["Marc-André Lureau ","Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zbus_macros@3.15.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"proc-macros for zbus","dependencies":[{"name":"proc-macro-crate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"regex","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.6.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":false,"uses_default_features":true,"features":["extra-traits","fold","full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant_utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"async-io","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"futures-util","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.25","kind":"dev","optional":false,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.71","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zbus_macros","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_macros-3.15.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_macros-3.15.2/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_macros-3.15.2/Cargo.toml","categories":["data-structures","encoding","parsing"],"keywords":["D-Bus","DBus","IPC"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT"},{"package":{"name":"zbus_names","version":"2.6.1","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zbus_names@2.6.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"A collection of D-Bus bus names types","dependencies":[{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^3.15","kind":"normal","optional":false,"uses_default_features":false,"features":["enumflags2"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zbus_names","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_names-2.6.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zbus_names-2.6.1/Cargo.toml","categories":["os::unix-apis"],"keywords":["D-Bus","DBus","IPC"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true,"targets":["x86_64-unknown-linux-gnu"]}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT"},{"package":{"name":"zerocopy","version":"0.7.35","authors":["Joshua Liebow-Feeser "],"id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy@0.7.35","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Utilities for zero-copy parsing and serialization","dependencies":[{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.3","kind":"normal","optional":true,"uses_default_features":false,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.35","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"assert_matches","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"elain","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"itertools","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":["small_rng"],"target":null,"rename":null,"registry":null,"path":null},{"name":"rustversion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.85","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.35","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"zerocopy-derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=0.7.35","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":"cfg(any())","rename":null,"registry":null,"path":null}],"license":"BSD-2-Clause OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"zerocopy","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"trybuild","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/tests/trybuild.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{"__internal_use_only_features_that_work_on_stable":["alloc","derive","simd"],"alloc":[],"byteorder":["dep:byteorder"],"default":["byteorder"],"derive":["zerocopy-derive"],"simd":[],"simd-nightly":["simd"],"zerocopy-derive":["dep:zerocopy-derive"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/Cargo.toml","categories":["embedded","encoding","no-std::no-alloc","parsing","rust-patterns"],"keywords":["cast","convert","transmute","transmutation","type-punning"],"readme":"README.md","repository":"https://github.com/google/zerocopy","homepage":null,"documentation":null,"edition":"2018","metadata":{"ci":{"pinned-nightly":"nightly-2024-06-19","pinned-stable":"1.79.0"},"docs":{"rs":{"all-features":true,"rustdoc-args":["--cfg","doc_cfg","--generate-link-to-definition"]}},"playground":{"features":["__internal_use_only_features_that_work_on_stable"]}},"links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"BSD-2-Clause OR Apache-2.0 OR MIT"},{"package":{"name":"zerocopy-derive","version":"0.7.35","authors":["Joshua Liebow-Feeser "],"id":"registry+https://github.com/rust-lang/crates.io-index#zerocopy-derive@0.7.35","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Custom derive for traits from the zerocopy crate","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.10","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.0.31","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"trybuild","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.85","kind":"dev","optional":false,"uses_default_features":true,"features":["diff"],"target":null,"rename":null,"registry":null,"path":null}],"license":"BSD-2-Clause OR Apache-2.0 OR MIT","license_file":null,"targets":[{"name":"zerocopy_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"enum_as_bytes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/enum_as_bytes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"enum_from_zeroes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/enum_from_zeroes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"enum_known_layout","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/enum_known_layout.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"enum_unaligned","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/enum_unaligned.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"hygiene","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/hygiene.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"paths_and_modules","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/paths_and_modules.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"priv_in_pub","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/priv_in_pub.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"struct_as_bytes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/struct_as_bytes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"struct_from_bytes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/struct_from_bytes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"struct_from_zeroes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/struct_from_zeroes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"struct_known_layout","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/struct_known_layout.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"struct_unaligned","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/struct_unaligned.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"trybuild","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/trybuild.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"union_as_bytes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/union_as_bytes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"union_from_bytes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/union_from_bytes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"union_from_zeroes","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/union_from_zeroes.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"union_known_layout","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/union_known_layout.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"union_unaligned","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/union_unaligned.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"util","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/tests/util.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/Cargo.toml","categories":[],"keywords":[],"readme":null,"repository":"https://github.com/google/zerocopy","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":null},"license":"BSD-2-Clause OR Apache-2.0 OR MIT"},{"package":{"name":"zvariant","version":"3.15.2","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zvariant@3.15.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"D-Bus & GVariant encoding & decoding","dependencies":[{"name":"arrayvec","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.2","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"chrono","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4.23","kind":"normal","optional":true,"uses_default_features":false,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"libc","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.2.137","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_bytes","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.11","kind":"normal","optional":true,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"static_assertions","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"time","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.3.16","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"url","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^2.3.1","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"uuid","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"normal","optional":true,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant_derive","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=3.15.2","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"criterion","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.4","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"glib","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.17.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"rand","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.8.5","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_json","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_repr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zvariant","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant-3.15.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"benchmarks","kind":["bench"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant-3.15.2/benches/benchmarks.rs","edition":"2018","doctest":false,"test":false,"doc":false}],"features":{"arrayvec":["dep:arrayvec"],"chrono":["dep:chrono"],"default":["gvariant"],"enumflags2":["dep:enumflags2"],"gvariant":[],"ostree-tests":["gvariant"],"serde_bytes":["dep:serde_bytes"],"time":["dep:time"],"url":["dep:url"],"uuid":["dep:uuid"]},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant-3.15.2/Cargo.toml","categories":["data-structures","encoding","parsing"],"keywords":["D-Bus","DBus","IPC","GVariant"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","metadata":{"docs":{"rs":{"all-features":true}}},"links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT"},{"package":{"name":"zvariant_derive","version":"3.15.2","authors":["Zeeshan Ali Khan "],"id":"registry+https://github.com/rust-lang/crates.io-index#zvariant_derive@3.15.2","source":"registry+https://github.com/rust-lang/crates.io-index","description":"D-Bus & GVariant encoding & decoding","dependencies":[{"name":"proc-macro-crate","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.2.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":false,"uses_default_features":true,"features":["extra-traits","full"],"target":null,"rename":null,"registry":null,"path":null},{"name":"zvariant_utils","source":"registry+https://github.com/rust-lang/crates.io-index","req":"=1.0.1","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"byteorder","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.4.3","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"enumflags2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.7.7","kind":"dev","optional":false,"uses_default_features":true,"features":["serde"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"dev","optional":false,"uses_default_features":true,"features":["derive"],"target":null,"rename":null,"registry":null,"path":null},{"name":"serde_repr","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^0.1.9","kind":"dev","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zvariant_derive","kind":["proc-macro"],"crate_types":["proc-macro"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_derive-3.15.2/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true},{"name":"no_prelude","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_derive-3.15.2/tests/no_prelude.rs","edition":"2018","doctest":false,"test":true,"doc":false},{"name":"tests","kind":["test"],"crate_types":["bin"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_derive-3.15.2/tests/tests.rs","edition":"2018","doctest":false,"test":true,"doc":false}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_derive-3.15.2/Cargo.toml","categories":["data-structures","encoding","parsing"],"keywords":["D-Bus","DBus","IPC","GVariant"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.64.0"},"license":"MIT"},{"package":{"name":"zvariant_utils","version":"1.0.1","authors":["Zeeshan Ali Khan ","turbocooler "],"id":"registry+https://github.com/rust-lang/crates.io-index#zvariant_utils@1.0.1","source":"registry+https://github.com/rust-lang/crates.io-index","description":"Various utilities used internally by the zvariant crate.","dependencies":[{"name":"proc-macro2","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"quote","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.21","kind":"normal","optional":false,"uses_default_features":true,"features":[],"target":null,"rename":null,"registry":null,"path":null},{"name":"syn","source":"registry+https://github.com/rust-lang/crates.io-index","req":"^1.0.103","kind":"normal","optional":false,"uses_default_features":true,"features":["extra-traits","full"],"target":null,"rename":null,"registry":null,"path":null}],"license":"MIT","license_file":null,"targets":[{"name":"zvariant_utils","kind":["lib"],"crate_types":["lib"],"required-features":[],"src_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_utils-1.0.1/src/lib.rs","edition":"2018","doctest":true,"test":true,"doc":true}],"features":{},"manifest_path":"/home/va_erie/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zvariant_utils-1.0.1/Cargo.toml","categories":["data-structures","encoding","parsing"],"keywords":["D-Bus","DBus","IPC","GVariant"],"readme":"README.md","repository":"https://github.com/dbus2/zbus/","homepage":null,"documentation":null,"edition":"2018","links":null,"publish":null,"default_run":null,"rust_version":"1.60.0"},"license":"MIT"}]} \ No newline at end of file